Home
last modified time | relevance | path

Searched refs:pContentBuffer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx101 pContentBuffer(NULL), in ScXMLTextPContext()
112 if (pContentBuffer) in ~ScXMLTextPContext()
113 delete pContentBuffer; in ~ScXMLTextPContext()
119 if ( !pContentBuffer ) in AddSpaces()
124 pContentBuffer->appendAscii(pChars, nSpaceCount); in AddSpaces()
143 if ( pContentBuffer ) in CreateChildContext()
144 sSetString = pContentBuffer->makeStringAndClear(); in CreateChildContext()
193 if ( !pContentBuffer && sSimpleContent.getLength() == 0 ) in Characters()
197 if ( !pContentBuffer ) in Characters()
199 pContentBuffer->append(rChars); in Characters()
[all …]
H A DXMLTextPContext.hxx40 rtl::OUStringBuffer* pContentBuffer; // used if there's more than one string member in ScXMLTextPContext

Completed in 10 milliseconds