Searched refs:OAttributeMetaData (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/xmloff/source/forms/ |
| H A D | layerimport.cxx | 92 OAttributeMetaData::getCommonControlAttributeName(CCA_NAME), PROPERTY_NAME); in OFormLayerXMLImport_Impl() 94 OAttributeMetaData::getCommonControlAttributeName(CCA_IMAGE_DATA), PROPERTY_IMAGEURL); in OFormLayerXMLImport_Impl() 96 OAttributeMetaData::getCommonControlAttributeName(CCA_LABEL), PROPERTY_LABEL); in OFormLayerXMLImport_Impl() 98 OAttributeMetaData::getCommonControlAttributeName(CCA_TARGET_LOCATION), PROPERTY_TARGETURL); in OFormLayerXMLImport_Impl() 100 OAttributeMetaData::getCommonControlAttributeName(CCA_TITLE), PROPERTY_TITLE); in OFormLayerXMLImport_Impl() 102 …OAttributeMetaData::getCommonControlAttributeName(CCA_TARGET_FRAME), PROPERTY_TARGETFRAME, "_blank… in OFormLayerXMLImport_Impl() 104 OAttributeMetaData::getDatabaseAttributeName(DA_DATA_FIELD), PROPERTY_DATAFIELD); in OFormLayerXMLImport_Impl() 106 OAttributeMetaData::getFormAttributeName(faCommand), PROPERTY_COMMAND); in OFormLayerXMLImport_Impl() 108 OAttributeMetaData::getFormAttributeName(faDatasource), PROPERTY_DATASOURCENAME); in OFormLayerXMLImport_Impl() 110 OAttributeMetaData::getFormAttributeName(faFilter), PROPERTY_FILTER); in OFormLayerXMLImport_Impl() [all …]
|
| H A D | elementexport.cxx | 234 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_SERVICE_NAME), in exportServiceNameAttribute() 235 OAttributeMetaData::getCommonControlAttributeName(CCA_SERVICE_NAME), in exportServiceNameAttribute() 285 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_NAME), in exportOuterAttributes() 286 OAttributeMetaData::getCommonControlAttributeName(CCA_NAME), in exportOuterAttributes() 445 OAttributeMetaData::getCommonControlAttributeNamespace(CCA_LABEL), in exportSubTags() 446 OAttributeMetaData::getCommonControlAttributeName(CCA_LABEL), in exportSubTags() 588 … OAttributeMetaData::getCommonControlAttributeNamespace(nStringPropertyAttributeIds[i]), in exportCommonControlAttributes() 589 … OAttributeMetaData::getCommonControlAttributeName(nStringPropertyAttributeIds[i]), in exportCommonControlAttributes() 625 … OAttributeMetaData::getCommonControlAttributeNamespace(nBooleanPropertyAttributeIds[i]), in exportCommonControlAttributes() 626 … OAttributeMetaData::getCommonControlAttributeName(nBooleanPropertyAttributeIds[i]), in exportCommonControlAttributes() [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 | 735 …static const sal_Char* pLinkedCellAttributeName = OAttributeMetaData::getBindingAttributeName(BA_L… in handleAttribute() 786 …static const sal_Char* pValueAttributeName = OAttributeMetaData::getCommonControlAttributeName(CCA… in handleAttribute() 787 …static const sal_Char* pCurrentValueAttributeName = OAttributeMetaData::getCommonControlAttributeN… in handleAttribute() 788 …static const sal_Char* pMinValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MI… in handleAttribute() 789 …static const sal_Char* pMaxValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MA… in handleAttribute() 790 …static const sal_Char* pRepeatDelayAttributeName = OAttributeMetaData::getSpecialAttributeName( SC… in handleAttribute() 1228 …tring s_sReferenceAttributeName = ::rtl::OUString::createFromAscii(OAttributeMetaData::getCommonCo… in handleAttribute() 1250 …String s_sEchoCharAttributeName = ::rtl::OUString::createFromAscii(OAttributeMetaData::getSpecialA… in handleAttribute() 1283 …static const sal_Char* pCurrentSelectedAttributeName = OAttributeMetaData::getCommonControlAttribu… in handleAttribute() 1284 …static const sal_Char* pSelectedAttributeName = OAttributeMetaData::getCommonControlAttributeName(… in handleAttribute() [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
|