Searched refs:pCurrAct (Results 1 – 7 of 7) sorted by relevance
673 MetaAction* pCurrAct; in RemoveTransparenciesFromMetaFile() local681 for( pCurrAct = ( (GDIMetaFile&) rInMtf ).FirstAction(); in RemoveTransparenciesFromMetaFile()682 pCurrAct && !bTransparent; in RemoveTransparenciesFromMetaFile()683 pCurrAct = ( (GDIMetaFile&) rInMtf ).NextAction() ) in RemoveTransparenciesFromMetaFile()694 if( ImplIsActionSpecial( *pCurrAct ) ) in RemoveTransparenciesFromMetaFile()759 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).FirstAction(); in RemoveTransparenciesFromMetaFile()774 while( pCurrAct && bStillBackground ) in RemoveTransparenciesFromMetaFile()776 switch( pCurrAct->GetType() ) in RemoveTransparenciesFromMetaFile()783 static_cast<const MetaRectAction*>(pCurrAct)->GetRect(), in RemoveTransparenciesFromMetaFile()793 static_cast<const MetaPolygonAction*>(pCurrAct)->GetPolygon()); in RemoveTransparenciesFromMetaFile()[all …]
523 MetaAction* pCurrAct; in skipContent() local524 while( (pCurrAct=rMtf.NextAction()) != NULL ) in skipContent()529 if( pCurrAct->GetType() == META_COMMENT_ACTION && in skipContent()530 … static_cast<MetaCommentAction*>(pCurrAct)->GetComment().CompareIgnoreCaseToAscii( in skipContent()555 MetaAction* pCurrAct; in isActionContained() local556 while( (pCurrAct=rMtf.NextAction()) != NULL ) in isActionContained()558 if( pCurrAct->GetType() == nType ) in isActionContained()564 if( pCurrAct->GetType() == META_COMMENT_ACTION && in isActionContained()565 … static_cast<MetaCommentAction*>(pCurrAct)->GetComment().CompareIgnoreCaseToAscii( in isActionContained()581 if( !pCurrAct ) in isActionContained()[all …]
325 MetaAction* pCurrAct; in render() local330 pCurrAct=mpGroupMtf->FirstAction(); in render()331 pCurrAct; in render()332 ++nCurrActionIndex, pCurrAct = mpGroupMtf->NextAction() ) in render()334 switch( pCurrAct->GetType() ) in render()353 aMtf.AddAction( pCurrAct->Clone() ); in render()396 aMtf.AddAction( pCurrAct->Clone() ); in render()
82 MetaAction* pCurrAct; in hasUnsupportedActions() local85 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() local265 pCurrAct = rMtf.FirstAction(); in removeTextActions()266 while( pCurrAct ) in removeTextActions()268 switch( pCurrAct->GetType() ) in removeTextActions()[all …]
75 MetaAction* pCurrAct; in ensureInitializedNodeTree() local79 for( pCurrAct = mpMtf->FirstAction(); pCurrAct; pCurrAct = mpMtf->NextAction() ) in ensureInitializedNodeTree()82 switch( pCurrAct->GetType() ) in ensureInitializedNodeTree()86 MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct); in ensureInitializedNodeTree()166 nActionIndex += getNextActionOffset(pCurrAct); in ensureInitializedNodeTree()
957 for ( MetaAction * pCurrAct = mpCurrMtf->FirstAction(); in prepareHyperlinkIndices() local958 pCurrAct != 0; pCurrAct = mpCurrMtf->NextAction() ) in prepareHyperlinkIndices()960 if (pCurrAct->GetType() == META_COMMENT_ACTION) { in prepareHyperlinkIndices()962 static_cast<MetaCommentAction *>(pCurrAct); in prepareHyperlinkIndices()1003 nIndex += getNextActionOffset(pCurrAct); in prepareHyperlinkIndices()
119 sal_Int32 getNextActionOffset( MetaAction * pCurrAct );