Lines Matching refs:OSL_ENSURE

201 	OSL_ENSURE( !m_xControlContextProxy.is(), "AccessibleControlShape::Init: already initialized!" );  in Init()
234OSL_ENSURE( pView && pViewWindow && pUnoObjectImpl, "AccessibleControlShape::Init: no view, or no … in Init()
250OSL_ENSURE( !m_bWaitingForControl, "AccessibleControlShape::Init: already waiting for the control!… in Init()
253OSL_ENSURE( xControlContainer.is(), "AccessibleControlShape::Init: unable to find my ControlContai… in Init()
267OSL_ENSURE( xNativeControlContext.is(), "AccessibleControlShape::Init: no AccessibleContext for th… in Init()
285OSL_ENSURE( xStates.is(), "AccessibleControlShape::AccessibleControlShape: no inner state set!" ); in Init()
294OSL_ENSURE( xFactory.is(), "AccessibleControlShape::Init: could not create a proxy factory!" ); in Init()
323OSL_ENSURE( sal_False, "AccessibleControlShape::Init: could not \"aggregate\" the controls XAccess… in Init()
345 OSL_ENSURE( xWindow.is(), "AccessibleControlShape::grabFocus: invalid control!" ); in grabFocus()
451 OSL_ENSURE( sal_False, "AccessibleControlShape::propertyChange: where did this come from?" ); in IMPLEMENT_FORWARD_REFCOUNT()
552 OSL_ENSURE( sal_False, "AccessibleControlShape::modeChanged: where did this come from?" ); in modeChanged()
582OSL_ENSURE( sal_False, "AccessibleControlShape::ensureListeningState: this property does not exist… in ensureListeningState()
587OSL_ENSURE( sal_False, "AccessibleControlShape::ensureListeningState: could not change the listeni… in ensureListeningState()
606OSL_ENSURE( xControlContext.is(), "AccessibleControlShape::getAccessibleChildCount: control contex… in getAccessibleChildCount()
630OSL_ENSURE( xControlContext.is(), "AccessibleControlShape::getAccessibleChildCount: control contex… in getAccessibleChild()
634OSL_ENSURE( xInnerChild.is(), "AccessibleControlShape::getAccessibleChild: control context returne… in getAccessibleChild()
650 OSL_ENSURE( nChildIndex == i, "AccessibleControlShape::getAccessibleChild: index mismatch!" ); in getAccessibleChild()
733 OSL_ENSURE( sal_False, "AccessibleControlShape::disposing: this should never happen!" ); in disposing()
747OSL_ENSURE( xControlModes.is(), "AccessibleControlShape::disposing: don't have an mode broadcaster… in disposing()
783 OSL_ENSURE( sal_False, "AccessibleControlShape::ensureControlModelAccess: caught an exception!" ); in ensureControlModelAccess()
801OSL_ENSURE( xBroadcaster.is(), "AccessibleControlShape::startStateMultiplexing: no AccessibleEvent… in startStateMultiplexing()
817OSL_ENSURE( xBroadcaster.is(), "AccessibleControlShape::stopStateMultiplexing: no AccessibleEventB… in stopStateMultiplexing()
842OSL_ENSURE( sal_False, "OAccessibleControlContext::getModelStringProperty: caught an exception!" ); in getControlModelStringProperty()
865 OSL_ENSURE( !isAliveMode( m_xUnoControl ) || !isComposedState( _nState ), in SetState()
895 OSL_ENSURE( !isComposedState( aInitStates.getConstArray()[i] ), in initializeComposedState()
907OSL_ENSURE( xInnerStates.is(), "AccessibleControlShape::initializeComposedState: no inner states!"… in initializeComposedState()
930 OSL_ENSURE( xContainer.is() && xControl.is(), in elementInserted()