Searched refs:pDrawDoc (Results 1 – 8 of 8) sorted by relevance
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 2091 SwDrawDocument * pDrawDoc; in setPropertyValue() local 2095 pDrawDoc->SetAutoControlFocus( bAuto ); in setPropertyValue() 2104 … pDrawDoc = dynamic_cast< SwDrawDocument * > (pDocShell->GetDoc()->GetOrCreateDrawModel() ); in setPropertyValue() 2106 pDrawDoc->SetAutoControlFocus ( bAuto ); in setPropertyValue() 2112 SwDrawDocument * pDrawDoc; in setPropertyValue() local 2116 pDrawDoc->SetOpenInDesignMode( bMode ); in setPropertyValue() 2128 pDrawDoc->SetOpenInDesignMode ( bMode ); in setPropertyValue() 2271 SwDrawDocument * pDrawDoc; in getPropertyValue() local 2274 bAuto = pDrawDoc->GetAutoControlFocus(); in getPropertyValue() 2282 SwDrawDocument * pDrawDoc; in getPropertyValue() local [all …]
|
/aoo41x/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…
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | view.cxx | 1680 SwDrawDocument * pDrawDoc = 0; in Notify() local 1681 …if ( 0 != ( pDrawDoc = dynamic_cast< SwDrawDocument * > (GetDocShell()->GetDoc()->GetDrawModel() )… in Notify() 1683 if( !pDrawDoc->GetOpenInDesignMode() ) in Notify()
|
/aoo41x/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 71 milliseconds