Searched refs:SwXAutoTextEntry (Results 1 – 6 of 6) sorted by relevance
1 "SwXAutoTextEntry";"com::sun::star::text::XSimpleText";"createTextCursor()"2 "SwXAutoTextEntry";"com::sun::star::text::XSimpleText";"createTextCursorByRange()"3 "SwXAutoTextEntry";"com::sun::star::text::XSimpleText";"insertString()"4 "SwXAutoTextEntry";"com::sun::star::text::XSimpleText";"insertControlCharacter()"5 "SwXAutoTextEntry";"com::sun::star::text::XAutoTextEntry";"applyTo()"6 "SwXAutoTextEntry";"com::sun::star::text::XTextRange";"getText()"7 "SwXAutoTextEntry";"com::sun::star::text::XTextRange";"getStart()"8 "SwXAutoTextEntry";"com::sun::star::text::XTextRange";"getEnd()"9 "SwXAutoTextEntry";"com::sun::star::text::XTextRange";"getString()"10 "SwXAutoTextEntry";"com::sun::star::text::XTextRange";"setString()"[all …]
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 SwXAutoTextEntry889 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()[all …]
606 SwXAutoTextEntry* pEntry = NULL; in RemoveFileFromList()608 pEntry = reinterpret_cast< SwXAutoTextEntry* >( in RemoveFileFromList()609 xEntryTunnel->getSomething( SwXAutoTextEntry::getUnoTunnelId() ) ); in RemoveFileFromList()672 SwXAutoTextEntry* pEntry = NULL; in InvalidateUNOOjects()674 pEntry = reinterpret_cast< SwXAutoTextEntry* >( in InvalidateUNOOjects()675 xEntryTunnel->getSomething( SwXAutoTextEntry::getUnoTunnelId() ) ); in InvalidateUNOOjects()769 SwXAutoTextEntry* pEntry = NULL; in GetAutoTextEntry()771 …pEntry = reinterpret_cast< SwXAutoTextEntry* >( xEntryTunnel->getSomething( SwXAutoTextEntry::getU… in GetAutoTextEntry()793 xReturn = new SwXAutoTextEntry( this, sGroupName, sEntryName ); in GetAutoTextEntry()
177 class SwXAutoTextEntry class220 …virtual ~SwXAutoTextEntry(); // ref-counted objects are not to be deleted from outside -> prote…223 SwXAutoTextEntry(SwGlossaries* , const String& rGroupName, const String& rEntryName);268 SwXAutoTextEntry& rAutoTextEntry;274 SwAutoTextEventDescriptor( SwXAutoTextEntry& rAutoText );
72 public class SwXAutoTextEntry extends TestCase { class
39 -o sw.SwXAutoTextEntry