summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-21Page Break: Fix the line position in side-by-side pages displayCédric Bosdonnat1-3/+1
2011-09-21Page Break: decouple it from the text bounding lines paintingCédric Bosdonnat2-5/+14
2011-09-21build without glib poppler bindingsLuboš Luňák1-1/+5
- there's not configure check for it, only for poppler itself - and it's not actually used anyway
2011-09-21WaE: unused variableCaolán McNamara1-1/+1
2011-09-21fdo#39430: Implement improved Saving Information Icon in the Status BarDmitry Ashkadov7-26/+89
2011-09-21Disable also the nss module when using --enable-dbgutil in a Windows buildTor Lillqvist1-2/+6
2011-09-21ah, not windows only of courseCaolán McNamara1-1/+4
2011-09-21get it to link with msvc at leastCaolán McNamara2-5/+2
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar9-14/+14
2011-09-21do not localize files in this directoryAndras Timar1-0/+1
2011-09-21Removed unused some code related to fdo#39430Dmitry Ashkadov3-7/+0
2011-09-21WaE: fall through to final returnCaolán McNamara1-1/+0
2011-09-21removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630Andreu Correa Casablanca1-1/+1
2011-09-21update listCaolán McNamara1-1/+1
2011-09-21Ignore the MSVC vc90.pdb filesTor Lillqvist1-0/+2
2011-09-21Bin OS/2 stuffTor Lillqvist1-30/+0
2011-09-21chmod -xTor Lillqvist7-0/+0
2011-09-21Update to match realityTor Lillqvist1-4/+4
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 McNamara3-1/+12
This reverts commit 9693764946ac3f27a0170d7556ee62276d7c3dcb.
2011-09-21add a simple timer for unit testsCaolán McNamara1-1/+35
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara3-12/+1
2011-09-21regenerate listCaolán McNamara1-23/+10
2011-09-21ByteString->rtl::OStringBufferCaolán McNamara6-53/+72
2011-09-21this is never NULL, can be a referenceCaolán McNamara2-13/+13
2011-09-21ByteString->rtl::OString[Buffer]Caolán McNamara4-38/+33
2011-09-21make findunusedcode target easierCaolán McNamara1-0/+2
2011-09-21always clear input page vector, but fill in extractable valuesCaolán McNamara1-8/+9
2011-09-21GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolán McNamara1-1/+0
2011-09-21Adding a file where the previous patch was not applying cleanlyThomas Arnhold1-1/+1
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold105-625/+625
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 Tanakanok1-4/+4
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida6-2/+31
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 Nabet1-1/+1
2011-09-20lower the autoconf requirement to 2.61 in order to pass on MacOSXNorbert Thiebaud1-1/+1
2011-09-20Removed pPageView made unused by previous changeset 3e5edf6c.Stephan Bergmann1-2/+2
2011-09-20Removed unused fMaxSize introduced by previous changeset 3e5edf6c.Stephan Bergmann1-1/+0
2011-09-20Cleaned up solenv/gdb/makefile.mkStephan Bergmann1-2/+1
2011-09-20Removed unused BOXT feature.Stephan Bergmann14-426/+1
2011-09-20Unit test for copying range names.Kohei Yoshida1-7/+44
This test would've detected my earlier mistake with the index-lookup perf enhancement.
2011-09-20localize.pl is not necessaryAndras Timar4-909/+4
2011-09-20Add file-lists/ folder to gitignore.Tomas Chvatal1-0/+1
2011-09-20Remove trailing &&Tomas Chvatal1-1/+1
2011-09-20Enable some extensions by default and cleanup logicTomas Chvatal1-204/+205
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 Henschel10-21/+429
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara3-35/+38
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara1-4/+5
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara2-37/+44
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara3-49/+53
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara1-9/+9
2011-09-20bah, why did I change it away from sizeCaolán McNamara1-1/+1