summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-01-31WaE: add virtual dtorsCaolán McNamara
2012-01-31Remove unsed codeElton Chung
2012-01-31Avoid trailing slashes in xsltproc schemaRoot paramStephan Bergmann
...as some xslt procs are confused by paths containing // IIRC and that would explain a Win-x86@7-MinGW tinderbox failure.
2012-01-31ClrContourCache for SwAnchoredDrawObjectsAndreas Schierl
2012-01-31callcatcher: update listCaolán McNamara
2012-01-31ByteString->rtl::OStringCaolán McNamara
2012-01-31Removed unused ImplSalLogFontToFontA()Christina Rossmanith
2012-01-31fix rendering of metafiles embedded in emf+ (updated)Radek Doulik
2012-01-31Clean upStephan Bergmann
2012-01-31Fix build of postgresql module with mozilla ldap on WNTMSCFridrich Štrba
2012-01-31Remove unused endianess definesFrançois Tigeot
2012-01-31':' is not allowed in sheet names as wellIvan Timofeev
2012-01-31SWAPLONG -> OSL_SWAPDWORDStephan Bergmann
2012-01-31SimplificationStephan Bergmann
2012-01-31SWAPLONG -> OSL_SWAPDWORDStephan Bergmann
2012-01-31Move definition of static data member to .cxxStephan Bergmann
2012-01-31add vcl log areaDavid Tardon
2012-01-30keep the module name consistent in build.lstNorbert Thiebaud
2012-01-30keep the module name consistent in build.lstNorbert Thiebaud
2012-01-30fdo#43965 more \page vs \pagebb fixesMiklos Vajna
The previous commit even reset \pagebb at the end of the paragraph, which is not what the spec says.
2012-01-30MaxTextLength 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-30Revert "vcl: BestVisuals strip"Thomas Arnhold
This reverts commit 9c1a107696d032ec4e5e5ac0526c643d3a666c06. this is work is progress, not public...
2012-01-30Revert "vcl: stuff"Thomas Arnhold
This reverts commit 3b90a3f1eaf9b98e52917d97b6991762d498c10d.
2012-01-30W40ONLY is never definedThomas Arnhold
2012-01-30vcl: stuffThomas Arnhold
2012-01-30vcl: BestVisuals stripThomas Arnhold
2012-01-30Do not forward declare Splitter or include its header file if unneededMatteo Casalin
2012-01-30Don't need a break after a throwJulien Nabet
2012-01-30Prevent 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-30Don't repeat a return !Julien Nabet
2012-01-30fdo#43965 fix RTF import of page break symbolMiklos Vajna
This was unnoticed so far as both Writer and Word output \pagebb instead of \page when exporting page breaks.
2012-01-30WaE: more multi_array warningsCaolán McNamara
2012-01-30Replace literal control characters (thank you Eike !)Julien Nabet
2012-01-30Just some simplificationJulien Nabet
2012-01-30Make named ranges dialog more consistent, localizable (III)Petr Mladek
There was still not enough space for German traslation
2012-01-30query remaining stream size after seeking, not before (fdo#45255)Luboš Luňák
2012-01-30Fix "Found duplicate branches for if and else"Julien Nabet
2012-01-30Removed debug statement.Kohei Yoshida
2012-01-31Replaced String by rtl::OUString in SbiScannerTakeshi Abe
2012-01-30fdo#35669: more robust references mergingCédric Bosdonnat
2012-01-30Adapt gb_Module_DEBUGRUNCOMMAND to --disable-linkoo.Stephan Bergmann
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner
2012-01-30allow unaligned memory accesses only on x86/x86_64Caolán McNamara