Searched refs:cOld (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/editeng/source/editeng/ |
H A D | editobj.cxx | 1239 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in StoreData() local 1240 …cConv = ByteString::ConvertFromUnicode( ConvertFontToSubsFontChar( hConv, cOld ), RTL_TEXTENCODING… in StoreData() 1271 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in StoreData() local 1272 …cConv = ByteString::ConvertFromUnicode( ConvertFontToSubsFontChar( hConv, cOld ), RTL_TEXTENCODING… in StoreData() 1484 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in CreateData() local 1485 DBG_ASSERT( cOld >= 0xF000, "cOld not converted?!" ); in CreateData() 1486 sal_Unicode cConv = ConvertFontToSubsFontChar( hConv, cOld ); in CreateData() 1513 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in CreateData() local 1514 DBG_ASSERT( cOld >= 0xF000, "cOld not converted?!" ); in CreateData() 1515 sal_Unicode cConv = ConvertFontToSubsFontChar( hConv, cOld ); in CreateData()
|
/aoo41x/main/rsc/source/tools/ |
H A D | rscchar.cxx | 61 char cOld = '1'; in MakeUTF8() local 62 while( cOld != 0 ) in MakeUTF8() 152 cOld = *pStr; in MakeUTF8()
|
/aoo41x/main/sal/rtl/source/ |
H A D | strtmpl.c | 524 IMPL_RTL_STRCODE cOld, in IMPL_RTL_STRNAME() 529 if ( *pStr == cOld ) in IMPL_RTL_STRNAME() 540 IMPL_RTL_STRCODE cOld, in IMPL_RTL_STRNAME() 545 if ( *pStr == cOld ) in IMPL_RTL_STRNAME() 1289 IMPL_RTL_STRCODE cOld, in IMPL_RTL_STRINGNAME() 1299 if ( *pCharStr == cOld ) in IMPL_RTL_STRINGNAME() 1314 if ( *pCharStr == cOld ) in IMPL_RTL_STRINGNAME()
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 3811 for( sal_uInt32 cOld = 0;;) in getGlyphWidths() local 3814 const sal_uInt32 c = aCharMap.GetNextChar( cOld ); in getGlyphWidths() 3815 if( c == cOld ) in getGlyphWidths() 3817 cOld = c; in getGlyphWidths()
|
Completed in 54 milliseconds