Home
last modified time | relevance | path

Searched refs:nXWidth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx819 long nXWidth = nMaxLineWidth; in CreateLines() local
821 nXWidth = nTmpWidth+1; in CreateLines()
852 nXWidth = 0; in CreateLines()
853 while ( !nXWidth ) in CreateLines()
883 nXWidth = nMaxRangeWidth; in CreateLines()
884 if ( nXWidth ) in CreateLines()
894 if ( !nXWidth ) // AutoPaperSize in CreateLines()
895 nXWidth = 0x7FFFFFFF; in CreateLines()
992 nTmpWidth = nXWidth-1; in CreateLines()
1035 nTmpWidth = nXWidth-1; in CreateLines()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2405 long nXWidth = mnMaxTextWidth ? mnMaxTextWidth : 0x7FFFFFFF; in CreateLines() local
2406 if ( nXWidth < nTmpWidth ) in CreateLines()
2407 nXWidth = nTmpWidth; in CreateLines()
2414 …while ( ( nTmpWidth <= nXWidth ) && !bEOL && ( nTmpPortion < pTEParaPortion->GetTextPortions().Cou… in CreateLines()
2426 if ( ( nTmpWidth >= nXWidth ) && ( nTmpPortion == pLine->GetStartPortion() ) ) in CreateLines()
2429 pPortion->GetWidth() = nXWidth-1; in CreateLines()
2454 if ( nTmpWidth > nXWidth ) in CreateLines()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1707 void PSWriter::ImplBmp( Bitmap* pBitmap, Bitmap* pMaskBitmap, const Point & rPoint, double nXWidth,… in ImplBmp() argument
1766 ImplScale( nXWidth / nWidth, nYHeight / nHeight ); in ImplBmp()
1820 ImplScale( nXWidth, nYHeight ); in ImplBmp()

Completed in 60 milliseconds