Home
last modified time | relevance | path

Searched refs:cNewChar (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/control/
H A Dctrlbox.cxx868 sal_uInt32 cNewChar = 0xFF00; in UserDraw() local
872 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()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2334 sal_UCS4 cNewChar = pMap->GetChar(); in IMPL_LINK() local
2338 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()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx262 sal_Unicode cNewChar = cChar == (sal_Unicode) 's' ? in GetProposals() local
264 aTmp.GetBufferAccess()[0] = cNewChar; in GetProposals()

Completed in 31 milliseconds