Home
last modified time | relevance | path

Searched refs:pSdrView (Results 1 – 25 of 59) sorted by path

123

/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx90 SdrView* pSdrView = m_pDialogWindow->GetView(); in IsFocused() local
91 …if ( pSdrView && pSdrView->IsObjMarked( m_pDlgEdObj ) && pSdrView->GetMarkedObjectList().GetMarkCo… in IsFocused()
105 SdrView* pSdrView = m_pDialogWindow->GetView(); in IsSelected() local
106 if ( pSdrView ) in IsSelected()
107 bSelected = pSdrView->IsObjMarked( m_pDlgEdObj ); in IsSelected()
H A Daccessibledialogwindow.cxx246 if ( pSdrView && pSdrView->IsLayerVisible( aLayerName ) ) in IsChildVisible()
992 if ( pSdrView ) in selectAccessibleChild()
996 pSdrView->MarkObj( pDlgEdObj, pPgView ); in selectAccessibleChild()
1018 if ( pSdrView ) in isAccessibleChildSelected()
1034 SdrView* pSdrView = m_pDialogWindow->GetView(); in clearAccessibleSelection() local
1035 if ( pSdrView ) in clearAccessibleSelection()
1036 pSdrView->UnmarkAll(); in clearAccessibleSelection()
1048 SdrView* pSdrView = m_pDialogWindow->GetView(); in selectAllAccessibleChildren() local
1049 if ( pSdrView ) in selectAllAccessibleChildren()
1050 pSdrView->MarkAll(); in selectAllAccessibleChildren()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_Position.cxx149 SdrView* pSdrView = m_pDrawViewWrapper; in executeDispatch_PositionAndSize() local
156 … m_pChartWindow, &aItemSet, pSdrView, RID_SCH_TransformTabDLG_SVXPAGE_ANGLE, bResizePossible ); in executeDispatch_PositionAndSize()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1393 const SdrView* pSdrView, in CreateSchTransformTabDialog() argument
1403 …pDlg = new SvxTransformTabDialog( pParent, pAttr,pSdrView, bSizeTabPage ? SVX_OBJ_NOPROTECT : SVX… in CreateSchTransformTabDialog()
1410 …pDlg = new SvxTransformTabDialog( pParent, pAttr,pSdrView, bSizeTabPage ? SVX_OBJ_NOPROTECT : SV… in CreateSchTransformTabDialog()
H A Ddlgfact.hxx664 const SdrView* pSdrView,
/trunk/main/cui/source/inc/
H A Dconnect.hxx93 void SetView( const SdrView* pSdrView ) { pView = pSdrView; } in SetView() argument
H A Dlabdlg.hxx107 void SetView( const SdrView* pSdrView ) in SetView() argument
108 { pView = pSdrView; } in SetView()
H A Dmeasure.hxx102 void SetView( const SdrView* pSdrView ) { pView = pSdrView; } in SetView() argument
H A Dtextattr.hxx110 void SetView( const SdrView* pSdrView ) { pView = pSdrView; } in SetView() argument
H A Dtransfrm.hxx181 void SetView( const SdrView* pSdrView ) { mpView = pSdrView; } in SetView() argument
246 void SetView( const SdrView* pSdrView ) { pView = pSdrView; } in SetView() argument
295 void SetView( const SdrView* pSdrView ) { pView = pSdrView; } in SetView() argument
/trunk/main/cui/source/tabpages/
H A Dconnect.cxx65 const SdrView* pSdrView ) : in SvxConnectionDialog() argument
70 _pPage->SetView( pSdrView ); in SvxConnectionDialog()
H A Dlabdlg.cxx577 SvxCaptionTabDialog::SvxCaptionTabDialog(Window* pParent, const SdrView* pSdrView, sal_uInt16 nAnch… in SvxCaptionTabDialog() argument
579 pView ( pSdrView ), in SvxCaptionTabDialog()
H A Dmeasure.cxx65 const SdrView* pSdrView ) : in SvxMeasureDialog() argument
70 _pPage->SetView( pSdrView ); in SvxMeasureDialog()
H A Dswpossizetabpage.cxx1864 void SvxSwPosSizeTabPage::SetView( const SdrView* pSdrView ) in SetView() argument
1866 m_pSdrView = pSdrView; in SetView()
H A Dswpossizetabpage.hxx151 void SetView( const SdrView* pSdrView );
H A Dtextanim.cxx59 const SdrView* pSdrView ) : in SvxTextTabDialog() argument
62 pView ( pSdrView ) in SvxTextTabDialog()
H A Dtransfrm.cxx120 const SdrView* pSdrView, sal_uInt16 nAnchorTypes ) : in SvxTransformTabDialog() argument
122 pView ( pSdrView ), in SvxTransformTabDialog()
/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx92 SdrView* pSdrView = pView->GetSdrView(); in CreateFromView() local
93 if ( pSdrView ) in CreateFromView()
96 const SdrMarkList& rMarkList = pSdrView->GetMarkedObjectList(); in CreateFromView()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx261 sal_Bool IsMyModel(SdrEditView* pSdrView);
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx346 SdrView* pSdrView( NULL ); in getFormController() local
348 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in getFormController()
349 xController = pFormShell->GetFormController( _Form, *pSdrView, *pWindow ); in getFormController()
372 SdrView* pSdrView( NULL ); in setFormDesignMode() local
374 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in setFormDesignMode()
389 SdrView* pSdrView( NULL ); in getControl() local
391 if ( lcl_prepareFormShellCall( pViewShell, nPane, pFormShell, pWindow, pSdrView ) ) in getControl()
392 pFormShell->GetFormControl( xModel, *pSdrView, *pWindow, xRet ); in getControl()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx2723 SdrView* pSdrView = pViewData->GetView()->GetSdrView(); in Command() local
2724 if ( pSdrView ) in Command()
2726 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command()
2771 SdrView* pSdrView = pViewData->GetView()->GetSdrView(); in Command() local
2772 if ( pSdrView ) in Command()
2774 OutlinerView* pOlView = pSdrView->GetTextEditOutlinerView(); in Command()
H A Dgridwin5.cxx412 sal_Bool ScGridWindow::IsMyModel(SdrEditView* pSdrView) in IsMyModel() argument
414 return pSdrView && in IsMyModel()
415 pSdrView->GetModel() == pViewData->GetDocument()->GetDrawLayer(); in IsMyModel()
/trunk/main/sd/source/ui/dlg/
H A Dtabtempl.cxx71 pSdrView ( pView ), in SdTabTemplateDlg()
179 aSet.Put(OfaPtrItem(SID_SVXTEXTATTRPAGE_VIEW,pSdrView)); in PageCreated()
188 aSet.Put (OfaPtrItem(SID_OBJECT_LIST,pSdrView)); in PageCreated()
194 aSet.Put (OfaPtrItem(SID_OBJECT_LIST,pSdrView)); in PageCreated()
/trunk/main/sd/source/ui/inc/
H A Dtabtempl.hxx44 SdrView* pSdrView; member in SdTabTemplateDlg
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx838 SdrView* pSdrView = mpBase->GetDrawView(); in getFormController() local
843 if ( pFormShell && pSdrView && pWindow ) in getFormController()
844 xController = pFormShell->GetFormController( Form, *pSdrView, *pWindow ); in getFormController()
875 SdrView* pSdrView = mpBase->GetDrawView(); in getControl() local
880 if ( pFormShell && pSdrView && pWindow ) in getControl()
881 pFormShell->GetFormControl( xModel, *pSdrView, *pWindow, xControl ); in getControl()

Completed in 132 milliseconds

123