Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Dparaprev.cxx146 long nLW; in DrawParagraph() local
150 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 …]
H A Dframelink.cxx1321 sal_uInt16 nLW = rL.GetWidth(); in operator <() local
1323 if( nLW != nRW ) return nLW < nRW; in operator <()
1332 if( (nLW == 1) && (rL.Dotted() != rR.Dotted()) ) return rL.Dotted(); in operator <()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1117 sal_Int32 nLW = maVirtualStatus.mnTextWidth; in PSShowText() local
1118 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()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx592 long nLW = maBackgroundLeft.GetSizePixel().Width(); in initControls() local
594 if( aMiddleSegmentSize.Width() > nLW + nRW ) in initControls()
596 aMiddleSegmentSize.Width() -= nLW; in initControls()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx5065 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() local
9255 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 84 milliseconds