summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)AuthorFilesLines
2014-07-18coverity#1226494 Uninitialized pointer fieldCaolán McNamara1-5/+9
2014-07-18inline unnecessary typedefNoel Grandin1-6/+4
2014-07-11RID_SVX_XFORMS_TABPAGES conversion to .uiSzymon Kłos2-193/+160
2014-07-08use SimpleReferenceObject in svx moduleNoel Grandin1-24/+1
2014-07-04coverity#704033 Uncheck return valueNorbert Thiebaud1-1/+0
2014-07-04coverity#704032 Uncheck return valueNorbert Thiebaud1-1/+0
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-29Typo: habe->haveJulien Nabet1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud3-6/+6
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin7-11/+11
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl2-2/+2
2014-06-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+4
2014-06-24fdo#75339 object comparison by reference, not pointerLionel Elie Mamane1-1/+1
2014-06-24fdo#75339: Substituting XInterface* eq. for object eq. requires queryInterfaceStephan Bergmann1-2/+4
2014-06-23Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+3
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2-12/+5
2014-06-17rtl::Reference fits just fine hereStephan Bergmann1-4/+3
2014-06-13loplugin:staticcallStephan Bergmann12-32/+32
2014-06-10coverity#707245 Uncaught exceptionCaolán McNamara1-1/+1
2014-06-05svx: remove SAL_THROW macroNoel Grandin8-27/+25
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
2014-05-28fix pch buildThomas Arnhold3-5/+5
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-2/+2
2014-05-24coverity#983802 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet6-11/+11
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-4/+1
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-7/+7
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-1/+1
2014-05-09coverity#1209792 Dereference before null checkCaolán McNamara1-5/+3
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin1-1/+1
2014-05-08coverity#736151 Dereference null return valueCaolán McNamara1-1/+3
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-2/+1
2014-05-06Remove dead SvxPopupWindowTbxMgr definitionStephan Bergmann1-1/+0
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni6-6/+6
2014-04-22cppcheck: Fix same expression on both sides of '&&'Julien Nabet1-1/+1
2014-04-22clean up hrc filesThomas Arnhold4-4/+0
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-1/+4
2014-04-19cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet2-3/+3
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-1/+2
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky1-5/+5
2014-04-18sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.Jan Holesovsky1-20/+18
2014-04-15non-desktop: Avoid dbaccess.Jan Holesovsky1-6/+4
2014-04-15svx: sal_Bool->boolNoel Grandin30-509/+509
2014-04-14typo: noone -> no oneThomas Arnhold1-2/+2
2014-04-11WaE: private field 'm_rFormModel' is not used (in the DISABLE_SCRIPTING case)Tor Lillqvist1-0/+1
2014-04-10It's "its", not "it's"Tor Lillqvist7-7/+7
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann8-42/+6