summaryrefslogtreecommitdiff
path: root/oox/source/helper
AgeCommit message (Expand)AuthorFilesLines
2013-11-26oox: accelerate common case boolean reading.Michael Meeks1-0/+13
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida1-8/+6
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida1-0/+12
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks1-7/+20
2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin1-1/+1
2013-09-23Show errorsJulien Nabet1-4/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-07-11Uknown -> UnknownCaolán McNamara1-4/+4
2013-06-17fdo#43460 oox: use isEmpty()Jelle van der Waa1-1/+1
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-1/+5
2013-06-11honour mbAutoClose in BinaryXOutputStreamNoel Power1-1/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-05-14remove non-sensical /*static*/ commentsLuboš Luňák2-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-4/+2
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold1-5/+5
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin1-7/+5
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-30/+0
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna5-24/+24
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-5/+4
2012-12-20Removal unnecessary using declarationsJosé Guilherme Vanz12-35/+0
2012-12-13PCH for Library_ooxLuboš Luňák3-9/+9
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-4/+2
2012-11-28OUString::replace() does not modify in-placeTor Lillqvist1-2/+2
2012-11-14oox: reduce exception count reading missing attributes.Michael Meeks1-0/+4
2012-11-11oox: ZipStorage: better exception tracingMichael Stahl1-10/+20
2012-09-18better pptx custom shape presets import/exportRadek Doulik1-0/+4
2012-08-01-Werror,-WformatStephan Bergmann1-2/+2
2012-07-17re-base on ALv2 code. Includes:Michael Meeks12-283/+175
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-11callcatcher: update unused codeCaolán McNamara1-10/+0
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-1/+2
2012-05-16Revert selected hunks from various 'unused code' commits.Muthu Subramanian1-0/+7
2012-05-14removed unused static rtl::OUStringTakeshi Abe1-1/+0
2012-05-02catch by const refCaolán McNamara1-4/+4
2012-05-01Oups ! (Thank you Korrawit !)Julien Nabet1-1/+0
2012-05-01Resolves: fdo#49324 (Does not recognize VBA macro in JAPANESE...)Julien Nabet1-1/+2
2012-04-27include oox/token/properties.hxx directly where neededCaolán McNamara1-0/+1
2012-03-30callcatcher: regenerate unused code listCaolán McNamara1-9/+0
2012-03-15remove unused code (oox, sd)Petr Vorel3-33/+0
2012-03-05remove unused codePetr Vorel4-50/+0
2012-03-02customshapes: special-case Sequence of EnhancedCustomShapeParameterPairMichael Meeks1-30/+39
2012-03-02customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks1-80/+73
2012-03-02customshapes: use static integer array for EnhancedCustomShapeSequencesMichael Meeks1-9/+12
2012-03-02customshapes: 800k size saving, and 25% compile speedupMichael Meeks1-3/+8
2012-02-24fix oox debug build with DBG_UTIL guard for 'dump' usageMichael Meeks1-1/+1
2012-02-24oox: guard dbgutil-only methods with ifdefMiklos Vajna1-0/+2
2012-02-24reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0Eike Rathke1-0/+24
2012-02-23unusedcode: remove something from ooxMatúš Kukan2-59/+0