summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)AuthorFilesLines
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-10/+6
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann1-2/+2
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi1-1/+4
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin1-2/+2
2014-04-04svl/visitem: sal_Bool->boolNoel Grandin1-1/+1
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-04-04cp#1000054: Avoid crashing.Muthu Subramanian1-1/+3
2014-04-03svl: sal_Bool->boolNoel Grandin4-22/+22
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann4-32/+0
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann17-330/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-5/+5
2014-03-21Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2-17/+16
2014-03-14708253 Uninitialized pointer fieldCaolán McNamara1-7/+6
2014-03-14coverity#708255 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-03-13coverity#708824 Unused pointer valueCaolán McNamara1-5/+2
2014-03-13Related: fdo#30770 fix rtf cut/paste crashCaolán McNamara1-0/+1
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-03-11fdo#39468 Translate German commentsTobias Lippert1-1/+1
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert2-109/+369
2014-03-11callcatcher: update unused codeCaolán McNamara1-5/+0
2014-03-06coverity#1190371 Uninitialized scalar fieldCaolán McNamara1-1/+1
2014-03-05remove unused code SfxGrabBagItem::SetGrabBagNoel Grandin1-5/+0
2014-03-05debug only code SfxItemPool::GetMasterPool() constNoel Grandin1-0/+2
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida1-0/+109
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-7/+7
2014-02-25Remove visual noise from svlAlexander Wilms8-35/+35
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms19-217/+217
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann3-6/+6
2014-02-20svl: sal_Bool -> boolStephan Bergmann11-53/+53
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann1-2/+2
2014-02-18coverity#984145 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-02-13SimplificationStephan Bergmann1-5/+4
2014-02-13-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-02-13n#757432: Styles (rename &) copy to different decks.Muthu Subramanian1-0/+23
2014-02-12more SvStream:operator>> conversionNoel Grandin1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin12-59/+59
2014-02-11coverity#440944 Logically dead codeCaolán McNamara1-91/+65
2014-02-05SfxItemSet::operator == should return boolStephan Bergmann1-8/+8
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-3/+3
2014-01-28bool improvementsStephan Bergmann9-61/+61
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-22convert more SvStream::operator<< callsNoel Grandin3-27/+27
2014-01-22Clean up SfxItemSet::PutStephan Bergmann1-16/+3
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-2/+2
2014-01-21bool improvementsStephan Bergmann1-12/+12
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin3-3/+3
2014-01-10Use boolStephan Bergmann1-3/+3
2014-01-10SfxItemSet::Set should return boolStephan Bergmann1-4/+4