Lines Matching refs:pEditor

136     const DlgEditor* pEditor = pForm ? pForm->GetDlgEditor() : NULL;  in GetControl()  local
137 SdrView* pView = pEditor ? pEditor->GetView() : NULL; in GetControl()
138 Window* pWindow = pEditor ? pEditor->GetWindow() : NULL; in GetControl()
432 DlgEditor* pEditor = pDlgEdForm->GetDlgEditor(); in PositionAndSizeChange() local
433 if ( pEditor ) in PositionAndSizeChange()
434 pPage_ = pEditor->GetPage(); in PositionAndSizeChange()
533 DlgEditor* pEditor; in NameChange() local
535 pEditor = ((DlgEdForm*)this)->GetDlgEditor(); in NameChange()
537 pEditor = GetDlgEdForm()->GetDlgEditor(); in NameChange()
538 LocalizationMgr::renameControlResourceIDsForEditorObject( pEditor, aAny, aNewName ); in NameChange()
1131 DlgEditor* pEditor; in SetDefaults() local
1133 pEditor = ((DlgEdForm*)this)->GetDlgEditor(); in SetDefaults()
1135 pEditor = GetDlgEdForm()->GetDlgEditor(); in SetDefaults()
1136 LocalizationMgr::setControlResourceIDsForNewEditorObject( pEditor, aAny, aOUniqueName ); in SetDefaults()
1383 void DlgEdForm::SetDlgEditor( DlgEditor* pEditor ) in SetDlgEditor() argument
1385 pDlgEditor = pEditor; in SetDlgEditor()
1472 DlgEditor* pEditor = GetDlgEditor(); in PositionAndSizeChange() local
1473 DBG_ASSERT( pEditor, "DlgEdForm::PositionAndSizeChange: no dialog editor!" ); in PositionAndSizeChange()
1474 if ( pEditor ) in PositionAndSizeChange()
1476 DlgEdPage* pPage_ = pEditor->GetPage(); in PositionAndSizeChange()
1527 bool bAdjustedPageSize = pEditor->AdjustPageSize(); in PositionAndSizeChange()
1534 pEditor->InitScrollBars(); in PositionAndSizeChange()
1851 DlgEditor* pEditor = GetDlgEditor(); in getDeviceInfo() local
1852 DBG_ASSERT( pEditor, "DlgEdForm::getDeviceInfo: no editor associated with the form object!" ); in getDeviceInfo()
1853 if ( !pEditor ) in getDeviceInfo()
1856 Window* pWindow = pEditor->GetWindow(); in getDeviceInfo()
1872 …Reference< awt::XControlContainer > xEditorControlContainer( pEditor->GetWindowControlContainer() … in getDeviceInfo()