Home
last modified time | relevance | path

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

/aoo42x/main/sdext/source/presenter/
H A DPresenterTextView.cxx191 nCharacterCount += pParagraph->GetCharacterCount(); in SetText()
222 nCharacterCount += pParagraph->GetCharacterCount(); in SetText()
368 nCharacterIndex = pParagraph->GetCharacterCount(); in MoveCaret()
381 nCharacterIndex = pParagraph->GetCharacterCount(); in MoveCaret()
484 for (sal_Int32 nCharacterIndex(0),nCharacterCount(pParagraph->GetCharacterCount()); in Paint()
525 nCharacterOffset += maParagraphs[nIndex]->GetCharacterCount(); in GetCharacterOffset()
827 return GetCharacterCount(); in GetWordBoundary()
1010 sal_Int32 PresenterTextParagraph::GetCharacterCount (void) const in GetCharacterCount() function in sdext::presenter::PresenterTextParagraph
1141 while (nCurrentOffset>0 && nCurrentIndex<=GetCharacterCount()) in GetWordTextSegment()
H A DPresenterTextView.hxx128 sal_Int32 GetCharacterCount (void) const;
H A DPresenterAccessibility.cxx1975 nCount = mpParagraph->GetCharacterCount(); in getCharacterCount()

Completed in 23 milliseconds