Home
last modified time | relevance | path

Searched refs:mnViewWidth (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporrst.hxx155 mutable sal_uInt16 mnViewWidth; // used to cache a calculated value member in SwControlCharPortion
162 : mnViewWidth( 0 ), mnHalfCharWidth( 0 ), mcChar( cChar ) in SwControlCharPortion()
H A Dporrst.cxx572 if( !mnViewWidth ) in GetViewWidth()
573 mnViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()
575 return mnViewWidth; in GetViewWidth()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2145 if ( mnViewWidth < 0 ) in CheckViewLayout()
2146 mnViewWidth = 0; in CheckViewLayout()
2155 …if ( nColumns == mnColumns && bBookMode == mbBookMode && pVisArea->Width() == mnViewWidth && !mbSi… in CheckViewLayout()
2160 mnViewWidth = pVisArea->Width(); in CheckViewLayout()
2178 const long nVisWidth = mnViewWidth - 2 * nBorder; in CheckViewLayout()
H A Dnewfrm.cxx484 mnViewWidth( -1 ), in SwRootFrm()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx76 long mnViewWidth; // the current page layout bases on this view width member in SwRootFrm

Completed in 40 milliseconds