Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A DX11_selection.hxx116 class SelectionManagerHolder : class
127 SelectionManagerHolder();
128 virtual ~SelectionManagerHolder();
H A DX11_selection.cxx4086 SelectionManagerHolder::SelectionManagerHolder() : in SelectionManagerHolder() function in SelectionManagerHolder
4096 SelectionManagerHolder::~SelectionManagerHolder() in ~SelectionManagerHolder()
4102 void SelectionManagerHolder::initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star… in initialize()
4126 sal_Bool SelectionManagerHolder::isDragImageSupported() throw() in isDragImageSupported()
4133 sal_Int32 SelectionManagerHolder::getDefaultCursor( sal_Int8 dragAction ) throw() in getDefaultCursor()
4140 void SelectionManagerHolder::startDrag( in startDrag()
4159 OUString SelectionManagerHolder::getImplementationName() throw() in getImplementationName()
4166 sal_Bool SelectionManagerHolder::supportsService( const OUString& ServiceName ) throw() in supportsService()
4179 Sequence< OUString > SelectionManagerHolder::getSupportedServiceNames() throw() in getSupportedServiceNames()
H A DX11_service.cxx125 return css::uno::Reference < XInterface >( ( OWeakObject * ) new SelectionManagerHolder() ); in CreateDragSource()