Home
last modified time | relevance | path

Searched refs:aAwtSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/avmedia/source/viewer/
H A Dmediawindow.cxx482 const awt::Size aAwtSize( xPlayer->getPreferredPlayerWindowSize() ); in isMediaURL() local
484 pPreferredSizePixel->Width() = aAwtSize.Width; in isMediaURL()
485 pPreferredSizePixel->Height() = aAwtSize.Height; in isMediaURL()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx634 awt::Size aAwtSize = xSourceReportComponent->getSize(); in setPropertyValue() local
640 aAwtSize.Height = nNewValue; in setPropertyValue()
642 aAwtSize.Width = nNewValue; in setPropertyValue()
644 checkPosAndSize(aAwtPoint,aAwtSize); in setPropertyValue()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1663 awt::Size aAwtSize(TWIP_TO_MM100(aSize.Width()), TWIP_TO_MM100(aSize.Height())); in GetNumberingRuleByIndex() local
1664 …pData = new PropValData((void*)&aAwtSize, SW_PROP_NAME_STR(UNO_NAME_GRAPHIC_SIZE), ::getCppuType((… in GetNumberingRuleByIndex()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx1733 ::com::sun::star::awt::Size aAwtSize( aSize.Width(), aSize.Height() ); in DoCreateSdrObj()
1734 xEmbObj->setVisualAreaSize( nAspect, aAwtSize ); in DoCreateSdrObj()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6018 awt::Size aAwtSize( aSize.Width(), aSize.Height() ); in GetOnePropertyValue() local
6019 rAny <<= aAwtSize; in GetOnePropertyValue()

Completed in 101 milliseconds