summaryrefslogtreecommitdiffstats
path: root/xmlscript/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-276-0/+75
* 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-021-5/+4
* 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-292-2/+0
* xmlscript: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-011-1/+1
* fdo#82577: Handle TimeNoel Grandin2014-10-012-3/+3
* 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
* 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-232-3/+3
* xmlscript: remove using namespace from headersThomas Arnhold2014-05-224-78/+74
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-155-12/+12
* SCROLLABLEFRAME never definedThomas Arnhold2014-04-142-6/+0
* Clean up function declarationsStephan Bergmann2014-04-115-30/+97
* xmlscript: sal_Bool->boolNoel Grandin2014-04-074-10/+10
* xmlscript: sal_Bool->boolNoel Grandin2014-03-272-5/+5
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-268-182/+182
* coverity#708728 Uninitialized scalar fieldCaolán McNamara2014-03-211-6/+14
* coverity#708730 Uninitialized scalar fieldCaolán McNamara2014-03-211-2/+10
* coverity#708732 Uninitialized scalar fieldCaolán McNamara2014-03-211-4/+8
* coverity#708733 Uninitialized scalar fieldCaolán McNamara2014-03-211-4/+8
* coverity#708734 Uninitialized scalar fieldCaolán McNamara2014-03-211-5/+9
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2615-370/+370
* Remove visual noise from xmlscriptAlexander Wilms2014-02-261-1/+1
* coverity#984352 Uninitialized scalar fieldCaolán McNamara2014-02-181-0/+2
* fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi2014-02-061-14/+8
* bool improvementsStephan Bergmann2014-01-282-3/+3
* xmlscript: include <> for external includesNorbert Thiebaud2013-11-116-16/+16
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-222-17/+4
* CID#1103755 unint membersCaolán McNamara2013-10-191-2/+4
* sal_Bool to boolTakeshi Abe2013-09-254-13/+13
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-17/+40
* fdo#57950: Remove some chained appends in xmlscriptJelle van der Waa2013-08-162-43/+9
* fdo#62475 removed pointless commentsJelle van der Waa2013-08-1222-691/+125