summaryrefslogtreecommitdiff
path: root/svx/source/form
AgeCommit message (Expand)AuthorFilesLines
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann2-10/+4
2014-09-26fix build & better name for ERROR_INVALID_TABLELionel Elie Mamane1-1/+1
2014-09-26svx: fix up c10225762ce2c242d21126b5730b1d60f0150edMichael Stahl1-1/+1
2014-09-26rip out all remaining uses of svxform::OTypeConversionClient and remove itLionel Elie Mamane1-44/+0
2014-09-25connectivity: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin18-66/+66
2014-09-18fdo#82577: Handle FontNoel Grandin2-5/+5
2014-09-17Typo: excatly->exactlyJulien Nabet1-1/+1
2014-09-12svx: sal_Bool -> boolStephan Bergmann2-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann10-12/+12
2014-09-11Avoid ODR-violating name clashStephan Bergmann1-0/+3
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann6-6/+6
2014-09-08coverity#1237353 Unchecked dynamic_castCaolán McNamara1-12/+7
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin7-68/+33
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-3/+0
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design m...Miklos Vajna1-0/+3
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-3/+0
2014-08-25convert MessBox with custom buttons to .uiCaolán McNamara2-22/+2
2014-08-25convert RID_QRY_SAVEMODIFIED with custom buttons to .uiCaolán McNamara2-8/+3
2014-08-25QueryBox RID_QRY_REMOVE_* -> MessageDialog + stringCaolán McNamara2-38/+29
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist4-4/+4
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2-11/+0
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante34-374/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara13-13/+0
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-4/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-3/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin3-16/+16
2014-08-15ErrorBoxes from datanavi to StringThomas Arnhold2-26/+16
2014-08-15convert datanavigator sport to .uiCaolán McNamara2-477/+310
2014-08-07coverity#735867 Dereference after null checkCaolán McNamara1-1/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
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