Lines Matching refs:SwXTextView

114 SwXTextView::SwXTextView(SwView* pSwView) :  in SwXTextView()  function in SwXTextView
126 SwXTextView::~SwXTextView() in ~SwXTextView()
133 void SwXTextView::Invalidate() in Invalidate()
176 Sequence< uno::Type > SAL_CALL SwXTextView::getTypes( ) throw(uno::RuntimeException) in getTypes()
199 Sequence< sal_Int8 > SAL_CALL SwXTextView::getImplementationId( ) throw(uno::RuntimeException) in getImplementationId()
214 void SAL_CALL SwXTextView::acquire( )throw() in acquire()
221 void SAL_CALL SwXTextView::release( )throw() in release()
228 uno::Any SAL_CALL SwXTextView::queryInterface( const uno::Type& aType ) in queryInterface()
284 sal_Bool SwXTextView::select(const uno::Any& aInterface) throw( lang::IllegalArgumentException, uno… in select()
531 uno::Any SwXTextView::getSelection(void) throw( uno::RuntimeException ) in getSelection()
635 void SwXTextView::addSelectionChangeListener( in addSelectionChangeListener()
647 void SwXTextView::removeSelectionChangeListener( in removeSelectionChangeListener()
668 SdrObject* SwXTextView::GetControl( in GetControl()
687 uno::Reference< awt::XControl > SwXTextView::getControl(const uno::Reference< awt::XControlModel >… in getControl()
699 uno::Reference< form::runtime::XFormController > SAL_CALL SwXTextView::getFormController( const uno… in getFormController()
718 ::sal_Bool SAL_CALL SwXTextView::isFormDesignMode( ) throw (uno::RuntimeException) in isFormDesignMode()
729 void SAL_CALL SwXTextView::setFormDesignMode( ::sal_Bool _DesignMode ) throw (RuntimeException) in setFormDesignMode()
741 uno::Reference< text::XTextViewCursor > SwXTextView::getViewCursor(void) throw( uno::RuntimeExcept… in getViewCursor()
748 ((SwXTextView*)this)->pxTextViewCursor = new uno::Reference< text::XTextViewCursor > ; in getViewCursor()
759 uno::Reference< beans::XPropertySet > SwXTextView::getViewSettings(void) throw( uno::RuntimeExcept… in getViewSettings()
766 ((SwXTextView*)this)->pxViewSettings = new uno::Reference< beans::XPropertySet > ; in getViewSettings()
777 Sequence< Sequence< PropertyValue > > SwXTextView::getRubyList( sal_Bool /*bAutomatic*/ ) throw(Run… in getRubyList()
825 void SAL_CALL SwXTextView::setRubyList( in setRubyList()
900 SfxObjectShellLock SwXTextView::BuildTmpSelectionDoc() in BuildTmpSelectionDoc()
938 void SwXTextView::NotifySelChanged() in NotifySelChanged()
975 void SwXTextView::NotifyDBChanged() in NotifyDBChanged()
994 uno::Reference< beans::XPropertySetInfo > SAL_CALL SwXTextView::getPropertySetInfo( ) in getPropertySetInfo()
1003 void SAL_CALL SwXTextView::setPropertyValue( in setPropertyValue()
1039 uno::Any SAL_CALL SwXTextView::getPropertyValue( in getPropertyValue()
1092 void SAL_CALL SwXTextView::addPropertyChangeListener( in addPropertyChangeListener()
1101 void SAL_CALL SwXTextView::removePropertyChangeListener( in removePropertyChangeListener()
1110 void SAL_CALL SwXTextView::addVetoableChangeListener( in addVetoableChangeListener()
1119 void SAL_CALL SwXTextView::removeVetoableChangeListener( in removeVetoableChangeListener()
1130 OUString SwXTextView::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
1137 sal_Bool SwXTextView::supportsService(const OUString& rServiceName) throw( RuntimeException ) in supportsService()
1145 Sequence< OUString > SwXTextView::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()
2163 uno::Reference< datatransfer::XTransferable > SAL_CALL SwXTextView::getTransferable( ) throw (uno:… in getTransferable()
2187 void SAL_CALL SwXTextView::insertTransferable( const uno::Reference< datatransfer::XTransferable >&… in insertTransferable()