Searched refs:pDrawDoc (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sd/source/core/ |
H A D | cusshow.cxx | 45 SdCustomShow::SdCustomShow(SdDrawDocument* pDrawDoc) in SdCustomShow() argument 47 pDoc(pDrawDoc) in SdCustomShow() 63 SdCustomShow::SdCustomShow(SdDrawDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::… in SdCustomShow() argument 65 pDoc(pDrawDoc), in SdCustomShow()
|
/trunk/main/sd/source/ui/view/ |
H A D | frmview.cxx | 68 FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK */) in FrameView() argument 69 : SdrView(pDrawDoc, (OutputDevice*) NULL), in FrameView() 75 EndListening(*pDrawDoc); in FrameView() 89 DrawDocShell* pDocShell = pDrawDoc->GetDocSh(); in FrameView() 261 sal_Bool bInitDesignMode = pDrawDoc->GetOpenInDesignMode(); in FrameView() 262 if( pDrawDoc->OpenInDesignModeIsDefaulted() ) in FrameView() 267 SfxObjectShell* pObjShell = pDrawDoc->GetObjectShell(); in FrameView() 272 Update( SD_MOD()->GetSdOptions(pDrawDoc->GetDocumentType()) ); in FrameView()
|
H A D | sdview.cxx | 122 View::View(SdDrawDocument* pDrawDoc, OutputDevice* pOutDev, in View() argument 124 : FmFormView(pDrawDoc, pOutDev), in View() 125 mpDoc(pDrawDoc), in View() 126 mpDocSh( pDrawDoc->GetDocSh() ), in View()
|
/trunk/main/sd/inc/ |
H A D | cusshow.hxx | 55 explicit SdCustomShow(SdDrawDocument* pDrawDoc); 56 …SdCustomShow(SdDrawDocument* pDrawDoc, ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…
|
/trunk/main/sd/source/ui/inc/ |
H A D | FrameView.hxx | 45 SD_DLLPUBLIC FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView = NULL );
|
H A D | View.hxx | 80 SdDrawDocument* pDrawDoc,
|
Completed in 44 milliseconds