Lines Matching refs:nAction
1648 for(sal_uInt32 nAction(0); nAction < nCount; nAction++) in interpretMetafile() local
1650 MetaAction* pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1665 while(META_PIXEL_ACTION == pAction->GetType() && nAction < nCount) in interpretMetafile()
1682 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1685 nAction--; in interpretMetafile()
1701 while(META_POINT_ACTION == pAction->GetType() && nAction < nCount) in interpretMetafile()
1706 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1709 nAction--; in interpretMetafile()
1727 while(META_LINE_ACTION == pAction->GetType() && nAction < nCount) in interpretMetafile()
1759 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1762 nAction--; in interpretMetafile()
3112 sal_uInt32 b(nAction + 1); in interpretMetafile()
3134 nAction = b - 1; in interpretMetafile()