Home
last modified time | relevance | path

Searched refs:cOld (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditobj.cxx1239 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()
1491 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in CreateData() local
1492 DBG_ASSERT( cOld >= 0xF000, "cOld not converted?!" ); in CreateData()
1493 sal_Unicode cConv = ConvertFontToSubsFontChar( hConv, cOld ); in CreateData()
1520 sal_Unicode cOld = pC->GetText().GetChar( nChar ); in CreateData() local
1521 DBG_ASSERT( cOld >= 0xF000, "cOld not converted?!" ); in CreateData()
1522 sal_Unicode cConv = ConvertFontToSubsFontChar( hConv, cOld ); in CreateData()
/trunk/main/rsc/source/tools/
H A Drscchar.cxx61 char cOld = '1'; in MakeUTF8() local
62 while( cOld != 0 ) in MakeUTF8()
152 cOld = *pStr; in MakeUTF8()
/trunk/main/sal/rtl/source/
H A Dstrtmpl.c524 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx3811 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 51 milliseconds