summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-0/+3
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-0/+2
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida1-0/+1
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2-22/+3
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-0/+3
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida1-0/+2
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida2-5/+45
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-3/+3
2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida1-3/+2
2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida1-1/+21
2013-10-04The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida1-1/+1
2013-10-04Let's not expose the internal pointer. Define different ID type.Kohei Yoshida1-2/+4
2013-10-04Write some rudimentary tests for the new shared string pool class.Kohei Yoshida1-2/+4
2013-10-04Establish mapping between original strings and upper strings.Kohei Yoshida1-0/+37
2013-10-04Move this string pool code to svl.Kohei Yoshida1-0/+34
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara5-12/+10
2013-09-11convert include/svl/urlbmk.hxx from String to OUStringNoel Grandin2-9/+7
2013-09-05svx: new InteropGrabBag UNO prop in Shape serviceAndres Gomez1-1/+1
2013-09-04adjust code to layoutPhilipp Riemer1-14/+11
2013-09-04delete code that was commented outPhilipp Riemer1-4/+0