DropTarget.hxx (0d63794c) DropTarget.hxx (f9bb485f)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 119 unchanged lines hidden (view full) ---

128 virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw (com::sun::star::uno::RuntimeException);
129 virtual com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames() throw (com::sun::star::uno::RuntimeException);
130
131 // NSDraggingDestination protocol functions
132 virtual NSDragOperation draggingEntered(id sender);
133 virtual NSDragOperation draggingUpdated(id sender);
134 virtual void draggingExited(id sender);
135 virtual BOOL prepareForDragOperation(id sender);
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 119 unchanged lines hidden (view full) ---

128 virtual sal_Bool SAL_CALL supportsService(const rtl::OUString& ServiceName) throw (com::sun::star::uno::RuntimeException);
129 virtual com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames() throw (com::sun::star::uno::RuntimeException);
130
131 // NSDraggingDestination protocol functions
132 virtual NSDragOperation draggingEntered(id sender);
133 virtual NSDragOperation draggingUpdated(id sender);
134 virtual void draggingExited(id sender);
135 virtual BOOL prepareForDragOperation(id sender);
136 virtual BOOL performDragOperation(id sender);
136 virtual BOOL performDragOperation();
137 virtual void concludeDragOperation(id sender);
138
139 /* If multiple actions are supported by the drag source and
140 the user did not choose a specific action by pressing a
141 modifier key choose a default action to be proposed to
142 the application.
143 */
144 sal_Int8 determineDropAction(sal_Int8 dropActions, id sender) const;

--- 23 unchanged lines hidden ---
137 virtual void concludeDragOperation(id sender);
138
139 /* If multiple actions are supported by the drag source and
140 the user did not choose a specific action by pressing a
141 modifier key choose a default action to be proposed to
142 the application.
143 */
144 sal_Int8 determineDropAction(sal_Int8 dropActions, id sender) const;

--- 23 unchanged lines hidden ---