summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
AgeCommit message (Expand)AuthorFilesLines
2014-10-22callcatcher: update unused codeCaolán McNamara1-141/+26
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin2-5/+5
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin2-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin6-11/+11
2014-10-11convert vcl StateChangedType to enum classNoel Grandin6-9/+10
2014-10-09Related: fdo#83003 warp directly to the templates/recentfiles on changing modeCaolán McNamara1-0/+3
2014-10-09Resolves: fdo#83003 provide a means to return from template viewCaolán McNamara2-0/+8
2014-10-09-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2014-10-09fdo#75757: remove inheritance to std::vectorMichaël Lefèvre1-33/+21
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-16/+0
2014-10-03loplugin: cstylecastNoel Grandin9-38/+38
2014-10-02coverity#1242827 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-10-02fdo#75757: remove inheritance to std::vectorTakeshi Abe1-71/+44
2014-10-02fix buildNoel Grandin1-6/+6
2014-10-02loplugin: cstylecastNoel Grandin2-29/+29
2014-10-01fdo#82577: Handle TimeNoel Grandin3-12/+12
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+4
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN2-5/+5
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+16
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-16/+0
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin33-149/+149
2014-09-18fdo#82577: Handle FontNoel Grandin3-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann8-30/+30
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann3-5/+5
2014-09-10callcatcher: update unused codeCaolán McNamara1-18/+0
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-10/+13
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara1-20/+0
2014-09-02convert SID_RECORDING_FLOATWINDOW to .uiCaolán McNamara3-39/+12
2014-09-02extent .ui loading to SfxFloatingWindowsCaolán McNamara1-0/+19
2014-08-28Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+3
2014-08-28callcatcher: update unused codeCaolán McNamara1-10/+0
2014-08-27callcatcher: update unused codeCaolán McNamara2-14/+0
2014-08-25make background color of startcenter configurableAndras Timar1-1/+4
2014-08-25QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + stringCaolán McNamara6-30/+19
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist3-5/+5
2014-08-21Avoid possible memory leaks in case of exceptionsTakeshi Abe3-11/+7
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara1-32/+0
2014-08-18InfoBox to StringThomas Arnhold4-23/+19
2014-08-17Customproperties: Correctly size DateThomas Arnhold1-0/+9
2014-08-17Customproperties: Position DateTime correctlyThomas Arnhold1-7/+5
2014-08-17Customproperties: Correct size for value fieldThomas Arnhold1-4/+2
2014-08-16sfx2: remove commented constsChris Sherlock1-10/+0
2014-08-15need the version that allows NULL for a while stillCaolán McNamara1-8/+7
2014-08-15last two args to Init_Impl are now always NULLCaolán McNamara1-55/+14
2014-08-15archetype for ErrorBox + resource -> MessageDialog + string conversionCaolán McNamara3-7/+5
2014-08-14Fixed the Templates buttonEfe Gürkan YALAMAN2-45/+6
2014-08-14All templates option addedEfe Gürkan YALAMAN1-5/+9