Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx228 Point aRectPos( aRect.X, aRect.Y ); in addNewByName() local
230 … if ( ( aRectPos.X() < 0 && !bLayoutRTL ) || ( aRectPos.X() > 0 && bLayoutRTL ) ) aRectPos.X() = 0; in addNewByName()
231 if (aRectPos.Y() < 0) aRectPos.Y() = 0; in addNewByName()
235 Rectangle aInsRect( aRectPos, aRectSize ); in addNewByName()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1953 Point aRectPos(aWndPosition.GetPosPixel()); in EnableTransparency() local
1956 long nRectHeight = aFLPos.Y() - aRectPos.Y() - aTmp.Height(); in EnableTransparency()

Completed in 27 milliseconds