INTEGRATION: CWS dba30d (1.19.30); FILE MERGED
2008/06/10 11:04:41 fs 1.19.30.2: +describeCurrentSelectionForType 2008/06/01 21:02:33 fs 1.19.30.1: #i80943# more preparations for context menu interception, including some re-factoring
This commit is contained in:
parent
e037e15529
commit
abe3e304e1
1 changed files with 18 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: AppDetailView.hxx,v $
|
||||
* $Revision: 1.19 $
|
||||
* $Revision: 1.20 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -42,6 +42,9 @@
|
|||
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
|
||||
#include <com/sun/star/ucb/XContent.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_APPLICATION_NAMEDDATABASEOBJECT_HPP_
|
||||
#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>
|
||||
#endif
|
||||
#ifndef _SV_SPLIT_HXX
|
||||
#include <vcl/split.hxx>
|
||||
#endif
|
||||
|
@ -73,7 +76,6 @@ class SvLBoxEntry;
|
|||
|
||||
namespace dbaui
|
||||
{
|
||||
class OApplicationController;
|
||||
class OAppBorderWindow;
|
||||
class OApplicationDetailView;
|
||||
class OAppDetailPageHelper;
|
||||
|
@ -295,6 +297,20 @@ namespace dbaui
|
|||
*/
|
||||
void getSelectionElementNames(::std::vector< ::rtl::OUString>& _rNames ) const;
|
||||
|
||||
/** describes the current selection for the given control
|
||||
*/
|
||||
void describeCurrentSelectionForControl(
|
||||
const Control& _rControl,
|
||||
::com::sun::star::uno::Sequence< ::com::sun::star::sdb::application::NamedDatabaseObject >& _out_rSelectedObjects
|
||||
);
|
||||
|
||||
/** describes the current selection for the given ElementType
|
||||
*/
|
||||
void describeCurrentSelectionForType(
|
||||
const ElementType _eType,
|
||||
::com::sun::star::uno::Sequence< ::com::sun::star::sdb::application::NamedDatabaseObject >& _out_rSelectedObjects
|
||||
);
|
||||
|
||||
/** select all names on the currently selected container. Non existence names where ignored.
|
||||
*
|
||||
* \param _aNames the element names
|
||||
|
@ -376,11 +392,6 @@ namespace dbaui
|
|||
|
||||
SvLBoxEntry* getEntry( const Point& _aPoint ) const;
|
||||
|
||||
/** a command entry was selected
|
||||
@param _sCommand
|
||||
The command to be executed.
|
||||
*/
|
||||
void onCreationClick( const ::rtl::OUString& _sCommand);
|
||||
Window* getTreeWindow() const;
|
||||
private:
|
||||
void impl_createPage(
|
||||
|
|
Loading…
Reference in a new issue