Lines Matching refs:pCurrAct

82     MetaAction* pCurrAct;  in hasUnsupportedActions()  local
85 for( pCurrAct = const_cast<GDIMetaFile&>(rMtf).FirstAction(); in hasUnsupportedActions()
86 pCurrAct; in hasUnsupportedActions()
87 pCurrAct = const_cast<GDIMetaFile&>(rMtf).NextAction() ) in hasUnsupportedActions()
89 switch( pCurrAct->GetType() ) in hasUnsupportedActions()
94 static_cast<MetaRasterOpAction*>(pCurrAct)->GetRasterOp() ) in hasUnsupportedActions()
262 MetaAction* pCurrAct; in removeTextActions() local
265 pCurrAct = rMtf.FirstAction(); in removeTextActions()
266 while( pCurrAct ) in removeTextActions()
268 switch( pCurrAct->GetType() ) in removeTextActions()
283 pCurrAct = rMtf.NextAction(); in removeTextActions()
290 pCurrAct = rMtf.NextAction(); in removeTextActions()
297 sal_Int32 getNextActionOffset( MetaAction * pCurrAct ) in getNextActionOffset() argument
303 switch (pCurrAct->GetType()) { in getNextActionOffset()
305 MetaTextAction * pAct = static_cast<MetaTextAction *>(pCurrAct); in getNextActionOffset()
311 static_cast<MetaTextArrayAction *>(pCurrAct); in getNextActionOffset()
317 static_cast<MetaStretchTextAction *>(pCurrAct); in getNextActionOffset()
323 static_cast<MetaFloatTransparentAction*>(pCurrAct); in getNextActionOffset()
510 for ( MetaAction * pCurrAct = rMtf->FirstAction(); in getRectanglesFromScrollMtf() local
511 pCurrAct != 0; pCurrAct = rMtf->NextAction() ) in getRectanglesFromScrollMtf()
513 if (pCurrAct->GetType() == META_COMMENT_ACTION) in getRectanglesFromScrollMtf()
516 static_cast<MetaCommentAction *>(pCurrAct); in getRectanglesFromScrollMtf()