Home
last modified time | relevance | path

Searched refs:GetLen (Results 1 – 25 of 119) sorted by relevance

12345

/aoo4110/main/sw/source/core/txtnode/
H A Dfntcache.cxx716 xub_StrLen nWrLen = rInf.GetLen(); in lcl_DrawLineForWrongListData()
1002 if ( STRING_LEN == rInf.GetLen() ) in DrawText()
1029 long nWidthPerChar = pKernArray[ rInf.GetLen() - 1 ] / rInf.GetLen(); in DrawText()
1392 if( 1 == rInf.GetLen() ) in DrawText()
1623 nCnt = Min( nCnt, rInf.GetLen() ); in DrawText()
1743 if( rInf.GetLen() ) in DrawText()
1909 const xub_StrLen nLn = ( STRING_LEN != rInf.GetLen() ) ? rInf.GetLen() : in GetTextSize()
2138 if ( rInf.GetFont() && rInf.GetLen() ) in GetCrsrOfst()
2216 long nWidthPerChar = pKernArray[ rInf.GetLen() - 1 ] / rInf.GetLen(); in GetCrsrOfst()
2465 : rInf.GetLen() ); in GetTxtBreak()
[all …]
H A Dswfont.cxx782 xub_StrLen nOldLen(rInf.GetLen()); in _GetTxtSize()
819 xub_StrLen nOldLen(rInf.GetLen()); in _GetTxtSize()
831 xub_StrLen nOldLen(rInf.GetLen()); in _GetTxtSize()
852 if( !rInf.GetLen() || !nLn ) in _DrawText()
854 if( STRING_LEN == rInf.GetLen() ) in _DrawText()
894 if(bCaseMapLengthDiffers && rInf.GetLen()) in _DrawText()
901 xub_StrLen nOldLen(rInf.GetLen()); in _DrawText()
932 xub_StrLen nOldLen = rInf.GetLen(); in _DrawText()
983 if( !rInf.GetLen() || !rInf.GetText().Len() ) in _DrawStretchText()
1041 xub_StrLen nOldLen = rInf.GetLen(); in _DrawStretchText()
[all …]
H A Dfntcap.cxx236 rInf.GetIdx(), rInf.GetLen(), rInf.GetKern() ); in Do()
245 if ( GetCapInf()->nLen != rInf.GetLen() ) in Do()
417 nCrsr = nCrsr + rInf.GetLen(); in Do()
478 nStrLen( rInfo.GetLen() ), in SwDoDrawStretchCapital()
493 if( rInf.GetLen() ) in Do()
499 nDiff *= rInf.GetLen(); in Do()
519 if( 1 >= rInf.GetLen() ) in Do()
521 rInf.GetLen() ); in Do()
524 rInf.GetText(), rInf.GetIdx(), rInf.GetLen() ); in Do()
538 if( rInf.GetLen() == STRING_LEN ) in DrawStretchCapital()
[all …]
/aoo4110/main/sw/source/core/text/
H A Dporglue.cxx58 if( !GetLen() || nOfst > GetLen() || !Width() ) in GetCrsrOfst()
61 return nOfst / (Width() / GetLen()); in GetCrsrOfst()
70 if( 1 >= GetLen() || rInf.GetLen() > GetLen() || !Width() || !GetLen() ) in GetTxtSize()
73 return SwPosSize( (Width() / GetLen()) * rInf.GetLen(), Height() ); in GetTxtSize()
82 if( GetLen() && rInf.OnWin() && in GetExpTxt()
85 rTxt.Fill( GetLen(), CH_BULLET ); in GetExpTxt()
97 if( !GetLen() ) in Paint()
103 aTxt.Fill( GetFixWidth() / GetLen(), ' ' ); in Paint()
115 if( 1 == GetLen() ) in Paint()
159 SetLen( pVictim->GetLen() + GetLen() ); in Join()
[all …]
H A Dportxt.cxx357 SetLen( rInf.GetLen() ); in _Format()
530 if( nHoleLen == GetLen() ) in FormatEOL()
586 else if( GetLen() ) in Paint()
653 nPos = GetLen(); in GetSpaceCnt()
691 nCnt = GetLen(); in CalcSpacing()
736 if ( rInf.GetLen() == 1 in Format()
744 if ( rInf.GetLen() == 0 ) in Format()
761 if ( GetLen() == rInf.GetLen() ) in Format()
797 xub_StrLen nLen = rInf.GetLen(); in GetExpTxt()
816 if ( rInf.GetLen() == 0 ) in GetTxtSize()
[all …]
H A Dtxtdrop.cxx292 const xub_StrLen nOldLen = GetLen(); in PaintTxt()
407 const xub_StrLen nOldLen = GetLen(); in FormatTxt()
408 const xub_StrLen nOldInfLen = rInf.GetLen(); in FormatTxt()
434 while ( pCurrPart && nIdx + pCurrPart->GetLen() < rInf.GetLen() ) in GetTxtSize()
437 nIdx = nIdx + pCurrPart->GetLen(); in GetTxtSize()
442 xub_StrLen nOldLen = rInf.GetLen(); in GetTxtSize()
670 while( !pCurr->GetLen() && Next() ) in PaintDropPortion()
700 GetInfo().SetLen( pDrop->GetLen() ); in PaintDropPortion()
815 sal_Bool bGrow = ( pDrop->GetLen() != 0 ); in CalcFontSize()
913 nIdx = nIdx + pCurrPart->GetLen(); in CalcFontSize()
[all …]
H A Ditrcrsr.cxx537 if( !pCurr->GetLen() && !pCurr->Width() ) in _GetCharRect()
925 xub_StrLen nOldLen = pPor->GetLen(); in _GetCharRect()
927 aInf.SetLen( pPor->GetLen() ); in _GetCharRect()
942 pPor->SetLen( pPor->GetLen() + 1 ); in _GetCharRect()
943 aInf.SetLen( pPor->GetLen() ); in _GetCharRect()
964 if( pPor->InFldGrp() && pPor->GetLen() ) in _GetCharRect()
1043 while( pPor && !pPor->GetLen() ) in _GetCharRect()
1085 if( 2 > pPor->GetLen() ) in _GetCharRect()
1094 xub_StrLen nOldLen = pPor->GetLen(); in _GetCharRect()
1096 aInf.SetLen( pPor->GetLen() ); in _GetCharRect()
[all …]
H A Dpormulti.cxx149 rPH.Text( GetLen(), GetWhichPor() ); in HandlePortion()
1418 xub_StrLen nOldLen = GetInfo().GetLen(); in PaintMultiPortion()
1546 GetInfo().SetLen( pPor->GetLen() ); in PaintMultiPortion()
1603 bFirst &= !pPor->GetLen(); in PaintMultiPortion()
1827 xub_StrLen nMultiLen = rMulti.GetLen(); in BuildMultiPortion()
1932 xub_StrLen nFirstLen = pCurr->GetLen(); in BuildMultiPortion()
2125 if ( ! rMulti.GetLen() ) in BuildMultiPortion()
2139 aRoot.SetLen( aRoot.GetLen() - pHolePor->GetLen() ); in BuildMultiPortion()
2140 rMulti.SetLen( rMulti.GetLen() - pHolePor->GetLen() ); in BuildMultiPortion()
2212 if( pPor->GetLen() ) in MakeRestPortion()
[all …]
H A Ditrtxt.cxx147 nStart = nStart - pCurr->GetLen(); in Prev()
167 nStart = nStart + pCurr->GetLen(); in Next()
169 if( pCurr->GetLen() || ( nLineNr>1 && !pCurr->IsDummy() ) ) in Next()
275 while( nStart + pCurr->GetLen() <= nChar && Next() ) in CharToLine()
291 sal_Bool bPrevious = bRightMargin && pCurr->GetLen() && GetPrev() && in CharCrsrToLine()
292 GetPrev()->GetLen(); in CharCrsrToLine()
420 const xub_StrLen nEnd = nStart + pCurr->GetLen(); in TruncLines()
441 nRangeEnd = nRangeEnd + pLine->GetLen(); in TruncLines()
465 !pCurr->GetLen() && in TruncLines()
H A Dporexp.cxx60 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
82 const xub_StrLen nFullLen = rInf.GetLen(); in Format()
118 rInf.DrawMarkedText( *this, rInf.GetLen(), sal_False, sal_False, in Paint()
121 rInf.DrawText( *this, rInf.GetLen(), sal_False ); in Paint()
149 if( !pPos || !rInf.GetIdx() || ( !pPos->GetLen() && pPos == rInf.GetRoot() ) ) in MayUnderFlow()
200 rInf.SetIdx( rInf.GetIdx() - GetLen() ); in FormatEOL()
255 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
H A Ditrform2.cxx282 rInf.SetLen( pPor->GetLen() ); in UnderFlow()
432 ASSERT( rInf.GetLen() < STRING_LEN && in BuildPortions()
622 pPor->GetLen() && !pPor->InFldGrp() ) in BuildPortions()
710 if ( !pPor->GetLen() && !pPor->IsFlyPortion() in BuildPortions()
798 if ( pPor->GetLen() || !rInf.GetIdx() in CalcAscent()
888 if( rInf.GetLen() > 0 ) in WhichTxtPor()
985 rInf.SetLen( pPor->GetLen() ); in NewTxtPortion()
1140 if( !pPor->GetLen() ) in lcl_OldFieldRest()
1458 rInf.SetLen( pPor->GetLen() ); in NewPortion()
1958 pCurr->GetLen(); in AllowRepaintOpt()
[all …]
H A Dporlin.cxx81 return GetLen() || Width() ? this : 0; in Compress()
171 if( GetLen() == rInf.GetLen() ) in CalcTxtSize()
176 aInf.SetLen( GetLen() ); in CalcTxtSize()
287 return GetLen(); in GetCrsrOfst()
392 rInf.SetIdx( rInf.GetIdx() + GetLen() ); in Move()
420 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
H A Dtxthyph.cxx189 if( pCurr->PrtWidth() && pCurr->GetLen() ) in Hyphenate()
214 nWrdStart = nWrdStart + pPos->GetLen(); in Hyphenate()
218 nWrdStart = nWrdStart + pPos->GetLen(); in Hyphenate()
394 SetLen( aInf.GetLen() ); in CreateHyphen()
438 rPH.Special( GetLen(), aString, GetWhichPor() ); in HandlePortion()
481 rPH.Special( GetLen(), aExpand, GetWhichPor() ); in HandlePortion()
622 rInf.SetIdx( rInf.GetIdx() - GetLen() ); in FormatEOL()
668 rPH.Special( GetLen(), aString, nWhich ); in HandlePortion()
H A Dporfld.cxx62 { return (GetLen() || aExpand.Len() || SwLinePortion::Compress()) ? this : 0; } in Compress()
174 nLen = pInf->GetLen(); in SwFldSlot()
314 const xub_StrLen nOldFullLen = rInf.GetLen(); in Format()
364 xub_StrLen nTmpLen = GetLen(); in Format()
441 ASSERT( GetLen() <= 1, "SwFldPortion::Paint: rest-portion polution?" ); in Paint()
471 rPH.Special( GetLen(), aExpand, GetWhichPor() ); in HandlePortion()
775 aInf.DrawText( *this, aInf.GetLen(), sal_True ); in Paint()
1097 pPor = pPor->GetLen() ? 0 : pPor->GetPortion(); in StopAnimation()
1099 pLine = pLine->GetLen() ? 0 : pLine->GetNext(); in StopAnimation()
1146 ASSERT( GetLen() <= 1, "SwFldPortion::Paint: rest-portion polution?" ); in Paint()
[all …]
H A Ditrpaint.cxx139 GetInfo().SetIdx( GetInfo().GetIdx() + pPor->GetLen() ); in CalcPaintOfst()
151 GetInfo().SetIdx( GetInfo().GetIdx() - pPor->GetLen() ); in CalcPaintOfst()
320 GetInfo().SetLen( pPor->GetLen() ); in DrawTextLine()
340 if( ( bRest && pPor->InFldGrp() && !pPor->GetLen() ) ) in DrawTextLine()
430 bFirst &= !pPor->GetLen(); in DrawTextLine()
609 if ( nIndx + GetInfo().GetLen() < nUnderEnd + 1 ) in CheckSpecialUnderline()
665 nTmpIdx = nTmpIdx + pPor->GetLen(); in CheckSpecialUnderline()
/aoo4110/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx57 virtual sal_Size GetLen() const;
93 virtual sal_Size GetLen() const;
106 virtual sal_Size GetLen() const;
119 virtual sal_Size GetLen() const;
132 virtual sal_Size GetLen() const;
145 virtual sal_Size GetLen() const;
158 virtual sal_Size GetLen() const;
174 virtual sal_Size GetLen() const;
189 virtual sal_Size GetLen() const;
208 virtual sal_Size GetLen() const;
[all …]
H A Dexcrecds.hxx73 virtual sal_Size GetLen() const = 0;
93 virtual sal_Size GetLen() const;
146 virtual sal_Size GetLen( void ) const;
176 virtual sal_Size GetLen( void ) const;
191 virtual sal_Size GetLen( void ) const;
202 virtual sal_Size GetLen( void ) const;
215 virtual sal_Size GetLen( void ) const;
258 virtual sal_Size GetLen( void ) const;
270 virtual sal_Size GetLen( void ) const;
319 virtual sal_Size GetLen() const;
[all …]
H A Dxcl97rec.hxx183 virtual sal_Size GetLen() const;
244 virtual sal_Size GetLen() const;
282 virtual sal_Size GetLen() const;
294 virtual sal_Size GetLen() const;
309 virtual sal_Size GetLen() const;
362 virtual sal_Size GetLen() const;
391 virtual sal_Size GetLen() const;
423 virtual sal_Size GetLen() const;
441 virtual sal_Size GetLen() const;
459 virtual sal_Size GetLen() const;
H A Dxcl97dum.hxx37 virtual sal_Size GetLen() const;
48 virtual sal_Size GetLen() const;
59 virtual sal_Size GetLen() const;
70 virtual sal_Size GetLen() const;
81 virtual sal_Size GetLen() const;
/aoo4110/main/editeng/source/editeng/
H A Dimpedit3.cxx675 nPos = nPos + pTP->GetLen(); in CreateLines()
922 pPrev->SetLen( pPrev->GetLen() + pPortion->GetLen() ); in CreateLines()
1176 if ( pPortion->GetLen() > 1 ) in CreateLines()
1296 nTPos = nTPos + pTP->GetLen(); in CreateLines()
2247 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()
2267 pTextPortion->GetLen() = pTextPortion->GetLen() - nOverlapp; in SplitTextPortion()
2435 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
2461 nPos = nPos + pTP->GetLen(); in RecalcTextPortion()
2473 if ( pNext && !pNext->GetLen() ) in RecalcTextPortion()
2484 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
[all …]
/aoo4110/main/sc/source/filter/excel/
H A Dexcrecds.cxx138 SetRecHeader( GetNum(), GetLen() ); in Save()
165 sal_Size ExcEmptyRec::GetLen() const in GetLen() function in ExcEmptyRec
212 sal_Size ExcBoolRecord::GetLen( void ) const in GetLen() function in ExcBoolRecord
251 sal_Size ExcBof::GetLen( void ) const in GetLen() function in ExcBof
281 sal_Size ExcBofW::GetLen( void ) const in GetLen() function in ExcBofW
296 sal_Size ExcEof::GetLen( void ) const in GetLen() function in ExcEof
305 sal_Size ExcDummy_00::GetLen( void ) const in GetLen() function in ExcDummy_00
320 sal_Size ExcDummy_040::GetLen( void ) const in GetLen() function in ExcDummy_040
334 sal_Size ExcDummy_041::GetLen( void ) const in GetLen() function in ExcDummy_041
426 sal_Size ExcBundlesheet::GetLen() const in GetLen() function in ExcBundlesheet
[all …]
/aoo4110/main/svtools/source/edit/
H A Dtexteng.cxx1020 nCurIndex = nCurIndex - pLine->GetLen(); in GetEditCursor()
1226 if( pTextPortion->GetLen() > 1 ) in GetCharPos()
1364 return pLine->GetLen(); in GetLineLen()
1826 pTP->GetWidth() = (long)CalcTextWidth( nPara, nBreakPos-pTP->GetLen(), pTP->GetLen()-1 ); in ImpBreakLine()
1847 nTmpPos = nTmpPos + pTP->GetLen(); in SplitTextPortion()
1860 pTextPortion->GetLen() = pTextPortion->GetLen() - nOverlapp; in SplitTextPortion()
1863 …on->GetWidth() = (long)CalcTextWidth( nPara, nPos-pTextPortion->GetLen(), pTextPortion->GetLen() ); in SplitTextPortion()
2012 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
2038 nPos = nPos + pTP->GetLen(); in RecalcTextPortion()
2050 pTP->GetLen() = pTP->GetLen() + nNewChars; in RecalcTextPortion()
[all …]
/aoo4110/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx107 sal_Size XclExpUserBView::GetLen() const in GetLen() function in XclExpUserBView
205 sal_Size XclExpChTr0x0191::GetLen() const in GetLen() function in XclExpChTr0x0191
223 sal_Size XclExpChTr0x0198::GetLen() const in GetLen() function in XclExpChTr0x0198
241 sal_Size XclExpChTr0x0192::GetLen() const in GetLen() function in XclExpChTr0x0192
258 sal_Size XclExpChTr0x0197::GetLen() const in GetLen() function in XclExpChTr0x0197
274 sal_Size XclExpChTrEmpty::GetLen() const in GetLen() function in XclExpChTrEmpty
295 sal_Size XclExpChTr0x0195::GetLen() const in GetLen() function in XclExpChTr0x0195
319 sal_Size XclExpChTr0x0194::GetLen() const in GetLen() function in XclExpChTr0x0194
348 sal_Size XclExpChTrHeader::GetLen() const in GetLen() function in XclExpChTrHeader
378 sal_Size XclExpChTrInfo::GetLen() const in GetLen() function in XclExpChTrInfo
[all …]
H A Dxcl97dum.cxx97 sal_Size ExcDummy8_00a::GetLen() const in GetLen() function in ExcDummy8_00a
110 sal_Size ExcDummy8_00b::GetLen() const in GetLen() function in ExcDummy8_00b
123 sal_Size ExcDummy8_040::GetLen() const in GetLen() function in ExcDummy8_040
136 sal_Size ExcDummy8_041::GetLen() const in GetLen() function in ExcDummy8_041
149 sal_Size ExcDummy8_02::GetLen() const in GetLen() function in ExcDummy8_02
/aoo4110/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx306 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
307 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset()
312 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
313 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset()
318 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
319 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset()

Completed in 262 milliseconds

12345