/aoo41x/main/vcl/source/window/ |
H A D | dialog.cxx | 248 void Dialog::ImplInitDialogData() in ImplInitDialogData() 365 void Dialog::ImplInitSettings() in ImplInitSettings() 384 void Dialog::ImplCenterDialog() in ImplCenterDialog() 413 Dialog::Dialog( WindowType nType ) : in Dialog() function in Dialog 421 Dialog::Dialog( Window* pParent, WinBits nStyle ) : in Dialog() function in Dialog 430 Dialog::Dialog( Window* pParent, const ResId& rResId ) : in Dialog() function in Dialog 441 Dialog::~Dialog() in ~Dialog() 554 sal_Bool Dialog::Close() in Close() 683 short Dialog::Execute() in Execute() 807 long Dialog::GetResult() const in GetResult() [all …]
|
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | Dialog.java | 31 public class Dialog extends java.awt.Dialog implements javax.accessibility.Accessible, NativeFrame { class 205 AccessibleObjectFactory.postWindowActivated(Dialog.this); in setComponentState() 216 Dialog.this.setVisible(enable); in setComponentState() 461 Dialog.this.addWindowListener(accessibleWindowHandler); in addPropertyChangeListener() 464 Dialog.this.addContainerListener(accessibleContainerHandler); in addPropertyChangeListener() 467 Dialog.this.addComponentListener(accessibleComponentHandler); in addPropertyChangeListener() 487 Dialog.this.removeWindowListener(accessibleWindowHandler); in removePropertyChangeListener() 547 return Dialog.this.isEnabled(); in isEnabled() 555 return Dialog.this.isVisible(); in isVisible() 563 return Dialog.this.isShowing(); in isShowing() [all …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | dialog.hxx | 41 class VCL_DLLPUBLIC Dialog : public SystemWindow class 45 Dialog* mpPrevExecuteDlg; 58 SAL_DLLPRIVATE Dialog (const Dialog &); 59 SAL_DLLPRIVATE Dialog & operator= (const Dialog &); 73 Dialog( WindowType nType ); 77 explicit Dialog( Window* pParent, WinBits nStyle = WB_STDDIALOG ); 78 explicit Dialog( Window* pParent, const ResId& ); 79 virtual ~Dialog(); 122 class VCL_DLLPUBLIC ModelessDialog : public Dialog 139 class VCL_DLLPUBLIC ModalDialog : public Dialog
|
/aoo41x/main/toolkit/inc/layout/ |
H A D | layout-pre.hxx | 41 #define Dialog layout::Dialog macro 87 #define ModalDialog Dialog 88 #define ModelessDialog Dialog 90 #define SfxDialog Dialog 91 #define SfxModalDialog Dialog 92 #define SfxModelessDialog Dialog 93 #define TabDialog Dialog
|
H A D | layout.hxx | 45 class Dialog; 554 class TOOLKIT_DLLPUBLIC Dialog : public Context, public Window class 556 DECL_GET_WINDOW (Dialog); 559 DECL_GET_IMPL (Dialog); 560 Dialog( Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 ); 561 Dialog( ::Window *parent, char const* xml_file, char const* id, sal_uInt32 nId=0 ); 562 ~Dialog (); 594 class TOOLKIT_DLLPUBLIC MessageBox : public Dialog
|
/aoo41x/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 781 Dialog::Dialog( Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() function in layout::Dialog 790 Dialog::Dialog( ::Window *parent, const char *xml_file, const char *id, sal_uInt32 nId ) in Dialog() function in layout::Dialog 798 Dialog::~Dialog () in ~Dialog() 802 IMPL_GET_WINDOW (Dialog); 803 IMPL_GET_IMPL (Dialog); 808 short Dialog::Execute() in Execute() 814 void Dialog::EndDialog( long result ) in EndDialog() 829 bool Dialog::Close () in Close() 835 long Dialog::Notify (NotifyEvent& event) in Notify() 840 void Dialog::Initialize (SfxChildWinInfo*) in Initialize() [all …]
|
/aoo41x/main/basctl/source/basicide/ |
H A D | basidesh.src | 197 … ### ACHTUNG: Neuer Text in Resource? M�chten Sie den Dialog XX l�schen ? : M�chten Sie den Dialog… 286 Text [ en-US ] = "Dialog" ; 302 Text [ en-US ] = "New Dialog" ; 422 … /* ### ACHTUNG: Neuer Text in Resource? Dialog f�r die Haltepunkte : Dialog f�r die Haltepunkte */ 450 Text [ en-US ] = "BASIC Dialog" ; 454 … /* ### ACHTUNG: Neuer Text in Resource? Modul oder Dialog einf�gen : Modul oder Dialog einf�gen */ 462 /* ### ACHTUNG: Neuer Text in Resource? Modul oder Dialog l�schen : Modul oder Dialog l�schen */ 667 Text [ en-US ] = "Dialog Import - Name already used" ; 687 Text [ en-US ] = "Dialog Import - Language Mismatch" ;
|
/aoo41x/main/dbaccess/source/ui/uno/ |
H A D | composerdialogs.hxx | 91 virtual Dialog* createComposerDialog( 99 virtual Dialog* createDialog(Window* _pParent); 116 virtual Dialog* createComposerDialog( 140 virtual Dialog* createComposerDialog(
|
H A D | composerdialogs.cxx | 113 Dialog* ComposerDialog::createDialog(Window* _pParent) in IMPLEMENT_PROPERTYCONTAINER_DEFAULTS() 173 …Dialog* RowsetFilterDialog::createComposerDialog( Window* _pParent, const Reference< XConnection >… in createComposerDialog() 200 …Dialog* RowsetOrderDialog::createComposerDialog( Window* _pParent, const Reference< XConnection >&… in createComposerDialog()
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 747 Dialog* pDlg=NULL; in CreateSwInsertBookmarkDlg() 791 Dialog* pDlg=NULL; in CreateSwChangeDBDlg() 855 Dialog* pDlg=NULL; in CreateSwCaptionDialog() 1017 Dialog* pDlg=NULL; in CreateVclAbstractDialog() 1134 Dialog* pDlg=NULL; in CreateSwTableWidthDlg() 1255 Dialog* pDlg=NULL; in CreateSwVclDialog() 1374 Dialog* pDlg=NULL; in CreateVclSwViewDialog() 1498 Dialog* pDlg=NULL; in CreateMultiTOXMarkDlg() 1632 Dialog* pDlg=NULL; in CreateIndexMarkModalDlg()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxdialog.cxx | 234 Dialog* pDlg = (Dialog*) GetWindow(); in execute() 267 Dialog* pDlg = (Dialog*) GetWindow(); in endDialog()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | foptmgr.hxx | 48 class Dialog; 58 ScFilterOptionsMgr( Dialog* ptrDlg, 81 Dialog* pDlg;
|
/aoo41x/main/svx/inc/svx/ |
H A D | dialogs.hrc | 171 // ResId fuer den Suchen/Ersetzen-Dialog 210 // ResId fuer den Gitter- und Raster-Dialog 252 // FontWork-Dialog 316 // TabPage und Dialog f"ur LDAP-Server 320 // Dialog fuer Funktionen 326 // ResId fuer den ImportGraphic-Dialog 332 // ResId's f???r Hyperlink-Dialog-Tabpages 409 // Strings aus dem Suchen-Dialog 453 // String-ResId fuer den ImportGraphic-Dialog 1032 // ResId fuer den ImportClipboard-Dialog [all …]
|
/aoo41x/main/chart2/source/controller/inc/ |
H A D | res_ErrorBar.hxx | 42 class Dialog; 61 Window* pParent, Dialog * pParentDialog, const SfxItemSet& rInAttrst, 129 Dialog * m_pParentDialog;
|
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 92 Control Dialog_ N Dialog 1 Identifier External key to the Dialog table, name of the dialog. 104 ControlCondition Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the di… 108 ControlEvent Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the dialog. 117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied… 119 Dialog Control_Default Y Control 2 Identifier Defines the default control. Hitting return is equ… 120 Dialog Control_First N Control 2 Identifier Defines the control that has the focus when the dial… 121 Dialog Dialog N Identifier Name of the dialog. 123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog. 124 Dialog Title Y Formatted A text string specifying the title to be displayed in the title bar o… 126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog. [all …]
|
H A D | Dialog.idt | 1 Dialog HCentering VCentering Width Height Attributes Title Control_First Control_Default Control_Ca… 3 Dialog Dialog
|
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 92 Control Dialog_ N Dialog 1 Identifier External key to the Dialog table, name of the dialog. 104 ControlCondition Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the di… 108 ControlEvent Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the dialog. 117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied… 119 Dialog Control_Default Y Control 2 Identifier Defines the default control. Hitting return is equ… 120 Dialog Control_First N Control 2 Identifier Defines the control that has the focus when the dial… 121 Dialog Dialog N Identifier Name of the dialog. 123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog. 124 Dialog Title Y Formatted A text string specifying the title to be displayed in the title bar o… 126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog. [all …]
|
H A D | Dialog.idt | 1 Dialog HCentering VCentering Width Height Attributes Title Control_First Control_Default Control_Ca… 3 Dialog Dialog
|
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 92 Control Dialog_ N Dialog 1 Identifier External key to the Dialog table, name of the dialog. 104 ControlCondition Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the di… 108 ControlEvent Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the dialog. 117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied… 119 Dialog Control_Default Y Control 2 Identifier Defines the default control. Hitting return is equ… 120 Dialog Control_First N Control 2 Identifier Defines the control that has the focus when the dial… 121 Dialog Dialog N Identifier Name of the dialog. 123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog. 124 Dialog Title Y Formatted A text string specifying the title to be displayed in the title bar o… 126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog. [all …]
|
H A D | Dialog.idt | 1 Dialog HCentering VCentering Width Height Attributes Title Control_First Control_Default Control_Ca… 3 Dialog Dialog
|
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 92 Control Dialog_ N Dialog 1 Identifier External key to the Dialog table, name of the dialog. 104 ControlCondition Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the di… 108 ControlEvent Dialog_ N Dialog 1 Identifier A foreign key to the Dialog table, name of the dialog. 117 Dialog Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied… 119 Dialog Control_Default Y Control 2 Identifier Defines the default control. Hitting return is equ… 120 Dialog Control_First N Control 2 Identifier Defines the control that has the focus when the dial… 121 Dialog Dialog N Identifier Name of the dialog. 123 Dialog Height N 0 32767 Height of the bounding rectangle of the dialog. 124 Dialog Title Y Formatted A text string specifying the title to be displayed in the title bar o… 126 Dialog Width N 0 32767 Width of the bounding rectangle of the dialog. [all …]
|
H A D | Dialog.idt | 1 Dialog HCentering VCentering Width Height Attributes Title Control_First Control_Default Control_Ca… 3 Dialog Dialog
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.hxx | 35 class Dialog; 93 Dialog* m_pDlg; 96 … VclAbstractDialog2_Impl( Dialog* p ) : m_pDlg( p ) {} \ in VclAbstractDialog2_Impl() 101 DECL_LINK( EndDialogHdl, Dialog* ); 107 DECL_ABSTDLG_BASE(VclAbstractDialog_Impl,Dialog) 113 DECL_ABSTDLG_BASE(VclAbstractRefreshableDialog_Impl,Dialog)
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_theextmgr.hxx | 79 …Dialog* getDialog() { return m_pExtMgrDialog ? (Dialog*) m_pExtMgrDialog : (Dialog*) m_pUpdReqDial… in getDialog()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | genericunodialog.hxx | 47 class Dialog; 81 Dialog* m_pDialog; /// the dialog to execute 133 virtual Dialog* createDialog(Window* _pParent) = 0;
|