Lines Matching refs:SfxObjectShell

50 SfxObjectShell* SfxObjectShell::GetParentShellByModel_Impl()  in GetParentShellByModel_Impl()
52 SfxObjectShell* pResult = NULL; in GetParentShellByModel_Impl()
62 pResult = reinterpret_cast<SfxObjectShell*>(xParentTunnel->getSomething( in GetParentShellByModel_Impl()
76 Printer* SfxObjectShell::GetDocumentPrinter() in GetDocumentPrinter()
78 SfxObjectShell* pParent = GetParentShellByModel_Impl(); in GetDocumentPrinter()
85 OutputDevice* SfxObjectShell::GetDocumentRefDev() in GetDocumentRefDev()
87 SfxObjectShell* pParent = GetParentShellByModel_Impl(); in GetDocumentRefDev()
94 void SfxObjectShell::OnDocumentPrinterChanged( Printer* /*pNewPrinter*/ ) in OnDocumentPrinterChanged()
100 Rectangle SfxObjectShell::GetVisArea( sal_uInt16 nAspect ) const in GetVisArea()
115 const Rectangle& SfxObjectShell::GetVisArea() const in GetVisArea()
122 void SfxObjectShell::SetVisArea( const Rectangle & rVisArea ) in SetVisArea()
177 void SfxObjectShell::SetVisAreaSize( const Size & rVisSize ) in SetVisAreaSize()
183 sal_uIntPtr SfxObjectShell::GetMiscStatus() const in GetMiscStatus()
189 MapUnit SfxObjectShell::GetMapUnit() const in GetMapUnit()
195 void SfxObjectShell::SetMapUnit( MapUnit nMapUnit ) in SetMapUnit()
201 void SfxObjectShell::FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc ) const in FillTransferableObjectDescriptor()
216 void SfxObjectShell::DoDraw( OutputDevice* pDev, in DoDraw()
239 void SfxObjectShell::DoDraw_Impl( OutputDevice* pDev, in DoDraw_Impl()
301 comphelper::EmbeddedObjectContainer& SfxObjectShell::GetEmbeddedObjectContainer() const in GetEmbeddedObjectContainer()
304 …pImp->mpObjectContainer = new comphelper::EmbeddedObjectContainer( ((SfxObjectShell*)this)->GetSto… in GetEmbeddedObjectContainer()
308 void SfxObjectShell::ClearEmbeddedObjects() in ClearEmbeddedObjects()