Searched refs:nLn (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/sw/source/core/txtnode/ |
| H A D | fntcache.cxx | 1909 const xub_StrLen nLn = ( STRING_LEN != rInf.GetLen() ) ? rInf.GetLen() : in GetTextSize() local 1919 if ( rInf.GetFrm() && nLn && rInf.SnapToGrid() && rInf.GetFont() && in GetTextSize() 1940 pOutDev->GetTextWidth( rInf.GetText(), rInf.GetIdx(), nLn ); in GetTextSize() 1948 long nWidthPerChar = aTxtSize.Width() / nLn; in GetTextSize() 1954 aTxtSize.Width() = i * nGridWidth * nLn; in GetTextSize() 1961 if ( rInf.GetFrm() && nLn && rInf.SnapToGrid() && rInf.GetFont() && in GetTextSize() 1984 aTxtSize.Width() = pOutDev->GetTextWidth( rInf.GetText(), rInf.GetIdx(), nLn ); in GetTextSize() 1987 aTxtSize.Width() += (nLn) * long( nGridWidthAdd ); in GetTextSize() 1996 const sal_Bool bCompress = rInf.GetKanaComp() && nLn && in GetTextSize() 2013 rInf.GetIdx(), nLn ); in GetTextSize() [all …]
|
| H A D | swfont.cxx | 756 xub_StrLen nLn = ( rInf.GetLen() == STRING_LEN ? rInf.GetText().Len() in _GetTxtSize() local 758 rInf.SetLen( nLn ); in _GetTxtSize() 759 if( IsCapital() && nLn ) in _GetTxtSize() 851 xub_StrLen nLn = rInf.GetText().Len(); in _DrawText() local 852 if( !rInf.GetLen() || !nLn ) in _DrawText() 855 rInf.SetLen( nLn ); in _DrawText() 1073 xub_StrLen nLn = rInf.GetLen() == STRING_LEN ? rInf.GetText().Len() in _GetCrsrOfst() local 1075 rInf.SetLen( nLn ); in _GetCrsrOfst() 1077 if( IsCapital() && nLn ) in _GetCrsrOfst()
|
| /AOO42X/main/sw/source/core/doc/ |
| H A D | tblcpy.cxx | 858 sal_uInt16 nLn, nBx; in InsTable() local 944 for( nLn = 0; nLn < nTstLns; ++nLn ) in InsTable() 948 pFLine = aFndBox.GetLines()[ nLn % nFndCnt ]; in InsTable() 952 if( nLn >= nFndCnt ) in InsTable() 955 pInsFLine = new _FndLine( GetTabLines()[ nSttLine + nLn ], in InsTable() 959 SwTableLine* pCpyLn = rCpyTbl.GetTabLines()[ nLn % in InsTable() 981 aFndBox.GetLines().C40_INSERT( _FndLine, pInsFLine, nLn ); in InsTable() 1044 for( nLn = 0; nLn < aFndBox.GetLines().Count(); ++nLn ) in InsTable() 1046 pFLine = aFndBox.GetLines()[ nLn ]; in InsTable() 1048 nLn % rCpyTbl.GetTabLines().Count() ]; in InsTable()
|
| H A D | docsort.cxx | 937 sal_uInt16 nLn = 1; in GetRowCount() local 941 nLn = Max(GetRowCount(*rBoxes[j]), nLn); in GetRowCount() 943 nLines = nLines + nLn; in GetRowCount()
|
| H A D | tblrwcl.cxx | 3717 for( sal_uInt16 nLn = 0; nLn < aLines.Count(); ++nLn ) in SetColWidth() local 3718 ::lcl_AjustLines( aLines[ nLn ], aTmpPara ); in SetColWidth()
|