summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-21change font name in Thai fall-back font lists in VCL.xcuTantai Tanakanok
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida
We need to map Excel's database ranges (or in Excel's terminology "tables") to named db ranges because they may be referenced in formula expressions. Also, Excel tables are always of the form Table*[] when used in formulas. Skip the "[]" part then the preceding token is a valid database range.
2011-09-20Fix typo for 0ab55ac8e88f04258f1d3e79e984382f-lightproof-en-US_0.1.oxtJulien Nabet
2011-09-20lower the autoconf requirement to 2.61 in order to pass on MacOSXNorbert Thiebaud
2011-09-20Removed pPageView made unused by previous changeset 3e5edf6c.Stephan Bergmann
2011-09-20Removed unused fMaxSize introduced by previous changeset 3e5edf6c.Stephan Bergmann
2011-09-20Cleaned up solenv/gdb/makefile.mkStephan Bergmann
2011-09-20Removed unused BOXT feature.Stephan Bergmann
2011-09-20Unit test for copying range names.Kohei Yoshida
This test would've detected my earlier mistake with the index-lookup perf enhancement.
2011-09-20localize.pl is not necessaryAndras Timar
2011-09-20Add file-lists/ folder to gitignore.Tomas Chvatal
2011-09-20Remove trailing &&Tomas Chvatal
2011-09-20Enable some extensions by default and cleanup logicTomas Chvatal
Cleanup the extensions logic to be consistent with on/of switches. This commit renames --with-extension-integration to --enable-extension-integration.
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara
2011-09-20bah, why did I change it away from sizeCaolán McNamara
2011-09-20Revert "localize.pl is not necessary" - breaks on WindowsAndras Timar
This reverts commit fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10.
2011-09-20Header/Footer: Fixed a few separators rendering problemsCédric Bosdonnat
Bugs fixed: + Some of the separators weren't hidden (zooming out and then zooming in is an example) + The footer separator wasn't properly placed under footnotes containers if there was no footer.
2011-09-20Header/Footer: move the separator line painting to a Window controlCédric Bosdonnat
This avoids drawing control things on the document OutputDevice and helps keeping them properly refreshed without refreshing the whole document layout.
2011-09-20localize.pl is not necessaryAndras Timar
2011-09-20no 'progress bar' for l10ntoolsAndras Timar
2011-09-20adjust what to extract and what notAndras Timar
2011-09-20remove unused column from ExeTableAndras Timar
2011-09-20Ensure that only ScDPCollection can remove caches.Kohei Yoshida
Call ScDPCollection::ClearCache() to remove cache during refreshing.
2011-09-20removed unsatisfiable equalities of conditionalsTakeshi Abe
by definition of ComparePosition(), neither *pEnd is equal to *pREnd in case of POS_OVERLAP_BEFORE, nor *pStt is equal to *pRStt in case of POS_OVERLAP_BEHIND
2011-09-20Rename guistdio to crashrep.com.Jan Holesovsky
2011-09-20Depend explicitly on cppuhelper for the non-DESKTOP caseTor Lillqvist
2011-09-20Bypass building the iOS cppu_unittester_all for nowTor Lillqvist
We can't build it here at this point during the build after all. We use static linking on iOS, and we would need to link with -lgcc3_uno from bridges which has not been built yet. It seems that any meaningful unit tests for iOS actually need to be built in a "subsequent" stage.
2011-09-20Build unopkg.exe directly.Jan Holesovsky
2011-09-20Create unopkg.com directly.Jan Holesovsky
2011-09-20Create unopkg.bin directly.Jan Holesovsky
2011-09-20A bit more defensive programmingFridrich Štrba
2011-09-20Consistently rename NONEBIN -> NONE for all platforms.Stephan Bergmann
2011-09-20Fix manifest creation.Jan Holesovsky
2011-09-20I think this is supposed to be a so-called GUI executableTor Lillqvist
2011-09-20unopkgio should be a console executableTor Lillqvist
2011-09-20add 'qtz' key id lang code to ALL caseAndras Timar
2011-09-20Revert "Use PREFIXDIR when possible"Stephan Bergmann
This reverts commit af37c0a988109b3b38e68591a5e9a7ea39e2c2a7.
2011-09-20Fix for fdo#35513: avoid crash while processing incorrect range of pagesIvan Timofeev
2011-09-20update listCaolán McNamara
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara
2011-09-20callcatcher: StandardErrorInfo is never constructedCaolán McNamara
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara
2011-09-20WaE: and no longer need this here thenCaolán McNamara
2011-09-20missed optimization opportunity from 9b6ea21 to drop unused ByteStringCaolán McNamara