Home
last modified time | relevance | path

Searched refs:pSdView (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Ddlgolbul.cxx77 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 Dtpaction.cxx175 void SdTPAction::SetView( const ::sd::View* pSdView ) in SetView() argument
177 mpView = pSdView; in SetView()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx289 ::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 DAccessibleOutlineView.cxx159 ::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()
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx103 sd::OutlineView* pSdView = NULL; in GetCurrentPage() local
105 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()
/trunk/main/sd/source/ui/view/
H A DMediaObjectBar.cxx71 MediaObjectBar::MediaObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView ) : in MediaObjectBar() argument
73 mpView( pSdView ), in MediaObjectBar()
H A Ddrtxtob.cxx110 ::sd::View* pSdView ) in TextObjectBar() argument
113 mpView( pSdView ) in TextObjectBar()
135 SetRepeatTarget(pSdView); in TextObjectBar()
H A DGraphicObjectBar.cxx81 ::sd::View* pSdView ) in GraphicObjectBar() argument
83 mpView ( pSdView ), in GraphicObjectBar()
H A Ddrbezob.cxx89 ::sd::View* pSdView) in BezierObjectBar() argument
91 mpView(pSdView), in BezierObjectBar()
/trunk/main/sd/source/ui/table/
H A Dtableobjectbar.cxx94 TableObjectBar::TableObjectBar( ViewShell* pSdViewShell, ::sd::View* pSdView ) in TableObjectBar() argument
96 , mpView( pSdView ) in TableObjectBar()
H A Dtableobjectbar.hxx46 TableObjectBar( ::sd::ViewShell* pSdViewShell, ::sd::View* pSdView);
/trunk/main/sd/source/ui/inc/
H A DBezierObjectBar.hxx43 BezierObjectBar (ViewShell* pSdViewShell, View* pSdView);
H A DMediaObjectBar.hxx44 MediaObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
H A DOutlineBulletDlg.hxx61 ::sd::View *pSdView;
H A DGraphicObjectBar.hxx44 GraphicObjectBar (ViewShell* pSdViewShell, ::sd::View* pSdView);
H A DTextObjectBar.hxx50 ::sd::View* pSdView);
H A DRuler.hxx63 ::sd::View* pSdView;
H A Dtpaction.hxx130 void SetView( const ::sd::View* pSdView );

Completed in 133 milliseconds