Home
last modified time | relevance | path

Searched refs:FastAttributeList (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/sax/source/tools/
H A Dfastattribs.cxx57 FastAttributeList::FastAttributeList( const ::com::sun::star::uno::Reference< ::com::sun::star::xml… in FastAttributeList() function in sax_fastparser::FastAttributeList
63 FastAttributeList::~FastAttributeList() in ~FastAttributeList()
67 void FastAttributeList::clear() in clear()
74 void FastAttributeList::add( sal_Int32 nToken, const OString& rValue ) in add()
84 void FastAttributeList::addUnknown( const OString& rName, const OString& rValue ) in addUnknown()
90 sal_Bool FastAttributeList::hasAttribute( ::sal_Int32 Token ) throw (RuntimeException) in hasAttribute()
96 sal_Int32 FastAttributeList::getValueToken( ::sal_Int32 Token ) throw (SAXException, RuntimeExcepti… in getValueToken()
120 OUString FastAttributeList::getValue( ::sal_Int32 Token ) throw (SAXException, RuntimeException) in getValue()
131 OUString FastAttributeList::getOptionalValue( ::sal_Int32 Token ) throw (RuntimeException) in getOptionalValue()
142 Sequence< Attribute > FastAttributeList::getUnknownAttributes( ) throw (RuntimeException) in getUnknownAttributes()
[all …]
H A Dfshelper.cxx53 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in startElement()
72 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in singleElement()
96 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in startElementV()
114 FastAttributeList* pAttrList = new FastAttributeList( mxTokenHandler ); in singleElementV()
213 FastAttributeList * FastSerializerHelper::createAttrList() in createAttrList()
215 return new FastAttributeList( mxTokenHandler ); in createAttrList()
/aoo4110/main/oox/source/export/
H A Dvmlexport.cxx130 FastAttributeList *pAttrList = m_pSerializer->createAttrList(); in EnterGroup()
178 static void impl_AddArrowHead( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sa… in impl_AddArrowHead()
198 static void impl_AddArrowLength( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, … in impl_AddArrowLength()
215 static void impl_AddArrowWidth( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, s… in impl_AddArrowWidth()
232 static void impl_AddBool( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, bool bV… in impl_AddBool()
240 static void impl_AddColor( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uI… in impl_AddColor()
283 static void impl_AddInt( sax_fastparser::FastAttributeList *pAttrList, sal_Int32 nElement, sal_uInt… in impl_AddInt()
514 sax_fastparser::FastAttributeList *pAttrList = m_pSerializer->createAttrList(); in Commit()
571 sax_fastparser::FastAttributeList *pAttrList = m_pSerializer->createAttrList(); in Commit()
/aoo4110/main/sax/inc/sax/
H A Dfastattribs.hxx57 class SAX_DLLPUBLIC FastAttributeList : public ::cppu::WeakImplHelper1< ::com::sun::star::xml::sax:… class
60FastAttributeList( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastTokenH…
61 virtual ~FastAttributeList();
H A Dfshelper.hxx98 FastAttributeList *createAttrList();
/aoo4110/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx539 ::sax_fastparser::FastAttributeList *m_pFontsAttrList, *m_pEastAsianLayoutAttrList;
540 ::sax_fastparser::FastAttributeList *m_pCharLangAttrList;
541 ::sax_fastparser::FastAttributeList *m_pSpacingAttrList;
542 ::sax_fastparser::FastAttributeList *m_pHyperlinkAttrList;
H A Ddocxattributeoutput.cxx1037 FastAttributeList* pAttr = pSerializer->createAttrList(); in impl_borderLine()
1962 FastAttributeList* pAttr = m_pSerializer->createAttrList(); in SectionPageNumbering()
2849 FastAttributeList *pTabElementAttrList = pSerializer->createAttrList(); in impl_WriteTabElement()
2988 FastAttributeList *attrList = m_pSerializer->createAttrList( ); in FormatFrameSize()
3041 FastAttributeList *pLRSpaceAttrList = m_pSerializer->createAttrList(); in FormatLRSpace()
3173 FastAttributeList *pColsAttrList = m_pSerializer->createAttrList(); in FormatColumns_Impl()
3202 FastAttributeList *pColAttrList = m_pSerializer->createAttrList(); in FormatColumns_Impl()
/aoo4110/main/unoxml/source/dom/
H A Dnode.hxx72 mxAttribList(new FastAttributeList(i_xTokenHandler)), in Context()
95 ::rtl::Reference<FastAttributeList> mxAttribList;
/aoo4110/main/oox/inc/oox/export/
H A Dvmlexport.hxx43 ::sax_fastparser::FastAttributeList *m_pShapeAttrList;
/aoo4110/main/sax/source/fastparser/
H A Dfastparser.hxx80 ::rtl::Reference< FastAttributeList > mxAttributes;
H A Dfastparser.cxx191 mxAttributes.set( new FastAttributeList( mxTokenHandler ) ); in Entity()

Completed in 172 milliseconds