summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-11[API CHANGE]: Drop SAL_PRGEXTENSION from <sal/config.h>Tor Lillqvist
2013-10-11-Werror,-Wunused-variableStephan Bergmann
2013-10-11-Werror,-Wunused-variableStephan Bergmann
2013-10-11Sort lists lexicographicallyStephan Bergmann
2013-10-11iOS experimental app support for selection marking via long press gestureptyl@cloudon.com
2013-10-10n#819614: Lines running off the screens.Muthu Subramanian
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann
2013-10-09Resuscitate old vcl unit tests.Thorsten Behrens
2013-10-09Related: fdo#38838 remove UniString::SetToken & UniString::SearchAsciiCaolán McNamara
2013-10-09These constants are needed also for some code inside HAVE_FEATURE_DESKTOPTor Lillqvist
2013-10-09Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com
2013-10-09update unusedcode listCaolán McNamara
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
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-08Resolves: #i123350# Added Clear() implementation to SdrUndoManager...Armin Le Grand
2013-10-08Related: fdo#38838 remove UniString::SearchAndReplaceAllCaolán McNamara
2013-10-08Bin pointless commentTor Lillqvist
2013-10-07limit LANGUAGE_ON_THE_FLY_END to 0x03FEEike Rathke
2013-10-07added Karakalpak Latin [kaa-Latn-UZ] to language list, fdo#70217Eike Rathke
2013-10-07added Nogai [nog-RU] to language list, fdo#69987Eike Rathke
2013-10-07define colors as hexadecimalIvan Timofeev
2013-10-07change default line color to Tango: Sky Blue 2Ivan Timofeev
2013-10-07html: remove unused and unsupported tagsThomas Arnhold
2013-10-07Add opengl canvas implementation.Thorsten Behrens
2013-10-07XCanvas does no longer imply XBitmapCanvasThorsten Behrens
2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens
2013-10-07startcenter: Hide template toggle button if no templatesKrisztian Pinter
2013-10-07make font style size stable on switching fontsCaolán McNamara
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
2013-10-07Fix fdo#70220 Superscript not imported from pptx.Thorsten Behrens
2013-10-07html export: use only HTML 4.0 for exportThomas Arnhold
2013-10-06html: remove duplicatesThomas Arnhold
2013-10-06convert HTML tags/attributes to lowercase for html exportTomaž Vajngerl
2013-10-06RulerItem: indent and cleanupTomaž Vajngerl
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Add methods to extract string IDs from edit text object.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
2013-10-04Let's not expose the internal pointer. Define different ID type.Kohei Yoshida
2013-10-04Write some rudimentary tests for the new shared string pool class.Kohei Yoshida
2013-10-04Establish mapping between original strings and upper strings.Kohei Yoshida
2013-10-04Add method to normalize strings in EditTextObject.Kohei Yoshida
2013-10-04Move this string pool code to svl.Kohei Yoshida