summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann22-35/+35
2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky1-0/+1
2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky1-1/+6
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky1-0/+13
2013-12-19svl: whitespace fixes in grabbagitemMiklos Vajna1-2/+2
2013-12-12Get rid of MAP_CHAR_LEN macroStephan Bergmann1-3/+0
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-8/+6
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-6/+8
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-8/+6
2013-12-10svl: remove SfxDateTimeItem, which is actually unusedMichael Stahl1-76/+0
2013-12-10n#753460: Copying slides having same master page name.Muthu Subramanian1-0/+1
2013-11-26Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr1-3/+3
2013-11-21fdo#39468: Translate German comments (first part)Philipp Riemer1-320/+249
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida1-3/+11
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida1-0/+1
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida3-92/+28
2013-11-09fdo#65108 inter-module includes <> include/svlNorbert Thiebaud62-73/+73
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida1-0/+2
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold80-194/+194
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-21post String conversion cleanupThomas Arnhold1-2/+1