Searched refs:XMLStringBufferImportContext (Results 1 – 9 of 9) sorted by relevance
/trunk/main/xmloff/source/text/ |
H A D | XMLStringBufferImportContext.cxx | 39 TYPEINIT1(XMLStringBufferImportContext, SvXMLImportContext); 41 XMLStringBufferImportContext::XMLStringBufferImportContext( in XMLStringBufferImportContext() function in XMLStringBufferImportContext 51 XMLStringBufferImportContext::~XMLStringBufferImportContext() in ~XMLStringBufferImportContext() 55 SvXMLImportContext *XMLStringBufferImportContext::CreateChildContext( in CreateChildContext() 60 return new XMLStringBufferImportContext(GetImport(), nPrefix, in CreateChildContext() 64 void XMLStringBufferImportContext::Characters( in Characters() 70 void XMLStringBufferImportContext::EndElement() in EndElement()
|
H A D | XMLChangeInfoContext.cxx | 77 pContext = new XMLStringBufferImportContext(GetImport(), nPrefix, in CreateChildContext() 80 pContext = new XMLStringBufferImportContext(GetImport(), nPrefix, in CreateChildContext() 86 pContext = new XMLStringBufferImportContext(GetImport(), nPrefix, in CreateChildContext()
|
H A D | txtfldi.cxx | 3677 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aAuthorBuffer); in CreateChildContext() 3682 new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aDateBuffer); in CreateChildContext() 3691 … new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, aInitialsBuffer); in CreateChildContext() 3724 … pContext = new XMLStringBufferImportContext(GetImport(), nPrefix, rLocalName, aTextBuffer); in CreateChildContext()
|
/trunk/main/xmloff/inc/ |
H A D | XMLStringBufferImportContext.hxx | 39 class XMLStringBufferImportContext : public SvXMLImportContext class 47 XMLStringBufferImportContext( 53 virtual ~XMLStringBufferImportContext();
|
/trunk/main/xmloff/source/draw/ |
H A D | layerimp.cxx | 108 return new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, sTitleBuffer); in CreateChildContext() 112 return new XMLStringBufferImportContext( GetImport(), nPrefix, rLocalName, sDescriptionBuffer); in CreateChildContext()
|
H A D | XMLImageMapContext.cxx | 265 return new XMLStringBufferImportContext( in CreateChildContext() 271 return new XMLStringBufferImportContext( in CreateChildContext()
|
H A D | ximppage.cxx | 149 … pContext = new XMLStringBufferImportContext(GetImport(), nPrefix, rLocalName, maAuthorBuffer); in CreateChildContext() 151 pContext = new XMLStringBufferImportContext(GetImport(), nPrefix, rLocalName, maDateBuffer); in CreateChildContext()
|
/trunk/main/xmloff/ |
H A D | Library_xo.mk | 335 xmloff/source/text/XMLStringBufferImportContext \
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 1237 return new XMLStringBufferImportContext( in CreateChildContext()
|
Completed in 72 milliseconds