Home
last modified time | relevance | path

Searched refs:cRet (Results 1 – 8 of 8) sorted by relevance

/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1616 return cRet; in readUnicodeChar()
1937 sal_Unicode cRet = 0; in getEscapeChar() local
1942 cRet = 0x0009; in getEscapeChar()
1945 cRet = 0x000a; in getEscapeChar()
1948 cRet = 0x000c; in getEscapeChar()
1951 cRet = 0x000d; in getEscapeChar()
1954 cRet = '\\'; in getEscapeChar()
1968 cRet = 16 * cRet + nDigitVal; in getEscapeChar()
1982 cRet = c; in getEscapeChar()
1985 return cRet; in getEscapeChar()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgraphic.cxx219 ::sal_Int8 cRet = graphic::GraphicType::EMPTY; in getType()
222cRet = ( ( mpGraphic->GetType() == GRAPHIC_BITMAP ) ? graphic::GraphicType::PIXEL : graphic::Graph… in getType()
224 return cRet; in getType()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1114 sal_Unicode cRet = bSttQuote ? ( '\"' == cInsChar in GetQuote() local
1120 if( !cRet ) in GetQuote()
1124 cRet = cInsChar; in GetQuote()
1135 cRet = sRet.Len() ? sRet.GetChar( 0 ) : cInsChar; in GetQuote()
1138 return cRet; in GetQuote()
1146 sal_Unicode cRet = GetQuote( cInsChar, bSttQuote, eLang ); in InsertQuote() local
1159 sChg = cRet; in InsertQuote()
1194 sal_Unicode cRet = GetQuote( cInsChar, bSttQuote, eLang ); in GetQuote() local
1196 String sRet( cRet ); in GetQuote()
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx306 sal_Unicode cRet = '\t'; in GetDelimChar() local
311 cRet = aTmp.GetChar( 0 ); in GetDelimChar()
313 return cRet; in GetDelimChar()
/trunk/main/svtools/source/svhtml/
H A Dhtmlkywd.cxx596 sal_Unicode cRet = 0; in GetHTMLCharName() local
607 cRet = ((HTML_CharEntry*)pFound)->cChar; in GetHTMLCharName()
608 return cRet; in GetHTMLCharName()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx67 sal_Unicode cRet; in operator []() local
72 cRet = ByteString::ConvertToUnicode( cRead, RTL_TEXTENCODING_MS_1252 ); in operator []()
75 cRet = ' '; in operator []()
76 return cRet; in operator []()
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx828 sal_Unicode cRet = (sal_Unicode)toHyper( rVal, 0, 0xffff ); // range in convertToSimpleType() local
829 aRet.setValue( &cRet, ::getCharCppuType() ); in convertToSimpleType()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx3312 sal_Unicode cRet = CH_TXTATR_BREAKWORD; in GetCharOfTxtAttr() local
3321 cRet = CH_TXTATR_INWORD; in GetCharOfTxtAttr()
3327 cRet = CH_TXTATR_BREAKWORD; in GetCharOfTxtAttr()
3335 return cRet; in GetCharOfTxtAttr()

Completed in 84 milliseconds