summaryrefslogtreecommitdiff
path: root/oox/source/helper
AgeCommit message (Expand)Author
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-24fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl
2014-04-16oox: add a method to dump a PropertyMap as dataMiklos Vajna
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use osl::Mutex member, not baseStephan Bergmann
2014-03-17oox: prefer passing OUString by referenceNoel Grandin
2014-03-10oox: GrabBagStack: add method isStackEmptyTomaž Vajngerl
2014-03-08remove one more debug outputMarkus Mohrhard
2014-03-07remove remaining debug loggingMarkus Mohrhard
2014-03-07ooxml: make GrabBagStack ready for reuse and move it to ooxTomaž Vajngerl
2014-03-06n#821567: Fix TextFrame background import for sw.Muthu Subramanian
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard
2014-03-04adapt script to use setProperty instead of <<=Markus Mohrhard
2014-03-04fix indentationMarkus Mohrhard
2014-03-04remove whitespaceMarkus Mohrhard
2014-03-03remove unused code oox::AttributeConversion::decodeDoubleNoel Grandin
2014-03-02fdo#75200:Libreoffice crash while opening the filePriyankaGaikwad
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ooxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2013-11-26oox: accelerate common case boolean reading.Michael Meeks
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-11-14remove unnecessary sal_Unicode casts in OOX moduleNoel Grandin
2013-09-23Show errorsJulien Nabet
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-11Uknown -> UnknownCaolán McNamara
2013-06-17fdo#43460 oox: use isEmpty()Jelle van der Waa
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-06-11honour mbAutoClose in BinaryXOutputStreamNoel Power
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-14remove non-sensical /*static*/ commentsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-30OSL_FAIL -> SAL_WARNThomas Arnhold
2013-03-27-Wunused-macrosStephan Bergmann
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-12-20Removal unnecessary using declarationsJosé Guilherme Vanz
2012-12-13PCH for Library_ooxLuboš Luňák
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin
2012-11-28OUString::replace() does not modify in-placeTor Lillqvist
2012-11-14oox: reduce exception count reading missing attributes.Michael Meeks
2012-11-11oox: ZipStorage: better exception tracingMichael Stahl