Lines Matching refs:pAct
305 MetaTextAction * pAct = static_cast<MetaTextAction *>(pCurrAct); in getNextActionOffset() local
306 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
307 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset()
310 MetaTextArrayAction * pAct = in getNextActionOffset() local
312 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
313 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset()
316 MetaStretchTextAction * pAct = in getNextActionOffset() local
318 return (pAct->GetLen() == (sal_uInt16)STRING_LEN in getNextActionOffset()
319 ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen()); in getNextActionOffset()
322 MetaFloatTransparentAction * pAct = in getNextActionOffset() local
328 return pAct->GetGDIMetaFile().GetActionCount(); in getNextActionOffset()
515 MetaCommentAction * pAct = in getRectanglesFromScrollMtf() local
518 if (pAct->GetComment().CompareIgnoreCaseToAscii( in getRectanglesFromScrollMtf()
521 if (pAct->GetComment().CompareIgnoreCaseToAscii( in getRectanglesFromScrollMtf()
525 pAct->GetData() ) ); in getRectanglesFromScrollMtf()
529 else if (pAct->GetComment().CompareIgnoreCaseToAscii( in getRectanglesFromScrollMtf()
533 pAct->GetData() ) ); in getRectanglesFromScrollMtf()