Home
last modified time | relevance | path

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

/aoo42x/main/forms/source/runtime/
H A Dformoperations.cxx315 … Reference< XRefreshable > xControlModelRefresh( impl_getCurrentControlModel_throw(), UNO_QUERY ); in getState() local
316 aState.Enabled = xControlModelRefresh.is(); in getState()
560 … Reference< XRefreshable > xControlModelRefresh( impl_getCurrentControlModel_throw(), UNO_QUERY ); in execute() local
561 … 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 25 milliseconds