summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
AgeCommit message (Expand)Author
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-10callcatcher: update unused codeCaolán McNamara
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-06DockingWindow LayerDialog appears unusedCaolán McNamara
2014-09-05resource files: remove unused definitionsThomas Arnhold
2014-09-05src: capitalization as the restThomas Arnhold
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-05Let GetObjectItemPool return a referenceStephan Bergmann
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-07-10Align the pin-box description better.Andrzej Hunt
2014-06-30More -WaE: nested template problems.Andrzej Hunt
2014-06-30-WaE: variable bNewEntryInserted set but not used.Andrzej Hunt
2014-06-30Impress Remote Dialog: avoid flickering when device selected.Andrzej Hunt
2014-06-30Remote Dialog: give focus to pin entry when item selected.Andrzej Hunt
2014-06-30Remote Dialog: make sure pin box is empty.Andrzej Hunt
2014-06-30Make sure pin box and deauth button hidden when no items selected.Andrzej Hunt
2014-06-30Kill some unused/commented code.Andrzej Hunt
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt
2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-23can't have bare english strings in .cxxCaolán McNamara
2014-06-23Convert DLG_ASS to .uiPalenik Mihály
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-16Clean up SdrModel::MigrateItemSetStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-06-10coverity#735616 Division or modulo by float zeroCaolán McNamara
2014-06-10fdo#77987, part 2: snap line coordinates can be negativeKatarina Behrens
2014-06-09gbuild: remove config_libraries.h and gb_Helper_generate_config_librariesMichael Stahl
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-30Revert "cppcheck: zerodiv"Julien Nabet
2014-05-30Convert DLG_PUBLISHING to .uiPalenik Mihály
2014-05-30coverity#704728 Unchecked dynamic_castCaolán McNamara
2014-05-29cppcheck: zerodivJulien Nabet
2014-05-23coverity#705860 Dereference before null checkCaolán McNamara
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-19sd: remove using namespace from headersThomas Arnhold
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe