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()"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()"11 "SwXAutoTextEntry";"com::sun::star::text::XText";"insertTextContent()"[all …]
856 const uno::Sequence< sal_Int8 > & SwXAutoTextEntry::getUnoTunnelId() in getUnoTunnelId()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()1009 void SwXAutoTextEntry::insertTextContent( in insertTextContent()1021 void SwXAutoTextEntry::removeTextContent( in removeTextContent()1059 OUString SwXAutoTextEntry::getString(void) throw( uno::RuntimeException ) in getString()1175 uno::Reference< container::XNameReplace > SwXAutoTextEntry::getEvents() in getEvents()[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 -> protecte…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
Completed in 50 milliseconds