Lines Matching refs:i_undo
337 void impl_doUndoRedo( IMutexGuard& i_externalLock, const bool i_undo );
670 void UndoManagerHelper_Impl::impl_doUndoRedo( IMutexGuard& i_externalLock, const bool i_undo ) in impl_doUndoRedo() argument
683 const size_t nElements = i_undo in impl_doUndoRedo()
694 if ( i_undo ) in impl_doUndoRedo()
1047 … ::rtl::OUString lcl_getCurrentActionTitle( UndoManagerHelper_Impl& i_impl, const bool i_undo ) in lcl_getCurrentActionTitle() argument
1053 const size_t nActionCount = i_undo in lcl_getCurrentActionTitle()
1058 … i_undo ? ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "no action on the undo stack" ) ) in lcl_getCurrentActionTitle()
1062 return i_undo in lcl_getCurrentActionTitle()
1069 …ence< ::rtl::OUString > lcl_getAllActionTitles( UndoManagerHelper_Impl& i_impl, const bool i_undo ) in lcl_getAllActionTitles() argument
1075 const size_t nCount = i_undo in lcl_getAllActionTitles()
1082 aTitles[i] = i_undo in lcl_getAllActionTitles()