Searched refs:pSdView (Results  1 – 18 of 18) sorted by relevance
| /aoo41x/main/sd/source/ui/dlg/ | 
| H A D | dlgolbul.cxx | 77       pSdView			( pView )  in OutlineBulletDlg()184 			if( pSdView )  in PageCreated()
 186 				FieldUnit eMetric = pSdView->GetDoc()->GetUIUnit();  in PageCreated()
 195 			if( pSdView )  in PageCreated()
 197 				FieldUnit eMetric = pSdView->GetDoc()->GetUIUnit();  in PageCreated()
 
 | 
| H A D | tpaction.cxx | 175 void SdTPAction::SetView( const ::sd::View* pSdView )  in SetView()  argument177 	mpView = pSdView;  in SetView()
 
 | 
| /aoo41x/main/sd/source/ui/accessibility/ | 
| H A D | AccessibleDrawDocumentView.cxx | 289 	::sd::View* pSdView = static_cast< ::sd::View* >( maShapeTreeInfo.GetSdrView() );  in getAccessibleName()290 	if ( pSdView )  in getAccessibleName()
 292 		SdDrawDocument* pDoc = pSdView->GetDoc();  in getAccessibleName()
 298 				::sd::DrawDocShell* pDocSh = pSdView->GetDocSh();  in getAccessibleName()
 552 	::sd::View* pSdView = NULL;  in getGroupPosition()
 555 		pSdView = mpSdViewSh->GetView();  in getGroupPosition()
 556 		pPV = pSdView->GetSdrPageView();  in getGroupPosition()
 565 			if ( pObj && pPV && pSdView && pSdView->IsObjMarkable( pObj, pPV ) )  in getGroupPosition()
 
 | 
| H A D | AccessibleOutlineView.cxx | 159 	::sd::View* pSdView = static_cast< ::sd::View* >( maShapeTreeInfo.GetSdrView() );  in getAccessibleName()160 	if ( pSdView )  in getAccessibleName()
 162 		SdDrawDocument* pDoc = pSdView->GetDoc();  in getAccessibleName()
 168 				::sd::DrawDocShell* pDocSh = pSdView->GetDocSh();  in getAccessibleName()
 
 | 
| /aoo41x/main/sd/source/ui/app/ | 
| H A D | sdmod2.cxx | 103 	sd::OutlineView* pSdView = NULL;  in GetCurrentPage()  local105 		pSdView = static_cast<sd::OutlineView*> (static_cast<sd::OutlineViewShell*>(pViewSh)->GetView());  in GetCurrentPage()
 107 	if (pSdView != NULL && (pOutliner ==  pSdView->GetOutliner()))  in GetCurrentPage()
 111         Outliner* pOutl = pSdView->GetOutliner();  in GetCurrentPage()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | MediaObjectBar.cxx | 71 MediaObjectBar::MediaObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView ) :  in MediaObjectBar()  argument73     mpView( pSdView ),  in MediaObjectBar()
 
 | 
| H A D | GraphicObjectBar.cxx | 81     ::sd::View* pSdView )  in GraphicObjectBar()  argument83       mpView	 ( pSdView ),  in GraphicObjectBar()
 
 | 
| H A D | drtxtob.cxx | 110     ::sd::View* pSdView )  in TextObjectBar()  argument113       mpView( pSdView )  in TextObjectBar()
 135 						SetRepeatTarget(pSdView);  in TextObjectBar()
 
 | 
| H A D | drbezob.cxx | 89     ::sd::View* pSdView)  in BezierObjectBar()  argument91       mpView(pSdView),  in BezierObjectBar()
 
 | 
| /aoo41x/main/sd/source/ui/table/ | 
| H A D | tableobjectbar.cxx | 94 TableObjectBar::TableObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView )  in TableObjectBar()  argument96 ,	mpView( pSdView )  in TableObjectBar()
 
 | 
| H A D | tableobjectbar.hxx | 46 	TableObjectBar( ::sd::ViewShell* pSdViewShell, ::sd::View* pSdView);
 | 
| /aoo41x/main/sd/source/ui/inc/ | 
| H A D | BezierObjectBar.hxx | 43     BezierObjectBar (ViewShell* pSdViewShell, View* pSdView);
 | 
| H A D | MediaObjectBar.hxx | 44     MediaObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
 | 
| H A D | OutlineBulletDlg.hxx | 61 	::sd::View		*pSdView;
 | 
| H A D | GraphicObjectBar.hxx | 44     GraphicObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
 | 
| H A D | TextObjectBar.hxx | 50         ::sd::View* pSdView);
 | 
| H A D | Ruler.hxx | 63 	::sd::View* pSdView;
 | 
| H A D | tpaction.hxx | 130 	void	SetView( const ::sd::View* pSdView );
 | 
        Completed in 76 milliseconds