Lines Matching refs:OSL_ENSURE

161 		OSL_ENSURE(m_xParentContainer.is(), "OElementImport::OElementImport: invalid parent container!");  in OElementImport()
220 OSL_ENSURE(m_xElement.is(), "OElementImport::EndElement: invalid element created!"); in EndElement()
246 OSL_ENSURE(sal_False, "OElementImport::EndElement: did not find a name attribute!"); in EndElement()
272 OSL_ENSURE(m_xInfo->hasPropertyByName(aCheck->Name), in implApplySpecificProperties()
315OSL_ENSURE(sal_False, "OElementImport::implApplySpecificProperties: could not set the properties (… in implApplySpecificProperties()
335 OSL_ENSURE(sal_False, in implApplySpecificProperties()
373 OSL_ENSURE( false, aMessage.getStr() ); in implApplyGenericProperties()
409OSL_ENSURE( false, "OElementImport::implApplyGenericProperties: either both value and property sho… in implApplyGenericProperties()
415 OSL_ENSURE( eValueTypeClass == TypeClass_ANY, in implApplyGenericProperties()
419 OSL_ENSURE( ePropTypeClass == TypeClass_SHORT, in implApplyGenericProperties()
463OSL_ENSURE( false, "OElementImport::implApplyGenericProperties: unsupported value type!" ); in implApplyGenericProperties()
469OSL_ENSURE( false, "OElementImport::implApplyGenericProperties: non-double values not supported!" … in implApplyGenericProperties()
478 OSL_ENSURE(sal_False, in implApplyGenericProperties()
515 OSL_ENSURE(sal_False, "OElementImport::implGetDefaultName: did not find a free name!"); in implGetDefaultName()
619 OSL_ENSURE( pStyleContext, "OElementImport::handleAttribute: do not know the style!" ); in handleAttribute()
640 OSL_ENSURE(xPure.is(), in createElement()
647 OSL_ENSURE(sal_False, "OElementImport::createElement: no service name to create an element!"); in createElement()
655 OSL_ENSURE(m_xElement.is(), "OElementImport::registerEvents: no element to register events for!"); in registerEvents()
662OSL_ENSURE( m_xInfo.is(), "OPropertyImport::simulateDefaultedAttribute: the component should be mo… in simulateDefaultedAttribute()
728OSL_ENSURE(!m_xOuterAttributes.is(), "OControlImport::addOuterAttributes: already have these attri… in addOuterAttributes()
857 OSL_ENSURE(sal_False, "OControlImport::StartElement: no PropertySetInfo!"); in StartElement()
916 OSL_ENSURE((PROPID_MIN_VALUE != aValueProps->Handle) || pMinValueProperty, in StartElement()
918 OSL_ENSURE((PROPID_MAX_VALUE != aValueProps->Handle) || pMaxValueProperty, in StartElement()
946 OSL_ENSURE(_rxPropInfo->hasPropertyByName(_rPropValue.Name), in implTranslateValueProperty()
957OSL_ENSURE(bSuccess, "OControlImport::implTranslateValueProperty: supposed to be called with non-t… in implTranslateValueProperty()
962 OSL_ENSURE( in implTranslateValueProperty()
982 OSL_ENSURE(m_xElement.is(), "OControlImport::EndElement: invalid control!"); in EndElement()
1011OSL_ENSURE( sal_False, "OControlImport::EndElement: caught an exception while retrieving the class… in EndElement()
1048OSL_ENSURE( sal_False, "OControlImport::EndElement: caught an exception while retrieving the curre… in EndElement()
1065OSL_ENSURE( sal_False, "OControlImport::EndElement: caught an exception while restoring the value … in EndElement()
1190OSL_ENSURE( ( m_nImagePosition <= 3 ) && ( m_nImageAlign >= 0 ) && ( m_nImageAlign < 3 ), in StartElement()
1256OSL_ENSURE(_rValue.getLength() == 1, "OPasswordImport::handleAttribute: invalid echo char attribut… in handleAttribute()
1290 OSL_ENSURE(pProperty, "ORadioImport::handleAttribute: invalid property map!"); in handleAttribute()
1428 OSL_ENSURE( m_eElementType == OControlElement::TEXT_AREA, in CreateChildContext()
1506OSL_ENSURE( aValuePropertyPos->Name == PROPERTY_TEXT, "OTextLikeImport::EndElement: text:p was pre… in removeRedundantCurrentValue()
1523OSL_ENSURE( bHasRichTextProperty, "OTextLikeImport::EndElement: text:p, but no rich text control?"… in removeRedundantCurrentValue()
1666OSL_ENSURE((m_aListSource.getLength() + m_nEmptyListItems) == (m_aValueList.getLength() + m_nEmpty… in EndElement()
1769OSL_ENSURE(!m_nEmptyListItems, "OListAndComboImport::implPushBackValue: label list is already done… in implPushBackLabel()
1777OSL_ENSURE(!m_nEmptyValueItems, "OListAndComboImport::implPushBackValue: value list is already don… in implPushBackValue()
1780OSL_ENSURE( !m_bEncounteredLSAttrib, "OListAndComboImport::implPushBackValue: invalid structure! D… in implPushBackValue()
1805OSL_ENSURE((m_aListSource.getLength() + m_nEmptyListItems) == (m_aValueList.getLength() + m_nEmpty… in implSelectCurrentItem()
1815OSL_ENSURE((m_aListSource.getLength() + m_nEmptyListItems) == (m_aValueList.getLength() + m_nEmpty… in implDefaultSelectCurrentItem()
1933OSL_ENSURE(m_xOwnAttributes.is(), "OColumnWrapperImport::CreateChildContext: had no form:column el… in CreateChildContext()
1941OSL_ENSURE(!m_xOwnAttributes.is(), "OColumnWrapperImport::StartElement: already have the cloned li… in StartElement()
1945 OSL_ENSURE(xCloneList.is(), "OColumnWrapperImport::StartElement: AttributeList not cloneable!"); in StartElement()
1948 OSL_ENSURE(m_xOwnAttributes.is(), "OColumnWrapperImport::StartElement: no cloned list!"); in StartElement()
1956 OSL_ENSURE( (OControlElement::TEXT == _eType) in implCreateChildContext()
2053 OSL_ENSURE( sal_False, "illegal call to OFormImport::implCreateControlWrapper" ); in implCreateControlWrapper()
2118 OSL_ENSURE( (nElementLength >= 2) in implTranslateStringListProperty()
2136 OSL_ENSURE(sal_False, "OFormImport::implTranslateStringListProperty: invalid value (empty)!"); in implTranslateStringListProperty()
2155 OSL_ENSURE(_xAttrList.is(),"Attribute list is NULL!"); in OXMLDataSourceImport()