Searched refs:pCurrAct (Results 1 – 7 of 7) sorted by relevance
673 MetaAction* pCurrAct; in RemoveTransparenciesFromMetaFile() local682 pCurrAct && !bTransparent; in RemoveTransparenciesFromMetaFile()774 while( pCurrAct && bStillBackground ) in RemoveTransparenciesFromMetaFile()776 switch( pCurrAct->GetType() ) in RemoveTransparenciesFromMetaFile()874 pCurrAct, nActionNum) ); in RemoveTransparenciesFromMetaFile()877 pCurrAct->Execute( &aMapModeVDev ); in RemoveTransparenciesFromMetaFile()890 pCurrAct; in RemoveTransparenciesFromMetaFile()894 pCurrAct->Execute( &aMapModeVDev ); in RemoveTransparenciesFromMetaFile()1085 pCurrAct, nActionNum) ); in RemoveTransparenciesFromMetaFile()1326 pCurrAct; in RemoveTransparenciesFromMetaFile()[all …]
523 MetaAction* pCurrAct; in skipContent() local524 while( (pCurrAct=rMtf.NextAction()) != NULL ) in skipContent()555 MetaAction* pCurrAct; in isActionContained() local558 if( pCurrAct->GetType() == nType ) in isActionContained()581 if( !pCurrAct ) in isActionContained()1337 MetaAction* pCurrAct; in createActions() local1340 for( pCurrAct=rMtf.FirstAction(); in createActions()1341 pCurrAct; in createActions()1342 pCurrAct = rMtf.NextAction() ) in createActions()1349 pCurrAct->Execute( &rVDev ); in createActions()[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() local86 pCurrAct; in hasUnsupportedActions()89 switch( pCurrAct->GetType() ) in hasUnsupportedActions()262 MetaAction* pCurrAct; in removeTextActions() local265 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()303 switch (pCurrAct->GetType()) { in getNextActionOffset()[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 );
Completed in 47 milliseconds