Home
last modified time | relevance | path

Searched refs:getCommonControlAttributeNamespace (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Delementexport.cxx234 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_SERVICE_NAME), in exportServiceNameAttribute()
285 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_NAME), in exportOuterAttributes()
445 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_LABEL), in exportSubTags()
588 … OAttributeMetaData::getCommonControlAttributeNamespace(nStringPropertyAttributeIds[i]), in exportCommonControlAttributes()
625 … OAttributeMetaData::getCommonControlAttributeNamespace(nBooleanPropertyAttributeIds[i]), in exportCommonControlAttributes()
668 … OAttributeMetaData::getCommonControlAttributeNamespace(nIntegerPropertyAttributeIds[i]), in exportCommonControlAttributes()
687 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_BUTTON_TYPE), in exportCommonControlAttributes()
700 OAttributeMetaData::getCommonControlAttributeNamespace( CCA_ORIENTATION ), in exportCommonControlAttributes()
715 OAttributeMetaData::getCommonControlAttributeNamespace( CCA_VISUAL_EFFECT ), in exportCommonControlAttributes()
754 OAttributeMetaData::getCommonControlAttributeNamespace( CCA_MAX_LENGTH ), in exportCommonControlAttributes()
[all …]
H A Dpropertyexport.cxx413 AddAttribute(OAttributeMetaData::getCommonControlAttributeNamespace(CCA_TARGET_FRAME) in exportTargetFrameAttribute()
431 AddAttribute(OAttributeMetaData::getCommonControlAttributeNamespace(_nProperty) in exportRelativeTargetLocation()
H A Dformattributes.hxx165 static sal_uInt16 getCommonControlAttributeNamespace(sal_Int32 _nId);
H A Dformattributes.cxx81 sal_uInt16 OAttributeMetaData::getCommonControlAttributeNamespace(sal_Int32 _nId) in getCommonControlAttributeNamespace() function in xmloff::OAttributeMetaData
H A Delementimport.cxx2165 …if ( ( nPrefix == OAttributeMetaData::getCommonControlAttributeNamespace( CCA_TARGET_LOCATION )… in OXMLDataSourceImport()