Searched refs:pStrBuf (Results 1 – 3 of 3) sorted by relevance
66 std::vector< sal_Unicode > pStrBuf(nLen+1,0); in CanvasFont() local67 std::copy(pStr,pStr+nLen,&pStrBuf[0]); in CanvasFont()69 mpFontFamily.reset( new Gdiplus::FontFamily(reinterpret_cast<LPCWSTR>(&pStrBuf[0]),NULL) ); in CanvasFont()
352 sal_Unicode* pStrBuf = rBuf.AllocBuffer( xub_StrLen( in GetSelectedText() local356 aStream.Read( pStrBuf, lLen ); in GetSelectedText()357 pStrBuf[ lLen / sizeof( sal_Unicode ) ] = '\0'; in GetSelectedText()
254 sal_Unicode *const pStrBuf = in GetTextFromPam() local256 aStream.Read( pStrBuf, 2 * nLocalLen ); in GetTextFromPam()257 pStrBuf[ nLocalLen ] = '\0'; in GetTextFromPam()258 aStrBuffer.append( pStrBuf, nLocalLen ); in GetTextFromPam()
Completed in 32 milliseconds