Lines Matching refs:rxContext

99 void ImpAddGraphicEntity( const Reference< XComponentContext >& rxContext, Reference< XShape >& rxS…  in ImpAddGraphicEntity()  argument
118 awt::Size aSize100thMM( GraphicCollector::GetOriginalSize( rxContext, xGraphic ) ); in ImpAddGraphicEntity()
137 void ImpAddFillBitmapEntity( const Reference< XComponentContext >& rxContext, const Reference< XPro… in ImpAddFillBitmapEntity() argument
175 awt::Size aSize100thMM( GraphicCollector::GetOriginalSize( rxContext, xGraphic ) ); in ImpAddFillBitmapEntity()
209 void ImpCollectBackgroundGraphic( const Reference< XComponentContext >& rxContext, const Reference<… in ImpCollectBackgroundGraphic() argument
220 …ImpAddFillBitmapEntity( rxContext, xBackgroundPropSet, aLogicalSize, rGraphicEntities, rGraphicSet… in ImpCollectBackgroundGraphic()
227 void ImpCollectGraphicObjects( const Reference< XComponentContext >& rxContext, const Reference< XS… in ImpCollectGraphicObjects() argument
240 ImpCollectGraphicObjects( rxContext, xShapes, rGraphicSettings, rGraphicEntities ); in ImpCollectGraphicObjects()
245 ImpAddGraphicEntity( rxContext, xShape, rGraphicSettings, rGraphicEntities ); in ImpCollectGraphicObjects()
251 …ImpAddFillBitmapEntity( rxContext, xShapePropertySet, aLogicalSize, rGraphicEntities, rGraphicSett… in ImpCollectGraphicObjects()
259 awt::Size GraphicCollector::GetOriginalSize( const Reference< XComponentContext >& rxContext, const… in GetOriginalSize() argument
270 const DeviceInfo& rDeviceInfo( GraphicCollector::GetDeviceInfo( rxContext ) ); in GetOriginalSize()
282 void GraphicCollector::CollectGraphics( const Reference< XComponentContext >& rxContext, const Refe… in CollectGraphics() argument
293 ImpCollectBackgroundGraphic( rxContext, xDrawPage, rGraphicSettings, rGraphicList ); in CollectGraphics()
295 ImpCollectGraphicObjects( rxContext, xDrawShapes, rGraphicSettings, rGraphicList ); in CollectGraphics()
299 ImpCollectBackgroundGraphic( rxContext, xNotesPage, rGraphicSettings, rGraphicList ); in CollectGraphics()
301 ImpCollectGraphicObjects( rxContext, xNotesShapes, rGraphicSettings, rGraphicList ); in CollectGraphics()
308 ImpCollectBackgroundGraphic( rxContext, xMasterPage, rGraphicSettings, rGraphicList ); in CollectGraphics()
310 ImpCollectGraphicObjects( rxContext, xMasterPageShapes, rGraphicSettings, rGraphicList ); in CollectGraphics()
352 void ImpCountGraphicObjects( const Reference< XComponentContext >& rxContext, const Reference< XSha… in ImpCountGraphicObjects() argument
365 ImpCountGraphicObjects( rxContext, xShapes, rGraphicSettings, rnGraphics ); in ImpCountGraphicObjects()
422 void GraphicCollector::CountGraphics( const Reference< XComponentContext >& rxContext, const Refere… in CountGraphics() argument
433 ImpCountBackgroundGraphic( rxContext, xDrawPage, rGraphicSettings, rnGraphics ); in CountGraphics()
435 ImpCountGraphicObjects( rxContext, xDrawShapes, rGraphicSettings, rnGraphics ); in CountGraphics()
439 ImpCountBackgroundGraphic( rxContext, xNotesPage, rGraphicSettings, rnGraphics ); in CountGraphics()
441 ImpCountGraphicObjects( rxContext, xNotesShapes, rGraphicSettings, rnGraphics ); in CountGraphics()
448 ImpCountBackgroundGraphic( rxContext, xMasterPage, rGraphicSettings, rnGraphics ); in CountGraphics()
450 ImpCountGraphicObjects( rxContext, xMasterPageShapes, rGraphicSettings, rnGraphics ); in CountGraphics()