Searched refs:XMLCharContext (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | XMLCharContext.hxx | 30 class XMLOFF_DLLPUBLIC XMLCharContext : public SvXMLImportContext class 32 XMLCharContext(const XMLCharContext&); 33 void operator =(const XMLCharContext&); 42 XMLCharContext( 49 XMLCharContext( 56 virtual ~XMLCharContext();
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtparai.cxx | 84 TYPEINIT1( XMLCharContext, SvXMLImportContext ); 86 XMLCharContext::XMLCharContext( in XMLCharContext() function in XMLCharContext 124 XMLCharContext::XMLCharContext( in XMLCharContext() function in XMLCharContext 137 XMLCharContext::~XMLCharContext() in ~XMLCharContext() 141 void XMLCharContext::EndElement() in EndElement() 163 void XMLCharContext::InsertControlCharacter(sal_Int16 _nControl) in InsertControlCharacter() 167 void XMLCharContext::InsertString(const ::rtl::OUString& _sString) in InsertString() 1642 pContext = new XMLCharContext( rImport, nPrefix, in CreateChildContext() 1649 pContext = new XMLCharContext( rImport, nPrefix, in CreateChildContext() 1656 pContext = new XMLCharContext( rImport, nPrefix, in CreateChildContext()
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlFixedContent.cxx | 46 class OXMLCharContent : public XMLCharContext 79 : XMLCharContext(rImport,nPrfx,rLName,xAttrList,c,bCount) in OXMLCharContent() 91 : XMLCharContext(rImport,nPrfx,rLName,xAttrList,nControl) in OXMLCharContent()
|
/aoo42x/main/xmloff/ |
H A D | Package_inc.mk | 45 $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/XMLCharContext.hxx,xmloff/XMLCharContext.hx…
|
Completed in 32 milliseconds