Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-31 | More implicit inline methods to non-inline. | Kohei Yoshida | |
2012-01-31 | XubString to rtl::OUString. | Kohei Yoshida | |
2012-01-31 | More implicit inline method to hide. | Kohei Yoshida | |
2012-01-31 | Container to ptr_vector. | Kohei Yoshida | |
2012-01-31 | One less method that nobody uses. | Kohei Yoshida | |
2012-01-31 | No implicit inlining in the header file. | Kohei Yoshida | |
2012-01-31 | Make these data members private. | Kohei Yoshida | |
2012-01-31 | Use bool & prefer rtl::OUString. | Kohei Yoshida | |
2012-02-01 | corrections to Komi languages patch | Eike 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-01 | Support Komi-Zyrian and Komi-Permyak as text language for spell checking | Harri Pitkänen | |
2012-01-31 | fix -Os comment in oox/Library_oox.mk | Rene Engelhard | |
2012-01-31 | maUIOptions is a Sequence not a string | Caolán McNamara | |
2012-01-31 | drop unnecessary includes | Caolán McNamara | |
2012-01-31 | make dbaccess ByteString free | Caolán McNamara | |
2012-01-31 | useless aFontNr | Caolán McNamara | |
2012-01-31 | use a $(COM)-$(OS)-$(CPUNAME) pattern | Caolá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-31 | Fix for fdo43460 Part LVIII getLength() to isEmpty() | Olivier Hallot | |
Part LVIII Modules vcl (part 2) | |||
2012-01-31 | Fix for fdo43460 Part LVII getLength() to isEmpty() | Olivier Hallot | |
Part LVII Modules vcl (part 1) | |||
2012-01-31 | Fix "Possible inefficient checking for 'rChunkData' emptiness" | Julien Nabet | |
2012-01-31 | ORowSetCache: keep m_nEndPos better up-to-date | Lionel Elie Mamane | |
2012-01-31 | Fix "Throwing a copy of the caught exception instead of rethrowing" | Julien Nabet | |
2012-01-31 | Remove unused code. | Santiago Martinez | |
2012-01-31 | fdo#45453: use integers rather than booleans | Lionel Elie Mamane | |
for always-true and always-false tests. Some databases have poor or no support for booleans. | |||
2012-01-31 | add missed ifeq to check for IA64... | Rene Engelhard | |
2012-01-31 | convert windows only code | Caolán McNamara | |
2012-01-31 | SWAPLONG->OSL_SWAPDWORD | Caolán McNamara | |
2012-01-31 | SWAPLONG->OSL_SWAPDWORD | Caolán McNamara | |
2012-01-31 | build oox with explicit -Os on ia64 as it otherwise gets too big to link | Rene Engelhard | |
2012-01-31 | add explicit empty SwTblBoxFormula destructor to fix armel build... | Rene Engelhard | |
2012-01-31 | clone token in ScFormulaResult copy-ctor instead of referring | Eike 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-31 | Revert "Prevent excessive references to single token instance during fill." | Eike Rathke | |
This reverts commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4. To be replaced with a different solution. | |||
2012-01-31 | Regroup DragonFly and NetBSD configurations | François Tigeot | |
2012-01-31 | erase garbage after std::remove | Ivan Timofeev | |
this fixes commit 5a71069339b3a3c118f3015d978799ef66db7564 | |||
2012-01-31 | gtk3: follow SAL_USE_VCLPLUGIN=gtk3 irrespective of 'experimental' mode. | Michael Meeks | |
2012-01-31 | SWAPLONG->OSL_BIGENDIAN | Caolán McNamara | |
2012-01-31 | adapt bmpmaker | Caolán McNamara | |
2012-01-31 | make svtools ByteString free | Caolán McNamara | |
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-31 | Fix 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-31 | use LibreOffice instead of OpenOffice.org in registry | Andras Timar | |
it may help to solve file association issues, especially when OpenOffice.org is/was also installed | |||
2012-01-31 | OpenOffice.org -> LibreOffice in comment | Andras Timar | |
2012-01-31 | remove unused VendorName | Andras Timar | |
2012-01-31 | replace OpenOffice.org name to LibreOffice | Andras Timar | |
2012-01-31 | look for /Applications/LibreOffice.app on Mac | Andras Timar | |
2012-01-31 | gtk3: clobber the page / background color to white for now. | Michael Meeks | |
2012-01-31 | Move unotools/configuration.hxx to comphelper | Stephan Bergmann | |
...so that other code in comphelper can use it. | |||
2012-01-31 | fdo#44836: Hide all the page breaks of the pages before the first visible one | Cédric Bosdonnat | |
2012-01-31 | only call ClrContour for contour wrapped drawing objects | Andreas Schierl | |
2012-01-31 | Uploading libcdr-0.0.1 that makes the converter actually do something | Fridrich Štrba | |
2012-01-31 | convert SdCustomeShow from tools/list to vector | Noel Grandin | |