summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* coverity#706541 Uncaught exceptionCaolán McNamara2014-07-262-6/+9
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-6/+9
* use SimpleReferenceObject in forms moduleNoel Grandin2014-07-104-75/+7
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
* New loplugin:stringconcatStephan Bergmann2014-07-011-1/+1
* Typo: beeing->beingJulien Nabet2014-06-292-2/+2
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-251-1/+1
* remove spurious com::sun::star::chaosMichael Stahl2014-06-251-1/+1
* coverity#706547 Uncaught exceptionCaolán McNamara2014-06-242-4/+2
* rtl::Reference fits just fine hereStephan Bergmann2014-06-173-4/+3
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-1714-133/+28
* loplugin:staticcallStephan Bergmann2014-06-1311-21/+21
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-0910-55/+16
* forms: remove SAL_THROW macroNoel Grandin2014-06-0515-22/+21
* forms: expand DECLARE_XCLONEABLEThomas Arnhold2014-06-0424-27/+23
* forms: expand DECLARE_DEFAULT_DTORThomas Arnhold2014-06-042-9/+4
* Fixed lower case typo in header guard definitionJens Carl2014-06-011-3/+3
* fdo#68849: Add header guards to all include filesJens Carl2014-05-304-0/+20
* remove more unnecesary OUString constructor useNoel Grandin2014-05-292-2/+2
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-271-1/+1
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-272-2/+2
* Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante2014-05-25110-645/+22
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-2313-33/+33
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-194-9/+0
* 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-096-10/+385
* various: sal_Bool->boolNoel Grandin2014-05-081-4/+4
* RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin2014-05-081-1/+1
* 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-0694-612/+612
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-052-2/+2
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-3013-19/+17
* coverity#989723 Uncaught exceptionCaolán McNamara2014-04-231-1/+1
* coverity#989722 Uncaught exceptionCaolán McNamara2014-04-231-1/+1
* coverity#989721 Uncaught exceptionCaolán McNamara2014-04-231-1/+1
* coverity#989724 Uncaught exceptionCaolán McNamara2014-04-221-1/+1
* More hacking on --disable-database-connectivityTor Lillqvist2014-04-227-6/+57
* Typo: s/gurantee/guaranteeTor Lillqvist2014-04-181-1/+1
* Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist2014-04-181-1/+1
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-142-8/+5
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-1418-102/+166
* typo: occuring -> occurringThomas Arnhold2014-04-141-1/+1
* typo: obsolet -> obsoleteThomas Arnhold2014-04-141-1/+1
* typo: attribut -> attributeThomas 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