Home
last modified time | relevance | path

Searched refs:pAttrList (Results 1 – 20 of 20) sorted by path

/trunk/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx111 AttributeList *pAttrList = new AttributeList; in WriteRelationsInfoSequence() local
112 uno::Reference< xml::sax::XAttributeList > xAttrList( pAttrList ); in WriteRelationsInfoSequence()
120pAttrList->AddAttribute( aSequence[nInd][nSecInd].First, aCDATAString, aSequence[nInd][nSecInd].Se… in WriteRelationsInfoSequence()
176 AttributeList *pAttrList = new AttributeList; in WriteContentSequence() local
177 uno::Reference< xml::sax::XAttributeList > xAttrList( pAttrList ); in WriteContentSequence()
178 pAttrList->AddAttribute( aExtensionAttr, aCDATAString, aDefaultsSequence[nInd].First ); in WriteContentSequence()
179 pAttrList->AddAttribute( aContentTypeAttr, aCDATAString, aDefaultsSequence[nInd].Second ); in WriteContentSequence()
188 AttributeList *pAttrList = new AttributeList; in WriteContentSequence() local
189 uno::Reference< xml::sax::XAttributeList > xAttrList( pAttrList ); in WriteContentSequence()
190 pAttrList->AddAttribute( aPartNameAttr, aCDATAString, aOverridesSequence[nInd].First ); in WriteContentSequence()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx127 SvXMLAttributeList* pAttrList = new SvXMLAttributeList; in MSFilterTracer() local
128 pAttrList->AddAttribute( rtl::OUString::createFromAscii( "DocumentURL" ), aDocumentURL ); in MSFilterTracer()
129 uno::Reference < xml::sax::XAttributeList > xAttributeList(pAttrList); in MSFilterTracer()
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionexport.cxx111 ::comphelper::AttributeList * pAttrList = new ::comphelper::AttributeList; in doExport()
116 Reference < XAttributeList > xAttrList (pAttrList); in doExport()
124 xAttrList = pAttrList = new ::comphelper::AttributeList; in doExport()
134 xAttrList = pAttrList = new ::comphelper::AttributeList; in doExport()
135 pAttrList->AddAttribute( sName, sCdataAttribute, pFilter->maType ); in doExport()
167 xAttrList = pAttrList = new ::comphelper::AttributeList; in doExport()
177 xAttrList = pAttrList = new ::comphelper::AttributeList; in doExport()
243 ::comphelper::AttributeList * pAttrList = new ::comphelper::AttributeList; in addProperty()
246 Reference < XAttributeList > xAttrList (pAttrList); in addProperty()
276 Reference < XAttributeList > xAttrList (pAttrList); in addLocaleProperty()
[all …]
/trunk/main/idl/inc/
H A Dtypes.hxx149 SvMetaAttributeMemberList * pAttrList; member in SvMetaType
189 return pAttrList ? pAttrList->Count() : 0L; in GetAttrCount()
/trunk/main/idl/source/objects/
H A Dtypes.cxx1019 , pAttrList( NULL ) \
1120 if( nMask & 0x0100 ) rStm << *pAttrList; in Save()
1135 if( !pAttrList ) in GetAttrList()
1137 return *pAttrList; in GetAttrList()
1582 SvMetaAttribute * pAttr = pAttrList->First(); in WriteContext()
1590 pAttr = pAttrList->Next(); in WriteContext()
1858 SvMetaAttribute * pAttr = pAttrList->First(); in WriteContextSvIdl()
1867 pAttr = pAttrList->Next(); in WriteContextSvIdl()
2007 pAttr = pAttrList->Next(); in WriteMethodArgs()
2028 pAttr = pAttrList->Next(); in WriteMethodArgs()
[all …]
/trunk/main/oox/source/export/
H A Dvmlexport.cxx147 pAttrList->add( XML_coordorigin, in EnterGroup()
152 pAttrList->add( XML_coordsize, in EnterGroup()
180 if ( !pAttrList ) in impl_AddArrowHead()
195 pAttrList->add( nElement, pArrowHead ); in impl_AddArrowHead()
200 if ( !pAttrList ) in impl_AddArrowLength()
217 if ( !pAttrList ) in impl_AddArrowWidth()
229 pAttrList->add( nElement, pArrowWidth ); in impl_AddArrowWidth()
234 if ( !pAttrList ) in impl_AddBool()
247 if ( !pAttrList || ( nColor & 0xFF000000 ) ) in impl_AddColor()
280 pAttrList->add( nElement, pColor ); in impl_AddColor()
[all …]
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx201 ::comphelper::AttributeList *pAttrList = new ::comphelper::AttributeList; in ManifestExport()
210 pAttrList->AddAttribute ( sMediaTypeAttribute, sCdataAttribute, aString ); in ManifestExport()
217 pAttrList->AddAttribute ( sVersionAttribute, sCdataAttribute, aString ); in ManifestExport()
222 pAttrList->AddAttribute ( sFullPathAttribute, sCdataAttribute, aString ); in ManifestExport()
230 pAttrList->AddAttribute ( sSizeAttribute, sCdataAttribute, aBuffer.makeStringAndClear() ); in ManifestExport()
251 uno::Reference < xml::sax::XAttributeList > xAttrList ( pAttrList ); in ManifestExport()
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx238 AttributeList *pAttrList; member in sax_expatwrap::SaxExpatParser_Impl
432 m_pImpl->pAttrList = new AttributeList; in SaxExpatParser()
433 m_pImpl->rAttrList = Reference< XAttributeList > ( m_pImpl->pAttrList ); in SaxExpatParser()
788 pImpl->pAttrList->clear(); in callbackStartElement()
792 pImpl->pAttrList->addAttribute( in callbackStartElement()
/trunk/main/sax/source/tools/
H A Dfshelper.cxx53 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in startElement() local
63 pAttrList->addUnknown(pName, pValue); in startElement()
66 … com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> xAttrList(pAttrList); in startElement()
72 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in singleElement() local
82 pAttrList->addUnknown(pName, pValue); in singleElement()
85 … com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> xAttrList(pAttrList); in singleElement()
96 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in startElementV() local
105 pAttrList->add(nName, pValue); in startElementV()
108 … com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList> xAttrList(pAttrList); in startElementV()
114 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in singleElementV() local
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3102 SvXMLAttributeList* pAttrList = new SvXMLAttributeList(); in ExportShape() local
3103 if ( pAttrList ) in ExportShape()
3105 pAttrList->AddAttribute( in ExportShape()
3108 …GetShapeExport()->exportShape( xShape, SEF_EXPORT_NO_CHART_DATA | SEF_DEFAULT, pPoint, pAttrList ); in ExportShape()
3130 SvXMLAttributeList* pAttrList = 0; in ExportShape() local
3138 pAttrList = new SvXMLAttributeList(); in ExportShape()
3139 pAttrList->AddAttribute( in ExportShape()
3142 … GetShapeExport()->exportShape(xShape, SEF_EXPORT_NO_CHART_DATA | SEF_DEFAULT, pPoint, pAttrList); in ExportShape()
/trunk/main/sd/source/ui/view/
H A Ddrviews2.cxx735 List* pAttrList = new List(); in FuTemporary() local
747 pAttrList->Insert( pNewSet, LIST_APPEND ); in FuTemporary()
748 pAttrList->Insert( pObj->GetUserCall(), LIST_APPEND ); in FuTemporary()
788 SfxItemSet* pNewSet = (SfxItemSet*) pAttrList->GetObject(j++); in FuTemporary()
789 SdrObjUserCall* pUserCall = (SdrObjUserCall*) pAttrList->GetObject(j++); in FuTemporary()
808 delete pAttrList; in FuTemporary()
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx95 ::comphelper::AttributeList *pAttrList = new ::comphelper::AttributeList; in WriteGroupLocalizationSequence()
96 uno::Reference< xml::sax::XAttributeList > xAttrList( pAttrList ); in WriteGroupLocalizationSequence()
97 pAttrList->AddAttribute( aNameAttr, aCDATAString, aSequence[nInd].First ); in WriteGroupLocalizationSequence()
98 pAttrList->AddAttribute( aUINameAttr, aCDATAString, aSequence[nInd].Second ); in WriteGroupLocalizationSequence()
/trunk/main/svx/source/xml/
H A Dxmlxtimp.cxx134 SvXMLAttributeList *pAttrList = new SvXMLAttributeList( rAttrList ); in CreateChildContext() local
135 xAttrList = pAttrList; in CreateChildContext()
150 pAttrList->SetValueByIndex( i, rValue.copy( 1 ) ); in CreateChildContext()
168 pAttrList->SetValueByIndex( i, rValue.copy( 0, nPos-2 ) ); in CreateChildContext()
/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx240 … SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL, SvXMLAttributeList* pAttrList = NULL );
244 … SEF_DEFAULT, com::sun::star::awt::Point* pRefPoint = NULL, SvXMLAttributeList* pAttrList = NULL );
267 SvXMLAttributeList* pAttrList = NULL
/trunk/main/xmloff/source/core/
H A DXMLEmbeddedObjectImportContext.cxx303 SvXMLAttributeList *pAttrList = new SvXMLAttributeList( rAttrList ); in StartElement() local
304 Reference< XAttributeList > xAttrList( pAttrList ); in StartElement()
312 pAttrList->AddAttribute( aAttrName, in StartElement()
/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx535 SvXMLAttributeList* pAttrList /* = NULL */ ) in exportShape() argument
801 ImpExportChartShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint, pAttrList ); in exportShape()
H A Dshapeexport2.cxx1234 SvXMLAttributeList* pAttrList ) argument
1236 ImpExportOLE2Shape( xShape, eShapeType, nFeatures, pRefPoint, pAttrList );
1569 SvXMLAttributeList* pAttrList /* = NULL */ ) argument
1600 if (pAttrList)
1602 mrExport.AddAttributeList(pAttrList);
H A Dshapeimport.cxx931 SvXMLAttributeList *pAttrList = new SvXMLAttributeList( rAttrList ); in CreateFrameChildContext() local
933 pAttrList->AppendAttributeList( rFrameAttrList ); in CreateFrameChildContext()
934 uno::Reference < xml::sax::XAttributeList > xAttrList = pAttrList; in CreateFrameChildContext()
/trunk/main/xmloff/source/script/
H A Dxmlbasici.cxx96 SvXMLAttributeList* pAttrList = new SvXMLAttributeList( rxAttrList ); in StartElement() local
97 Reference< xml::sax::XAttributeList > xAttrList( pAttrList ); in StartElement()
104 pAttrList->AddAttribute( aAttrName, rNamespaceMap.GetNameByKey( nPos ) ); in StartElement()
/trunk/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx145 XMLMutableAttributeList *pAttrList = 0; in StartElement() local
148 pAttrList = new XMLMutableAttributeList(); in StartElement()
149 m_xAttrList = pAttrList; in StartElement()
153 pAttrList = in StartElement()
275 pAttrList->SetValueByIndex( nIndex, in StartElement()
425 pAttrList->AddAttribute( in StartElement()
458 pAttrList->AddAttribute( in StartElement()
580 pAttrList->AddAttribute( in StartElement()
587 pAttrList->AddAttribute( in StartElement()
601 pAttrList->AddAttribute( in StartElement()
[all …]

Completed in 188 milliseconds