Searched refs:cNewChar (Results 1 – 3 of 3) sorted by relevance
868 sal_uInt32 cNewChar = 0xFF00; in UserDraw() local872 cNewChar = 0x0192; in UserDraw()882 sal_uInt32 cOldChar = cNewChar; in UserDraw()884 cNewChar = aFontCharMap.GetPrevChar( cNewChar ); in UserDraw()885 if( cOldChar == cNewChar ) in UserDraw()887 aText[ i ] = static_cast<sal_Unicode>(cNewChar); // TODO: support UCS4 samples in UserDraw()
2334 sal_UCS4 cNewChar = pMap->GetChar(); in IMPL_LINK() local2338 cSglStartQuote = cNewChar; in IMPL_LINK()2339 aSglStartExFT.SetText(ChangeStringExt_Impl(cNewChar)); in IMPL_LINK()2342 cSglEndQuote = cNewChar; in IMPL_LINK()2343 aSglEndExFT.SetText(ChangeStringExt_Impl(cNewChar)); in IMPL_LINK()2346 cStartQuote = cNewChar; in IMPL_LINK()2347 aDblStartExFT.SetText(ChangeStringExt_Impl(cNewChar)); in IMPL_LINK()2350 cEndQuote = cNewChar; in IMPL_LINK()2351 aDblEndExFT.SetText(ChangeStringExt_Impl(cNewChar)); in IMPL_LINK()
262 sal_Unicode cNewChar = cChar == (sal_Unicode) 's' ? in GetProposals() local264 aTmp.GetBufferAccess()[0] = cNewChar; in GetProposals()
Completed in 51 milliseconds