Searched refs:GetLength (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | itradj.cxx | 140 nKashidas = rSI.KashidaJustify ( 0, 0, rItr.GetStart(), rItr.GetLength(), 0 ); in lcl_CheckKashidaPositions() 149 rSI.GetKashidaPositions ( nIdx, rItr.GetLength(), pKashidaPos ); in lcl_CheckKashidaPositions() 291 rSI.SetNoKashidaLine ( aItr.GetStart(), aItr.GetLength()); in CalcNewBlock() 295 rSI.ClearKashidaInvalid ( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock() 296 rSI.ClearNoKashidaLine( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock()
|
H A D | itrtxt.hxx | 72 inline xub_StrLen GetLength() const { return pCurr->GetLen(); } in GetLength() function in SwTxtIter 75 inline xub_StrLen GetEnd() const { return GetStart() + GetLength(); } in GetEnd()
|
H A D | frmform.cxx | 1497 xub_StrLen nNew = rLine.GetStart() + rLine.GetLength(); in _Format() 1723 if( rLine.GetStart() + rLine.GetLength() >= nStrLen && in _Format()
|
H A D | frmcrsr.cxx | 860 xub_StrLen nDiff = aLine.GetLength(); in _UnitUp()
|
/aoo41x/main/tools/source/generic/ |
H A D | poly.cxx | 1159 double fDist1 = aVec1.GetLength(), fDist2 = aVec2.GetLength(); in ImplReduceEdges() 1160 double fDist3 = aVec3.GetLength(), fDist4 = aVec4.GetLength(); in ImplReduceEdges() 1168 double fDistB = ( aVecB -= rPoly[ nIndPrev ] ).GetLength(); in ImplReduceEdges()
|
H A D | line.cxx | 39 double Line::GetLength() const in GetLength() function in Line
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 145 double GetLength( const Polygon& rPolygon ) in GetLength() function 192 double fWidth = GetLength( rOutline2d.GetObject( i++ ) ); in CalculateHorizontalScalingFactor() 195 fWidth += GetLength( rOutline2d.GetObject( i++ ) ); in CalculateHorizontalScalingFactor()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 556 c = rMan.Fill( aStr, GetLength() ); in Out() 580 c = rMan.Fill(aStr, GetLength()); in Out() 601 c = rMan.Fill(sErgebnis, GetLength()); in Out() 997 sal_uLong Ww1Fields::GetLength() in GetLength() function in Ww1Fields
|
H A D | w1class.hxx | 1314 sal_uLong GetLength();
|
/aoo41x/main/tools/inc/tools/ |
H A D | line.hxx | 57 double GetLength() const;
|
H A D | vector2d.hxx | 54 inline double GetLength() const { return hypot( mfX, mfY ); } in GetLength() function in Vector2D
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterTextView.hxx | 192 sal_Int32 GetLength (void) const;
|
H A D | PresenterTextView.cxx | 1539 sal_Int32 PresenterTextParagraph::Line::GetLength (void) const in GetLength() function in sdext::presenter::PresenterTextParagraph::Line
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 1272 sal_Int32 nElements = ar->GetLength(0); in map_to_uno()
|
Completed in 131 milliseconds