summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)Author
2014-11-11fdo#84582 : fixed label in the 'Insert Version Comment' dialogSzymon Kłos
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-09SfxTabDialog ctors: take an OUStringMiklos Vajna
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-29Resolves: fdo#85111 put a border around the custom properties boxCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-22callcatcher: update unused codeCaolán McNamara
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-09Related: fdo#83003 warp directly to the templates/recentfiles on changing modeCaolán McNamara
2014-10-09Resolves: fdo#83003 provide a means to return from template viewCaolán McNamara
2014-10-09-Werror,-Wunused-private-fieldStephan Bergmann
2014-10-09fdo#75757: remove inheritance to std::vectorMichaël Lefèvre
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-02coverity#1242827 Uninitialized pointer fieldCaolán McNamara
2014-10-02fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-10-02fix buildNoel Grandin
2014-10-02loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
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-10callcatcher: update unused codeCaolán McNamara
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara
2014-09-02extent .ui loading to SfxFloatingWindowsCaolán McNamara
2014-08-28Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-28callcatcher: update unused codeCaolán McNamara
2014-08-27callcatcher: update unused codeCaolán McNamara
2014-08-25make background color of startcenter configurableAndras Timar
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara
2014-08-18InfoBox to StringThomas Arnhold