/aoo42x/main/xmloff/source/core/ |
H A D | unoatrcn.cxx | 68 return ::getCppuType((const xml::AttributeData*)0); in getElementType() 156 xml::AttributeData aData; in getByName() 194 if( aElement.hasValue() && aElement.getValueType() == ::getCppuType((const xml::AttributeData*)0) ) in replaceByName() 200 xml::AttributeData* pData = (xml::AttributeData*)aElement.getValue(); in replaceByName() 236 …if( !aElement.hasValue() || aElement.getValueType() != ::getCppuType((const xml::AttributeData*)0)… in insertByName() 243 xml::AttributeData* pData = (xml::AttributeData*)aElement.getValue(); in insertByName()
|
/aoo42x/main/qadevOOo/tests/java/ifc/xml/ |
H A D | _UserDefinedAttributeSupplier.java | 28 import com.sun.star.xml.AttributeData; 39 AttributeData attr = new AttributeData(); in _UserDefinedAttributes()
|
/aoo42x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _CellProperties.java | 31 import com.sun.star.xml.AttributeData; 76 AttributeData attr = new AttributeData(); in _UserDefinedAttributes()
|
/aoo42x/main/qadevOOo/tests/java/ifc/style/ |
H A D | _PageProperties.java | 29 import com.sun.star.xml.AttributeData; 92 AttributeData attr = new AttributeData(); in _UserDefinedAttributes()
|
H A D | _ParagraphProperties.java | 32 import com.sun.star.xml.AttributeData; 412 AttributeData attr = new AttributeData(); in _ParaUserDefinedAttributes()
|
H A D | _CharacterProperties.java | 30 import com.sun.star.xml.AttributeData; 447 AttributeData attr = new AttributeData(); in _TextUserDefinedAttributes()
|
/aoo42x/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 113 struct AttributeData { struct in xmlreader::XmlReader 120 AttributeData( in AttributeData() argument 130 typedef std::vector< AttributeData > Attributes;
|
/aoo42x/main/editeng/source/items/ |
H A D | xmlcnitm.cxx | 133 AttributeData* pData; in PutValue() 141 if( aAny.getValue() == NULL || aAny.getValueType() != ::getCppuType((AttributeData*)0) ) in PutValue() 144 pData = (AttributeData*)aAny.getValue(); in PutValue()
|
/aoo42x/main/xmloff/source/style/ |
H A D | AttributeContainerHandler.cxx | 68 xml::AttributeData aData1; in equals() 69 xml::AttributeData aData2; in equals()
|
H A D | xmlimppr.cxx | 315 AttributeData aData; in importXML()
|
H A D | xmlexppr.cxx | 996 xml::AttributeData aData; in _exportXML()
|
/aoo42x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _CellProperties.java | 31 import com.sun.star.xml.AttributeData; 134 new AttributeData("","CDATA","Value")); in _UserDefinedAttributes()
|
/aoo42x/main/offapi/com/sun/star/xml/ |
H A D | AttributeContainer.idl | 39 in a <code>AttributeData</code> struct. If you use a namespace in the 40 <code>AttributeData</code>, you must use a prefix in the name and you must
|
H A D | AttributeData.idl | 36 published struct AttributeData
|
H A D | UserDefinedAttributesSupplier.idl | 40 /** This container holds the <type>AttributeData</type> elements
|
H A D | ParaUserDefinedAttributesSupplier.idl | 40 /** This container holds the <type>AttributeData</type> elements
|
H A D | TextUserDefinedAttributesSupplier.idl | 40 /** This container holds the <type>AttributeData</type> elements
|
H A D | UserDefinedAttributeSupplier.idl | 45 /** This container holds the <type>AttributeData</type> elements
|
/aoo42x/main/sax/source/fastparser/ |
H A D | fastparser.cxx | 685 struct AttributeData struct 725 ::std::vector< AttributeData > aAttribs; in callbackStartElement() 764 …for( ::std::vector< AttributeData >::const_iterator aIt = aAttribs.begin(), aEnd = aAttribs.end();… in callbackStartElement()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 264 xml::AttributeData aDataValue; in GetAttributeData() 274 xml::AttributeData aAttributeData; in SetAttributeData()
|
/aoo42x/main/xmlreader/source/ |
H A D | xmlreader.cxx | 743 AttributeData( in handleStartTag()
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 417 …:comphelper::NameContainer_createInstance(::getCppuType(static_cast< xml::AttributeData* >(NULL))); in OStyle()
|
/aoo42x/main/offapi/ |
H A D | UnoApi_offapi.mk | 3639 offapi/com/sun/star/xml/AttributeData \
|