Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-01-31 | WaE: add virtual dtors | Caolán McNamara | |
2012-01-31 | Remove unsed code | Elton Chung | |
2012-01-31 | Avoid trailing slashes in xsltproc schemaRoot param | Stephan Bergmann | |
...as some xslt procs are confused by paths containing // IIRC and that would explain a Win-x86@7-MinGW tinderbox failure. | |||
2012-01-31 | ClrContourCache for SwAnchoredDrawObjects | Andreas Schierl | |
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-31 | Removed unused ImplSalLogFontToFontA() | Christina Rossmanith | |
2012-01-31 | fix rendering of metafiles embedded in emf+ (updated) | Radek Doulik | |
2012-01-31 | Clean up | Stephan Bergmann | |
2012-01-31 | Fix build of postgresql module with mozilla ldap on WNTMSC | Fridrich Štrba | |
2012-01-31 | Remove unused endianess defines | François Tigeot | |
2012-01-31 | ':' is not allowed in sheet names as well | Ivan Timofeev | |
2012-01-31 | SWAPLONG -> OSL_SWAPDWORD | Stephan Bergmann | |
2012-01-31 | Simplification | Stephan Bergmann | |
2012-01-31 | SWAPLONG -> OSL_SWAPDWORD | Stephan Bergmann | |
2012-01-31 | Move definition of static data member to .cxx | Stephan Bergmann | |
2012-01-31 | add vcl log area | David Tardon | |
2012-01-30 | keep the module name consistent in build.lst | Norbert Thiebaud | |
2012-01-30 | keep the module name consistent in build.lst | Norbert Thiebaud | |
2012-01-30 | fdo#43965 more \page vs \pagebb fixes | Miklos Vajna | |
The previous commit even reset \pagebb at the end of the paragraph, which is not what the spec says. | |||
2012-01-30 | MaxTextLength apparently needs to take comma in "1,000" into account. | Stephan Bergmann | |
Otherwise, max undo steps field gets reset to 100 (?) for inputs > 9999. | |||
2012-01-30 | Revert "vcl: BestVisuals strip" | Thomas Arnhold | |
This reverts commit 9c1a107696d032ec4e5e5ac0526c643d3a666c06. this is work is progress, not public... | |||
2012-01-30 | Revert "vcl: stuff" | Thomas Arnhold | |
This reverts commit 3b90a3f1eaf9b98e52917d97b6991762d498c10d. | |||
2012-01-30 | W40ONLY is never defined | Thomas Arnhold | |
2012-01-30 | vcl: stuff | Thomas Arnhold | |
2012-01-30 | vcl: BestVisuals strip | Thomas Arnhold | |
2012-01-30 | Do not forward declare Splitter or include its header file if unneeded | Matteo Casalin | |
2012-01-30 | Don't need a break after a throw | Julien Nabet | |
2012-01-30 | Prevent excessive references to single token instance during fill. | Kohei Yoshida | |
Because if not, we may run out of the 16-bit integer space to store reference count. | |||
2012-01-30 | Don't repeat a return ! | Julien Nabet | |
2012-01-30 | fdo#43965 fix RTF import of page break symbol | Miklos Vajna | |
This was unnoticed so far as both Writer and Word output \pagebb instead of \page when exporting page breaks. | |||
2012-01-30 | WaE: more multi_array warnings | Caolán McNamara | |
2012-01-30 | Replace literal control characters (thank you Eike !) | Julien Nabet | |
2012-01-30 | Just some simplification | Julien Nabet | |
2012-01-30 | Make named ranges dialog more consistent, localizable (III) | Petr Mladek | |
There was still not enough space for German traslation | |||
2012-01-30 | query remaining stream size after seeking, not before (fdo#45255) | Luboš Luňák | |
2012-01-30 | Fix "Found duplicate branches for if and else" | Julien Nabet | |
2012-01-30 | Removed debug statement. | Kohei Yoshida | |
2012-01-31 | Replaced String by rtl::OUString in SbiScanner | Takeshi Abe | |
2012-01-30 | fdo#35669: more robust references merging | Cédric Bosdonnat | |
2012-01-30 | Adapt gb_Module_DEBUGRUNCOMMAND to --disable-linkoo. | Stephan Bergmann | |
2012-01-30 | Option to set tab prefix for new worksheets | Albert Thuswaldner | |
2012-01-30 | allow unaligned memory accesses only on x86/x86_64 | Caolán McNamara | |