Lines Matching refs:aLogicalSize

113 		awt::Size aLogicalSize( rxShape->getSize() );  in ImpAddGraphicEntity()  local
125 …static_cast< sal_Int32 >( static_cast< double >( aSize100thMM.Width * aLogicalSize.Width ) / aCrop… in ImpAddGraphicEntity()
126 …static_cast< sal_Int32 >( static_cast< double >( aSize100thMM.Height * aLogicalSize.Height ) / aCr… in ImpAddGraphicEntity()
127 aLogicalSize = aNewLogSize; in ImpAddGraphicEntity()
132 aUser.maLogicalSize = aLogicalSize; in ImpAddGraphicEntity()
154 awt::Size aLogicalSize( rLogicalSize ); in ImpAddFillBitmapEntity() local
177 aLogicalSize = aSize100thMM; in ImpAddFillBitmapEntity()
180 aLogicalSize = aSize; in ImpAddFillBitmapEntity()
184aLogicalSize.Width = sal::static_int_cast< sal_Int32 >( ( static_cast< double >( aLogicalSize.Widt… in ImpAddFillBitmapEntity()
185aLogicalSize.Height = sal::static_int_cast< sal_Int32 >( ( static_cast< double >( aLogicalSize.Hei… in ImpAddFillBitmapEntity()
196 aUser.maLogicalSize = aLogicalSize; in ImpAddFillBitmapEntity()
213 awt::Size aLogicalSize( 28000, 21000 ); in ImpCollectBackgroundGraphic() local
215 xPropertySet->getPropertyValue( TKGet( TK_Width ) ) >>= aLogicalSize.Width; in ImpCollectBackgroundGraphic()
216 xPropertySet->getPropertyValue( TKGet( TK_Height ) ) >>= aLogicalSize.Height; in ImpCollectBackgroundGraphic()
220 …ImpAddFillBitmapEntity( rxContext, xBackgroundPropSet, aLogicalSize, rGraphicEntities, rGraphicSet… in ImpCollectBackgroundGraphic()
250 awt::Size aLogicalSize( xShape->getSize() ); in ImpCollectGraphicObjects() local
251 …ImpAddFillBitmapEntity( rxContext, xShapePropertySet, aLogicalSize, rGraphicEntities, rGraphicSett… in ImpCollectGraphicObjects()
377 awt::Size aLogicalSize( xShape->getSize() ); in ImpCountGraphicObjects() local
399 awt::Size aLogicalSize( 28000, 21000 ); in ImpCountBackgroundGraphic() local
401 xPropertySet->getPropertyValue( TKGet( TK_Width ) ) >>= aLogicalSize.Width; in ImpCountBackgroundGraphic()
402 xPropertySet->getPropertyValue( TKGet( TK_Height ) ) >>= aLogicalSize.Height; in ImpCountBackgroundGraphic()