Home
last modified time | relevance | path

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

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1369 sal_Int32 reeBegin, reeEnd; in GetFieldTypeNameAtIndex() local
1375 reeEnd = reeBegin + ree.aCurrentText.Len(); in GetFieldTypeNameAtIndex()
1377 if( reeBegin > nIndex ) in GetFieldTypeNameAtIndex()
1934 sal_Int32 reeBegin=0, reeEnd=0; in SkipField() local
1939 reeEnd = reeBegin + ree.aCurrentText.Len(); in SkipField()
1941 if( reeBegin > nIndex ) in SkipField()
1959 return reeBegin; in SkipField()
1970 sal_Int32 reeBegin=0, reeEnd=0; in ExtendByField() local
1977 if( reeBegin > Segment.SegmentEnd ) in ExtendByField()
1999 if( Segment.SegmentStart > reeBegin ) in ExtendByField()
[all …]

Completed in 39 milliseconds