Home
last modified time | relevance | path

Searched refs:bPosY (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1092 double UserFormGeometryHelper::implGetPos( bool bPosY ) const in implGetPos()
1094 …sal_Int32 nPosAppFont = mxModelProps->getPropertyValue( bPosY ? saPosYName : saPosXName ).get< sal… in implGetPos()
1099 return bPosY ? (aPosPoint.Y - mfOffsetY) : (aPosPoint.X - mfOffsetX); in implGetPos()
1102 void UserFormGeometryHelper::implSetPos( double fPos, bool bPosY ) in implSetPos() argument
1105 sal_Int32 nPosPixel = static_cast< sal_Int32 >( fPos + (bPosY ? mfOffsetY : mfOffsetX) ); in implSetPos()
1109 …mxModelProps->setPropertyValue( bPosY ? saPosYName : saPosXName, uno::Any( bPosY ? aPosAppFont.Y :… in implSetPos()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx234 double implGetPos( bool bPosY ) const;
235 void implSetPos( double fPos, bool bPosY );

Completed in 16 milliseconds