Searched refs:rTextStart (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/starmath/source/ |
H A D | mathtype.cxx | 749 ((rTextStart == 0) || in lcl_PrependDummyTerm() 753 rRet.InsertAscii(" {}",rTextStart); in lcl_PrependDummyTerm() 754 rTextStart+=3; in lcl_PrependDummyTerm() 3075 rRet.Insert(aStr,rTextStart); in HandleChar() 3097 if ((nOldLen - rTextStart) > 1) in HandleChar() 3103 rRet.Insert(aStr,rTextStart); in HandleChar() 3105 rTextStart = rRet.Len(); in HandleChar() 3110 if (nOldLen - rTextStart > 1) in HandleChar() 3116 rRet.Insert(aStr,rTextStart); in HandleChar() 3118 rTextStart = rRet.Len(); in HandleChar() [all …]
|
H A D | mathtype.hxx | 102 int HandleChar(xub_StrLen &rTextStart,int &rSetSize,int nLevel,
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgtextpathnode.cxx | 75 const basegfx::B2DPoint& rTextStart); 143 const basegfx::B2DPoint& rTextStart) in pathTextBreakupHelper() argument 149 mrTextStart(rTextStart), in pathTextBreakupHelper() 414 const basegfx::B2DPoint& rTextStart) const in decomposePathNode() 487 rTextStart); in decomposePathNode()
|
/aoo4110/main/svgio/inc/svgio/svgreader/ |
H A D | svgtextpathnode.hxx | 64 const basegfx::B2DPoint& rTextStart) const;
|
/aoo4110/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 2554 void Document::justifySelection( TextPaM& rTextStart, TextPaM& rTextEnd ) in justifySelection() argument 2556 if ( rTextStart > rTextEnd ) in justifySelection() 2558 TextPaM aTextPaM( rTextStart ); in justifySelection() 2559 rTextStart = rTextEnd; in justifySelection()
|
/aoo4110/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 652 void justifySelection( TextPaM& rTextStart, TextPaM& rTextEnd );
|
Completed in 57 milliseconds