Home
last modified time | relevance | path

Searched refs:nCurAction (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1150 for( sal_uLong nCurAction = 0, nCount = rMtf.GetActionCount(); nCurAction < nCount; nCurAction++ ) in ImplWriteActions() local
1152 const MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions()
1448 while( !bDone && ( ++nCurAction < nCount ) ) in ImplWriteActions()
1450 pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions()
1508 … while( !mapCurShape->mapShapeGradient.get() && bSkip && ( ++nCurAction < nCount ) ) in ImplWriteActions()
1510 pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions()
1536 while( bSkip && ( ++nCurAction < nCount ) ) in ImplWriteActions()
1538 pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions()
1684 while( bSkip && ( ++nCurAction < nCount ) ) in ImplWriteActions()
1686 pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions()
H A Dsvgexport.cxx1200 …for( sal_uInt32 nCurAction = 0, nCount = rMtf.GetActionCount(); ( nCurAction < nCount ) && !bRet; … in implHasText() local
1202 switch( rMtf.GetAction( nCurAction )->GetType() ) in implHasText()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx599 for( sal_uLong nCurAction = 0, nCount = rMtf.GetActionCount(); nCurAction < nCount; nCurAction++ ) in ImplWriteActions() local
601 MetaAction* pMA = rMtf.GetAction( nCurAction ); in ImplWriteActions()
1207 while( ++nCurAction < nCount ) in ImplWriteActions()
1209 MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions()
1324 sal_uInt32 nCommentStartAction = nCurAction; in ImplWriteActions()
1329 while( bOk && ( ++nCurAction < nCount ) ) in ImplWriteActions()
1331 MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions()
1340 nBitmapAction = nCurAction; in ImplWriteActions()
1362 nCurAction = nCommentStartAction + 1; in ImplWriteActions()
1381 while( ++nCurAction < nCount ) in ImplWriteActions()
[all …]
/trunk/main/svl/source/undo/
H A Dundo.cxx804 size_t nCurAction = 0; in ImplUndo() local
805 while ( nCurAction < m_pData->pActUndoArray->aUndoActions.size() ) in ImplUndo()
807 if ( m_pData->pActUndoArray->aUndoActions[ nCurAction++ ].pAction == pAction ) in ImplUndo()
923 size_t nCurAction = 0; in ImplRedo() local
924 while ( nCurAction < m_pData->pActUndoArray->aUndoActions.size() ) in ImplRedo()
926 if ( m_pData->pActUndoArray->aUndoActions[ nCurAction ].pAction == pAction ) in ImplRedo()
933 ++nCurAction; in ImplRedo()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx793 nCurAction = 0; in SvdProgressInfo()
808 nCurAction += nAnzActions; in ReportActions()
809 if(nCurAction > nActionCount) in ReportActions()
810 nCurAction = nActionCount; in ReportActions()
842 nCurAction = 0; in SetNextObject()
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx220 sal_uIntPtr nCurAction; // Anzahl bearbeiteter Act. im akt. Obj. member in SvdProgressInfo
249 sal_uIntPtr GetCurAction() const { return nCurAction; }; in GetCurAction()

Completed in 51 milliseconds