summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-31More implicit inline methods to non-inline.Kohei Yoshida
2012-01-31XubString to rtl::OUString.Kohei Yoshida
2012-01-31More implicit inline method to hide.Kohei Yoshida
2012-01-31Container to ptr_vector.Kohei Yoshida
2012-01-31One less method that nobody uses.Kohei Yoshida
2012-01-31No implicit inlining in the header file.Kohei Yoshida
2012-01-31Make these data members private.Kohei Yoshida
2012-01-31Use bool & prefer rtl::OUString.Kohei Yoshida
2012-02-01corrections to Komi languages patchEike Rathke
* Changed LCID 0x0A69 to 0x066A to comply with the user-assigned space. * Added RU country for mapping to locales' ISO codes. * All locales should consist of language and country, except those where the language is not mappable to any country.
2012-02-01Support Komi-Zyrian and Komi-Permyak as text language for spell checkingHarri Pitkänen
2012-01-31fix -Os comment in oox/Library_oox.mkRene Engelhard
2012-01-31maUIOptions is a Sequence not a stringCaolán McNamara
2012-01-31drop unnecessary includesCaolán McNamara
2012-01-31make dbaccess ByteString freeCaolán McNamara
2012-01-31useless aFontNrCaolán McNamara
2012-01-31use a $(COM)-$(OS)-$(CPUNAME) patternCaolán McNamara
i.e. same pattern as sc/Library_vbaobj.mk and writerfilter/Library_resourcemodel.mk and document that its a compile time error which can be retested anytime with a new toolchain, not some weird scary runtime error so must never be touched.
2012-01-31Fix for fdo43460 Part LVIII getLength() to isEmpty()Olivier Hallot
Part LVIII Modules vcl (part 2)
2012-01-31Fix for fdo43460 Part LVII getLength() to isEmpty()Olivier Hallot
Part LVII Modules vcl (part 1)
2012-01-31Fix "Possible inefficient checking for 'rChunkData' emptiness"Julien Nabet
2012-01-31ORowSetCache: keep m_nEndPos better up-to-dateLionel Elie Mamane
2012-01-31Fix "Throwing a copy of the caught exception instead of rethrowing"Julien Nabet
2012-01-31Remove unused code.Santiago Martinez
2012-01-31fdo#45453: use integers rather than booleansLionel Elie Mamane
for always-true and always-false tests. Some databases have poor or no support for booleans.
2012-01-31add missed ifeq to check for IA64...Rene Engelhard
2012-01-31convert windows only codeCaolán McNamara
2012-01-31SWAPLONG->OSL_SWAPDWORDCaolán McNamara
2012-01-31SWAPLONG->OSL_SWAPDWORDCaolán McNamara
2012-01-31build oox with explicit -Os on ia64 as it otherwise gets too big to linkRene Engelhard
2012-01-31add explicit empty SwTblBoxFormula destructor to fix armel build...Rene Engelhard
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke
Replaces commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4 Prevent excessive references to single token instance during fill. Because if not, we may run out of the 16-bit integer space to store reference count.
2012-01-31Revert "Prevent excessive references to single token instance during fill."Eike Rathke
This reverts commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4. To be replaced with a different solution.
2012-01-31Regroup DragonFly and NetBSD configurationsFrançois Tigeot
2012-01-31erase garbage after std::removeIvan Timofeev
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564
2012-01-31gtk3: follow SAL_USE_VCLPLUGIN=gtk3 irrespective of 'experimental' mode.Michael Meeks
2012-01-31SWAPLONG->OSL_BIGENDIANCaolán McNamara
2012-01-31adapt bmpmakerCaolán McNamara
2012-01-31make svtools ByteString freeCaolán McNamara
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-31Fix fdo#42543: Don't paint a frame around the list of edit boxes.Jan Holesovsky
This conflicts with commit efc6b840a0423099d6c3e0d33c14d34637fbba4c that reorders painting of windows when they overlap; and in this case, the frame image paints over the controls. The sideeffect is that the dialog looks nicer ;-)
2012-01-31use LibreOffice instead of OpenOffice.org in registryAndras Timar
it may help to solve file association issues, especially when OpenOffice.org is/was also installed
2012-01-31OpenOffice.org -> LibreOffice in commentAndras Timar
2012-01-31remove unused VendorNameAndras Timar
2012-01-31replace OpenOffice.org name to LibreOfficeAndras Timar
2012-01-31look for /Applications/LibreOffice.app on MacAndras Timar
2012-01-31gtk3: clobber the page / background color to white for now.Michael Meeks
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann
...so that other code in comphelper can use it.
2012-01-31fdo#44836: Hide all the page breaks of the pages before the first visible oneCédric Bosdonnat
2012-01-31only call ClrContour for contour wrapped drawing objectsAndreas Schierl
2012-01-31Uploading libcdr-0.0.1 that makes the converter actually do somethingFridrich Štrba
2012-01-31convert SdCustomeShow from tools/list to vectorNoel Grandin