Home
last modified time | relevance | path

Searched refs:rTextStart (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/starmath/source/
H A Dmathtype.cxx746 static void lcl_PrependDummyTerm(String &rRet, xub_StrLen &rTextStart) in lcl_PrependDummyTerm() argument
748 if ((rRet.GetChar(rTextStart) == '=') && in lcl_PrependDummyTerm()
749 ((rTextStart == 0) || in lcl_PrependDummyTerm()
750 (rRet.GetChar(rTextStart-1) == '{')) in lcl_PrependDummyTerm()
753 rRet.InsertAscii(" {}",rTextStart); in lcl_PrependDummyTerm()
754 rTextStart+=3; in lcl_PrependDummyTerm()
3020 int MathType::HandleChar(xub_StrLen &rTextStart,int &rSetSize,int nLevel, in HandleChar() argument
3063 int nOriglen=rRet.Len()-rTextStart; in HandleChar()
3075 rRet.Insert(aStr,rTextStart); in HandleChar()
3084 rTextStart = rRet.Len(); in HandleChar()
[all …]
H A Dmathtype.hxx102 int HandleChar(xub_StrLen &rTextStart,int &rSetSize,int nLevel,
/AOO41X/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx75 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()
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgtextpathnode.hxx64 const basegfx::B2DPoint& rTextStart) const;
/AOO41X/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2554 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()
/AOO41X/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx652 void justifySelection( TextPaM& rTextStart, TextPaM& rTextEnd );