Searched refs:nUndoCount (Results 1 – 3 of 3) sorted by relevance
50 sal_Int32 nUndoCount; member in SvtUndoOptions_Impl60 void SetUndoCount( sal_Int32 n ) { nUndoCount = n; SetModified(); } in SetUndoCount()61 sal_Int32 GetUndoCount() const { return nUndoCount; } in GetUndoCount()68 , nUndoCount( 20 ) in SvtUndoOptions_Impl()82 pValues[nProp] <<= nUndoCount; in Commit()127 nUndoCount = nTemp; in Load()
321 sal_uInt16 const nUndoCount(SdrUndoManager::GetUndoActionCount(TopLevel)); in GetUndoComments() local322 for (sal_uInt16 n = 0; n < nUndoCount; ++n) in GetUndoComments()
718 sal_uInt16 nUndoCount = ((const SfxUInt16Item*)pItem)->GetValue(); in SetOptions_Impl() local719 aUndoOptions.SetUndoCount( nUndoCount ); in SetOptions_Impl()738 pShUndoMgr->SetMaxUndoActionCount( nUndoCount ); in SetOptions_Impl()
Completed in 27 milliseconds