summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)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
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
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
since that's how MSOffice reads it :-/
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
Disable the unit tests in sw, as that would duplicate the unit test in writerfilter now. Do not remove the old filter yet, so this commit can be reverted later if needed.
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
Changing the height of the footer frame (i.e. by creating a new line in it) didn't update the page margins and broke the rendering of the header/footer decorators. To avoid that, redraw the whole page when the SwFooterFrm is invalid.
2011-08-16Keep the container and object separate methods.Kohei Yoshida1-2/+8
ScVbaControl doesn't have any container instance to pass to the old method.
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
Dirty hack... Simply added a bGhosted member in SwLineRect class. All lines are stacked and drawn later: not ideal.
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
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
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
Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
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
Used SwWrtShell::CanInsert() instead as it's the one doing the job. The _CanInsert was just a wrapper to Beep() when the result was false. Yuk!
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
This fixes a missing icon bug for writer. Writer tried to load cmd/sc_editheaderfooter.png but only cmd/sc_editheaderandfooter.png existed. Calc is using cmd/sc_editheaderandfooter.png so I assumed this is the right way.
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
Although "style" does not seem to be valid attribute in HTML 3.2 it is harmless to export it. This simplifies the code and makes the exported HTML more useful in modern browsers.
2011-08-10Enable paragraph border settings in HTML editor for all HTML variantsHarri Pitkänen3-13/+7
Previously border settings were not available in paragraph format dialog when HTML export format was "HTML 3.2". This was confusing since documents with borders could still be imported and you could even access the border dialog with suitably configured shortcut key.
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
LGPLv3+/MPL
2011-08-08add SwPostItField::GetDateTime()Luboš Luňák1-0/+1
it's rather weird to have only access to either date or time, but not the whole object