/aoo41x/main/offapi/com/sun/star/document/ |
H A D | XUndoManager.idl | 59 …a sub action of the Undo context. Once the Undo context is left, a single undo action is pushed on… 92 …as the context is not left, every undo action added to the stack will be treated as sub action. Th… 108 /** enters a new undo context, creating a hidden undo action. 117 action will not be listed.</p> 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. 173 if the given undo action is <NULL/>. 180 /** reverts the most recent action on the document. 209 <li>move this action from the redo stack to the undo stack</li> 245 /** returns the title of the top-most action on the undo stack [all …]
|
H A D | XUndoAction.idl | 36 /** represents a single (undoable) action on a document 40 /** reverts the action represented by the instance 43 …if reverting the action failed. In this case, the caller should assume that this is a permanent fa… 44 …and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any pos… 51 /** repeats the action represented by the instance, after it had previously been reverted. 54 …if repeating the action failed. In this case, the caller should assume that this is a permanent fa… 55 …and take appropriate action, such as discarding the <code>XUndoAction</code> instance, and any pos… 62 /** is the human-readable, localized description of the action.
|
H A D | XUndoManagerListener.idl | 42 /** is called when an undo action is added to the undo stack. 44 …<p>Note that the action must not necessarily be the new top element of the stack: In case there's … 46 and the newly added action will be subordinate of the context action.</p> 52 /** is called when the top-most action of the undo stack has been undone. 58 /** is called when the top-most action of the Redo stack has been re-applied.
|
/aoo41x/main/offapi/com/sun/star/smarttags/ |
H A D | XSmartTagAction.idl | 75 the name describing the action component. 87 the description of the action component. 101 this action component. 191 The identifier of the requested action. 205 tag to the action component. 217 the caption of the requested action. 237 The identifier of the requested action. 254 /** invokes an action. 257 The identifier of the requested action. 274 tag to the action component. [all …]
|
/aoo41x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleAction.idl | 43 expose all actions that it can perform. Each action can be performed or 53 "default" action of the object.</p> 64 This index specifies the action to perform. If it lies outside 67 Returns <TRUE/> if the action was successfully performed. If 68 the action could not be performed successfully <FALSE/> is 72 If no action with the given index exists then an 79 /** Returns a description of the specified action of the object. 82 This index specifies the action of which to return a 98 specified action. Note that there can be several alternative key 103 This index specifies the action of which to return the key [all …]
|
H A D | XAccessibleKeyBinding.idl | 40 then can be associated to a certain action. 44 objects. The association of an action with a key binding is established 48 <p>A key binding describes alternative ways how to invoke an action with 64 the associated action (the one from which you obtained the object at 78 the associated action. The sequence may be empty (but should
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | src2xml.py | 62 p.add_option ('-l', '--debug-lexer', action='store_true', 66 p.add_option ('-p', '--debug-parser', action='store_true', 70 p.add_option ('-m', '--debug-macro', action='store_true', 74 p.add_option ('-n', '--dry-run', action='store_true', 78 p.add_option ('-k', '--keep-going', action='store_true', 82 p.add_option ('-i', '--ignore-includes', action='store_true', 86 p.add_option ('-I', '--include-dir', action='append', 117 p.add_option ('--only-expand-macros', action='store_true', 121 p.add_option ('-o', '--output-dir', action='store', 126 p.add_option ('-s', '--post-process', action='store_true', [all …]
|
/aoo41x/main/udkapi/com/sun/star/security/ |
H A D | XAccessController.idl | 83 /** Perform the specified action restricting permissions to the given 89 If the specified XAccessControlContext is null, then the action is performed 93 @param action 94 action object to be executed 103 [in] XAction action, 107 /** Perform the specified action adding a set of permissions defined by the given 109 The action is performed with the union of the permissions of the currently installed 113 If the given XAccessControlContext is null, then the action is performed 122 @param action 123 action object to be executed [all …]
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atkaction.cxx | 56 getAction( AtkAction *action ) throw (uno::RuntimeException) in getAction() argument 58 AtkObjectWrapper *pWrap = ATK_OBJECT_WRAPPER( action ); in getAction() 78 action_wrapper_do_action (AtkAction *action, in action_wrapper_do_action() argument 82 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_do_action() 94 action_wrapper_get_n_actions (AtkAction *action) in action_wrapper_get_n_actions() argument 97 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_n_actions() 128 action_wrapper_get_name (AtkAction *action, in action_wrapper_get_name() argument 141 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_name() 220 action_wrapper_get_keybinding (AtkAction *action, in action_wrapper_get_keybinding() argument 224 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_keybinding()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.cxx | 290 ACTION action(NOACTION); in execute() local 329 action = NOACTION; in execute() 338 action = NOACTION; in execute() 359 switch (action) in execute() 614 action = THROWINTERACTIVECONNECT; in execute() 616 action = THROWRESOLVENAME; in execute() 621 action = THROWAUTHENTICATIONREQUEST; in execute() 623 action = THROWACCESSDENIED; in execute() 625 action = THROWQUOTE; in execute() 627 action = THROWNOFILE; in execute() [all …]
|
/aoo41x/main/qadevOOo/runner/basicrunner/basichelper/ |
H A D | DocumentHandler.java | 176 String action = ""; in processActionForXMLChecker() local 183 action = (String) filterRule[0]; in processActionForXMLChecker() 214 +i+" in rule '"+action+"'."); in processActionForXMLChecker() 259 if ( action.equals((String)"TagExists") ) { in processActionForXMLChecker() 263 } else if (action.equals((String)"TagEnclosed")) { in processActionForXMLChecker() 265 } else if (action.equals((String)"CharsEnclosed")) { in processActionForXMLChecker() 269 action+"' received from basic test!"); in processActionForXMLChecker()
|
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 14 ActionText Action N Identifier Name of action to be described. 15 …on Y Text Localized description displayed in progress dialog and log when action is executing. 16 …te Optional localized format template used to format action data records for display during actio… 17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the … 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl… 47 … Identifier The name of an action. The billboard is displayed during the progress messages re… 115 CustomAction Target Y Formatted Excecution parameter, depends on the type of custom action 195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha… [all …]
|
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 14 ActionText Action N Identifier Name of action to be described. 15 …on Y Text Localized description displayed in progress dialog and log when action is executing. 16 …te Optional localized format template used to format action data records for display during actio… 17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the … 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl… 47 … Identifier The name of an action. The billboard is displayed during the progress messages re… 115 CustomAction Target Y Formatted Excecution parameter, depends on the type of custom action 195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha… [all …]
|
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 14 ActionText Action N Identifier Name of action to be described. 15 …on Y Text Localized description displayed in progress dialog and log when action is executing. 16 …te Optional localized format template used to format action data records for display during actio… 17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the … 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl… 47 … Identifier The name of an action. The billboard is displayed during the progress messages re… 115 CustomAction Target Y Formatted Excecution parameter, depends on the type of custom action 195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha… [all …]
|
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 14 ActionText Action N Identifier Name of action to be described. 15 …on Y Text Localized description displayed in progress dialog and log when action is executing. 16 …te Optional localized format template used to format action data records for display during actio… 17 AdminExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the… 20 AdminUISequence Action N Identifier Name of action to invoke, either in the engine or the hand… 23 AdvtExecuteSequence Action N Identifier Name of action to invoke, either in the engine or the … 26 AdvtUISequence Action N Identifier Name of action to invoke, either in the engine or the handl… 47 … Identifier The name of an action. The billboard is displayed during the progress messages re… 115 CustomAction Target Y Formatted Excecution parameter, depends on the type of custom action 195 InstallUISequence Action N Identifier Name of action to invoke, either in the engine or the ha… [all …]
|
/aoo41x/main/solenv/bin/ |
H A D | macosx-change-install-names.pl | 27 sub action($$$) subroutine 29 my %action = 71 my $act = $action{"$type/$loc1/$loc2"}; 102 $change .= " -change $1 " . action($type, $loc, $loc) . "/$2"; 129 $change .= " -change $1 " . action($type, $loc, $2) . "$3"
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibleTextHandler.java | 412 boolean action( in performAction() 427 boolean action( in performAction() 442 boolean action( in performAction() 457 boolean action( in performAction() 552 void action() in action() method in TextActionDialog 557 boolean bSuccess = action( aText, aNode ); in action() 581 action(); in actionPerformed() 596 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() method in TextActionDialog 623 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() method in TextEditDialog 778 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() method in TextAttributeDialog
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XImageButton.idl | 41 /** makes it possible to register for action events of an image button 42 and sets the action command. 48 /** registers a listener for action events. 54 /** unregisters a listener for action events. 60 /** sets the action command string.
|
/aoo41x/main/sfx2/qa/complex/sfx2/tools/ |
H A D | WriterHelper.java | 195 …XAccessibleAction action = UnoRuntime.queryInterface(XAccessibleAction.class, AccessibilityTools.g… in DocByAutopilot() local 198 action.doAccessibleAction(0); in DocByAutopilot() 212 …action = UnoRuntime.queryInterface(XAccessibleAction.class, AccessibilityTools.getAccessibleObject… in DocByAutopilot() 215 if (action != null) action.doAccessibleAction(0); in DocByAutopilot()
|
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDragSource.idl | 75 /** To get the default cursor for a specified drag action. 78 A drag action as specified in <type>DNDConstants</type>. 81 The default drag cursor for the specified drag action. 95 existing drag operation is still executing, the action fails immediately. 104 The action or actions supported for this transferable as defined
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | ContentAction.idl | 36 action types are described below. The description is broken into a list of 111 <p>This action must be notified at the listeners of the folder content. 119 <p>This action must be notified at the listeners of the folder content. 126 <p>Events containing this action may be generated at any time. So a 130 <p>This action must be notified at the listeners of the deleted 139 <p>This action must be notified at the listeners of the exchanged
|
H A D | ListActionType.idl | 65 <p>This action is related to <member>ContentAction::INSERTED</member>. 85 <p>This action is related to <member>ContentAction::REMOVED</member>. 119 they will appear at the positions 4 and 5. In this action is included, that 121 No other notification is needed, to explain or complete this action). 128 <p>This action is related to a <type scope="com::sun::star::beans">PropertyChangeEvent</type>. 150 <p>This action is related to <type>ContentAction</type> == EXCHANGED.
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | XActionsApproval.idl | 35 /** allows to request an approval for an action. 46 /** requests an approval for the specified action. 49 a value specifying the action that should be approved. Could take 56 returns <TRUE/> in case the specified action is approved.
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ywrapper.mm | 879 -(NSString *)accessibilityActionDescription:(NSString *)action { 880 if ( [ action isEqualToString: NSAccessibilityConfirmAction ] ) { 882 } else if ( [ action isEqualToString: NSAccessibilityDecrementAction ] ) { 884 } else if ( [ action isEqualToString: NSAccessibilityDeleteAction ] ) { 886 } else if ( [ action isEqualToString: NSAccessibilityIncrementAction ] ) { 888 } else if ( [ action isEqualToString: NSAccessibilityPickAction ] ) { 890 } else if ( [ action isEqualToString: NSAccessibilityPressAction ] ) { 892 } else if ( [ action isEqualToString: NSAccessibilityCancelAction ] ) { 894 } else if ( [ action isEqualToString: NSAccessibilityRaiseAction ] ) { 896 } else if ( [ action isEqualToString: NSAccessibilityShowMenuAction ] ) { [all …]
|
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | VclExplorer.java | 33 import org.eclipse.jface.action.Action; 34 import org.eclipse.jface.action.IMenuListener; 35 import org.eclipse.jface.action.IMenuManager; 36 import org.eclipse.jface.action.IToolBarManager; 37 import org.eclipse.jface.action.MenuManager; 38 import org.eclipse.jface.action.Separator;
|