summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/present.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/present.hxx')
-rw-r--r--sd/source/ui/inc/present.hxx58
1 files changed, 25 insertions, 33 deletions
diff --git a/sd/source/ui/inc/present.hxx b/sd/source/ui/inc/present.hxx
index 8b9ff526f60e..393e03a4759f 100644
--- a/sd/source/ui/inc/present.hxx
+++ b/sd/source/ui/inc/present.hxx
@@ -38,44 +38,36 @@ class SdStartPresentationDlg : public ModalDialog
{
private:
- FixedLine aGrpRange;
- RadioButton aRbtAll;
- RadioButton aRbtAtDia;
- RadioButton aRbtCustomshow;
- ListBox aLbDias;
- ListBox aLbCustomshow;
-
- FixedLine aGrpKind;
- RadioButton aRbtStandard;
- RadioButton aRbtWindow;
- RadioButton aRbtAuto;
- TimeField aTmfPause;
- CheckBox aCbxAutoLogo;
-
- FixedLine aGrpOptions;
- CheckBox aCbxManuel;
- CheckBox aCbxMousepointer;
- CheckBox aCbxPen;
- CheckBox aCbxNavigator;
- CheckBox aCbxAnimationAllowed;
- CheckBox aCbxChangePage;
- CheckBox aCbxAlwaysOnTop;
-
- FixedLine maGrpMonitor;
- FixedText maFtMonitor;
- ListBox maLBMonitor;
-
- OKButton aBtnOK;
- CancelButton aBtnCancel;
- HelpButton aBtnHelp;
+ RadioButton* aRbtAll;
+ RadioButton* aRbtAtDia;
+ RadioButton* aRbtCustomshow;
+ ListBox* aLbDias;
+ ListBox* aLbCustomshow;
+
+ RadioButton* aRbtStandard;
+ RadioButton* aRbtWindow;
+ RadioButton* aRbtAuto;
+ TimeField* aTmfPause;
+ CheckBox* aCbxAutoLogo;
+
+ CheckBox* aCbxManuel;
+ CheckBox* aCbxMousepointer;
+ CheckBox* aCbxPen;
+ CheckBox* aCbxNavigator;
+ CheckBox* aCbxAnimationAllowed;
+ CheckBox* aCbxChangePage;
+ CheckBox* aCbxAlwaysOnTop;
+
+ FixedText* maFtMonitor;
+ ListBox* maLBMonitor;
SdCustomShowList* pCustomShowList;
const SfxItemSet& rOutAttrs;
sal_Int32 mnMonitors;
- String msExternalMonitor;
- String msMonitor;
- String msAllMonitors;
+ FixedText* msExternalMonitor;
+ FixedText* msMonitor;
+ FixedText* msAllMonitors;
DECL_LINK( ChangeRangeHdl, void * );
DECL_LINK( ClickWindowPresentationHdl, void * );