Searched refs:cNew (Results 1 – 6 of 6) sorted by relevance
525 IMPL_RTL_STRCODE cNew ) in IMPL_RTL_STRNAME()530 *pStr = cNew; in IMPL_RTL_STRNAME()541 IMPL_RTL_STRCODE cNew ) in IMPL_RTL_STRNAME()546 *pStr = cNew; in IMPL_RTL_STRNAME()1290 IMPL_RTL_STRCODE cNew ) in IMPL_RTL_STRINGNAME()1307 *pNewCharStr = cNew; in IMPL_RTL_STRINGNAME()1315 *pNewCharStr = cNew; in IMPL_RTL_STRINGNAME()
1388 sal_Unicode cNew = RecodeChar( cOrig ); in RecodeString() local1389 if( cOrig != cNew ) in RecodeString()1390 rStr.SetChar( nIndex, cNew ); in RecodeString()
683 inline void SetTabDecimal( const xub_Unicode cNew ) { cTabDecimal = cNew;} in SetTabDecimal() argument690 inline void SetHookChar( const xub_Unicode cNew ) { cHookChar = cNew; } in SetHookChar() argument
1784 sal_Unicode cNew = c; in ConvStarBatsCharToStarSymbol() local1794 cNew = ConvertFontToSubsFontChar( mpImpl->hBatsFontConv, c ); in ConvStarBatsCharToStarSymbol()1797 return cNew; in ConvStarBatsCharToStarSymbol()1802 sal_Unicode cNew = c; in ConvStarMathCharToStarSymbol() local1812 cNew = ConvertFontToSubsFontChar( mpImpl->hMathFontConv, c ); in ConvStarMathCharToStarSymbol()1815 return cNew; in ConvStarMathCharToStarSymbol()
57 void SelectCharacter( sal_uInt32 cNew, sal_Bool bFocus = sal_False );
614 void SvxShowCharSet::SelectCharacter( sal_UCS4 cNew, sal_Bool bFocus ) in SelectCharacter() argument617 sal_UCS4 cNext = maFontCharMap.GetNextChar( cNew - 1 ); in SelectCharacter()
Completed in 67 milliseconds