summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)AuthorFilesLines
2013-03-27kill some unused inlinesThomas Arnhold1-12/+0
2013-03-20fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna1-8/+12
2013-03-20simplify OUString assignmentsChr. Rossmanith3-5/+5
2013-03-20fdo#46808, Convert text::AutoTextContainer to new styleNoel Grandin2-7/+0
2013-03-19remove unused VariableName code/commentsMichael Stahl1-1/+0
2013-03-15fix conflicting types found by ltoPeter Foley4-4/+4
2013-03-04doubled namespaceThomas Arnhold2-3/+0
2013-03-04remove unused and commented out codeThomas Arnhold2-2/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-03-02removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)Chr. Rossmanith32-371/+325
2013-02-26removed RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith6-51/+51
2013-02-24coverity#705347 Missing break in switchNorbert Thiebaud1-12/+16
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-21Fix type unkown -> unknownJulien Nabet3-10/+10
2013-02-21generic integers to enumsLuboš Luňák1-7/+4
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin2-8/+5
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin2-25/+25
2013-02-08Resolves: fdo#60132 Error reading file after inserting commentCaolán McNamara1-0/+5
2013-02-07Those auto_ptr can be replaced with boost::scoped_ptr.Kohei Yoshida1-19/+16
2013-01-29xmloff: export Wrtier's RES_FILL_STYLE and RES_FILL_GRADIENTMiklos Vajna2-0/+21
2013-01-18Resolves: fdo#58730 workaround [UL|LR]Space 100% problemCaolán McNamara2-1/+30
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna1-3/+3
2012-12-10PCH for xmloff, including LO headersLuboš Luňák6-18/+18
2012-12-08Removed RTL_CONSTASCII_USTRINGPARAMChr. Rossmanith1-11/+11
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2-2/+5
2012-11-30Hidden styles: ODF import/exportCédric Bosdonnat2-1/+3
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-2/+2
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud1-88/+93
2012-11-15re-base on ALv2 code. Includes:Michael Meeks59-1359/+829
2012-11-09s/aIter++/++aIter/jailletc361-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks3-75/+140
2012-11-03xmloff: drop unused OUStringsMiklos Vajna1-9/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák7-10/+10
2012-10-02don't blow up on .odt export with !hasValue footers/headersCaolán McNamara1-6/+8
2012-09-14fdo#49571: ODF import: ignore "text:enable-numbering" attributeMichael Stahl1-1/+0
2012-09-14fdo#49677: ODF export: always add xlink:type attributeMichael Stahl1-0/+1
2012-09-14fdo#30711: ODF export: "text:name" is mandatory on bookmarks:Michael Stahl1-16/+53
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann6-30/+20
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-08-10fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther1-1/+1
2012-08-02STL'ify DECLARE_CONTAINER_SORT(XMLTextListAutoStylePool_Impl)Noel Grandin1-44/+37
2012-08-01convert SvXMLAutoStylePoolNamesP_Impl to a std::setCaolán McNamara1-23/+3
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara3-3/+0
2012-07-25delete svl/svstdarr.hxxMichael Stahl2-2/+1
2012-07-20office:annotation-end importMiklos Vajna2-5/+63
2012-07-20office:annotation-end exportMiklos Vajna2-4/+34
2012-07-16xmloff: implement import/export of SwPostItField::aInitialsMiklos Vajna2-0/+23
2012-07-10xmloff: kill RTL_CONSTASCII_USTRINGPARAM in rebased codeMiklos Vajna6-41/+35
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna2-13/+4
2012-07-08removed unused includesTakeshi Abe1-1/+0