Lines Matching refs:SdXImpressDocument
72 class SdXImpressDocument : public SfxBaseModel, // implements SfxListener, OWEAKOBJECT & other class
128 SdXImpressDocument( ::sd::DrawDocShell* pShell, bool bClipBoard = false ) throw();
129 SdXImpressDocument( SdDrawDocument* pDoc, bool bClipBoard = false ) throw();
130 virtual ~SdXImpressDocument() throw();
132 static rtl::Reference< SdXImpressDocument > GetModel( SdDrawDocument* pDoc );
135 … virtual int operator==( const SdXImpressDocument& rModel ) const { return mpDoc == rModel.mpDoc; } in operator ==()
136 … virtual int operator!=( const SdXImpressDocument& rModel ) const { return mpDoc != rModel.mpDoc; } in operator !=()
149 UNO3_GETIMPLEMENTATION_DECL(SdXImpressDocument)
244 SdXImpressDocument* mpModel;
247 SdDrawPagesAccess( SdXImpressDocument& rMyModel ) throw();
287 SdXImpressDocument* mpModel;
290 SdMasterPagesAccess( SdXImpressDocument& rMyModel ) throw();
324 SdXImpressDocument* mpModel;
327 SdDocLinkTargets( SdXImpressDocument& rMyModel ) throw();