Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx65 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()
176 if (pTextPContext) in CreateChildContext()
188 if (!pTextPContext) in Characters()
208 if (!pTextPContext) in EndElement()
[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()
1076 if (!pTextPContext) in CreateChildContext()
1079 pTextPContext = GetScImport().GetTextImport()->CreateTextChildContext( in CreateChildContext()
1082 if (pTextPContext) in CreateChildContext()
1085 pTextPContext->Characters(sText.makeStringAndClear()); in CreateChildContext()
1098 if (!pTextPContext) in Characters()
1101 pTextPContext->Characters(rChars); in Characters()
[all …]
H A DXMLTextPContext.hxx36 SvXMLImportContext* pTextPContext; member in ScXMLTextPContext

Completed in 31 milliseconds