Home
last modified time | relevance | path

Searched refs:convertSizeToPixel (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/toolkit/awt/
H A Dvclxdevice.hxx69 …css::awt::Size SAL_CALL convertSizeToPixel( const css::awt::Size& aSize, ::sal_Int16 SourceUnit ) …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/awt/
H A Dvclxdevice.hxx70 …css::awt::Size SAL_CALL convertSizeToPixel( const css::awt::Size& aSize, ::sal_Int16 SourceUnit ) …
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/qa/cppunit/
H A DUnitConversion.cxx195 = xConv->convertSizeToPixel(aSizeInMM_100TH, util::MeasureUnit::MM_100TH); in testXUnitConversion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/qa/cppunit/
H A DUnitConversion.cxx195 = xConv->convertSizeToPixel(aSizeInMM_100TH, util::MeasureUnit::MM_100TH); in testXUnitConversion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxdevice.cxx233 css::awt::Size SAL_CALL VCLXDevice::convertSizeToPixel( const css::awt::Size& aSize, ::sal_Int16 So… in convertSizeToPixel() function in VCLXDevice
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/awt/
H A DXUnitConversion.idl87 …com::sun::star::awt::Size convertSizeToPixel( [in] com::sun::star::awt::Size Size, [in] short Sour…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/awt/
H A DXUnitConversion.idl87 …com::sun::star::awt::Size convertSizeToPixel( [in] com::sun::star::awt::Size Size, [in] short Sour…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxdevice.cxx276 css::awt::Size SAL_CALL VCLXDevice::convertSizeToPixel( const css::awt::Size& aSize, ::sal_Int16 So… in convertSizeToPixel() function in VCLXDevice
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/toolkit/controls/
H A Dunocontrol.hxx217 …virtual css::awt::Size SAL_CALL convertSizeToPixel( const css::awt::Size& aSize, ::sal_Int16 Sourc…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/controls/
H A Dunocontrol.hxx217 …virtual css::awt::Size SAL_CALL convertSizeToPixel( const css::awt::Size& aSize, ::sal_Int16 Sourc…
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbahelper.cxx874 …awt::Size aSizePixel = mxUnitConv->convertSizeToPixel( awt::Size( nSizeAppFont, nSizeAppFont ), ut… in implGetSize()
897 …awt::Size aSizePixel = mxUnitConv->convertSizeToPixel( awt::Size( nSize, nSize ), util::MeasureUni… in implSetSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbahelper.cxx891 …awt::Size aSizePixel = mxUnitConv->convertSizeToPixel( awt::Size( nSizeAppFont, nSizeAppFont ), ut… in implGetSize()
914 …awt::Size aSizePixel = mxUnitConv->convertSizeToPixel( awt::Size( nSize, nSize ), util::MeasureUni… in implSetSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/controls/
H A Dunocontrol.cxx1541 awt::Size SAL_CALL UnoControl::convertSizeToPixel( const awt::Size& i_Size, ::sal_Int16 i_SourceUni… in convertSizeToPixel() function in UnoControl
1549 return xPeerConversion->convertSizeToPixel( i_Size, i_SourceUnit ); in convertSizeToPixel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/controls/
H A Dunocontrol.cxx1530 awt::Size SAL_CALL UnoControl::convertSizeToPixel( const awt::Size& i_Size, ::sal_Int16 i_SourceUni… in convertSizeToPixel() function in UnoControl
1538 return xPeerConversion->convertSizeToPixel( i_Size, i_SourceUnit ); in convertSizeToPixel()