Searched refs:SelectionManagerHolder (Results 1 – 3 of 3) sorted by relevance
116 class SelectionManagerHolder : class127 SelectionManagerHolder();128 virtual ~SelectionManagerHolder();
4083 SelectionManagerHolder::SelectionManagerHolder() : in SelectionManagerHolder() function in SelectionManagerHolder4093 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()
125 return css::uno::Reference < XInterface >( ( OWeakObject * ) new SelectionManagerHolder() ); in CreateDragSource()