summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-21build without glib poppler bindingsLuboš Luňák
- there's not configure check for it, only for poppler itself - and it's not actually used anyway
2011-09-21WaE: unused variableCaolán McNamara
2011-09-21fdo#39430: Implement improved Saving Information Icon in the Status BarDmitry Ashkadov
2011-09-21Disable also the nss module when using --enable-dbgutil in a Windows buildTor Lillqvist
2011-09-21ah, not windows only of courseCaolán McNamara
2011-09-21get it to link with msvc at leastCaolán McNamara
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar
2011-09-21do not localize files in this directoryAndras Timar
2011-09-21Removed unused some code related to fdo#39430Dmitry Ashkadov
2011-09-21WaE: fall through to final returnCaolán McNamara
2011-09-21removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630Andreu Correa Casablanca
2011-09-21update listCaolán McNamara
2011-09-21Ignore the MSVC vc90.pdb filesTor Lillqvist
2011-09-21Bin OS/2 stuffTor Lillqvist
2011-09-21chmod -xTor Lillqvist
2011-09-21Update to match realityTor Lillqvist
But actually, I would really love it if we could get rid of this version.lst file. Surely we can put this information, if it has to be hardcoded somewhere, in the same minor.mk that already contains version information (and which, unlike this file, actually has been kept updated by us). Or alternatively, get rid of minor.mk and use just this file. Best of all would be to just use the version number from the AC_INIT in configure.in, wouldn't it? Isn't that the normal thing to do? Also, I don't see what hardoced version timestamps as in this file are useful for. If such a timestamp corresponds one-to-one with a version number, the information clearly is redundant? A *build* timestamp is another thing, that might be more useful if file timestamps or package timestamps don't give enough information.
2011-09-21Revert "remove newly unused methods", used againCaolán McNamara
This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb.
2011-09-21add a simple timer for unit testsCaolán McNamara
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara
2011-09-21regenerate listCaolán McNamara
2011-09-21ByteString->rtl::OStringBufferCaolán McNamara
2011-09-21this is never NULL, can be a referenceCaolán McNamara
2011-09-21ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-21make findunusedcode target easierCaolán McNamara
2011-09-21always clear input page vector, but fill in extractable valuesCaolán McNamara
2011-09-21GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolán McNamara
2011-09-21Adding a file where the previous patch was not applying cleanlyThomas Arnhold
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.