summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2011-08-26Fixed SwFlowFrm constructor to initialize pPrecede to NULLCédric Bosdonnat
2011-08-26catch by const refCaolán McNamara
2011-08-26Remove HTML 3.2 export optionHarri Pitkänen
2011-08-26Remove extra #defineHarri Pitkänen
2011-08-26convert package to gbuildMatúš Kukan
2011-08-25fix ole control export ( bad string lenght check )Noel Power
2011-08-24WaE unused parameterEike Rathke
2011-08-24kill old vba and ole control filter(s) for import at leastNoel Power
2011-08-24fdo#40341: hide 'math baseline alignment' unless availableTakeshi Abe
2011-08-24Resolves: fdo#40345 don't crash loading temp document to get frame stylesCaolán McNamara
2011-08-24SW_DLL isn't usedCaolán McNamara
2011-08-23Remove unecessary parameter to IDocumentStatistics::UpdateDocStatArnaud Versini
2011-08-23add a regression test to confirm SwDocStat works the way I thinkCaolán McNamara
2011-08-23ditch deprecated apiCaolán McNamara
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19ByteString->rtl::OStringCaolán McNamara
2011-08-19pointless temp objects, stray debugging code ?Caolán McNamara
2011-08-19ByteString->rtl::OStringCaolán McNamara
2011-08-19convert tools::Config to rtl::OStringCaolán McNamara
2011-08-19remove extra arg and methodCaolán McNamara
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák
2011-08-18write formula to the proper place inside ooxml documentLuboš Luňák
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák
2011-08-18placeholder for writing math to .docxLuboš Luňák
2011-08-18hack, write .docx datetime as local but mark as utcLuboš Luňák
2011-08-18Header/Footer: moved the decorator color to the optionsCédric Bosdonnat
2011-08-18Headers/Footers: set only the main color and play with luminance for the otherCédric Bosdonnat
2011-08-18Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna
2011-08-18Enable the writerfilter-based RTF import in non-experimental modeMiklos Vajna
2011-08-17convert i18npool to gbuildMatúš Kukan
2011-08-17Header/Footer: Update the whole page when SwFooterFrm is invalidCédric Bosdonnat
2011-08-16Keep the container and object separate methods.Kohei Yoshida
2011-08-16Slightly changed the API.Kohei Yoshida
2011-08-17cppcheck: remove assigned but unused variableTakeshi Abe
2011-08-16Header/Footer: ghost footnote and columns linesCédric Bosdonnat
2011-08-16catch by const referenceCaolán McNamara
2011-08-15Fix the parameters in throw RuntimeExceptionJoseph Powers
2011-08-16fixed class name in diagnosing messageTakeshi Abe
2011-08-15Fix cppcheck division by 0 detected (thanks Noel and Norbert)Julien Nabet
2011-08-15bnc#693477 improve column/table width when table width > pagewidthNoel Power
2011-08-15ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara
2011-08-13A revert of a wrong piece of cppcheck cleaningJulien Nabet
2011-08-13Some cppcheck cleaningJulien Nabet
2011-08-13cppcheck: possible null pointer dereference: pDlgTakeshi Abe
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-08-12sw: Removed SwWrtShell::_CanInsert(), that method only for a beep...Cédric Bosdonnat
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud
2011-08-11Some cppcheck cleaningJulien Nabet
2011-08-11Use EditHeaderAndFooter like calc does.Thomas Arnhold