Home
last modified time | relevance | path

Searched refs:pCurrAct (Results 1 – 7 of 7) sorted by path

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx523 MetaAction* pCurrAct; in skipContent() local
524 while( (pCurrAct=rMtf.NextAction()) != NULL ) in skipContent()
555 MetaAction* pCurrAct; in isActionContained() local
558 if( pCurrAct->GetType() == nType ) in isActionContained()
581 if( !pCurrAct ) in isActionContained()
1337 MetaAction* pCurrAct; in createActions() local
1340 for( pCurrAct=rMtf.FirstAction(); in createActions()
1341 pCurrAct; in createActions()
1342 pCurrAct = rMtf.NextAction() ) in createActions()
1349 pCurrAct->Execute( &rVDev ); in createActions()
[all …]
H A Dtransparencygroupaction.cxx325 MetaAction* pCurrAct; in render() local
330 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()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx957 for ( MetaAction * pCurrAct = mpCurrMtf->FirstAction(); in prepareHyperlinkIndices() local
958 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()
H A Ddrawshapesubsetting.cxx75 MetaAction* pCurrAct; in ensureInitializedNodeTree() local
79 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()
H A Dgdimtftools.cxx82 MetaAction* pCurrAct; in hasUnsupportedActions() local
86 pCurrAct; in hasUnsupportedActions()
89 switch( pCurrAct->GetType() ) 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()
303 switch (pCurrAct->GetType()) { in getNextActionOffset()
[all …]
H A Dgdimtftools.hxx119 sal_Int32 getNextActionOffset( MetaAction * pCurrAct );
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx673 MetaAction* pCurrAct; in RemoveTransparenciesFromMetaFile() local
682 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 …]

Completed in 55 milliseconds