Lines Matching refs:XMLAxisOOoContext
41 class XMLAxisOOoContext : public XMLPersElemContentTContext class
46 XMLAxisOOoContext( XMLTransformerBase& rTransformer,
48 ~XMLAxisOOoContext();
58 TYPEINIT1( XMLAxisOOoContext, XMLPersElemContentTContext );
60 XMLAxisOOoContext::XMLAxisOOoContext( in XMLAxisOOoContext() function in XMLAxisOOoContext
67 XMLAxisOOoContext::~XMLAxisOOoContext() in ~XMLAxisOOoContext()
70 void XMLAxisOOoContext::StartElement( in StartElement()
129 bool XMLAxisOOoContext::IsCategoryAxis() const in IsCategoryAxis()
157 XMLAxisOOoContext * pAxisContext( new XMLAxisOOoContext( GetTransformer(), rQName )); in CreateChildContext()
173 XMLAxisOOoContext * pAxisContext = (*aIter).get(); in CreateChildContext()
217 void XMLChartPlotAreaOOoTContext::AddContent( XMLAxisOOoContext *pContext ) in AddContent()