summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameter.Jan Holesovsky2011-08-261-2/+2
* Header/Footer: Change the edition mode enteringCédric Bosdonnat2011-08-261-8/+37
* Header/Footer: changed GetCrsrOfst to be able to pick up background objectsCédric Bosdonnat2011-08-261-14/+55
* Moved a few bit-fields to booleansCédric Bosdonnat2011-08-261-19/+19
* Fixed SwFlowFrm constructor to initialize pPrecede to NULLCédric Bosdonnat2011-08-261-1/+2
* catch by const refCaolán McNamara2011-08-261-1/+1
* Remove HTML 3.2 export optionHarri Pitkänen2011-08-261-2/+0
* Remove extra #defineHarri Pitkänen2011-08-262-3/+3
* convert package to gbuildMatúš Kukan2011-08-261-1/+1
* fix ole control export ( bad string lenght check )Noel Power2011-08-251-1/+1
* WaE unused parameterEike Rathke2011-08-241-3/+3
* kill old vba and ole control filter(s) for import at leastNoel Power2011-08-241-4/+11
* fdo#40341: hide 'math baseline alignment' unless availableTakeshi Abe2011-08-241-5/+11
* Resolves: fdo#40345 don't crash loading temp document to get frame stylesCaolán McNamara2011-08-241-2/+3
* SW_DLL isn't usedCaolán McNamara2011-08-241-2/+0
* Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini2011-08-2318-67/+71
* add a regression test to confirm SwDocStat works the way I thinkCaolán McNamara2011-08-231-0/+25
* ditch deprecated apiCaolán McNamara2011-08-231-5/+5
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
* ByteString->rtl::OStringCaolán McNamara2011-08-191-11/+12
* pointless temp objects, stray debugging code ?Caolán McNamara2011-08-191-3/+0
* ByteString->rtl::OStringCaolán McNamara2011-08-192-12/+12
* convert tools::Config to rtl::OStringCaolán McNamara2011-08-191-1/+1
* remove extra arg and methodCaolán McNamara2011-08-191-1/+1
* hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák2011-08-181-1/+1
* write formula to the proper place inside ooxml documentLuboš Luňák2011-08-182-5/+23
* hook for calling from .docx filter to starmath for writting formulasLuboš Luňák2011-08-181-1/+6
* placeholder for writing math to .docxLuboš Luňák2011-08-182-4/+36
* hack, write .docx datetime as local but mark as utcLuboš Luňák2011-08-181-1/+3
* Header/Footer: moved the decorator color to the optionsCédric Bosdonnat2011-08-183-1/+12
* Headers/Footers: set only the main color and play with luminance for the otherCédric Bosdonnat2011-08-181-1/+4
* Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna2011-08-182-11/+1
|\
| * Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna2011-08-182-11/+1
* | convert i18npool to gbuildMatúš Kukan2011-08-172-2/+2
* | Header/Footer: Update the whole page when SwFooterFrm is invalidCédric Bosdonnat2011-08-171-22/+35
* | Keep the container and object separate methods.Kohei Yoshida2011-08-161-2/+8
* | Slightly changed the API.Kohei Yoshida2011-08-161-1/+2
* | cppcheck: remove assigned but unused variableTakeshi Abe2011-08-171-2/+1
* | Header/Footer: ghost footnote and columns linesCédric Bosdonnat2011-08-162-24/+66
* | catch by const referenceCaolán McNamara2011-08-161-13/+13
* | Fix the parameters in throw RuntimeExceptionJoseph Powers2011-08-151-2/+12
* | fixed class name in diagnosing messageTakeshi Abe2011-08-161-3/+3
* | Fix cppcheck division by 0 detected (thanks Noel and Norbert)Julien Nabet2011-08-151-0/+4
* | bnc#693477 improve column/table width when table width > pagewidthNoel Power2011-08-151-1/+8
* | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-151-2/+3
* | A revert of a wrong piece of cppcheck cleaningJulien Nabet2011-08-131-1/+1
* | Some cppcheck cleaningJulien Nabet2011-08-132-3/+2
* | cppcheck: possible null pointer dereference: pDlgTakeshi Abe2011-08-131-5/+6
* | Import SmartArt graphics to ImpressThorsten Behrens2011-08-121-1/+1
|/
* SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara2011-08-125-35/+31