Home
last modified time | relevance | path

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

/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1126 Point aVertPos( aOverallAreaPos.X() - 1, aOverallAreaPos.Y() ); in ImplPaintData() local
1141 aVertPos.X() += pCol->Width(); in ImplPaintData()
1146 if ( aVertPos.X() > _rRect.Right() ) in ImplPaintData()
1151 _rOut.DrawLine( aVertPos, Point( aVertPos.X(), in ImplPaintData()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2448 …uno::Any aVertPos( getPropertyValue( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VertOrientPosition… in _GetAttrPosition() local
2449 aVertPos >>= aAttrPos.Y; in _GetAttrPosition()
2655 uno::Any aVertPos( getPropertyValue( aVertPosPropStr ) ); in _AdjustPositionProperties() local
2657 aVertPos >>= dCurrY; in _AdjustPositionProperties()
2676 aVertPos <<= _aPosition.Y; in _AdjustPositionProperties()
2677 setPropertyValue( aVertPosPropStr, aVertPos ); in _AdjustPositionProperties()

Completed in 42 milliseconds