Searched refs:CCA_TARGET_LOCATION (Results 1 – 6 of 6) sorted by relevance
68 …case CCA_TARGET_LOCATION: return "href"; // the only special thing here: TargetLocation is repre… in getCommonControlAttributeName()83 if (CCA_TARGET_LOCATION == _nId) in getCommonControlAttributeNamespace()
770 if (m_nIncludeCommon & CCA_TARGET_LOCATION) in exportCommonControlAttributes()775 m_nIncludeCommon = m_nIncludeCommon & ~CCA_TARGET_LOCATION; in exportCommonControlAttributes()1651 CCA_TARGET_LOCATION | CCA_TITLE; in examine()2093 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_TARGET_LOCATION), in exportSubTags()2094 OAttributeMetaData::getCommonControlAttributeName(CCA_TARGET_LOCATION), in exportSubTags()
98 OAttributeMetaData::getCommonControlAttributeName(CCA_TARGET_LOCATION), PROPERTY_TARGETURL); in OFormLayerXMLImport_Impl()116 …:createFromAscii(OAttributeMetaData::getCommonControlAttributeName(CCA_TARGET_LOCATION)).compareTo… in OFormLayerXMLImport_Impl()
59 #define CCA_TARGET_LOCATION 0x00040000 macro
235 …(bool _bAddType) { exportRelativeTargetLocation(PROPERTY_TARGETURL,CCA_TARGET_LOCATION,_bAddType);… in exportTargetLocationAttribute()
1319 …etLocationAttributeName = OAttributeMetaData::getCommonControlAttributeName( CCA_TARGET_LOCATION ); in handleAttribute()2164 …if ( ( nPrefix == OAttributeMetaData::getCommonControlAttributeNamespace( CCA_TARGET_LOCATION )… in OXMLDataSourceImport()2165 …LocalName.equalsAscii( OAttributeMetaData::getCommonControlAttributeName( CCA_TARGET_LOCATION ) ) ) in OXMLDataSourceImport()
Completed in 46 milliseconds