Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 178) sorted by relevance

12345678

/trunk/main/dtrans/source/os2/dnd/
H A Dglobals.cxx41 MRESULT actions = MRFROM2SHORT( DOR_NODROP, 0); in OfficeToSystemDragActions() local
45 actions = MRFROM2SHORT( DOR_DROP, DO_COPY); in OfficeToSystemDragActions()
50 actions = MRFROM2SHORT( DOR_DROP, DO_MOVE); in OfficeToSystemDragActions()
55 actions = MRFROM2SHORT( DOR_DROP, DO_LINK); in OfficeToSystemDragActions()
59 return actions; in OfficeToSystemDragActions()
69 sal_Int8 actions = ACTION_NONE; in SystemToOfficeDragActions() local
75 actions |= ACTION_MOVE; in SystemToOfficeDragActions()
78 actions |= ACTION_MOVE; in SystemToOfficeDragActions()
81 actions |= ACTION_COPY; in SystemToOfficeDragActions()
84 actions |= ACTION_LINK; in SystemToOfficeDragActions()
[all …]
H A DDropTarget.cxx131 void SAL_CALL DropTarget::setDefaultActions(sal_Int8 actions) throw(RuntimeException) in setDefaultActions() argument
133 OSL_ENSURE( actions < 8, "No valid default actions"); in setDefaultActions()
134 mDefaultActions= actions; in setDefaultActions()
/trunk/main/vcl/aqua/source/dtrans/
H A DDragActionConversion.cxx37 unsigned int actions = NSDragOperationNone; in OfficeToSystemDragActions() local
41 actions |= NSDragOperationCopy; in OfficeToSystemDragActions()
46 actions |= NSDragOperationMove; in OfficeToSystemDragActions()
51 actions |= NSDragOperationLink; in OfficeToSystemDragActions()
54 return actions; in OfficeToSystemDragActions()
63 sal_Int8 actions = DNDConstants::ACTION_NONE; in SystemToOfficeDragActions() local
67 actions |= DNDConstants::ACTION_COPY; in SystemToOfficeDragActions()
72 actions |= DNDConstants::ACTION_MOVE; in SystemToOfficeDragActions()
77 actions |= DNDConstants::ACTION_LINK; in SystemToOfficeDragActions()
84 actions |= DNDConstants::ACTION_DEFAULT; in SystemToOfficeDragActions()
[all …]
/trunk/main/offapi/com/sun/star/datatransfer/dnd/
H A DXDropTarget.idl95 /** Determine the actions supported by a drop target.
98 The current action or actions supported by this drop target.
100 <p>By default this will include all drag and drop actions.</p>
108 /** Sets the default acceptable actions for this drop target.
111 by blocking events for actions not supported by this target.</p>
112 <p>By default the listener will receive notifications for all actions.</p>
114 @param actions
115 The actions.
119 [oneway] void setDefaultActions( [in] byte actions );
H A DDropTargetDragEvent.idl79 /** This value represents the action or actions supported by the source.
80 This may be a combination of arbitrary source actions except ACTION_DEFAULT.
81 <p>To combine different actions use a logical OR.</p>
/trunk/main/dtrans/source/win32/dnd/
H A Dglobals.cxx105 DWORD dndActionsToDropEffects( sal_Int8 actions) in dndActionsToDropEffects() argument
108 if( actions & ACTION_MOVE) in dndActionsToDropEffects()
110 if( actions & ACTION_COPY) in dndActionsToDropEffects()
112 if( actions & ACTION_LINK) in dndActionsToDropEffects()
114 if( actions & ACTION_DEFAULT) in dndActionsToDropEffects()
119 DWORD dndActionsToSingleDropEffect( sal_Int8 actions) in dndActionsToSingleDropEffect() argument
121 DWORD effects= dndActionsToDropEffects( actions); in dndActionsToSingleDropEffect()
H A Dtarget.cxx312 void SAL_CALL DropTarget::setDefaultActions( sal_Int8 actions ) throw(RuntimeException) in setDefaultActions() argument
314 OSL_ENSURE( actions < 8, "No valid default actions"); in setDefaultActions()
315 m_nDefaultActions= actions; in setDefaultActions()
653 sal_Int8 actions= dndOleKeysToAction( grfKeyState, dndOleDropEffectsToActions( dwEffect)); in getFilteredActions() local
654 return actions & m_nDefaultActions; in getFilteredActions()
H A Dglobals.hxx74 DWORD dndActionsToDropEffects( sal_Int8 actions);
80 DWORD dndActionsToSingleDropEffect( sal_Int8 actions);
/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl43 …undo action records the information how to undo a single change. Undo actions are maintained in a …
54 which comprises all those single Undo actions.<br/>
57 <h3>Hidden Undo actions</h3>
58 … <p>Hidden Undo actions are those which in no observable way contribute to the undo stack. That is,
60 … calling <member>undo</member> respectively <member>redo</member> will include those actions.<br/>
61 …Hidden Undo actions can be created by calling <member>enterHiddenUndoContext</member>, following by
112 … <li>In any user interface presenting the current Undo or Redo actions to the user, a hidden
160 …<p>The Undo manager takes ownership of any actions pushed onto the undo stack. This means that if …
260 /** returns the titles of all actions currently on the undo stack, from top to bottom
266 /** returns the titles of all actions currently on the Redo stack, from top to bottom
[all …]
/trunk/main/cppuhelper/source/
H A Daccess_control.cxx127 OUString const & actions ) in checkFilePermission() argument
132 ::getCppuType( (io::FilePermission *)0 ), url.pData, actions.pData ); in checkFilePermission()
137 OUString const & actions ) in checkSocketPermission() argument
142 ::getCppuType( (connection::SocketPermission *)0 ), host.pData, actions.pData ); in checkSocketPermission()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleAction.idl38 /** Implement this interface to give access to actions that can be executed
43 expose all actions that it can perform. Each action can be performed or
50 /** Returns the number of accessible actions available in this object.
56 The returned value of the number of actions is zero if there are
57 no actions.
/trunk/main/udkapi/com/sun/star/io/
H A DFilePermission.idl32 A FilePermission consists of a file url and a set of actions valid for that url.
45 The actions to be granted is a list of one or more comma-separated keywords.
55 The actions string is processed case-insensitive.
71 /** comma separated actions list
/trunk/main/offapi/com/sun/star/embed/
H A DInstanceLocker.idl62 requested actions broadcaster interface.
65 specifies the actions that should be done ( prevent closing,
81 requested actions broadcaster interface.
84 specifies the actions that should be done ( prevent closing,
H A DXActionsApproval.idl39 to allow this object to request an approval for actions. The list of
40 possible actions must be documented in documentation of the object.
51 of the actions should be documented by the object that is going
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelDataLoader.java29 import org.openide.actions.*;
33 import org.openide.util.actions.SystemAction;
35 import org.openoffice.netbeans.modules.office.actions.*;
H A DParcelDescriptorDataObject.java26 import org.openide.actions.*;
33 import org.openoffice.netbeans.modules.office.actions.ParcelDescriptorEditorSupport;
34 import org.openoffice.netbeans.modules.office.actions.ParcelDescriptorParserSupport;
H A DOfficeDocumentDataLoader.java29 import org.openide.actions.*;
33 import org.openide.util.actions.SystemAction;
35 import org.openoffice.netbeans.modules.office.actions.MountDocumentAction;
H A DParcelFolderDataLoader.java29 import org.openide.actions.*;
33 import org.openide.util.actions.SystemAction;
36 import org.openoffice.netbeans.modules.office.actions.*;
H A DOfficeDocumentDataObject.java26 import org.openide.actions.*;
33 import org.openoffice.netbeans.modules.office.actions.*;
H A DParcelDataObject.java26 import org.openide.actions.*;
33 import org.openoffice.netbeans.modules.office.actions.*;
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DOfficeDocumentChildren.java32 import org.openide.actions.*;
33 import org.openide.util.actions.SystemAction;
38 import org.openoffice.netbeans.modules.office.actions.OfficeDocumentCookie;
/trunk/main/stoc/source/security/
H A Dfile_policy.cxx497 OUString actions( reader.assureQuotedToken() ); in refresh() local
498 perm <<= io::FilePermission( url, actions ); in refresh()
504 OUString actions( reader.assureQuotedToken() ); in refresh() local
505 perm <<= connection::SocketPermission( host, actions ); in refresh()
/trunk/main/udkapi/com/sun/star/connection/
H A DSocketPermission.idl33 A SocketPermission consists of a host specification and a set of actions
60 any of the other actions are present.
91 /** comma separated actions list
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DCompileParcelAction.java24 package org.openoffice.netbeans.modules.office.actions;
27 import org.openide.actions.CompileAllAction;
/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl61 /** provides access to smart tag actions.
143 /** obtains the number of actions provided for a specifiy smart tag
154 the number of actions available for the given smart tag
179 of available actions for the specified smart tag type.

Completed in 78 milliseconds

12345678