Home
last modified time | relevance | path

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

/trunk/main/oox/source/export/
H A Dvmlexport.cxx130 FastAttributeList *pAttrList = m_pSerializer->createAttrList(); in EnterGroup() local
132 pAttrList->add( XML_id, ShapeIdString( nShapeId ) ); in EnterGroup()
135pAttrList->add( XML_alt, OUStringToOString( OUString( rShapeName ), RTL_TEXTENCODING_UTF8 ) ); in EnterGroup()
142 pAttrList->add( XML_style, aStyle.makeStringAndClear() ); in EnterGroup()
147 pAttrList->add( XML_coordorigin, in EnterGroup()
152 pAttrList->add( XML_coordsize, in EnterGroup()
158 m_pSerializer->startElementNS( XML_v, XML_group, XFastAttributeListRef( pAttrList ) ); in EnterGroup()
178 static void impl_AddArrowHead( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sa… in impl_AddArrowHead() argument
180 if ( !pAttrList ) in impl_AddArrowHead()
195 pAttrList->add( nElement, pArrowHead ); in impl_AddArrowHead()
[all …]
/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()
191 pAttrList->AddAttribute( rAttrName, rAttrValue ); in StartElement()
200 pAttrList->AddAttribute( aNewAttrQName, rAttrValue ); in StartElement()
208 pAttrList->AddAttribute( rAttrName, aAttrValue ); in StartElement()
216 pAttrList->AddAttribute( rAttrName, aAttrValue ); in StartElement()
223 pAttrList->AddAttribute( rAttrName, aAttrValue ); in StartElement()
235 pAttrList->AddAttribute( aNewAttrQName, aAttrValue ); in StartElement()
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dtypedetectionexport.cxx111 ::comphelper::AttributeList * pAttrList = new ::comphelper::AttributeList; in doExport()
112pAttrList->AddAttribute ( OUString::createFromAscii( "xmlns:oor" ), sCdataAttribute, OUString::cre… in doExport()
113pAttrList->AddAttribute ( OUString::createFromAscii( "xmlns:xs" ), sCdataAttribute, OUString::crea… in doExport()
114pAttrList->AddAttribute ( sName, sCdataAttribute, OUString::createFromAscii( "TypeDetection" ) ); in doExport()
115pAttrList->AddAttribute ( OUString::createFromAscii( "oor:package" ), sCdataAttribute, OUString::c… in doExport()
116 Reference < XAttributeList > xAttrList (pAttrList); in doExport()
124 xAttrList = pAttrList = new ::comphelper::AttributeList; in doExport()
125pAttrList->AddAttribute ( sName, sCdataAttribute, OUString::createFromAscii( "Types" ) ); in doExport()
134 xAttrList = pAttrList = new ::comphelper::AttributeList; in doExport()
135 pAttrList->AddAttribute( sName, sCdataAttribute, pFilter->maType ); in doExport()
[all …]
/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/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/idl/source/objects/
H A Dtypes.cxx1019 , pAttrList( NULL ) \
1120 if( nMask & 0x0100 ) rStm << *pAttrList; in Save()
1135 if( !pAttrList ) in GetAttrList()
1136 ((SvMetaType *)this)->pAttrList = new SvMetaAttributeMemberList(); 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()
1899 nC += pAttrList->GetObject( n )->MakeSfx( pAttrArray ); in MakeSfx()
[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()
230pAttrList->AddAttribute ( sSizeAttribute, sCdataAttribute, aBuffer.makeStringAndClear() ); in ManifestExport()
251 uno::Reference < xml::sax::XAttributeList > xAttrList ( pAttrList ); in ManifestExport()
/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/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/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/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/sax/source/expatwrap/
H A Dsax_expat.cxx241 AttributeList *pAttrList; member in sax_expatwrap::SaxExpatParser_Impl
435 m_pImpl->pAttrList = new AttributeList; in SaxExpatParser()
436 m_pImpl->rAttrList = Reference< XAttributeList > ( m_pImpl->pAttrList ); in SaxExpatParser()
788 pImpl->pAttrList->clear(); in callbackStartElement()
792 pImpl->pAttrList->addAttribute( in callbackStartElement()
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx127 SvXMLAttributeList* pAttrList = new SvXMLAttributeList; in MSFilterTracer() local
128pAttrList->AddAttribute( rtl::OUString::createFromAscii( "DocumentURL" ), aDocumentURL ); in MSFilterTracer()
129 uno::Reference < xml::sax::XAttributeList > xAttributeList(pAttrList); in MSFilterTracer()
/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/idl/inc/
H A Dtypes.hxx149 SvMetaAttributeMemberList * pAttrList; member in SvMetaType
189 return pAttrList ? pAttrList->Count() : 0L; in GetAttrCount()
/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/draw/
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()
H A Dshapeexport.cxx535 SvXMLAttributeList* pAttrList /* = NULL */ ) in exportShape() argument
801 ImpExportChartShape(xShape, aShapeInfo.meShapeType, nFeatures, pRefPoint, pAttrList ); in exportShape()
/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()