Searched refs:mnViewWidth (Results 1 – 5 of 5) sorted by relevance
155 mutable sal_uInt16 mnViewWidth; // used to cache a calculated value member in SwControlCharPortion162 : mnViewWidth( 0 ), mnHalfCharWidth( 0 ), mcChar( cChar ) in SwControlCharPortion()
572 if( !mnViewWidth ) in GetViewWidth()573 mnViewWidth = rInf.GetTxtSize( ' ' ).Width(); in GetViewWidth()575 return mnViewWidth; in GetViewWidth()
2145 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()
484 mnViewWidth( -1 ), in SwRootFrm()
77 long mnViewWidth; // the current page layout bases on this view width member in SwRootFrm
Completed in 40 milliseconds