summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
2014-03-05remove unused code SfxGrabBagItem::SetGrabBagNoel Grandin
2014-03-05debug only code SfxItemPool::GetMasterPool() constNoel Grandin
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin
2014-03-01Set the default cell border line width to 0.75 pt in Calc.Kohei Yoshida
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-13n#757432: Styles (rename &) copy to different decks.Muthu Subramanian
2014-02-05SfxItemSet::operator == should return boolStephan Bergmann
2014-01-30fdo#63154 Removed unused solar.h ref. in svlAlexandre Vicenzi
2014-01-28bool improvementsStephan Bergmann
2014-01-24coverity#708952 Non-virtual destructorCaolán McNamara
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-22Clean up SfxItemSet::PutStephan Bergmann
2014-01-10Use boolStephan Bergmann
2014-01-10Use proper bool operationsStephan Bergmann
2014-01-10SfxItemSet::Set should return boolStephan Bergmann
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky
2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky
2013-12-19svl: whitespace fixes in grabbagitemMiklos Vajna
2013-12-12Get rid of MAP_CHAR_LEN macroStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-10svl: remove SfxDateTimeItem, which is actually unusedMichael Stahl
2013-12-10n#753460: Copying slides having same master page name.Muthu Subramanian
2013-11-26Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr
2013-11-21fdo#39468: Translate German comments (first part)Philipp Riemer
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida
2013-11-09fdo#65108 inter-module includes <> include/svlNorbert Thiebaud
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida
2013-10-23fixincludeguards.sh: include/s*Thomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21post String conversion cleanupThomas Arnhold
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida
2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida
2013-10-04The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida