Searched refs:pEditor (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/basctl/source/basicide/ |
H A D | baside3.cxx | 109 pEditor = new DlgEditor(); in DialogWindow() 110 pEditor->SetWindow( this ); in DialogWindow() 135 delete pEditor; in ~DialogWindow() 151 pEditor->Paint( rRect ); in Paint() 180 if( (pEditor->GetMode() == DLGED_INSERT) && !pEditor->IsCreateOK() ) in MouseButtonUp() 1281 return pEditor ? pEditor->GetModel() : NULL; in GetModel() 1286 return pEditor ? pEditor->GetPage() : NULL; in GetPage() 1291 return pEditor ? pEditor->GetView() : NULL; in GetView() 1320 if ( pEditor ) in SetReadOnly() 1333 if ( pEditor && pEditor->GetMode() == DLGED_READONLY ) in IsReadOnly() [all …]
|
H A D | localizationmgr.cxx | 866 DialogWindow* FindDialogWindowForEditor( DlgEditor* pEditor ) in FindDialogWindowForEditor() argument 878 if( pWinEditor == pEditor ) in FindDialogWindowForEditor() 890 void LocalizationMgr::setControlResourceIDsForNewEditorObject( DlgEditor* pEditor, in setControlResourceIDsForNewEditorObject() argument 894 DialogWindow* pDlgWin = FindDialogWindowForEditor( pEditor ); in setControlResourceIDsForNewEditorObject() 920 void LocalizationMgr::renameControlResourceIDsForEditorObject( DlgEditor* pEditor, in renameControlResourceIDsForEditorObject() argument 924 DialogWindow* pDlgWin = FindDialogWindowForEditor( pEditor ); in renameControlResourceIDsForEditorObject() 948 void LocalizationMgr::deleteControlResourceIDsForDeletedEditorObject( DlgEditor* pEditor, in deleteControlResourceIDsForDeletedEditorObject() argument 952 DialogWindow* pDlgWin = FindDialogWindowForEditor( pEditor ); in deleteControlResourceIDsForDeletedEditorObject() 1122 void LocalizationMgr::copyResourcesForPastedEditorObject( DlgEditor* pEditor, in copyResourcesForPastedEditorObject() argument 1127 DialogWindow* pDlgWin = FindDialogWindowForEditor( pEditor ); in copyResourcesForPastedEditorObject()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedobj.cxx | 137 SdrView* pView = pEditor ? pEditor->GetView() : NULL; in GetControl() 138 Window* pWindow = pEditor ? pEditor->GetWindow() : NULL; in GetControl() 433 if ( pEditor ) in PositionAndSizeChange() 434 pPage_ = pEditor->GetPage(); in PositionAndSizeChange() 533 DlgEditor* pEditor; in NameChange() local 1131 DlgEditor* pEditor; in SetDefaults() local 1385 pDlgEditor = pEditor; in SetDlgEditor() 1472 DlgEditor* pEditor = GetDlgEditor(); in PositionAndSizeChange() local 1474 if ( pEditor ) in PositionAndSizeChange() 1851 DlgEditor* pEditor = GetDlgEditor(); in getDeviceInfo() local [all …]
|
H A D | dlgedview.cxx | 45 DlgEdView::DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor ) in DlgEdView() argument 47 ,pDlgEditor( pEditor ) in DlgEdView()
|
/aoo41x/main/basctl/source/inc/ |
H A D | localizationmgr.hxx | 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 | baside3.hxx | 54 DlgEditor* pEditor; member in DialogWindow 85 DlgEditor* GetEditor() const { return pEditor; } in GetEditor()
|
H A D | dlgedview.hxx | 44 DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor );
|
H A D | dlgedobj.hxx | 166 virtual void SetDlgEditor( DlgEditor* pEditor );
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 45 …tionView::OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEditor ) in DBG_NAME() 47 ,m_pReportWindow( pEditor ) in DBG_NAME()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | SectionView.hxx | 50 OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEditor );
|
Completed in 36 milliseconds