Home
last modified time | relevance | path

Searched refs:pTextPContext (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx51 ScXMLTextPContext* pTextPContext);
62 ScXMLTextPContext* pTextPContext) : in ScXMLTextTContext() argument
65 if (pTextPContext) in ScXMLTextTContext()
79 pTextPContext->AddSpaces(nCount); in ScXMLTextTContext()
97 pTextPContext(NULL), in ScXMLTextPContext()
110 if (pTextPContext) in ~ScXMLTextPContext()
111 delete pTextPContext; in ~ScXMLTextPContext()
134 if (!pTextPContext && in CreateChildContext()
140 if (!pTextPContext) in CreateChildContext()
167 pTextPContext = GetScImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
[all …]
H A DXMLTrackedChangesContext.cxx244 SvXMLImportContext* pTextPContext; member in ScXMLChangeTextPContext
1032 pTextPContext(NULL), in ScXMLChangeTextPContext()
1040 if (pTextPContext) in ~ScXMLChangeTextPContext()
1041 delete pTextPContext; in ~ScXMLChangeTextPContext()
1051 if ((nPrefix == XML_NAMESPACE_TEXT) && (IsXMLToken(rLName, XML_S)) && !pTextPContext) in CreateChildContext()
1076 if (!pTextPContext) in CreateChildContext()
1079 pTextPContext = GetScImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
1082 if (pTextPContext) in CreateChildContext()
1085 pTextPContext->Characters(sText.makeStringAndClear()); in CreateChildContext()
1086 pContext = pTextPContext->CreateChildContext(nTempPrefix, rLName, xTempAttrList); in CreateChildContext()
[all …]
H A DXMLTextPContext.hxx36 SvXMLImportContext* pTextPContext; member in ScXMLTextPContext