Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 168) sorted by relevance

1234567

/aoo4110/main/offapi/com/sun/star/document/
H A DXUndoManager.idl89 /** enters a new undo context.
108 /** enters a new undo context, creating a hidden undo action.
110 … <p>A hidden undo action does not, in any visible way, contribute to the undo stack. This means
113 undo this action, and also undo the new top element of the stack.</li>
120 …<p>A new undo action will be added to the undo stack. As long as the context is not left, every un…
160 /** adds the given undo action to the undo stack.
184 <li>move this undo action from the undo stack to the redo stack</li>
200 void undo()
222 @see undo
233 undo context.
[all …]
H A DXUndoManagerListener.idl42 /** is called when an undo action is added to the undo stack.
52 /** is called when the top-most action of the undo stack has been undone.
54 @see XUndoManager::undo
76 /** called when the complete undo manager has been reset
125 …<p>In such a case, the context which has just been left will not contribute to the undo stack, but…
H A DUndoFailedException.idl37 @see XUndoAction::undo
38 @see XUndoManager::undo
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java657 i_undoManager.undo(); in impl_testSingleModification()
701 i_undoManager.undo(); in impl_testMultipleModifications()
741 i_undoManager.undo(); in impl_testCustomUndoActions()
819 i_undoManager.undo(); in impl_testContextHandling()
894 i_undoManager.undo(); in impl_testNestedContexts()
898 i_undoManager.undo(); in impl_testNestedContexts()
938 i_undoManager.undo(); in impl_testErrorHandling()
975 if ( !undo ) in impl_testErrorHandling()
984 if ( undo ) in impl_testErrorHandling()
1003 if ( undo ) in impl_testErrorHandling()
[all …]
/aoo4110/main/sw/
H A DLibrary_sw.mk409 sw/source/core/undo/rolbck \
410 sw/source/core/undo/unattr \
411 sw/source/core/undo/unbkmk \
412 sw/source/core/undo/undel \
413 sw/source/core/undo/undobj \
416 sw/source/core/undo/undraw \
417 sw/source/core/undo/unfmco \
418 sw/source/core/undo/unins \
419 sw/source/core/undo/unmove \
420 sw/source/core/undo/unnum \
[all …]
H A DAllLangResTarget_sw.mk37 -I$(SRCDIR)/sw/source/core/undo \
64 sw/source/core/undo/undo.src \
/aoo4110/main/sfx2/
H A DJunitTest_sfx2_complex.mk55 sfx2/qa/complex/sfx2/undo/CalcDocumentTest \
56 sfx2/qa/complex/sfx2/undo/ChartDocumentTest \
57 sfx2/qa/complex/sfx2/undo/DocumentTest \
58 sfx2/qa/complex/sfx2/undo/DocumentTestBase \
59 sfx2/qa/complex/sfx2/undo/DrawDocumentTest \
60 sfx2/qa/complex/sfx2/undo/DrawingOrPresentationDocumentTest \
61 sfx2/qa/complex/sfx2/undo/ImpressDocumentTest \
62 sfx2/qa/complex/sfx2/undo/WriterDocumentTest \
/aoo4110/main/svl/inc/svl/
H A Dundo.hxx337 namespace svl { namespace undo { namespace impl namespace
421 size_t ImplLeaveListAction( const bool i_merge, ::svl::undo::impl::UndoManagerGuard& i_guard );
422 …NoNotify( SfxUndoAction* pAction, bool bTryMerge, bool bClearRedo, ::svl::undo::impl::UndoManagerG…
423 … void ImplClearRedo( ::svl::undo::impl::UndoManagerGuard& i_guard, bool const i_currentLevel );
424 void ImplClearUndo( ::svl::undo::impl::UndoManagerGuard& i_guard );
425 void ImplClearCurrentLevel_NoNotify( ::svl::undo::impl::UndoManagerGuard& i_guard );
434 friend class ::svl::undo::impl::LockGuard;
/aoo4110/extras/l10n/source/fa/
H A Dlocalize.sdf2859 sw source\core\undo\undo.src 0 string STR_DELOLE 0 fa حذف شیء 2002-02-02 02:02:02
2888 sw source\core\undo\undo.src 0 string STR_START_QUOTE 0 fa ' 2002-02-02 02:02:02
2889 sw source\core\undo\undo.src 0 string STR_END_QUOTE 0 fa ' 2002-02-02 02:02:02
2890 sw source\core\undo\undo.src 0 string STR_LDOTS 0 fa ... 2002-02-02 02:02:02
2895 sw source\core\undo\undo.src 0 string STR_YIELDS 0 fa -> 2002-02-02 02:02:02
2929 sw source\core\undo\undo.src 0 string STR_FIELD 0 fa فیلد 2002-02-02 02:02:02
2931 sw source\core\undo\undo.src 0 string STR_FRAME 0 fa چارچوب 2002-02-02 02:02:02
2932 sw source\core\undo\undo.src 0 string STR_OLE 0 fa شیء OLE 2002-02-02 02:02:02
2934 sw source\core\undo\undo.src 0 string STR_CHART 0 fa نمودار 2002-02-02 02:02:02
2935 sw source\core\undo\undo.src 0 string STR_NOTE 0 fa یادداشت 2002-02-02 02:02:02
[all …]
/aoo4110/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx138 m_xUndoAction->undo(); in Undo()
286 void undo( IMutexGuard& i_instanceLock );
974 void UndoManagerHelper_Impl::undo( IMutexGuard& i_instanceLock ) in undo() function in framework::UndoManagerHelper_Impl
1008 void UndoManagerHelper::undo( IMutexGuard& i_instanceLock ) in undo() function in framework::UndoManagerHelper
1010 m_pImpl->undo( i_instanceLock ); in undo()
/aoo4110/main/chart2/source/controller/main/
H A DUndoActions.hxx84 …virtual void SAL_CALL undo( ) throw (::com::sun::star::document::UndoFailedException, ::com::sun:…
113 …virtual void SAL_CALL undo( ) throw (::com::sun::star::document::UndoFailedException, ::com::sun:…
H A DUndoActions.cxx116 void SAL_CALL UndoElement::undo( ) throw (UndoFailedException, RuntimeException) in undo() function in chart::impl::UndoElement
153 void SAL_CALL ShapeUndoElement::undo( ) throw (UndoFailedException, RuntimeException) in undo() function in chart::impl::ShapeUndoElement
/aoo4110/main/svx/source/tbxctrls/
H A Dlboxctrl.src57 Text[ en-US ] = "Actions to undo: $(ARG1)";
62 Text[ en-US ] = "Actions to undo: $(ARG1)" ;
/aoo4110/extras/l10n/source/sat/
H A Dlocalize.sdf14233 sw source\core\undo\undo.src 0 string STR_CHART 0 sat चार्ट 2002-02-02 02:02:02
14254 sw source\core\undo\undo.src 0 string STR_END_QUOTE 0 sat ' 2002-02-02 02:02:02
14255 sw source\core\undo\undo.src 0 string STR_FIELD 0 sat जायगा 2002-02-02 02:02:02
14257 sw source\core\undo\undo.src 0 string STR_FRAME 0 sat ढांचा 2002-02-02 02:02:02
14258 sw source\core\undo\undo.src 0 string STR_GRAPHIC 0 sat चितोर 2002-02-02 02:02:02
14282 sw source\core\undo\undo.src 0 string STR_LDOTS 0 sat ... 2002-02-02 02:02:02
14294 sw source\core\undo\undo.src 0 string STR_OLE 0 sat OLE-जिनिस 2002-02-02 02:02:02
14315 sw source\core\undo\undo.src 0 string STR_SCRIPT 0 sat चिकी 2002-02-02 02:02:02
14323 sw source\core\undo\undo.src 0 string STR_START_QUOTE 0 sat ' 2002-02-02 02:02:02
14370 sw source\core\undo\undo.src 0 string STR_UNDO_TABS 0 sat टॉब 2002-02-02 02:02:02
[all …]
/aoo4110/main/svl/
H A DLibrary_svl.mk142 svl/source/undo/undo \
/aoo4110/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java27 package complex.sfx2.undo;
198 public void undo() in undo() method in DrawingOrPresentationDocumentTest.ShapeInsertionUndoAction
H A DChartDocumentTest.java24 package complex.sfx2.undo;
242 public void undo() throws UndoFailedException in undo() method in ChartDocumentTest.PropertyUndoAction
/aoo4110/main/dbaccess/source/ui/misc/
H A Ddbaundomanager.cxx261 …void SAL_CALL UndoManager::undo( ) throw (EmptyUndoStackException, UndoContextNotClosedException,… in undo() function in dbaui::UndoManager
266 m_pImpl->aUndoHelper.undo( aGuard ); in undo()
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf257 …[2] is currently suspended. You must undo the changes made by that installation to continue. Do …
260 …his product is in progress. You must undo the changes made by that installation to continue. Do …
/aoo4110/main/sfx2/source/doc/
H A Ddocundomanager.cxx312 …void SAL_CALL DocumentUndoManager::undo( ) throw (EmptyUndoStackException, UndoContextNotClosedEx… in undo() function in sfx2::DocumentUndoManager
316 m_pImpl->aUndoHelper.undo( aGuard ); in undo()
/aoo4110/main/chart2/source/model/main/
H A DUndoManager.cxx278 …void SAL_CALL UndoManager::undo( ) throw (EmptyUndoStackException, UndoContextNotClosedException,… in undo() function in chart::UndoManager
281 m_pImpl->getUndoHelper().undo( aGuard ); in undo()
/aoo4110/extras/l10n/source/ml/
H A Dlocalize.sdf6452 sw source\core\undo\undo.src 0 string STR_START_QUOTE 0 ml , 2002-02-02 02:02:02
6453 sw source\core\undo\undo.src 0 string STR_END_QUOTE 0 ml , 2002-02-02 02:02:02
6454 sw source\core\undo\undo.src 0 string STR_LDOTS 0 ml ... 2002-02-02 02:02:02
6459 sw source\core\undo\undo.src 0 string STR_YIELDS 0 ml -> 2002-02-02 02:02:02
6493 sw source\core\undo\undo.src 0 string STR_FIELD 0 ml മണ്ഡലം 2002-02-02 02:02:02
6495 sw source\core\undo\undo.src 0 string STR_FRAME 0 ml ഫ്രെയിം 2002-02-02 02:02:02
6496 sw source\core\undo\undo.src 0 string STR_OLE 0 ml OLE വസ്തു 2002-02-02 02:02:02
6498 sw source\core\undo\undo.src 0 string STR_CHART 0 ml ചാര്ട്ട് 2002-02-02 02:02:02
6499 sw source\core\undo\undo.src 0 string STR_NOTE 0 ml അഭിപ്രായം 2002-02-02 02:02:02
6501 sw source\core\undo\undo.src 0 string STR_SCRIPT 0 ml തിരക്കഥ 2002-02-02 02:02:02
[all …]
/aoo4110/extras/l10n/source/sd/
H A Dlocalize.sdf17766 sw source\core\undo\undo.src 0 string STR_CHART 0 sd چارٽ 2002-02-02 02:02:02
17787 sw source\core\undo\undo.src 0 string STR_END_QUOTE 0 sd ' 2002-02-02 02:02:02
17788 sw source\core\undo\undo.src 0 string STR_FIELD 0 sd کيتر 2002-02-02 02:02:02
17790 sw source\core\undo\undo.src 0 string STR_FRAME 0 sd فريم 2002-02-02 02:02:02
17791 sw source\core\undo\undo.src 0 string STR_GRAPHIC 0 sd تصوير 2002-02-02 02:02:02
17815 sw source\core\undo\undo.src 0 string STR_LDOTS 0 sd ... 2002-02-02 02:02:02
17821 sw source\core\undo\undo.src 0 string STR_NOTE 0 sd ٽپڻي 2002-02-02 02:02:02
17827 sw source\core\undo\undo.src 0 string STR_OLE 0 sd OLE-شئہ 2002-02-02 02:02:02
17848 sw source\core\undo\undo.src 0 string STR_SCRIPT 0 sd لپي 2002-02-02 02:02:02
17856 sw source\core\undo\undo.src 0 string STR_START_QUOTE 0 sd ' 2002-02-02 02:02:02
[all …]
/aoo4110/extras/l10n/source/as/
H A Dlocalize.sdf7109 sw source\core\undo\undo.src 0 string STR_START_QUOTE 0 as ' 2002-02-02 02:02:02
7110 sw source\core\undo\undo.src 0 string STR_END_QUOTE 0 as ' 2002-02-02 02:02:02
7111 sw source\core\undo\undo.src 0 string STR_LDOTS 0 as ... 2002-02-02 02:02:02
7116 sw source\core\undo\undo.src 0 string STR_YIELDS 0 as -> 2002-02-02 02:02:02
7150 sw source\core\undo\undo.src 0 string STR_FIELD 0 as ফিল্ড 2002-02-02 02:02:02
7152 sw source\core\undo\undo.src 0 string STR_FRAME 0 as ফ্রেম 2002-02-02 02:02:02
7153 sw source\core\undo\undo.src 0 string STR_OLE 0 as OLE-বস্তু 2002-02-02 02:02:02
7155 sw source\core\undo\undo.src 0 string STR_CHART 0 as ছার্ট 2002-02-02 02:02:02
7157 sw source\core\undo\undo.src 0 string STR_SCRIPT 0 as স্ক্ৰিপ্ট 2002-02-02 02:02:02
7160 sw source\core\undo\undo.src 0 string STR_FOOTNOTE 0 as পাদটীকা 2002-02-02 02:02:02
[all …]
/aoo4110/main/toolkit/src2xml/
H A Dsrc-sw.lst120 ../../sw/source/core/undo/undo.src

Completed in 1404 milliseconds

1234567