Searched refs:GetUndoCount (Results 1 – 11 of 11) sorted by relevance
61 sal_Int32 GetUndoCount() const { return nUndoCount; } in GetUndoCount() function in SvtUndoOptions_Impl194 sal_Int32 SvtUndoOptions::GetUndoCount() const in GetUndoCount() function in SvtUndoOptions196 return pImp->GetUndoCount(); in GetUndoCount()
41 sal_Int32 GetUndoCount() const;
312 …em( SID_ATTR_UNDO_COUNT, sal::static_int_cast< sal_uInt16 >( SvtUndoOptions().GetUndoCount() ) ) ); in PropState_Impl()
319 (sal_uInt16)aUndoOptions.GetUndoCount() ) ) ) in GetOptions()
224 aUndoEdit.SetValue( SvtUndoOptions().GetUndoCount() ); in Reset()
85 m_aUndoManager.SetMaxUndoActionCount( (sal_uInt16)SvtUndoOptions().GetUndoCount() ); in UndoManager_Impl()
256 m_nActionCount = SW_MOD()->GetUndoOptions().GetUndoCount(); in ShowWin()
527 pUndoMgr->SetMaxUndoActionCount( (sal_uInt16) SvtUndoOptions().GetUndoCount() ); in SetUndoManager()
803 sal_Int32 const nNew = GetUndoOptions().GetUndoCount(); in ConfigurationChanged()
957 pWrtShell->DoUndo( 0 != SW_MOD()->GetUndoOptions().GetUndoCount() ); in SwView()
1754 static_cast< sal_uInt16 >( SvtUndoOptions().GetUndoCount() ) : 0 ); in setPropertyValue()
Completed in 91 milliseconds