Home
last modified time | relevance | path

Searched refs:xAttributes (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx62 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getBoolAttr()
65 ::rtl::OUString aValue( xAttributes->getValueByUidName( nUid, rAttrName ) ); in getBoolAttr()
90 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getStringAttr()
93 *pRet = xAttributes->getValueByUidName( nUid, rAttrName ); in getStringAttr()
99 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getLongAttr()
102 ::rtl::OUString aValue( xAttributes->getValueByUidName( nUid, rAttrName ) ); in getLongAttr()
182 css::uno::Reference<css::xml::input::XAttributes> const & xAttributes );
200 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes,
221 css::uno::Reference<css::xml::input::XAttributes> const & xAttributes );
232 css::uno::Reference<css::xml::input::XAttributes> const & xAttributes );
[all …]
H A Dxmldlg_impmodels.cxx43 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
49 nUid, rLocalName, xAttributes, this, _pImport ); in startChildElement()
97 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
102 return new EventElement( nUid, rLocalName, xAttributes, this, _pImport ); in startChildElement()
172 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
177 return new EventElement( nUid, rLocalName, xAttributes, this, _pImport ); in startChildElement()
222 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
227 return new EventElement( nUid, rLocalName, xAttributes, this, _pImport ); in startChildElement()
292 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
297 return new EventElement( nUid, rLocalName, xAttributes, this, _pImport ); in startChildElement()
[all …]
H A Dxmldlg_import.cxx73 Reference< xml::input::XAttributes > const & xAttributes, in ControlElement()
77 pImport->XMLNS_DIALOGS_UID, rLocalName, xAttributes, pParent, pImport ) in ControlElement()
94 Reference< xml::input::XAttributes > const & xAttributes ) in getStyle()
97 xAttributes->getValueByUidName( in getStyle()
108 Reference< xml::input::XAttributes > const & xAttributes ) in getControlId()
111 xAttributes->getValueByUidName( in getControlId()
787 Reference< xml::input::XAttributes > const & xAttributes ) in importStringProperty()
790 xAttributes->getValueByUidName( in importStringProperty()
802 Reference< xml::input::XAttributes > const & xAttributes ) in importDoubleProperty()
805 xAttributes->getValueByUidName( in importDoubleProperty()
[all …]
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx50 const Reference< xml::input::XAttributes >& xAttributes, in BasicElementBase()
55 ,m_xAttributes( xAttributes ) in BasicElementBase()
76 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes, in getBoolAttr()
79 if ( xAttributes.is() ) in getBoolAttr()
81 ::rtl::OUString aValue( xAttributes->getValueByUidName( nUid, rAttrName ) ); in getBoolAttr()
180 const Reference< xml::input::XAttributes >& xAttributes, in BasicLibrariesElement()
183 :BasicElementBase( rLocalName, xAttributes, pParent, pImport ) in BasicLibrariesElement()
194 const Reference< xml::input::XAttributes >& xAttributes ) in startChildElement()
206 if ( xAttributes.is() ) in startChildElement()
208 ::rtl::OUString aName = xAttributes->getValueByUidName( in startChildElement()
[all …]
H A Dxmlbas_import.hxx65 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
70 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
81 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes );
102 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
109 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes );
128 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
136 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes );
153 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
161 …const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes );
179 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
[all …]
/trunk/main/oox/source/drawingml/
H A Dclrschemecontext.cxx33 …st ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, in setClrMap() argument
36 if ( xAttributes->hasAttribute( nToken ) ) in setClrMap()
38 sal_Int32 nMappedToken = xAttributes->getOptionalValueToken( nToken, 0 ); in setClrMap()
44 …tar::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, ClrMap& rClrMa… in clrMapContext()
47 setClrMap( xAttributes, rClrMap, XML_bg1 ); in clrMapContext()
48 setClrMap( xAttributes, rClrMap, XML_tx1 ); in clrMapContext()
49 setClrMap( xAttributes, rClrMap, XML_bg2 ); in clrMapContext()
50 setClrMap( xAttributes, rClrMap, XML_tx2 ); in clrMapContext()
51 setClrMap( xAttributes, rClrMap, XML_accent1 ); in clrMapContext()
52 setClrMap( xAttributes, rClrMap, XML_accent2 ); in clrMapContext()
[all …]
H A Dtextbodypropertiescontext.cxx50 const Reference< XFastAttributeList >& xAttributes, TextBodyProperties& rTextBodyProp ) in TextBodyPropertiesContext()
54 AttributeList aAttribs( xAttributes ); in TextBodyPropertiesContext()
62 sValue = xAttributes->getOptionalValue( XML_lIns ); in TextBodyPropertiesContext()
67 sValue = xAttributes->getOptionalValue( XML_tIns ); in TextBodyPropertiesContext()
72 sValue = xAttributes->getOptionalValue( XML_rIns ); in TextBodyPropertiesContext()
77 sValue = xAttributes->getOptionalValue( XML_bIns ); in TextBodyPropertiesContext()
85 switch( xAttributes->getOptionalValueToken( XML_anchor, XML_t ) ) in TextBodyPropertiesContext()
H A Dhyperlinkcontext.cxx42 const Reference< XFastAttributeList >& xAttributes, PropertyMap& aProperties ) in HyperLinkContext()
47 OUString aRelId = xAttributes->getOptionalValue( R_TOKEN( id ) ); in HyperLinkContext()
58 OUString sTooltip = xAttributes->getOptionalValue( R_TOKEN( tooltip ) ); in HyperLinkContext()
61 OUString sFrame = xAttributes->getOptionalValue( R_TOKEN( tgtFrame ) ); in HyperLinkContext()
64 OUString aAction = xAttributes->getOptionalValue( XML_action ); in HyperLinkContext()
H A Dtextcharacterpropertiescontext.cxx105 …eateFastChildContext( sal_Int32 aElementToken, const Reference< XFastAttributeList >& xAttributes ) in createFastChildContext() argument
107 AttributeList aAttribs( xAttributes ); in createFastChildContext()
162 …xRet.set( new HyperLinkContext( *this, xAttributes, mrTextCharacterProperties.maHyperlinkProperty… in createFastChildContext()
H A Ddrawingmltypes.cxx279 IndexRange GetIndexRange( const Reference< XFastAttributeList >& xAttributes ) in GetIndexRange() argument
282 range.start = xAttributes->getOptionalValue( XML_st ).toInt32(); in GetIndexRange()
283 range.end = xAttributes->getOptionalValue( XML_end ).toInt32(); in GetIndexRange()
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_import.cxx95 Reference< xml::input::XAttributes > const & xAttributes, in LibElementBase()
101 , _xAttributes( xAttributes ) in LibElementBase()
157 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
167 return new LibrariesElement( rLocalName, xAttributes, 0, this ); in startRootElement()
174 aDesc.aName = xAttributes->getValueByUidName( in startRootElement()
178 OUString( RTL_CONSTASCII_USTRINGPARAM("readonly") ), xAttributes, in startRootElement()
183 xAttributes, XMLNS_LIBRARY_UID ); in startRootElement()
187 xAttributes, XMLNS_LIBRARY_UID ); in startRootElement()
189 return new LibraryElement( rLocalName, xAttributes, 0, this ); in startRootElement()
214 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
[all …]
H A Dimp_share.hxx65 Reference< xml::input::XAttributes > const & xAttributes, sal_Int32 uid ) in getBoolAttr()
68 xAttributes->getValueByUidName( uid, rAttrName ) ); in getBoolAttr()
95 Reference< xml::input::XAttributes > const & xAttributes, sal_Int32 uid ) in getStringAttr()
97 *pRet = xAttributes->getValueByUidName( uid, rAttrName ); in getStringAttr()
103 Reference< xml::input::XAttributes > const & xAttributes, in getLongAttr()
107 xAttributes->getValueByUidName( uid, rAttrName ) ); in getLongAttr()
155 Reference< xml::input::XAttributes > const & xAttributes );
172 Reference< xml::input::XAttributes > const & xAttributes,
191 Reference< xml::input::XAttributes > const & xAttributes );
206 Reference< xml::input::XAttributes > const & xAttributes );
[all …]
H A Dxmllib_export.cxx61 Reference< xml::sax::XAttributeList > xAttributes( pLibsElement ); in exportLibraryContainer() local
70 xOut->startElement( aLibrariesName, xAttributes ); in exportLibraryContainer()
130 Reference< xml::sax::XAttributeList > xAttributes( pLibElement ); in exportLibrary() local
/trunk/main/xmlscript/source/xmlmod_imexp/
H A Dxmlmod_import.cxx95 Reference< xml::input::XAttributes > const & xAttributes, in ModuleElement()
101 , _xAttributes( xAttributes ) in ModuleElement()
161 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
172 mrModuleDesc.aName = xAttributes->getValueByUidName( in startRootElement()
175 mrModuleDesc.aLanguage = xAttributes->getValueByUidName( in startRootElement()
178 mrModuleDesc.aModuleType = xAttributes->getValueByUidName( in startRootElement()
182 return new ModuleElement( rLocalName, xAttributes, 0, this ); in startRootElement()
H A Dimp_share.hxx83 Reference< xml::input::XAttributes > const & xAttributes );
101 Reference< xml::input::XAttributes > const & xAttributes,
120 Reference< xml::input::XAttributes > const & xAttributes );
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2375 XNamedNodeMap xAttributes = xElem.getAttributes(); in testXNamedNodeMap_AttributesMap() local
2376 assertNotNull(xAttributes); in testXNamedNodeMap_AttributesMap()
2377 assertSame("AttributesMap.getLength()", 0, xAttributes.getLength()); in testXNamedNodeMap_AttributesMap()
2380 xAttributes.item(4); in testXNamedNodeMap_AttributesMap()
2385 assertSame("AttributesMap.getLength()", 1, xAttributes.getLength()); in testXNamedNodeMap_AttributesMap()
2386 assertEquals("AttributesMap.item", xAttrBar, xAttributes.item(0)); in testXNamedNodeMap_AttributesMap()
2388 xAttrBar, xAttributes.getNamedItem("bar")); in testXNamedNodeMap_AttributesMap()
2392 assertSame("AttributesMap.getLength()", 2, xAttributes.getLength()); in testXNamedNodeMap_AttributesMap()
2393 assertEquals("AttributesMap.item", xAttrBar, xAttributes.item(0)); in testXNamedNodeMap_AttributesMap()
2394 assertEquals("AttributesMap.item", xAttrBarNs, xAttributes.item(1)); in testXNamedNodeMap_AttributesMap()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dimport.cxx178 uno::Reference< xml::input::XAttributes > const & xAttributes, in ElementBase()
186 , mxAttributes( xAttributes ) in ElementBase()
202 uno::Reference <xml::input::XAttributes> const &xAttributes, in ToplevelElement()
205 : WidgetElement( 0, rName, xAttributes, NULL, pImport ) in ToplevelElement()
215 uno::Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
221 return new ToplevelElement( rLocalName, xAttributes, this ); in startRootElement()
H A Dproplist.cxx372 void propsFromAttributes( const uno::Reference<xml::input::XAttributes> & xAttributes, in propsFromAttributes() argument
375 sal_Int32 nAttrs = xAttributes->getLength(); in propsFromAttributes()
378 if ( nNamespace != xAttributes->getUidByIndex( i ) ) in propsFromAttributes()
382 ( xAttributes->getLocalNameByIndex( i ), in propsFromAttributes()
383 xAttributes->getValueByIndex( i ) ); in propsFromAttributes()
H A Dimport.hxx157 css::uno::Reference<css::xml::input::XAttributes > const & xAttributes );
173 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes,
201 css::uno::Reference<css::xml::input::XAttributes > const & xAttributes ) = 0;
/trunk/main/dbaccess/source/core/recovery/
H A Dstoragexmlstream.cxx76 ::rtl::Reference< SvXMLAttributeList > xAttributes;
95 m_pData->xAttributes = new SvXMLAttributeList; in StorageXMLOutputStream()
115 m_pData->xAttributes->AddAttribute( i_rName, i_rValue ); in addAttribute()
123 m_pData->xHandler->startElement( i_rElementName, m_pData->xAttributes.get() ); in startElement()
124 m_pData->xAttributes = new SvXMLAttributeList; in startElement()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramdefinitioncontext.cxx39 … const Reference< XFastAttributeList >& xAttributes, in DiagramDefinitionContext()
45 mpLayout->setDefStyle( xAttributes->getOptionalValue( XML_defStyle ) ); in DiagramDefinitionContext()
46 OUString sValue = xAttributes->getOptionalValue( XML_minVer ); in DiagramDefinitionContext()
52 mpLayout->setUniqueId( xAttributes->getOptionalValue( XML_uniqueId ) ); in DiagramDefinitionContext()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx85 … ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes );
92 … ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes );
95 … ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes );
146 … ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes );
H A Dcustomshapegeometry.hxx40 …tar::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, CustomShapePro…
52 …tar::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, CustomShapePro…
64 …tar::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, CustomShapePro…
/trunk/main/xmloff/source/core/
H A DDomExport.cxx268 Reference<XNamedNodeMap> xAttributes = xElement->getAttributes(); in element() local
269 sal_Int32 nLength = xAttributes.is() ? xAttributes->getLength() : 0; in element()
272 addAttribute( Reference<XAttr>( xAttributes->item( n ), UNO_QUERY_THROW ) ); in element()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx516 Reference< xml::input::XAttributes > xAttributes; in startElement() local
609 xAttributes = static_cast< xml::input::XAttributes * >( in startElement()
624 xCurrentElement->startChildElement( nUid, aLocalName, xAttributes ); in startElement()
629 m_xRoot->startRootElement( nUid, aLocalName, xAttributes ); in startElement()

12