summaryrefslogtreecommitdiff
path: root/package/source/manifest
AgeCommit message (Expand)AuthorFilesLines
2015-11-23loplugin:unusedfields in oox,package,reportdesignNoel Grandin2-198/+147
2015-11-19use comphelper::containerToSequenceNoel Grandin1-6/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-2/+2
2015-10-23com::sun::star->css in package,pyunoNoel Grandin6-48/+48
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-16/+16
2015-08-26package: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe3-6/+6
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage2-3/+3
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-12-15package: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-09-11create a master document template typeCaolán McNamara1-0/+1
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-4/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-5/+5
2014-04-22package: sal_Bool->boolNoel Grandin3-13/+13
2014-04-19fixincludeguards.sh: packageThomas Arnhold5-10/+10
2014-04-14remove update_precomp.py markersThomas Arnhold1-1/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-16/+16
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann6-32/+32
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-27Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds.Jan Holesovsky2-5/+17
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-4/+4
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza4-13/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-07-31fdo#62475 removed pointless commentsJelle van der Waa4-18/+0
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák7-110/+105
2013-03-15Improve debug messagesStephan Bergmann1-3/+6
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-02-11fdo#46808, Convert package module to XComponentContextNoel Grandin4-16/+18
2012-10-26uncommpressed stream size is now 64bit, fdo#56291Markus Mohrhard1-1/+1
2012-10-24package: kill remaining RTL_CONSTASCII.*PARAMMiklos Vajna4-116/+116
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-14/+10
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-28/+26
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks1-1/+1
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-1/+1
2012-06-22re-base on ALv2 code.Michael Meeks10-239/+149
2012-06-02count and order of receipt of properties doesn't matterCaolán McNamara2-46/+55
2012-06-01unwind manifest xml parser and follow tag hierarchy modelCaolán McNamara2-152/+212
2012-05-30merge three base64 encoders/decoders togetherCaolán McNamara4-257/+8
2012-04-16a tiny spelling mistakUdo Schuermann1-1/+1
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi2-19/+17
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-5/+2