Home
last modified time | relevance | path

Searched refs:AttributeData (Results 1 – 23 of 23) sorted by relevance

/aoo41x/main/xmloff/source/core/
H A Dunoatrcn.cxx68 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()
/aoo41x/main/qadevOOo/tests/java/ifc/xml/
H A D_UserDefinedAttributeSupplier.java28 import com.sun.star.xml.AttributeData;
39 AttributeData attr = new AttributeData(); in _UserDefinedAttributes()
/aoo41x/main/qadevOOo/tests/java/ifc/table/
H A D_CellProperties.java31 import com.sun.star.xml.AttributeData;
76 AttributeData attr = new AttributeData(); in _UserDefinedAttributes()
/aoo41x/main/qadevOOo/tests/java/ifc/style/
H A D_PageProperties.java29 import com.sun.star.xml.AttributeData;
92 AttributeData attr = new AttributeData(); in _UserDefinedAttributes()
H A D_ParagraphProperties.java32 import com.sun.star.xml.AttributeData;
412 AttributeData attr = new AttributeData(); in _ParaUserDefinedAttributes()
H A D_CharacterProperties.java30 import com.sun.star.xml.AttributeData;
447 AttributeData attr = new AttributeData(); in _TextUserDefinedAttributes()
/aoo41x/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx113 struct AttributeData { struct in xmlreader::XmlReader
120 AttributeData( in AttributeData() argument
130 typedef std::vector< AttributeData > Attributes;
/aoo41x/main/editeng/source/items/
H A Dxmlcnitm.cxx133 AttributeData* pData; in PutValue()
141 if( aAny.getValue() == NULL || aAny.getValueType() != ::getCppuType((AttributeData*)0) ) in PutValue()
144 pData = (AttributeData*)aAny.getValue(); in PutValue()
/aoo41x/main/xmloff/source/style/
H A DAttributeContainerHandler.cxx68 xml::AttributeData aData1; in equals()
69 xml::AttributeData aData2; in equals()
H A Dxmlimppr.cxx315 AttributeData aData; in importXML()
H A Dxmlexppr.cxx996 xml::AttributeData aData; in _exportXML()
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_CellProperties.java31 import com.sun.star.xml.AttributeData;
134 new AttributeData("","CDATA","Value")); in _UserDefinedAttributes()
/aoo41x/main/offapi/com/sun/star/xml/
H A DAttributeContainer.idl39 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 Dmakefile.mk38 AttributeData.idl \
H A DAttributeData.idl36 published struct AttributeData
H A DUserDefinedAttributesSupplier.idl40 /** This container holds the <type>AttributeData</type> elements
H A DParaUserDefinedAttributesSupplier.idl40 /** This container holds the <type>AttributeData</type> elements
H A DTextUserDefinedAttributesSupplier.idl40 /** This container holds the <type>AttributeData</type> elements
H A DUserDefinedAttributeSupplier.idl45 /** This container holds the <type>AttributeData</type> elements
/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx685 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()
/aoo41x/main/sc/source/ui/vba/
H A Dvbainterior.cxx264 xml::AttributeData aDataValue; in GetAttributeData()
274 xml::AttributeData aAttributeData; in SetAttributeData()
/aoo41x/main/xmlreader/source/
H A Dxmlreader.cxx744 AttributeData( in handleStartTag()
/aoo41x/main/reportdesign/source/core/api/
H A DReportDefinition.cxx417 …:comphelper::NameContainer_createInstance(::getCppuType(static_cast< xml::AttributeData* >(NULL))); in OStyle()

Completed in 119 milliseconds