Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dssfrm.cxx762 long nPrtLeft = (Prt().*fnRect->fnGetLeft)(); in UnionFrm() local
764 if( nPrtLeft + nPrtWidth > nWidth ) in UnionFrm()
765 nWidth = nPrtLeft + nPrtWidth; in UnionFrm()
766 if( nPrtLeft < 0 ) in UnionFrm()
768 nLeft += nPrtLeft; in UnionFrm()
769 nWidth -= nPrtLeft; in UnionFrm()
H A Dtrvlfrm.cxx697 const long nPrtLeft = bRTL ? in lcl_UpDown() local
700 if ( (bRTL != (nX < nPrtLeft)) ) in lcl_UpDown()
701 nX = nPrtLeft; in lcl_UpDown()

Completed in 31 milliseconds