Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/editeng/
H A Deditdbg.cxx561 for ( sal_uInt16 nPortion = 0; nPortion < aTextPortionList.Count(); nPortion++ ) in DbgCheckTextPortions()
562 nXLen = nXLen + aTextPortionList[nPortion]->GetLen(); in DbgCheckTextPortions()
H A Deditdoc.hxx553 TextPortionList aTextPortionList; member in ParaPortion
601 TextPortionList& GetTextPortions() { return aTextPortionList; } in GetTextPortions()