Home
last modified time | relevance | path

Searched refs:SelectionManagerHolder (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx116 class SelectionManagerHolder : class
127 SelectionManagerHolder();
128 virtual ~SelectionManagerHolder();
H A DX11_selection.cxx4083 SelectionManagerHolder::SelectionManagerHolder() : in SelectionManagerHolder() function in SelectionManagerHolder
4093 SelectionManagerHolder::~SelectionManagerHolder() in ~SelectionManagerHolder()
4099 void SelectionManagerHolder::initialize( const Sequence< Any >& arguments ) in initialize()
4123 sal_Bool SelectionManagerHolder::isDragImageSupported() throw() in isDragImageSupported()
4130 sal_Int32 SelectionManagerHolder::getDefaultCursor( sal_Int8 dragAction ) throw() in getDefaultCursor()
4137 void SelectionManagerHolder::startDrag( in startDrag()
4156 OUString SelectionManagerHolder::getImplementationName() throw() in getImplementationName()
4163 sal_Bool SelectionManagerHolder::supportsService( const OUString& ServiceName ) throw() in supportsService()
4176 Sequence< OUString > SelectionManagerHolder::getSupportedServiceNames() throw() in getSupportedServiceNames()
H A DX11_service.cxx125 return css::uno::Reference < XInterface >( ( OWeakObject * ) new SelectionManagerHolder() ); in CreateDragSource()