Home
last modified time | relevance | path

Searched refs:sSetString (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sc/source/filter/xml/
H A DXMLTextPContext.cxx142 rtl::OUString sSetString; in CreateChildContext() local
144 sSetString = pContentBuffer->makeStringAndClear(); in CreateChildContext()
146 sSetString = sSimpleContent; in CreateChildContext()
150 sal_Int32 nLength = sSetString.getLength(); in CreateChildContext()
153 sal_Unicode cLast = sSetString.getStr()[ nLength - 1 ]; in CreateChildContext()
161sSetString = sSetString.copy( 0, nLength - 1 ); // remove from the string for SetCursorOnTextImpo… in CreateChildContext()
165 pCellContext->SetCursorOnTextImport( sSetString ); in CreateChildContext()

Completed in 8 milliseconds