Searched refs:nXmlNamespace (Results 1 – 4 of 4) sorted by relevance
/trunk/main/oox/source/export/ |
H A D | shapes.cxx | 347 ShapeExport::ShapeExport( sal_Int32 nXmlNamespace, FSHelperPtr pFS, ::oox::core::XmlFilterBase* pFB… in ShapeExport() argument 349 , mnXmlNamespace( nXmlNamespace ) in ShapeExport() 363 ShapeExport& ShapeExport::SetXmlNamespace( sal_Int32 nXmlNamespace ) in SetXmlNamespace() argument 365 mnXmlNamespace = nXmlNamespace; in SetXmlNamespace()
|
H A D | drawingml.cxx | 556 …:WriteBlipFill( Reference< XPropertySet > rXPropSet, String sURLPropName, sal_Int32 nXmlNamespace ) in WriteBlipFill() argument 567 mpFS->startElementNS( nXmlNamespace , XML_blipFill, FSEND ); in WriteBlipFill() 581 mpFS->endElementNS( nXmlNamespace, XML_blipFill ); in WriteBlipFill()
|
/trunk/main/oox/inc/oox/export/ |
H A D | shapes.hxx | 74 …ShapeExport( sal_Int32 nXmlNamespace, ::sax_fastparser::FSHelperPtr pFS, ::oox::core::XmlFilterBas… 78 ShapeExport& SetXmlNamespace( sal_Int32 nXmlNamespace );
|
H A D | drawingml.hxx | 97 … ::com::sun::star::beans::XPropertySet > rXPropSet, String sURLPropName, sal_Int32 nXmlNamespace );
|
Completed in 35 milliseconds