Searched refs:isControllerListening (Results 1 – 2 of 2) sorted by relevance
1061 if ( isControllerListening() ) in dispose()1111 if ( isControllerListening() ) in formDeactivated()1122 …OSL_PRECOND( !isControllerListening(), "FmTextControlShell::startControllerListening: already list… in startControllerListening()1123 if ( isControllerListening() ) in startControllerListening()1125 …DBG_ASSERT( !isControllerListening(), "FmTextControlShell::startControllerListening: inconsistence… in startControllerListening()1151 …OSL_PRECOND( isControllerListening(), "FmTextControlShell::stopControllerListening: inconsistence!… in stopControllerListening()
167 inline bool isControllerListening() const { return !m_aControlObservers.empty(); } in isControllerListening() function in svx::FmTextControlShell
Completed in 32 milliseconds