Home
last modified time | relevance | path

Searched refs:SwXAutoTextEntry (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXAutoTextEntry.csv1 "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 …]
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx856 const uno::Sequence< sal_Int8 > & SwXAutoTextEntry::getUnoTunnelId() in getUnoTunnelId()
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()
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 …]
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx606 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()
/trunk/main/sw/inc/
H A Dunoatxt.hxx177 class SwXAutoTextEntry class
220 …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 );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXAutoTextEntry.java72 public class SwXAutoTextEntry extends TestCase { class
/trunk/main/sw/qa/unoapi/
H A Dsw.sce39 -o sw.SwXAutoTextEntry

Completed in 29 milliseconds