summaryrefslogtreecommitdiffstats
path: root/xmlscript
Commit message (Expand)AuthorAgeFilesLines
* tdf#80047: load&save align and valign attributes of NumericFieldOliver Specht2015-12-182-0/+4
* com::sun::star->css in xmlscript/Noel Grandin2015-11-268-123/+123
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-59/+20
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-20/+20
* new loplugin: oncevarNoel Grandin2015-11-094-14/+7
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-064-17/+17
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-182/+182
* Fix typosAndrea Gelmini2015-09-293-6/+6
* boost->stdCaolán McNamara2015-09-162-15/+15
* xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-1410-29/+25
* inline some use-once typedefsNoel Grandin2015-08-031-3/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-204-8/+9
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-043-6/+6
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-228-0/+15
* loplugin:staticmethodsNoel Grandin2015-04-071-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-15/+15
* constifyLionel Elie Mamane2015-02-051-8/+8
* proper indentationLionel Elie Mamane2015-02-051-19/+19
* destructors are not allowed to throwLionel Elie Mamane2015-02-052-4/+69
* xmlscript: fix import/export of dialog radio-buttonsMichael Stahl2015-02-052-6/+3
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+2
* WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist2015-01-271-1/+1
* remove spurious xDocStorage tempCaolán McNamara2015-01-271-2/+0
* Resolves: #i98734# save/load ScaleMode property of image control on dialogsTsutomu Uchino2015-01-277-0/+76
* Some more loplugin:cstylecast: xmlscriptStephan Bergmann2015-01-201-2/+2
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-191-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-6/+5
* xmlscript: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-4/+4
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-174-0/+4
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-052-92/+16
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-3/+0
* xmlscript: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-1/+1
* fdo#82577: Handle TimeNoel Grandin2014-10-012-3/+3
* Rename LO-specific uno ini-file (Linux: program/unorc) to "louno"Stephan Bergmann2014-09-161-1/+1
* xmlscript: avoid accessing [0] of an emptry stringNorbert Thiebaud2014-09-121-1/+5
* ODF export: don't write invalid "group-name" attributeMichael Stahl2014-08-202-3/+6
* new compilerplugin returnbyrefNoel Grandin2014-06-242-8/+8
* xmlscript: remove SAL_THROW macroNoel Grandin2014-06-0520-202/+67
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-043-1/+96
* fdo#68849: Add header guards to all include filesJens Carl2014-05-294-0/+20
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-4/+4
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-233-4/+4