Searched refs:nPreWidth (Results 1 – 3 of 3) sorted by relevance
69 KSHORT nPreWidth; // Width of the opening bracket member170 inline KSHORT PreWidth() const { return pBracket->nPreWidth; }; in PreWidth()173 { pBracket->nPreWidth = pBracket->nPostWidth=0; Width( 0 ); } in ClearBrackets()
1603 sal_uInt16 nPreWidth = ((SwDoubleLinePortion*)pPor)->PreWidth(); in GetCrsrOfst() local1604 if ( nX > nPreWidth ) in GetCrsrOfst()1605 nX = nX - nPreWidth; in GetCrsrOfst()
442 pBracket->nPreWidth = aSize.Width(); in FormatBrackets()448 pBracket->nPreWidth = 0; in FormatBrackets()453 pBracket->nPreWidth = 0; in FormatBrackets()
Completed in 61 milliseconds