Home
last modified time | relevance | path

Searched refs:aAWTSize (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxdevice.cxx218 css::awt::Size aAWTSize(0,0); in convertSizeToLogic() local
227 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToLogic()
230 return aAWTSize; in convertSizeToLogic()
243 css::awt::Size aAWTSize(0,0); in convertSizeToPixel() local
250 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToPixel()
253 return aAWTSize; in convertSizeToPixel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxdevice.cxx261 css::awt::Size aAWTSize(0,0); in convertSizeToLogic() local
270 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToLogic()
273 return aAWTSize; in convertSizeToLogic()
286 css::awt::Size aAWTSize(0,0); in convertSizeToPixel() local
293 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToPixel()
296 return aAWTSize; in convertSizeToPixel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DUnoGraphicDescriptor.cxx327 awt::Size aAWTSize( 0, 0 ); in _getPropertyValues() local
334 aAWTSize = awt::Size( aSizePix.Width(), aSizePix.Height() ); in _getPropertyValues()
338 aAWTSize = awt::Size( maSizePixel.Width(), maSizePixel.Height() ); in _getPropertyValues()
340 *pValues <<= aAWTSize; in _getPropertyValues()
346 awt::Size aAWTSize( 0, 0 ); in _getPropertyValues() local
356 aAWTSize = awt::Size( aSizeLog.Width(), aSizeLog.Height() ); in _getPropertyValues()
360 aAWTSize = awt::Size( maSize100thMM.Width(), maSize100thMM.Height() ); in _getPropertyValues()
362 *pValues <<= aAWTSize; in _getPropertyValues()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/graphic/
H A DUnoGraphicDescriptor.cxx323 awt::Size aAWTSize( 0, 0 ); in _getPropertyValues() local
330 aAWTSize = awt::Size( aSizePix.Width(), aSizePix.Height() ); in _getPropertyValues()
334 aAWTSize = awt::Size( maSizePixel.Width(), maSizePixel.Height() ); in _getPropertyValues()
336 *pValues <<= aAWTSize; in _getPropertyValues()
342 awt::Size aAWTSize( 0, 0 ); in _getPropertyValues() local
352 aAWTSize = awt::Size( aSizeLog.Width(), aSizeLog.Height() ); in _getPropertyValues()
356 aAWTSize = awt::Size( maSize100thMM.Width(), maSize100thMM.Height() ); in _getPropertyValues()
358 *pValues <<= aAWTSize; in _getPropertyValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/charttypes/
H A DCandleStickChart.cxx234 awt::Size aAWTSize( Direction3DToAWTSize( aDiff )); in createShapes() local
236 if( aAWTSize.Height == 0 ) in createShapes()
237 aAWTSize.Height = 1; in createShapes()
244 aAWTSize, Position3DToAWTPoint( aPosLeftFirst ), in createShapes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/charttypes/
H A DCandleStickChart.cxx236 awt::Size aAWTSize( Direction3DToAWTSize( aDiff )); in createShapes() local
238 if( aAWTSize.Height == 0 ) in createShapes()
239 aAWTSize.Height = 1; in createShapes()
246 aAWTSize, Position3DToAWTPoint( aPosLeftFirst ), in createShapes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dvclunohelper.cxx488 css::awt::Size aAWTSize(_aSize.Width(), _aSize.Height()); in ConvertToAWTSize() local
489 return aAWTSize; in ConvertToAWTSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dvclunohelper.cxx493 css::awt::Size aAWTSize(_aSize.Width(), _aSize.Height()); in ConvertToAWTSize() local
494 return aAWTSize; in ConvertToAWTSize()