Home
last modified time | relevance | path

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

/trunk/main/svtools/source/edit/
H A Dtexteng.cxx2172 TextPaM aTextEnd( nPara, nEnd ); in ImpPaint() local
2173 if ( ( aTextStart < *pSelEnd ) && ( aTextEnd > *pSelStart ) ) in ImpPaint()
2189 if ( aTextEnd > *pSelEnd ) in ImpPaint()
2233 TextPaM aTextEnd( nPara, nIndex+1 ); in ImpPaint() local
2234 if ( ( aTextStart < *pSelEnd ) && ( aTextEnd > *pSelStart ) ) in ImpPaint()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2410 std::vector<ScTextStyleEntry>::const_iterator aTextEnd = rTextEntries.end(); in _ExportAutoStyles() local
2411 while (aTextIter != aTextEnd) in _ExportAutoStyles()

Completed in 40 milliseconds