Searched refs:nLW (Results 1 – 5 of 5) sorted by relevance
146 long nLW; in DrawParagraph() local150 case 3: nLW = aLineSiz.Width() * 8 / 10; break; in DrawParagraph()151 case 4: nLW = aLineSiz.Width() * 9 / 10; break; in DrawParagraph()155 if ( nLW > aSiz.Width() ) in DrawParagraph()156 nLW = aSiz.Width(); in DrawParagraph()163 aPnt.X() += ( aSiz.Width() - nLW ); in DrawParagraph()166 aPnt.X() += ( aSiz.Width() - nLW ) / 2; in DrawParagraph()179 aPnt.X() += ( aSiz.Width() - nLW ); in DrawParagraph()185 nLW = aSiz.Width(); in DrawParagraph()191 nLW = aSiz.Width(); in DrawParagraph()[all …]
1321 sal_uInt16 nLW = rL.GetWidth(); in operator <() local1323 if( nLW != nRW ) return nLW < nRW; in operator <()1332 if( (nLW == 1) && (rL.Dotted() != rR.Dotted()) ) return rL.Dotted(); in operator <()
1117 sal_Int32 nLW = maVirtualStatus.mnTextWidth; in PSShowText() local1118 if( nLW == 0 ) in PSShowText()1119 nLW = maVirtualStatus.mnTextHeight; in PSShowText()1121 nLW = nLW < maVirtualStatus.mnTextHeight ? nLW : maVirtualStatus.mnTextHeight; in PSShowText()1122 psp::getValueOfDouble( pBuffer, (double)nLW / 30.0 ); in PSShowText()
592 long nLW = maBackgroundLeft.GetSizePixel().Width(); in initControls() local594 if( aMiddleSegmentSize.Width() > nLW + nRW ) in initControls()596 aMiddleSegmentSize.Width() -= nLW; in initControls()
5065 sal_Int32 nLW = aFontSize.Height() / 40; in createDefaultListBoxAppearance()5066 appendFixedInt( nLW > 0 ? nLW : 1, aAppearance ); in createDefaultListBoxAppearance()9254 sal_Int32 nLW = sal_Int32(rInfo.m_fLineWidth); in drawPolyLine() local9255 aBoundRect.Top() -= nLW; in drawPolyLine()9256 aBoundRect.Left() -= nLW; in drawPolyLine()9257 aBoundRect.Right() += nLW; in drawPolyLine()9258 aBoundRect.Bottom() += nLW; in drawPolyLine()
Completed in 108 milliseconds