Searched refs:bIsSequence (Results 1 – 2 of 2) sorted by relevance
137 sal_Bool bIsSequence = TypeClass_SEQUENCE == aValue.getValueTypeClass(); in exportRemainingProperties() local139 if (bIsSequence) in exportRemainingProperties()168 if( !bIsSequence && !bIsEmptyValue ) in exportRemainingProperties()179 bIsSequence ? token::XML_LIST_PROPERTY in exportRemainingProperties()182 if (!bIsSequence) in exportRemainingProperties()
683 sal_Bool bIsSequence = TypeClass_SEQUENCE == aIter->Type.getTypeClass(); in exportDataSourceSettings() local686 if ( bIsSequence ) in exportDataSourceSettings()691 …AddAttribute( XML_NAMESPACE_DB, XML_DATA_SOURCE_SETTING_IS_LIST,bIsSequence ? XML_TRUE : XML_FALSE… in exportDataSourceSettings()695 if ( bIsSequence && aSimpleType.getTypeClass() == TypeClass_ANY ) in exportDataSourceSettings()707 if ( !bIsSequence ) in exportDataSourceSettings()
Completed in 29 milliseconds