summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-01-18xmloff: refactor Generator version handling:Michael Stahl4-30/+97
2013-01-18fdo#59517: fix detection of ancient OOo ODF generator strings:Michael Stahl1-4/+5
2013-01-18Resolves: fdo#58730 workaround [UL|LR]Space 100% problemCaolán McNamara2-1/+30
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin4-20/+18
2013-01-11support saving/loading hyperlink cell attribute in extended odfNoel Power3-1/+3
2013-01-09move some OSL_* macros to SAL_WARNMarkus Mohrhard1-7/+8
2013-01-07Revert "dummy commit (WIP)"Luboš Luňák7-233/+9
2013-01-07dummy commit (WIP)Chr. Rossmanith7-9/+233
2013-01-07added token for handling of svg:linearGradient and svg:radialGradientChr. Rossmanith2-2/+16
2013-01-03limit the number of imported digits, fdo#58539Markus Mohrhard1-1/+3
2012-12-28xmloff: mostly kill CONSTASCII_STRINGPARAM usageMiklos Vajna15-49/+47
2012-12-26text:p is not allowed for chart objects, fdo#58571Markus Mohrhard1-2/+6
2012-12-26ignore #include inside #ifLubos Lunak1-3/+0
2012-12-19regenerate pchPeter Foley1-103/+103
2012-12-18Replace chained O(U)StringBuffer::append() with operator+Christos Strubulis1-6/+1
2012-12-17add script to regenerate pch filesPeter Foley3-2/+2
2012-12-14Do not defer ~XMLRedlineImportHelper activity to ~SwXMLImportStephan Bergmann1-0/+1
2012-12-13added some FIXME-BCP47 markersEike Rathke1-0/+6
2012-12-13update PCH headersLuboš Luňák1-1/+0
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-490/+0
2012-12-11this class is apparently a dupe of one in editengLuboš Luňák1-57/+2
2012-12-10new autogenerated PCH header for xmloffLuboš Luňák1-25/+536
2012-12-10start precompiled_xmloff.hxx from scratchLuboš Luňák1-1226/+1
2012-12-10do not include removed include filesLuboš Luňák1-10/+0
2012-12-10remove unneeded PCH stuffLuboš Luňák1-9/+0
2012-12-10no longer necessary to add include path for PCH headerLuboš Luňák1-1/+0
2012-12-10rename to gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2012-12-10use PCH for LO headers in xmloff tooLuboš Luňák3-20/+23
2012-12-10include guards for precompiled_xxx.hxx filesLuboš Luňák1-0/+4
2012-12-10PCH for xmloff, including LO headersLuboš Luňák19-207/+1440
2012-12-10xmloff precompiled headersLuboš Luňák3-0/+60
2012-12-08RTL_CONSTASCII_USTRINGPARAM clean upChr. Rossmanith7-217/+140
2012-12-08Removed RTL_CONSTASCII_USTRINGPARAMChr. Rossmanith2-14/+14
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-1/+1
2012-12-06fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new styleNoel Grandin2-17/+8
2012-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat7-9/+38
2012-11-30Hidden styles: ODF import/exportCédric Bosdonnat10-6/+28
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-2/+2
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist1-1/+1
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-4/+0
2012-11-27String and OUString cleaning in xmloffNorbert Thiebaud10-385/+370
2012-11-27migrate user of InsertBlanks to OUStringNorbert Thiebaud1-3/+6
2012-11-23some i18n wrappers with LanguageTagEike Rathke2-16/+16
2012-11-18svl: OUString conversion of most of zforscanNorbert Thiebaud2-4/+4
2012-11-18xmloff: simplify the use of AddToCodeNorbert Thiebaud2-13/+24
2012-11-18xmloff: convert lcl_FindSymbol to OUStringNorbert Thiebaud1-12/+21
2012-11-18svl: convert GetQuoteEnd to OUStringNorbert Thiebaud1-2/+2
2012-11-16use LanguageTagEike Rathke2-13/+14
2012-11-15WaE: 'const' type qualifier on return type has no effectTor Lillqvist1-2/+2
2012-11-15re-base on ALv2 code. Includes:Michael Meeks372-8535/+5421