Searched refs:UNDO (Results 1 – 18 of 18) sorted by relevance
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtundo.cxx | 56 case UNDO: in Do() 117 case UNDO: in GetDoString() 139 case UNDO: in GetDoStrings()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 497 if (UNDO == undoOrRedo) in impl_DoUndoRedo() 532 return impl_DoUndoRedo(UNDO); in Undo()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 1491 rSh.Do( SwWrtShell::UNDO, nCnt ); in ExecUndo() 1550 rSet.Put( SfxStringItem( nWhich, rSh.GetDoString(SwWrtShell::UNDO)) ); in StateUndo() 1600 rSh.GetDoStrings( SwWrtShell::UNDO, aItem ); in StateUndo() 1605 rSh.GetDoStrings( SwWrtShell::UNDO, aItem ); in StateUndo()
|
H A D | basesh.cxx | 513 rSh.Do( SwWrtShell::UNDO, nCnt ); in ExecUndo() 551 rSh.GetDoString(SwWrtShell::UNDO))); in StateUndo() 585 rSh.GetDoStrings( SwWrtShell::UNDO, aStrLst ); in StateUndo()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | UndoManager.hxx | 105 typedef enum { UNDO = true, REDO = false } UndoOrRedo_t; enumerator
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | AccessibleKeyStroke.h | 147 const short UNDO = 11; variable
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | ChangeAction.idl | 50 const long UNDO = 4;
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | KeyFunction.idl | 83 const short UNDO = 11;
|
H A D | Key.idl | 399 const short UNDO = 1300;
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | AccessibleKeyStroke.idl | 142 const short UNDO = 11;
|
/aoo42x/main/framework/source/accelerators/ |
H A D | keymapping.cxx | 141 {css::awt::Key::UNDO , "KEY_UNDO" },
|
/aoo42x/main/framework/qa/complex/accelerators/ |
H A D | KeyMapping.java | 142 new KeyIdentifierInfo("UNDO", new Short(com.sun.star.awt.Key.UNDO)), in KeyMapping()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | keycodes.hxx | 142 #define KEY_UNDO ((sal_uInt16)::com::sun::star::awt::Key::UNDO)
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 371 enum DoType { UNDO, REDO, REPEAT }; enumerator
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleKeyBinding.java | 326 case com.sun.star.awt.Key.UNDO: in convertKeyCode()
|
/aoo42x/main/rsc/source/parser/ |
H A D | rscibas.cxx | 435 SETCONST( pKey, "KEY_UNDO", com::sun::star::awt::Key::UNDO ); in InitKey()
|
/aoo42x/main/svx/inc/svx/ |
H A D | dialogs.hrc | 860 // listbox control for UNDO and REDO
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 4836 rSh.Do(SwWrtShell::UNDO); in Command()
|
Completed in 107 milliseconds