Searched refs:xControlModelRefresh (Results 1 – 1 of 1) sorted by relevance
315 … Reference< XRefreshable > xControlModelRefresh( impl_getCurrentControlModel_throw(), UNO_QUERY ); in getState() local316 aState.Enabled = xControlModelRefresh.is(); in getState()560 … Reference< XRefreshable > xControlModelRefresh( impl_getCurrentControlModel_throw(), UNO_QUERY ); in execute() local561 … OSL_ENSURE( xControlModelRefresh.is(), "FormOperations::execute: how did you reach this?" ); in execute()562 if ( xControlModelRefresh.is() ) in execute()563 xControlModelRefresh->refresh(); in execute()
Completed in 24 milliseconds