Home
last modified time | relevance | path

Searched refs:GetUndoCount (Results 1 – 11 of 11) sorted by relevance

/trunk/main/unotools/source/config/
H A Dundoopt.cxx61 sal_Int32 GetUndoCount() const { return nUndoCount; } in GetUndoCount() function in SvtUndoOptions_Impl
194 sal_Int32 SvtUndoOptions::GetUndoCount() const in GetUndoCount() function in SvtUndoOptions
196 return pImp->GetUndoCount(); in GetUndoCount()
/trunk/main/unotools/inc/unotools/
H A Dundoopt.hxx41 sal_Int32 GetUndoCount() const;
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx312 …em( SID_ATTR_UNDO_COUNT, sal::static_int_cast< sal_uInt16 >( SvtUndoOptions().GetUndoCount() ) ) ); in PropState_Impl()
H A Dappcfg.cxx319 (sal_uInt16)aUndoOptions.GetUndoCount() ) ) ) in GetOptions()
/trunk/main/cui/source/options/
H A Doptmemory.cxx224 aUndoEdit.SetValue( SvtUndoOptions().GetUndoCount() ); in Reset()
/trunk/main/chart2/source/model/main/
H A DUndoManager.cxx85 m_aUndoManager.SetMaxUndoActionCount( (sal_uInt16)SvtUndoOptions().GetUndoCount() ); in UndoManager_Impl()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx256 m_nActionCount = SW_MOD()->GetUndoOptions().GetUndoCount(); in ShowWin()
/trunk/main/sfx2/source/control/
H A Dshell.cxx527 pUndoMgr->SetMaxUndoActionCount( (sal_uInt16) SvtUndoOptions().GetUndoCount() ); in SetUndoManager()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx803 sal_Int32 const nNew = GetUndoOptions().GetUndoCount(); in ConfigurationChanged()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx957 pWrtShell->DoUndo( 0 != SW_MOD()->GetUndoOptions().GetUndoCount() ); in SwView()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1754 static_cast< sal_uInt16 >( SvtUndoOptions().GetUndoCount() ) : 0 ); in setPropertyValue()

Completed in 83 milliseconds