Home
last modified time | relevance | path

Searched refs:GetSpaceCnt (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dpormulti.cxx225 return HasTabulator() ? 0 : GetSpaceCnt(rInf) * nSpaceAdd / SPACING_PRECISION_FACTOR; in CalcSpacing()
241 xub_StrLen SwBidiPortion::GetSpaceCnt( const SwTxtSizeInfo &rInf ) const in GetSpaceCnt() function in SwBidiPortion
252 nBlanks = nBlanks + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in GetSpaceCnt()
255 nBlanks = nBlanks + ((SwBidiPortion*)pPor)->GetSpaceCnt( rInf ); in GetSpaceCnt()
502 nBlank1 = nBlank1 + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in CalcBlanks()
516 nBlank2 = nBlank2 + ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nNull ); in CalcBlanks()
526 return HasTabulator() ? 0 : GetSpaceCnt() * nSpaceAdd / SPACING_PRECISION_FACTOR; in CalcSpacing()
555 xub_StrLen nOther = GetSpaceCnt(); in ChgSpaceAdd()
725 ((SwTxtPortion*)pPor)->GetSpaceCnt( rInf, nCharCnt ); in _Adjust()
2381 nSpaceCnt = ((SwDoubleLinePortion*)pMulti)->GetSpaceCnt(); in SwTxtCursorSave()
[all …]
H A Dpormulti.hxx179 inline xub_StrLen GetSpaceCnt() const in GetSpaceCnt() function in SwDoubleLinePortion
228 xub_StrLen GetSpaceCnt( const SwTxtSizeInfo &rInf ) const;
H A Ditradj.cxx322 nGluePortion = nGluePortion + ((SwTxtPortion*)pPos)->GetSpaceCnt( GetInfo(), nCharCnt ); in CalcNewBlock()
340 nGluePortion = nGluePortion + ((SwDoubleLinePortion*)pMulti)->GetSpaceCnt(); in CalcNewBlock()
342 … nGluePortion = nGluePortion + ((SwBidiPortion*)pMulti)->GetSpaceCnt( GetInfo() ); // i60594 in CalcNewBlock()
H A Dportxt.hxx54 xub_StrLen GetSpaceCnt( const SwTxtSizeInfo &rInf, xub_StrLen& rCnt ) const;
H A Dportxt.cxx628 xub_StrLen SwTxtPortion::GetSpaceCnt( const SwTxtSizeInfo &rInf, in GetSpaceCnt() function in SwTxtPortion
H A Dinftxt.cxx722 … static_cast<const SwTxtPortion&>(rPor).GetSpaceCnt( *this, nCharCnt ) : in _DrawText()
H A Ditrcrsr.cxx1647 … static_cast<const SwTxtPortion*>(pPor)->GetSpaceCnt( aSizeInf, nCharCnt ) : in GetCrsrOfst()

Completed in 49 milliseconds