Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | hook for calling from .docx filter to starmath for writting formulas | Luboš Luňák | |
2011-08-18 | placeholder for writing math to .docx | Luboš Luňák | |
2011-08-18 | hack, write .docx datetime as local but mark as utc | Luboš Luňák | |
since that's how MSOffice reads it :-/ | |||
2011-08-18 | Header/Footer: moved the decorator color to the options | Cédric Bosdonnat | |
2011-08-18 | Headers/Footers: set only the main color and play with luminance for the other | Cédric Bosdonnat | |
2011-08-18 | Merge remote-tracking branch 'feature/gsoc2011_rtfimport' | Miklos Vajna | |
2011-08-18 | Enable the writerfilter-based RTF import in non-experimental mode | Miklos Vajna | |
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-17 | convert i18npool to gbuild | Matúš Kukan | |
2011-08-17 | Header/Footer: Update the whole page when SwFooterFrm is invalid | Cédric Bosdonnat | |
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-16 | Keep the container and object separate methods. | Kohei Yoshida | |
ScVbaControl doesn't have any container instance to pass to the old method. | |||
2011-08-16 | Slightly changed the API. | Kohei Yoshida | |
2011-08-17 | cppcheck: remove assigned but unused variable | Takeshi Abe | |
2011-08-16 | Header/Footer: ghost footnote and columns lines | Cédric Bosdonnat | |
Dirty hack... Simply added a bGhosted member in SwLineRect class. All lines are stacked and drawn later: not ideal. | |||
2011-08-16 | catch by const reference | Caolán McNamara | |
2011-08-15 | Fix the parameters in throw RuntimeException | Joseph Powers | |
2011-08-16 | fixed class name in diagnosing message | Takeshi Abe | |
2011-08-15 | Fix cppcheck division by 0 detected (thanks Noel and Norbert) | Julien Nabet | |
2011-08-15 | bnc#693477 improve column/table width when table width > pagewidth | Noel Power | |
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||
2011-08-13 | A revert of a wrong piece of cppcheck cleaning | Julien Nabet | |
2011-08-13 | Some cppcheck cleaning | Julien Nabet | |
2011-08-13 | cppcheck: possible null pointer dereference: pDlg | Takeshi Abe | |
2011-08-12 | Import SmartArt graphics to Impress | Thorsten Behrens | |
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-12 | SvtFilterOptions::Get can never be NULL, return ref and don't leak | Caolán McNamara | |
2011-08-12 | sw: Removed SwWrtShell::_CanInsert(), that method only for a beep... | Cédric Bosdonnat | |
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-11 | add the module oox into tail_build's fold | Norbert Thiebaud | |
2011-08-11 | Some cppcheck cleaning | Julien Nabet | |
2011-08-11 | Use EditHeaderAndFooter like calc does. | Thomas Arnhold | |
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-11 | avoid crash when writting comments | Luboš Luňák | |
2011-08-11 | finish implementation of writing of comments to .docx | Luboš Luňák | |
2011-08-11 | callcatcher: yet more unused code | Caolán McNamara | |
2011-08-10 | Enable export of basic CSS styles in HTML 3.2 mode | Harri Pitkänen | |
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-10 | Enable paragraph border settings in HTML editor for all HTML variants | Harri Pitkänen | |
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-10 | ByteString::ConvertFromUnicode->rtl::OUStringToOString::toChar | Caolán McNamara | |
2011-08-10 | Translated a few german comments in paintfrm.cxx | Cédric Bosdonnat | |
2011-08-10 | Resolves: fdo#39159 don't restore original view settings on temp documents | Caolán McNamara | |
2011-08-10 | fdo#33960 - import/export xrefs to numbered paras | Troy Rollo | |
2011-08-10 | fdo#33960, Implement new rule for xref to numbered paragraphs | Troy Rollo | |
2011-08-10 | Number formatter sal_Bool -> bool clean-up and cosmetics | Eike Rathke | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-08 | Replace SvUShorts with vector in editeng.hxx and cascade changes. | Nigel Hawkins | |
LGPLv3+/MPL | |||
2011-08-08 | add SwPostItField::GetDateTime() | Luboš Luňák | |
it's rather weird to have only access to either date or time, but not the whole object | |||
2011-08-08 | fix crash and fix rtl logic | Luboš Luňák | |
2011-08-08 | runtime ConvertToUnicode->compile time unicode constants | Caolán McNamara | |
2011-08-08 | Print current page in the Print dialog, fdo#34697. | Ta Duc Tung | |
Includes very nice cleanup by Korrawit Pruegsanusak <detective.conan.1412@gmail.com>. | |||
2011-08-06 | [PATCH] do not use clone in path for test in sw | Norbert Thiebaud | |
2011-08-06 | We convert 0x0B's to <w:br/>'s later in RunText(). | Jan Holesovsky | |
Notes: split repo tag: writer_PRE_MELD_REPOS | |||
2011-08-06 | Add a comment based on the Caolan's explanation. | Jan Holesovsky | |
2011-08-06 | Fix field values in export to docx | Troy Rollo | |
Prior to this patch, fields were being exported to docx file with the field value being the name of the field. This patch changes it to export the field value as the field value. | |||
2011-08-05 | convert deprecated ConvertToUnicode to rtl::OUString | Caolán McNamara | |