Searched refs:DlgEditor (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/basctl/source/dlged/ |
H A D | dlged.cxx | 112 void DlgEditor::ShowDialog() in ShowDialog() 174 sal_Bool DlgEditor::UnmarkDialog() in UnmarkDialog() 189 sal_Bool DlgEditor::RemarkDialog() in RemarkDialog() 204 DlgEditor::DlgEditor() in DlgEditor() function in DlgEditor 261 DlgEditor::~DlgEditor() in ~DlgEditor() 287 DlgEditor::pWindow = pWindow_; in SetWindow() 320 void DlgEditor::InitScrollBars() in InitScrollBars() 744 void DlgEditor::Cut() in Cut() 769 void DlgEditor::Copy() in Copy() 926 void DlgEditor::Paste() in Paste() [all …]
|
H A D | dlgedobj.cxx | 136 const DlgEditor* pEditor = pForm ? pForm->GetDlgEditor() : NULL; in GetControl() 432 DlgEditor* pEditor = pDlgEdForm->GetDlgEditor(); in PositionAndSizeChange() 533 DlgEditor* pEditor; in NameChange() 1131 DlgEditor* pEditor; in SetDefaults() 1245 DlgEditor* pDlgEditor = pRealDlgEdForm ? pRealDlgEdForm->GetDlgEditor() : 0; in _propertyChange() 1383 void DlgEdForm::SetDlgEditor( DlgEditor* pEditor ) in SetDlgEditor() 1472 DlgEditor* pEditor = GetDlgEditor(); in PositionAndSizeChange() 1851 DlgEditor* pEditor = GetDlgEditor(); in getDeviceInfo()
|
H A D | dlgedfunc.cxx | 94 DlgEdFunc::DlgEdFunc( DlgEditor* pParent_ ) in DlgEdFunc() 361 DlgEdFuncInsert::DlgEdFuncInsert( DlgEditor* pParent_ ) : in DlgEdFuncInsert() 476 DlgEdFuncSelect::DlgEdFuncSelect( DlgEditor* pParent_ ) : in DlgEdFuncSelect()
|
H A D | dlgedpage.cxx | 74 DlgEditor* pDlgEditor = pDlgEdForm->GetDlgEditor(); in SetObjectOrdNum()
|
H A D | dlgedview.cxx | 45 DlgEdView::DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor ) in DlgEdView()
|
/aoo4110/main/basctl/source/inc/ |
H A D | dlgedfunc.hxx | 29 class DlgEditor; 41 DlgEditor* pParent; 48 DlgEdFunc( DlgEditor* pParent ); 64 DlgEdFuncInsert( DlgEditor* pParent ); 82 DlgEdFuncSelect( DlgEditor* pParent );
|
H A D | dlgedobj.hxx | 41 class DlgEditor; 49 friend class DlgEditor; 144 friend class DlgEditor; 148 DlgEditor* pDlgEditor; 166 virtual void SetDlgEditor( DlgEditor* pEditor ); 167 virtual DlgEditor* GetDlgEditor() const { return pDlgEditor; } in GetDlgEditor()
|
H A D | localizationmgr.hxx | 33 class DlgEditor; 101 static void setControlResourceIDsForNewEditorObject( DlgEditor* pEditor, 104 static void renameControlResourceIDsForEditorObject( DlgEditor* pEditor, 107 static void deleteControlResourceIDsForDeletedEditorObject( DlgEditor* pEditor, 132 static void copyResourcesForPastedEditorObject( DlgEditor* pEditor,
|
H A D | dlgedview.hxx | 30 class DlgEditor; 39 DlgEditor* pDlgEditor; 44 DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor );
|
H A D | baside3.hxx | 45 class DlgEditor; 54 DlgEditor* pEditor; 85 DlgEditor* GetEditor() const { return pEditor; } in GetEditor()
|
H A D | dlged.hxx | 92 class DlgEditor: public SfxBroadcaster class 129 DlgEditor(); 130 ~DlgEditor();
|
H A D | accessibledialogwindow.hxx | 38 class DlgEditor; 88 DlgEditor* m_pDlgEditor;
|
/aoo4110/main/basctl/source/basicide/ |
H A D | localizationmgr.cxx | 840 DlgEditor* pWinEditor = pDlgWin->GetEditor(); in handleSetCurrentLocale() 866 DialogWindow* FindDialogWindowForEditor( DlgEditor* pEditor ) in FindDialogWindowForEditor() 877 DlgEditor* pWinEditor = pDlgWin->GetEditor(); in FindDialogWindowForEditor() 890 void LocalizationMgr::setControlResourceIDsForNewEditorObject( DlgEditor* pEditor, in setControlResourceIDsForNewEditorObject() 920 void LocalizationMgr::renameControlResourceIDsForEditorObject( DlgEditor* pEditor, in renameControlResourceIDsForEditorObject() 948 void LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject( DlgEditor* pEditor, in deleteControlResourceIDsForDeletedEditorObject() 1122 void LocalizationMgr::copyResourcesForPastedEditorObject( DlgEditor* pEditor, in copyResourcesForPastedEditorObject()
|
H A D | baside3.cxx | 109 pEditor = new DlgEditor(); in DialogWindow()
|
Completed in 78 milliseconds