summaryrefslogtreecommitdiffstats
path: root/svl/source/items
Commit message (Expand)AuthorAgeFilesLines
* fix-includes.pl: svlThomas Arnhold2014-05-152-3/+3
* remove dead codeNoel Grandin2014-05-131-6/+0
* dflt -> defaultThomas Arnhold2014-05-063-4/+4
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist2014-04-111-10/+6
* Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann2014-04-111-2/+2
* fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi2014-04-081-1/+4
* svl/eitem.hxx: sal_Bool->boolNoel Grandin2014-04-041-2/+2
* svl/visitem: sal_Bool->boolNoel Grandin2014-04-041-1/+1
* svl/style.hxx: sal_Bool->boolNoel Grandin2014-04-041-1/+1
* cp#1000054: Avoid crashing.Muthu Subramanian2014-04-041-1/+3
* svl: sal_Bool->boolNoel Grandin2014-04-034-22/+22
* Remove remaining DBG_NAME* usesStephan Bergmann2014-03-284-32/+0
* Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann2014-03-2817-330/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-5/+5
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-212-17/+16
* 708253 Uninitialized pointer fieldCaolán McNamara2014-03-141-7/+6
* coverity#708255 Uninitialized pointer fieldCaolán McNamara2014-03-141-0/+2
* coverity#708824 Unused pointer valueCaolán McNamara2014-03-131-5/+2
* Related: fdo#30770 fix rtf cut/paste crashCaolán McNamara2014-03-131-0/+1
* sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin2014-03-131-1/+1
* fdo#39468 Translate German commentsTobias Lippert2014-03-111-1/+1
* fdo#30770 - Speed up xslx importTobias Lippert2014-03-112-109/+369
* callcatcher: update unused codeCaolán McNamara2014-03-111-5/+0
* coverity#1190371 Uninitialized scalar fieldCaolán McNamara2014-03-061-1/+1
* remove unused code SfxGrabBagItem::SetGrabBagNoel Grandin2014-03-051-5/+0
* debug only code SfxItemPool::GetMasterPool() constNoel Grandin2014-03-051-0/+2
* Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida2014-03-011-0/+109
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-7/+7
* Remove visual noise from svlAlexander Wilms2014-02-258-35/+35
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-251-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-2319-217/+217
* Add SvStream::ReadCharAsBoolStephan Bergmann2014-02-203-6/+6
* svl: sal_Bool -> boolStephan Bergmann2014-02-2011-53/+53
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-181-2/+2
* coverity#984145 Uninitialized scalar fieldCaolán McNamara2014-02-181-2/+3
* SimplificationStephan Bergmann2014-02-131-5/+4
* -Werror,-Wunused-variableStephan Bergmann2014-02-131-1/+0
* n#757432: Styles (rename &) copy to different decks.Muthu Subramanian2014-02-131-0/+23
* more SvStream:operator>> conversionNoel Grandin2014-02-121-1/+1
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-1212-59/+59
* coverity#440944 Logically dead codeCaolán McNamara2014-02-111-91/+65
* SfxItemSet::operator == should return boolStephan Bergmann2014-02-051-8/+8
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-043-3/+3
* bool improvementsStephan Bergmann2014-01-289-61/+61
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* convert more SvStream::operator<< callsNoel Grandin2014-01-223-27/+27
* Clean up SfxItemSet::PutStephan Bergmann2014-01-221-16/+3
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-2/+2
* bool improvementsStephan Bergmann2014-01-211-12/+12