summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-12sw: Removed SwWrtShell::_CanInsert(), that method only for a beep...Cédric Bosdonnat3-28/+12
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud1-0/+1
2011-08-11Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-11Use EditHeaderAndFooter like calc does.Thomas Arnhold6-6/+6
2011-08-11avoid crash when writting commentsLuboš Luňák1-1/+5
2011-08-11finish implementation of writing of comments to .docxLuboš Luňák3-2/+58
2011-08-11callcatcher: yet more unused codeCaolán McNamara2-12/+0
2011-08-10Enable export of basic CSS styles in HTML 3.2 modeHarri Pitkänen1-5/+2
2011-08-10Enable paragraph border settings in HTML editor for all HTML variantsHarri Pitkänen3-13/+7
2011-08-10ByteString::ConvertFromUnicode->rtl::OUStringToOString::toCharCaolán McNamara1-1/+1
2011-08-10Translated a few german comments in paintfrm.cxxCédric Bosdonnat1-138/+98
2011-08-10Resolves: fdo#39159 don't restore original view settings on temp documentsCaolán McNamara4-8/+15
2011-08-10fdo#33960 - import/export xrefs to numbered parasTroy Rollo3-60/+65
2011-08-10fdo#33960, Implement new rule for xref to numbered paragraphsTroy Rollo2-5/+61
2011-08-10Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke2-2/+2
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe14-14/+14
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins1-4/+4
2011-08-08add SwPostItField::GetDateTime()Luboš Luňák1-0/+1