Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/forms/
H A Dpropertyexport.cxx137 sal_Bool bIsSequence = TypeClass_SEQUENCE == aValue.getValueTypeClass(); in exportRemainingProperties() local
139 if (bIsSequence) in exportRemainingProperties()
168 if( !bIsSequence && !bIsEmptyValue ) in exportRemainingProperties()
179 bIsSequence ? token::XML_LIST_PROPERTY in exportRemainingProperties()
182 if (!bIsSequence) in exportRemainingProperties()
/aoo4110/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx683 sal_Bool bIsSequence = TypeClass_SEQUENCE == aIter->Type.getTypeClass(); in exportDataSourceSettings() local
686 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 25 milliseconds