summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-06@param[in|out] -> @param[in,out]Zolnai Tamás
2013-10-06fdo#58912 HTML export: headers and footers cause non-validating htmlThomas Arnhold
2013-10-06fix html testsThomas Arnhold
2013-10-06Try to fix TB master Linux-Gentoo-x86_64_2-no-confJulien Nabet
2013-10-06html: remove duplicatesThomas Arnhold
2013-10-06Consistently place platform-specific install:modules on values, not nodesStephan Bergmann
2013-10-06make system-bluez build not use -I$S/bluez_bluetooth/inc in sd...Rene Engelhard
2013-10-06Updated coreAndras Timar
2013-10-06Ruler: don't draw ticks out of the ruler areaTomaž Vajngerl
2013-10-06convert HTML tags/attributes to lowercase for html exportTomaž Vajngerl
2013-10-06RulerItem: indent and cleanupTomaž Vajngerl
2013-10-06Point out that --enable-canonical-installation-tree-structure is broken nowTor Lillqvist
2013-10-06Mention fdo#70097Tor Lillqvist
2013-10-05DXF import filter: fix OUString handlingMichael Stahl
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist
2013-10-05Correct prefix for OUString + constifyMatteo Casalin
2013-10-05String to OUString + better namesMatteo Casalin
2013-10-05String to OUString + use return instead of reference argsMatteo Casalin
2013-10-05This reference argument can be constMatteo Casalin
2013-10-05This does not need to be a member functionMatteo Casalin
2013-10-05Unused data member and setterMatteo Casalin
2013-10-05Bail out early and minor optimizationsMatteo Casalin
2013-10-05String to OUStringMatteo Casalin
2013-10-05String to OUStringMatteo Casalin
2013-10-05Add back xsltproc --path argumentsStephan Bergmann
2013-10-05Improve prop value checksStephan Bergmann
2013-10-05No need to hide xml:lang="x-no-translate" in dummy install:moduleStephan Bergmann
2013-10-05Fix misuses of xml:lang="x-comment" in non-localized propsStephan Bergmann
2013-10-05This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist
2013-10-05unused function 'operator<<'Tor Lillqvist
2013-10-05popOverView modified for better touchabilitySiqi LIU
2013-10-05minorSiqi LIU
2013-10-05fix for fdo#65295, gradient issueSiqi LIU
2013-10-05fdo#60662 apply HIG rulesThomas Arnhold
2013-10-05WaE: -Wunused-variableThomas Arnhold
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Some attempt to store string ID's into query items.Kohei Yoshida
2013-10-04ScInterpreter::GetString() now returns a ref to OUString.Kohei Yoshida
2013-10-04Reduce the amount of indentation by early exit.Kohei Yoshida
2013-10-04Test comparison between simple and rich-text string values.Kohei Yoshida
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.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-04Normalize all string objects that are cell contents before they get stored.Kohei Yoshida
2013-10-04Add string pool to document.Kohei Yoshida
2013-10-04A little more test on shared string pool's life cycle management.Kohei Yoshida
2013-10-04No need to intern strings here; all OUString's are ref-counted.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-04Correct way to get case-insensitive string identifiers.Kohei Yoshida