Searched refs:xRefreshable (Results 1 – 3 of 3) sorted by relevance
379 XRefreshable xRefreshable = UnoRuntime.queryInterface(XRefreshable.class, xTextDocument); in refresh() local380 xRefreshable.refresh(); in refresh()
231 XRefreshable xRefreshable = (XRefreshable)UnoRuntime.queryInterface( in templateExample() local233 xRefreshable.refresh(); in templateExample()
1246 Reference< util::XRefreshable > xRefreshable( xNewDoc, uno::UNO_QUERY ); in parseDocument() local1247 if( xRefreshable.is() ) in parseDocument()1248 xRefreshable->refresh(); in parseDocument()
Completed in 74 milliseconds