Lines Matching refs:nCount
1476 sal_uInt16 nCount = pUndoManager->GetUndoActionCount(); in ExecUndo() local
1478 if ( nCount < nCnt ) in ExecUndo()
1480 nCnt = nCnt - nCount; in ExecUndo()
1481 nSteps = nCount; in ExecUndo()
1500 sal_uInt16 nCount = pUndoManager->GetRedoActionCount(); in ExecUndo() local
1502 if ( nCount < nCnt ) in ExecUndo()
1504 nCnt = nCnt - nCount; in ExecUndo()
1505 nSteps = nCount; in ExecUndo()
1545 sal_uInt16 nCount = pUndoManager->GetUndoActionCount(); in StateUndo() local
1546 if ( nCount ) in StateUndo()
1558 sal_uInt16 nCount = pUndoManager->GetRedoActionCount(); in StateUndo() local
1559 if ( nCount ) in StateUndo()
1576 sal_uInt16 nCount; in StateUndo() local
1579 nCount = pUndoManager->GetUndoActionCount(); in StateUndo()
1584 nCount = pUndoManager->GetRedoActionCount(); in StateUndo()
1589 if( nCount ) in StateUndo()
1591 for( sal_uInt16 n = 0; n < nCount; ++n ) in StateUndo()