Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx547 void XclExpString::CharsToBuffer( const sal_Unicode* pcSource, sal_Int32 nBegin, sal_Int32 nLen ) in CharsToBuffer() function in XclExpString
564 void XclExpString::CharsToBuffer( const sal_Char* pcSource, sal_Int32 nBegin, sal_Int32 nLen ) in CharsToBuffer() function in XclExpString
606 CharsToBuffer( pcSource, 0, mnLen ); in Build()
612 CharsToBuffer( pcSource, 0, mnLen ); in Build()
631 CharsToBuffer( pcSource, nOldLen, mnLen - nOldLen ); in BuildAppend()
642 CharsToBuffer( pcSource, nOldLen, mnLen - nOldLen ); in BuildAppend()
/trunk/main/sc/source/filter/inc/
H A Dxestring.hxx263 …void CharsToBuffer( const sal_Unicode* pcSource, sal_Int32 nBegin, sal_Int32 nLen );
267 void CharsToBuffer( const sal_Char* pcSource, sal_Int32 nBegin, sal_Int32 nLen );

Completed in 17 milliseconds