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