summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)Author
2014-07-08use SimpleReferenceObject in svx moduleNoel Grandin
2014-07-04coverity#704033 Uncheck return valueNorbert Thiebaud
2014-07-04coverity#704032 Uncheck return valueNorbert Thiebaud
2014-07-03use assert when followed by derefCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-29Typo: habe->haveJulien Nabet
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl
2014-06-25Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-24fdo#75339 object comparison by reference, not pointerLionel Elie Mamane
2014-06-24fdo#75339: Substituting XInterface* eq. for object eq. requires queryInterfaceStephan Bergmann
2014-06-23Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-17rtl::Reference fits just fine hereStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-10coverity#707245 Uncaught exceptionCaolán McNamara
2014-06-05svx: remove SAL_THROW macroNoel Grandin
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-28fix pch buildThomas Arnhold
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin
2014-05-24coverity#983802 Uncaught exceptionCaolán McNamara
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-09coverity#1209792 Dereference before null checkCaolán McNamara
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-05-08coverity#736151 Dereference null return valueCaolán McNamara
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-06Remove dead SvxPopupWindowTbxMgr definitionStephan Bergmann
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-22cppcheck: Fix same expression on both sides of '&&'Julien Nabet
2014-04-22clean up hrc filesThomas Arnhold
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist
2014-04-19cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
2014-04-15non-desktop: Avoid dbaccess.Jan Holesovsky
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-14typo: noone -> no oneThomas Arnhold
2014-04-11WaE: private field 'm_rFormModel' is not used (in the DISABLE_SCRIPTING case)Tor Lillqvist
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07coverity#704824 Explicit null dereferencedCaolán McNamara
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre