Lines Matching refs:SwXAutoTextEntry

856 const uno::Sequence< sal_Int8 > & SwXAutoTextEntry::getUnoTunnelId()  in getUnoTunnelId()
864 sal_Int64 SAL_CALL SwXAutoTextEntry::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()
878 SwXAutoTextEntry::SwXAutoTextEntry(SwGlossaries* pGlss, const String& rGroupName, in SwXAutoTextEntry() function in SwXAutoTextEntry
889 SwXAutoTextEntry::~SwXAutoTextEntry() in ~SwXAutoTextEntry()
907 void SwXAutoTextEntry::implFlushDocument( bool _bCloseDoc ) in implFlushDocument()
928 void SwXAutoTextEntry::Notify( SfxBroadcaster& _rBC, const SfxHint& _rHint ) in Notify()
956 void SwXAutoTextEntry::GetBodyText () in GetBodyText()
970 uno::Reference< text::XTextCursor > SwXAutoTextEntry::createTextCursor(void) throw( uno::RuntimeEx… in createTextCursor()
979 uno::Reference< text::XTextCursor > SwXAutoTextEntry::createTextCursorByRange( in createTextCursorByRange()
989 void SwXAutoTextEntry::insertString(const uno::Reference< text::XTextRange > & xRange, const OUStri… in insertString()
998 void SwXAutoTextEntry::insertControlCharacter(const uno::Reference< text::XTextRange > & xRange, in insertControlCharacter()
1009 void SwXAutoTextEntry::insertTextContent( in insertTextContent()
1021 void SwXAutoTextEntry::removeTextContent( in removeTextContent()
1032 uno::Reference< text::XText > SwXAutoTextEntry::getText(void) throw( uno::RuntimeException ) in getText()
1041 uno::Reference< text::XTextRange > SwXAutoTextEntry::getStart(void) throw( uno::RuntimeException ) in getStart()
1050 uno::Reference< text::XTextRange > SwXAutoTextEntry::getEnd(void) throw( uno::RuntimeException ) in getEnd()
1059 OUString SwXAutoTextEntry::getString(void) throw( uno::RuntimeException ) in getString()
1068 void SwXAutoTextEntry::setString(const OUString& aString) throw( uno::RuntimeException ) in setString()
1077 void SwXAutoTextEntry::applyTo(const uno::Reference< text::XTextRange > & xTextRange)throw( uno::Ru… in applyTo()
1151 OUString SwXAutoTextEntry::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
1158 sal_Bool SwXAutoTextEntry::supportsService(const OUString& rServiceName) throw( uno::RuntimeExcepti… in supportsService()
1165 uno::Sequence< OUString > SwXAutoTextEntry::getSupportedServiceNames(void) throw( uno::RuntimeExcep… in getSupportedServiceNames()
1175 uno::Reference< container::XNameReplace > SwXAutoTextEntry::getEvents() in getEvents()
1194 SwXAutoTextEntry& rAutoText ) : in SwAutoTextEventDescriptor()