Home
last modified time | relevance | path

Searched refs:aTempBuf (Results 1 – 8 of 8) sorted by path

/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx207 uno::Sequence < sal_Int8 > aTempBuf ( aSequence.getConstArray(), nRead ); in CopyInputToOutput() local
208 xOutput->writeBytes ( aTempBuf ); in CopyInputToOutput()
/trunk/main/comphelper/source/streaming/
H A Dseekableinput.cxx50 uno::Sequence< sal_Int8 > aTempBuf( aSequence.getConstArray(), nRead ); in copyInputToOutput_Impl() local
51 xOut->writeBytes( aTempBuf ); in copyInputToOutput_Impl()
/trunk/main/sal/textenc/
H A Dtcvtbyte.c722 sal_Char aTempBuf[IMPL_MAX_REPLACECHAR+2]; in ImplUnicodeToChar() local
735 aTempBuf[0] = (sal_Char)c; in ImplUnicodeToChar()
740 n = ImplConvertUnicodeCharToChar( pConvertData, c, aTempBuf ); in ImplUnicodeToChar()
749 pConvertData, cTemp, aTempBuf ); in ImplUnicodeToChar()
762 pConvertData, *pReplace, aTempBuf + n ); in ImplUnicodeToChar()
800 *pDestBuf++ = aTempBuf[i]; in ImplUnicodeToChar()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1568 uno::Sequence<sal_Int8> aTempBuf( aSequence.getConstArray(), nRead ); in lcl_CopyStreamElement() local
1569 xOutput->writeBytes( aTempBuf ); in lcl_CopyStreamElement()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx2038 Sequence < sal_Int8 > aTempBuf ( aSequence.getConstArray(), nRead ); in Transfer_Impl() local
2039 rOutStream->writeBytes ( aTempBuf ); in Transfer_Impl()
/trunk/main/tools/source/string/
H A Dstrcvt.cxx271 sal_Unicode aTempBuf[256]; in ImplGet1ByteConvertTab() local
275 aTempBuf, 256, in ImplGet1ByteConvertTab()
287 aTempBuf, 256, in ImplGet1ByteConvertTab()
295 aTempBuf, 256, in ImplGet1ByteConvertTab()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1278 sal_Unicode aTempBuf[64]; in ImplAddUNum() local
1279 sal_Unicode* pTempBuf = aTempBuf; in ImplAddUNum()
1295 while ( pTempBuf != aTempBuf ); in ImplAddUNum()
1304 sal_Unicode aTempBuf[64]; in ImplAddUNum() local
1305 sal_Unicode* pTempBuf = aTempBuf; in ImplAddUNum()
1330 while ( pTempBuf != aTempBuf ); in ImplAddUNum()
/trunk/main/vcl/source/control/
H A Dfield2.cxx94 sal_Unicode aTempBuf[30]; in ImplAddNum() local
95 sal_Unicode* pTempBuf = aTempBuf; in ImplAddNum()
121 while ( pTempBuf != aTempBuf ); in ImplAddNum()

Completed in 87 milliseconds