Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx426 awt::Size aAWTSize( 0, 0 ); in _getPropertyValues() local
433 aAWTSize = awt::Size( aSizePix.Width(), aSizePix.Height() ); in _getPropertyValues()
437 aAWTSize = awt::Size( maSizePixel.Width(), maSizePixel.Height() ); in _getPropertyValues()
439 *pValues <<= aAWTSize; in _getPropertyValues()
445 awt::Size aAWTSize( 0, 0 ); in _getPropertyValues() local
452 aAWTSize = awt::Size( aSizeLog.Width(), aSizeLog.Height() ); in _getPropertyValues()
456 aAWTSize = awt::Size( maSize100thMM.Width(), maSize100thMM.Height() ); in _getPropertyValues()
458 *pValues <<= aAWTSize; in _getPropertyValues()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx340 ::com::sun::star::awt::Size aAWTSize(0,0); in convertSizeToLogic()
349 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToLogic()
352 return aAWTSize; in convertSizeToLogic()
366 ::com::sun::star::awt::Size aAWTSize(0,0); in convertSizeToPixel()
373 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToPixel()
376 return aAWTSize; in convertSizeToPixel()
/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx300 awt::Size aAWTSize( Direction3DToAWTSize( aDiff )); in createShapes() local
302 if( aAWTSize.Height == 0 ) in createShapes()
303 aAWTSize.Height = 1; in createShapes()
304 xShape->setSize( aAWTSize ); in createShapes()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx715 com::sun::star::awt::Size aAWTSize(_aSize.Width(), _aSize.Height()); in ConvertToAWTSize() local
716 return aAWTSize; in ConvertToAWTSize()

Completed in 59 milliseconds