Lines Matching refs:maParagraphDataVector
44 ParagraphDataVector maParagraphDataVector; member in ImplOutlinerParaObject
53 maParagraphDataVector(rParagraphDataVector), in ImplOutlinerParaObject()
57 if( (maParagraphDataVector.size() == 0) && (pEditTextObject->GetParagraphCount() != 0) ) in ImplOutlinerParaObject()
58 maParagraphDataVector.resize(pEditTextObject->GetParagraphCount()); in ImplOutlinerParaObject()
70 && maParagraphDataVector == rCandidate.maParagraphDataVector in operator ==()
89 mpImplOutlinerParaObject->maParagraphDataVector, in ImplMakeUnique()
194 return mpImplOutlinerParaObject->maParagraphDataVector.size(); in Count()
199 if(nPara < mpImplOutlinerParaObject->maParagraphDataVector.size()) in GetDepth()
201 return mpImplOutlinerParaObject->maParagraphDataVector[nPara].getDepth(); in GetDepth()
221 if(nIndex < mpImplOutlinerParaObject->maParagraphDataVector.size()) in GetParagraphData()
223 return mpImplOutlinerParaObject->maParagraphDataVector[nIndex]; in GetParagraphData()
253 const sal_uInt32 nCount(mpImplOutlinerParaObject->maParagraphDataVector.size()); in SetStyleSheets()