summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2014-04-24remove odd hackThomas Arnhold1-0/+2
2014-04-23huge hrc and src file cleanupThomas Arnhold2-8/+5
2014-04-19fixincludeguards.sh: includeThomas Arnhold1-3/+3
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás1-1/+1
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin2-2/+2
2014-04-04remove unnecessary virtual in SfxVisibilityItemNoel Grandin1-2/+2
2014-04-04svl/visitem: sal_Bool->boolNoel Grandin1-1/+1
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin1-3/+1
2014-04-03svl: sal_Bool->boolNoel Grandin2-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann17-19/+19
2014-04-01coverity#708187 Uninitialized pointer fieldCaolán McNamara1-2/+8
2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan2-3/+3
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl2-4/+0
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl3-5/+5
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl1-6/+6
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann3-11/+0
2014-03-28Remove remaining DBG_CTOR etc. remnants from svlStephan Bergmann10-84/+28
2014-03-27Introduce INetContentType::scanStephan Bergmann1-9/+17
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann34-288/+288
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann31-46/+46
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-1/+1
2014-03-25Remove unused SfxMiniRecordWriter ctorStephan Bergmann1-19/+0
2014-03-22coverity#708190 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-1/+1
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin2-2/+2
2014-03-12coverity#708189 Uninitialized scalar fieldCaolán McNamara1-2/+7
2014-03-11svl: fix bogus visibility annotation on IndexedStyleSheetsMichael Stahl1-1/+4
2014-03-11fdo#39468 Translate German commentsTobias Lippert1-16/+8
2014-03-11fdo#30770 - Speed up xslx importTobias Lippert2-10/+209
2014-03-11callcatcher: update unused codeCaolán McNamara1-1/+0
2014-03-10Add comment to StyleSheetIteratorTobias Lippert1-0/+3
2014-03-05remove unused code SfxGrabBagItem::SetGrabBagNoel Grandin1-1/+0
2014-03-05debug only code SfxItemPool::GetMasterPool() constNoel Grandin1-0/+2
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin1-1/+0
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida1-0/+56
2014-03-01Remove visual noise from includeAlexander Wilms34-115/+115
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-19/+19
2014-02-20svl: sal_Bool -> boolStephan Bergmann18-67/+67
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann1-1/+1
2014-02-13n#757432: Styles (rename &) copy to different decks.Muthu Subramanian1-0/+2
2014-02-05SfxItemSet::operator == should return boolStephan Bergmann1-1/+1
2014-01-30fdo#63154 Removed unused solar.h ref. in svlAlexandre Vicenzi14-71/+11
2014-01-28bool improvementsStephan Bergmann2-3/+3
2014-01-24coverity#708952 Non-virtual destructorCaolán McNamara1-1/+1
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-1/+1
2014-01-22Clean up SfxItemSet::PutStephan Bergmann1-6/+3
2014-01-10Use boolStephan Bergmann2-7/+4
2014-01-10Use proper bool operationsStephan Bergmann1-1/+1
2014-01-10SfxItemSet::Set should return boolStephan Bergmann1-1/+1