summaryrefslogtreecommitdiff
path: root/oox/source/helper
AgeCommit message (Expand)AuthorFilesLines
2014-10-07-Werror,-WuninitializedStephan Bergmann1-1/+1
2014-08-04bnc#886540: Default chart background for pptx docs should be transparent.Kohei Yoshida1-0/+5
2014-06-25remove whitespacesMarkus Mohrhard13-116/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-12/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-04-24fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl1-2/+2
2014-04-16oox: add a method to dump a PropertyMap as dataMiklos Vajna1-0/+19
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann3-19/+19
2014-03-18Use osl::Mutex member, not baseStephan Bergmann1-2/+3
2014-03-17oox: prefer passing OUString by referenceNoel Grandin2-6/+7
2014-03-10oox: GrabBagStack: add method isStackEmptyTomaž Vajngerl1-0/+5
2014-03-08remove one more debug outputMarkus Mohrhard1-1/+0
2014-03-07remove remaining debug loggingMarkus Mohrhard1-1/+0
2014-03-07ooxml: make GrabBagStack ready for reuse and move it to ooxTomaž Vajngerl1-0/+93
2014-03-06n#821567: Fix TextFrame background import for sw.Muthu Subramanian1-0/+15
2014-03-04Revert "fdo#75200:Libreoffice crash while opening the file"Markus Mohrhard1-5/+2
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard1-13/+55
2014-03-04adapt script to use setProperty instead of <<=Markus Mohrhard1-3/+3
2014-03-04fix indentationMarkus Mohrhard1-215/+252
2014-03-04remove whitespaceMarkus Mohrhard1-11/+0
2014-03-03remove unused code oox::AttributeConversion::decodeDoubleNoel Grandin1-5/+0
2014-03-02fdo#75200:Libreoffice crash while opening the filePriyankaGaikwad1-2/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-30/+30
2014-02-26Remove visual noise from ooxAlexander Wilms13-54/+54
2014-02-23Remove unneccessary commentsAlexander Wilms6-7/+7
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-2/+2
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