summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-23CWS-TOOLING: integrate CWS os145Kurt Zenker
Notes: split repo tag: writer_ooo/OOO330_m17
2010-11-23n#652364: Fixed a ww8 column break import problem.Cédric Bosdonnat
When a column section break was inserted in word, it was transformed into a page break.
2010-11-22Fix .gitignore for macJoseph Powers
also a trailing space cleanup.
2010-11-22Remove the last of HC iconsJoseph Powers
2010-11-22clean codeKayo Hamid
2010-11-22#b7001883# exit if sprm array is invalidos
2010-11-22make it possible to build with c++0xCaolán McNamara
2010-11-22Add doxygen comment for DocxAttributeOutputMiklos Vajna
2010-11-22remove bogus commentsKayo Hamid
2010-11-22implement lvlJc also according to ISO, not just EcmaLuboš Luňák
2010-11-22Clean code and comments at writerKayo Hamid
2010-11-21fix potential null pointer dereferenceNorbert Thiebaud
2010-11-21Removed unused defineJoseph Powers
2010-11-19More clean code at writerKayo Hamid
2010-11-19Enhanced fields navigation enhancementsCédric Bosdonnat
Fixes the following bugs: * n#423729: Select the first field by default * n#639288: When double-clicking in an enhanced field, select the whole content of the field and don't complain about read-only selection * When navigating between the fields using Tab / Shift+Tab, select only the content of the field without the field delimiters Some comments cleanup is also included.
2010-11-19Enhanced fields navigation enhancementsCédric Bosdonnat
Fixes the following bugs: * n#423729: Select the first field by default * n#639288: When double-clicking in an enhanced field, select the whole content of the field and don't complain about read-only selection * When navigating between the fields using Tab / Shift+Tab, select only the content of the field without the field delimiters Some comments cleanup is also included.
2010-11-19Made the "My AutoText" string localizable, #i66304#Andras Timar
2010-11-18assert is meaningless, is always >= 0 by definitionCaolán McNamara
2010-11-18silence && || warningCaolán McNamara
2010-11-18Fixed an infinite loop while exporting some files in doc/docx/rtfCédric Bosdonnat
2010-11-18fix build breakage with dbglevel=1David Tardon
2010-11-18replace DBG_UTIL -> OSL_DEBUG_LEVEL > 1David Tardon
Breaks build when configured with both --enable-debug and --enable-dbgutil and built with dbglevel=1 .
2010-11-18fix build breakage with dbglevel=1David Tardon
2010-11-18fix build breakage with dbglevel=1David Tardon
2010-11-18remove dead codeKayo Hamid
2010-11-17Draw a visible line under the current line in the visual formula editor.Luke Dixon
2010-11-17remove archaic SGI header guardsCaolán McNamara
2010-11-16HC Cleanup - writerJoseph Powers
2010-11-16Fixed a build breakage.Kohei Yoshida
2010-11-16Fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixup.Giuseppe Castagno
2010-11-16get this to build againCaolán McNamara
2010-11-16some more fixupsCaolán McNamara
2010-11-16fix this upCaolán McNamara
2010-11-16Remove _HC references and images in starmathSebastian Spaeth
2010-11-16Remove 2 more _HC referencesSebastian Spaeth
2010-11-16drop removed resourcesCaolán McNamara
2010-11-16fixed DBG_UTIL vs. OSL_DEBUG_LEVEL mixupDavid Tardon
2010-11-16remove dead codeKayo Hamid
2010-11-16Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
2010-11-16translated some comments from german -> englishDaniel Di Marco
2010-11-15Commenting out defintion of DEBUG_ENABLE_DUMPASDOTJonas Finnemann Jensen
2010-11-15Blinking caret for visual formula editor.Luke Dixon
2010-11-15Added new task to the todo-listJonas Finnemann Jensen
2010-11-15Remove empty dated commentsJ. Graeme Lingard
2010-11-15implement <w:tabs> in <w:lvl> in numbering.xml (bnc#513567)Luboš Luňák
2010-11-15Docx export: fixed several errors raised by officeotron validatorCédric Bosdonnat
* pPr, rPr and sectPr children are now sorted according to the schemas of the specifictions. * pgMar needed to have header, footer and gutter attributes. The gutter attribute is simple set to 0 ATM.
2010-11-15use <wp:anchor> or <wp:inline> appropriately (bnc#513579)Luboš Luňák
2010-11-15Comment translations, bogus comments, commented code removed from SW includesRobert Roth
2010-11-14Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2010-11-14RTF: port last changes from CWSMiklos Vajna