summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2011-09-03Related: fdo#38966 RTF export has to write titlepg before all headerf/footerfMiklos Vajna
Previously it was written only before the first headerf/footerf, which made the non-first headerf/footerf to be ignored.
2011-09-02add a way to better construct an OString of len X from a SvStreamCaolán McNamara
2011-09-01More build fixing.Thorsten Behrens
Writer also needed the ooxmlexport.hxx from oox now.
2011-09-01fdo#40344: reverted commit 6f7bd9Cédric Bosdonnat
The tweak had side effect and is now useless with the new way of painting the separators.
2011-09-01Header/Footer: separator drawing changesCédric Bosdonnat
According to Christoph's ideas, here are changes to the separators: * labels moved to the right of the page instead of the left * the label background color computation has been improved to handle more cases * the separator line has been removed when there is a header or footer * the label is now sticking to the bottom/top of the header/footer
2011-09-01Don't hard code joining type of Arabic charactersKhaled Hosny
* The joining type is defined in the Unicode character database, so we should query that property instead of hard coding some code points. * Use Unicode Joining_Group. * Instead of hard coding code points for character groups, we can use Unicode Joining_Group that provide the same categorization. * Replace simple one line functions with macros.
2011-08-31rename screwy operator++ to advanceCaolán McNamara
2011-08-31rename this odd operator++ to just 'advance'Caolán McNamara
2011-08-30partial revert of 01a87c102fe6bdaf3aa48a0ba17219e6e0983c4c which was buggyNorbert Thiebaud
2011-08-30Some cppcheck cleaningJulien Nabet
2011-08-30WaE: dbglevel=2Caolán McNamara
2011-08-29Rename class XColorTable to XColorListJoseph Powers
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-29tweak for changeCaolán McNamara
2011-08-29ByteString->rtl::OString and destupid-api a bitCaolán McNamara
2011-08-26Remove unused parameter.Jan Holesovsky
2011-08-26Header/Footer: Change the edition mode enteringCédric Bosdonnat
Single click on header / footer changes the edit mode. But double click is still needed to enter header / footer mode on objects flying on the main body to avoid mistakenly selecting them.
2011-08-26Header/Footer: changed GetCrsrOfst to be able to pick up background objectsCédric Bosdonnat
2011-08-26Moved a few bit-fields to booleansCédric Bosdonnat
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
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere for clarity.
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
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ňá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
since that's how MSOffice reads it :-/
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
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úš Kukan
2011-08-17Header/Footer: Update the whole page when SwFooterFrm is invalidCé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.