Searched refs:mCpAndFc (Results 1 – 2 of 2) sorted by relevance
82 mCpAndFc = mpDocument->getNextCp(mCpAndFc); in operator ++()89 mCpAndFc = mpDocument->getPrevCp(mCpAndFc); in operator --()99 return mCpAndFc == rIt.mCpAndFc && mpDocument == rIt.mpDocument; in equal()105 return mpDocument->getProperties(mCpAndFc); in getProperties()116 return mpDocument->getSED(mCpAndFc); in getSED()121 return mpDocument->getText(mCpAndFc); in getText()127 return mpDocument->getShape(mCpAndFc); in getShape()132 return mCpAndFc.getType(); in getPropertyType()137 return mCpAndFc.isComplex(); in isComplex()142 o << mCpAndFc; in dump()[all …]
783 CpAndFc mCpAndFc; member in writerfilter::doctok::WW8DocumentIteratorImpl788 : mpDocument(pDocument), mCpAndFc(rCpAndFc) in WW8DocumentIteratorImpl()
Completed in 28 milliseconds