Searched refs:OAttributeMetaData (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/xmloff/source/forms/ |
H A D | layerimport.cxx | 92 OAttributeMetaData::getCommonControlAttributeName(CCA_NAME), PROPERTY_NAME); in OFormLayerXMLImport_Impl() 96 OAttributeMetaData::getCommonControlAttributeName(CCA_LABEL), PROPERTY_LABEL); in OFormLayerXMLImport_Impl() 100 OAttributeMetaData::getCommonControlAttributeName(CCA_TITLE), PROPERTY_TITLE); in OFormLayerXMLImport_Impl() 106 OAttributeMetaData::getFormAttributeName(faCommand), PROPERTY_COMMAND); in OFormLayerXMLImport_Impl() 110 OAttributeMetaData::getFormAttributeName(faFilter), PROPERTY_FILTER); in OFormLayerXMLImport_Impl() 112 OAttributeMetaData::getFormAttributeName(faOrder), PROPERTY_ORDER); in OFormLayerXMLImport_Impl() 117 OAttributeMetaData::getFormAttributeName(faAction)), in OFormLayerXMLImport_Impl() 125 OAttributeMetaData::getFormAttributeName(faName)), in OFormLayerXMLImport_Impl() 217 OAttributeMetaData::getFormAttributeName(faEnctype), PROPERTY_SUBMIT_ENCODING, in OFormLayerXMLImport_Impl() 221 OAttributeMetaData::getFormAttributeName(faMethod), PROPERTY_SUBMIT_METHOD, in OFormLayerXMLImport_Impl() [all …]
|
H A D | elementexport.cxx | 286 OAttributeMetaData::getCommonControlAttributeName(CCA_NAME), in exportOuterAttributes() 797 OAttributeMetaData::getCommonControlAttributeName(CCA_FOR), in exportCommonControlAttributes() 868 OAttributeMetaData::getDatabaseAttributeName(DA_DATA_FIELD), in exportDatabaseAttributes() 1111 OAttributeMetaData::getSpecialAttributeNamespace(SCA_STATE), in exportSpecialAttributes() 1112 OAttributeMetaData::getSpecialAttributeName(SCA_STATE), in exportSpecialAttributes() 1176 OAttributeMetaData::getSpecialAttributeName(SCA_ECHO_CHAR), in exportSpecialAttributes() 2034 OAttributeMetaData::getCommonControlAttributeName(CCA_LABEL), in exportAttributes() 2153 OAttributeMetaData::getFormAttributeName(faDatasource), in exportAttributes() 2246 OAttributeMetaData::getFormAttributeName(faMasterFields), in exportAttributes() 2250 OAttributeMetaData::getFormAttributeNamespace(faDetailFiels), in exportAttributes() [all …]
|
H A D | formattributes.cxx | 45 const sal_Char* OAttributeMetaData::getCommonControlAttributeName(sal_Int32 _nId) in getCommonControlAttributeName() 81 sal_uInt16 OAttributeMetaData::getCommonControlAttributeNamespace(sal_Int32 _nId) in getCommonControlAttributeNamespace() 93 const sal_Char* OAttributeMetaData::getFormAttributeName(FormAttributes _eAttrib) in getFormAttributeName() 126 sal_uInt16 OAttributeMetaData::getFormAttributeNamespace(FormAttributes _eAttrib) in getFormAttributeNamespace() 138 const sal_Char* OAttributeMetaData::getDatabaseAttributeName(sal_Int32 _nId) in getDatabaseAttributeName() 155 sal_uInt16 OAttributeMetaData::getDatabaseAttributeNamespace(sal_Int32 /*_nId*/) in getDatabaseAttributeNamespace() 162 const sal_Char* OAttributeMetaData::getBindingAttributeName(sal_Int32 _nId) in getBindingAttributeName() 176 sal_uInt16 OAttributeMetaData::getBindingAttributeNamespace(sal_Int32) in getBindingAttributeNamespace() 183 const sal_Char* OAttributeMetaData::getSpecialAttributeName(sal_Int32 _nId) in getSpecialAttributeName() 211 sal_uInt16 OAttributeMetaData::getSpecialAttributeNamespace(sal_Int32 /*_nId*/) in getSpecialAttributeNamespace() [all …]
|
H A D | elementimport.cxx | 734 …static const sal_Char* pLinkedCellAttributeName = OAttributeMetaData::getBindingAttributeName(BA_L… in handleAttribute() 785 …static const sal_Char* pValueAttributeName = OAttributeMetaData::getCommonControlAttributeName(CCA… in handleAttribute() 787 …static const sal_Char* pMinValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MI… in handleAttribute() 788 …static const sal_Char* pMaxValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MA… in handleAttribute() 1283 …static const sal_Char* pSelectedAttributeName = OAttributeMetaData::getCommonControlAttributeName(… in handleAttribute() 1386 … if ( _rLocalName.equalsAscii( OAttributeMetaData::getSpecialAttributeName( SCA_STEP_SIZE ) ) ) in handleAttribute() 1742 …if ( _rLocalName.equalsAscii( OAttributeMetaData::getBindingAttributeName( BA_LIST_CELL_RANGE ) ) ) in handleAttribute() 1748 …if ( _rLocalName.equalsAscii( OAttributeMetaData::getBindingAttributeName( BA_LIST_LINKING_TYPE ) … in handleAttribute() 1874 …GetPrefix(), ::rtl::OUString::createFromAscii(OAttributeMetaData::getCommonControlAttributeName(CC… in StartElement() 1906 …GetPrefix(), ::rtl::OUString::createFromAscii(OAttributeMetaData::getCommonControlAttributeName(CC… in StartElement() [all …]
|
H A D | officeforms.cxx | 77 OAttributeMetaData::getOfficeFormsAttributeNamespace(_eAttribute), in implImportBool() 78 ::rtl::OUString::createFromAscii(OAttributeMetaData::getOfficeFormsAttributeName(_eAttribute))); in implImportBool() 157 OAttributeMetaData::getOfficeFormsAttributeNamespace(_eAttribute), in implExportBool() 158 OAttributeMetaData::getOfficeFormsAttributeName(_eAttribute), in implExportBool()
|
H A D | propertyexport.cxx | 413 AddAttribute(OAttributeMetaData::getCommonControlAttributeNamespace(CCA_TARGET_FRAME) in exportTargetFrameAttribute() 414 ,OAttributeMetaData::getCommonControlAttributeName(CCA_TARGET_FRAME) in exportTargetFrameAttribute() 431 AddAttribute(OAttributeMetaData::getCommonControlAttributeNamespace(_nProperty) in exportRelativeTargetLocation() 432 ,OAttributeMetaData::getCommonControlAttributeName(_nProperty) in exportRelativeTargetLocation()
|
H A D | formattributes.hxx | 152 class OAttributeMetaData class
|
Completed in 85 milliseconds