summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2014-07-21fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+12
2014-03-17fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-1/+1
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
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer2-182/+42
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks2-3/+3
2013-08-17SfxItemPool: detect duplicate SlotId mappingsMichael Stahl1-2/+1
2013-08-17svl: remove unused SFX_ITEM_USERFLAG[0-B]Michael Stahl1-13/+0
2013-08-16SfxEnumItem: cut out the middle man here tooMichael Stahl2-44/+29
2013-08-16SfxBoolItem: cut out the middle manMichael Stahl2-59/+50
2013-08-12Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuffTor Lillqvist1-16/+0
2013-08-08remove obsolete SjJSbxObject cruftMichael Stahl1-27/+1
2013-08-08Bin a couple of pointless macros only used onceTor Lillqvist1-3/+0
2013-08-08Remove the now empty <svl/cntwids.hrc> headerTor Lillqvist1-25/+0
2013-08-08Bin Chaos WIDs that are unused (only mentioned only in comments)Tor Lillqvist1-183/+0
2013-08-01Doxygenize some docs, translate to English while at it.Thorsten Behrens1-0/+25
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-0/+6
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl1-6/+0
2013-07-27SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl1-3/+2
2013-07-27fdo#67303: sw: speed up setting IsHidden property on stylesMichael Stahl1-2/+2
2013-07-24svl: add an SfxGrabBagItemMiklos Vajna1-0/+44
2013-07-12constify these methodsCaolán McNamara1-4/+4
2013-07-12Related: fdo#54493 determine if a CJK/CTL keyboard is installedMarc Garcia1-0/+5