summaryrefslogtreecommitdiffstats
path: root/forms/source/component
Commit message (Expand)AuthorAgeFilesLines
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-6/+9
* New loplugin:stringconcatStephan Bergmann2014-07-011-1/+1
* Typo: beeing->beingJulien Nabet2014-06-292-2/+2
* rtl::Reference fits just fine hereStephan Bergmann2014-06-171-1/+0
* loplugin:staticcallStephan Bergmann2014-06-137-12/+12
* forms: remove SAL_THROW macroNoel Grandin2014-06-054-5/+4
* forms: expand DECLARE_XCLONEABLEThomas Arnhold2014-06-0422-22/+22
* forms: expand DECLARE_DEFAULT_DTORThomas Arnhold2014-06-041-1/+1
* Fixed lower case typo in header guard definitionJens Carl2014-06-011-3/+3
* fdo#68849: Add header guards to all include filesJens Carl2014-05-302-0/+10
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-1/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante2014-05-2550-241/+19
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-2310-29/+29
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-148-17/+17
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2014-05-102-3/+3
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-091-2/+2
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-074-5/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet2014-05-061-6/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet2014-05-061-7/+7
* WaE: 'bPrependCurrencySymbol' may be used uninitialized in this functionTor Lillqvist2014-05-061-1/+1
* forms: sal_Bool->boolNoel Grandin2014-05-0660-452/+452
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-304-5/+5
* More hacking on --disable-database-connectivityTor Lillqvist2014-04-224-3/+40
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-141-5/+3
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-1413-23/+17
* typo: occuring -> occurringThomas Arnhold2014-04-141-1/+1
* typo: obsolet -> obsoleteThomas Arnhold2014-04-141-1/+1
* typo: ULR -> URLThomas Arnhold2014-04-141-1/+1
* replace some SvStream seeking with calls to remainingSize()Michael Stahl2014-04-111-2/+1
* DownLoad -> Download.Jan Holesovsky2014-04-101-1/+1
* Remove silly PUT_SEMICOLON_AT_THE_ENDStephan Bergmann2014-04-0719-24/+24
* /include/connectivity/dbtools.hxx: sal_Bool->boolNoel Grandin2014-04-041-1/+1
* coverity#707862 Uninitialized scalar fieldCaolán McNamara2014-04-041-10/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-10/+10
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-013-3/+3
* connectivity: sal_Bool->bool and fix method nameNoel Grandin2014-04-012-3/+3
* typo: unfortunally -> unfortunatelyThomas Arnhold2014-03-291-1/+1
* tools: support 64-bit file positions in SvStreamMichael Stahl2014-03-291-2/+2
* tools: allow 64-bit positions on SvLockBytesMichael Stahl2014-03-291-8/+6
* Remove remaining DBG_CTOR etc. remnants from formsStephan Bergmann2014-03-281-5/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2738-736/+736
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-1/+1
* forward*PropertyValue functions need not be SAL_CALLStephan Bergmann2014-03-132-4/+4
* forms: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-106-11/+5
* simplifyStephan Bergmann2014-03-051-1/+1
* Remove visual noise from formsAlexander Wilms2014-02-2669-491/+490
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2671-957/+957
* implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann2014-02-241-1/+1
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-245-37/+37