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