summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2013-01-03limit the number of imported digits, fdo#58539Markus Mohrhard1-1/+3
2012-12-26text:p is not allowed for chart objects, fdo#58571Markus Mohrhard1-2/+6
2012-12-13added some FIXME-BCP47 markersEike Rathke1-0/+6
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-1/+1
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
2012-11-15Revert "sb140: #i117310# remove unnecessary dependencyMichael Meeks6-60/+103
2012-11-15masterfix OOO340: #i117696# do not write fo:marginKurt Zenker1-15/+1
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin3-6/+10
2012-11-13save fixed denominator for fractions fdo#56419Noel Power5-11/+34
2012-11-09s/aIter++/++aIter/jailletc361-1/+1
2012-11-09Cut and paste typo ?jailletc361-1/+0
2012-11-09Same, cut and paste typo ?jailletc361-1/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks15-308/+653
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin3-62/+28
2012-11-03xmloff: drop unused OUStringsMiklos Vajna11-27/+2
2012-11-02implement icon set import/export from odfMarkus Mohrhard2-0/+6
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara2-8/+8
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky2-4/+10
2012-10-25WaE: 'xChartType$D57056$_pInterface' may be used uninitialized…Christian Lohmaier1-1/+3
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin2-42/+30
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-3/+4
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks2-6/+23
2012-10-13loplugin: some log, indent and unused variable warningsCaolán McNamara2-5/+0
2012-10-12uninit variableJulien Nabet1-1/+2
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák34-207/+206
2012-10-08Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza2-21/+0
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-8/+3
2012-10-02don't blow up on .odt export with !hasValue footers/headersCaolán McNamara1-6/+8
2012-10-02String->OUString in svl::ImpSvNumberformatInfoNoel Grandin1-14/+14
2012-10-02XubString->OUStringCaolán McNamara1-2/+1
2012-10-01Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist1-8/+8
2012-09-29Use comphelper::getComponentContextStephan Bergmann3-61/+15
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-0/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud3-8/+5