Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dprint2.cxx673 MetaAction* pCurrAct; in RemoveTransparenciesFromMetaFile() local
681 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 …]
/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx523 MetaAction* pCurrAct; in skipContent() local
524 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() local
556 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 …]
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()
/AOO41X/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx82 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()
[all …]
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 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 Dgdimtftools.hxx119 sal_Int32 getNextActionOffset( MetaAction * pCurrAct );