summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
2014-05-13remove dead codeNoel Grandin
2014-05-06dflt -> defaultThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin
2014-04-04svl/visitem: sal_Bool->boolNoel Grandin
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin
2014-04-04cp#1000054: Avoid crashing.Muthu Subramanian
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-21Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-14708253 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708255 Uninitialized pointer fieldCaolán McNamara
2014-03-13coverity#708824 Unused pointer valueCaolán McNamara
2014-03-13Related: fdo#30770 fix rtf cut/paste crashCaolán McNamara
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-11fdo#39468 Translate German commentsTobias Lippert
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert
2014-03-11callcatcher: update unused codeCaolán McNamara
2014-03-06coverity#1190371 Uninitialized scalar fieldCaolán McNamara
2014-03-05remove unused code SfxGrabBagItem::SetGrabBagNoel Grandin
2014-03-05debug only code SfxItemPool::GetMasterPool() constNoel Grandin
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from svlAlexander Wilms
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-18coverity#984145 Uninitialized scalar fieldCaolán McNamara
2014-02-13SimplificationStephan Bergmann
2014-02-13-Werror,-Wunused-variableStephan Bergmann
2014-02-13n#757432: Styles (rename &) copy to different decks.Muthu Subramanian
2014-02-12more SvStream:operator>> conversionNoel Grandin
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-11coverity#440944 Logically dead codeCaolán McNamara
2014-02-05SfxItemSet::operator == should return boolStephan Bergmann
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-22Clean up SfxItemSet::PutStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin