Home
last modified time | relevance | path

Searched refs:cChar (Results 26 – 50 of 225) sorted by relevance

123456789

/trunk/main/vcl/inc/os2/
H A Dsalgdi.h61 bool HasChar( sal_uInt32 cChar ) const;
370 inline bool ImplOs2FontData::HasChar( sal_uInt32 cChar ) const in HasChar()
372 if( mpUnicodeMap->HasChar( cChar ) ) in HasChar()
375 if( mbAliasSymbolsLow && ((cChar-0xF000) <= 0xFF) ) in HasChar()
376 cChar -= 0xF000; in HasChar()
377 else if( mbAliasSymbolsHigh && (cChar <= 0xFF) ) in HasChar()
378 cChar += 0xF000; in HasChar()
379 return mpUnicodeMap->HasChar( cChar ); in HasChar()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx665 if ( ( cChar < 0x3001 || cChar > 0x3002 ) && in lcl_WhichPunctuation()
666 ( cChar < 0x3008 || cChar > 0x3011 ) && in lcl_WhichPunctuation()
667 ( cChar < 0x3014 || cChar > 0x301F ) && in lcl_WhichPunctuation()
668 0xFF62 != cChar && 0xFF63 != cChar ) in lcl_WhichPunctuation()
671 else if ( 0x3001 == cChar || 0x3002 == cChar || in lcl_WhichPunctuation()
672 0x3009 == cChar || 0x300B == cChar || in lcl_WhichPunctuation()
673 0x300D == cChar || 0x300F == cChar || in lcl_WhichPunctuation()
674 0x3011 == cChar || 0x3015 == cChar || in lcl_WhichPunctuation()
675 0x3017 == cChar || 0x3019 == cChar || in lcl_WhichPunctuation()
676 0x301B == cChar || 0x301E == cChar || in lcl_WhichPunctuation()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx484 bool ImplOs2FontData::IsGSUBstituted( sal_Ucs cChar ) const in IsGSUBstituted()
486 return( maGsubTable.find( cChar ) != maGsubTable.end() ); in IsGSUBstituted()
574 for( sal_Unicode cChar = pPair[0]; cChar < pPair[1]; ++cChar ) in ReadGsubTable() local
575 if( ::MapChar( pTTFont, cChar, 0 ) != ::MapChar( pTTFont, cChar, 1 ) ) in ReadGsubTable()
576 maGsubTable.insert( cChar ); // insert GSUBbed unicodes in ReadGsubTable()
1600 sal_Unicode cChar = static_cast<sal_Unicode>(aGlyphId); // TODO: sal_UCS4 in CreateFontSubset() local
1602 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
1606 cChar = (cChar & 0xF000) ? (cChar & 0x00FF) : (cChar | 0xF000); in CreateFontSubset()
1607 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
1684 const sal_Ucs cChar = pUnicodes[i]; in GetEmbedFontData() local
[all …]
H A Dos2layout.cxx309 sal_Unicode cChar = rArgs.mpStr[ nCharPos ]; local
314 cChar = ::GetMirroredChar( cChar );
321 sal_Unicode cVert = ::GetVerticalChar( cChar );
323 cChar = cVert;
328 pRewrittenStr[ mnGlyphCount ] = cChar;
536 sal_Unicode cChar = (sal_Unicode)(aGlyphId & GF_IDXMASK); local
539 && mrOs2FontData.IsGSUBstituted( cChar ) )
544 aGlyphId |= GetVerticalFlags( cChar );
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx88 sal_uInt8 cChar = *pnChar & 0x7F; in lclGetKey() local
93 if( cChar & 1 ) nKey ^= nKeyBase; in lclGetKey()
94 cChar >>= 1; in lclGetKey()
113 sal_uInt16 cChar = *pnChar; in lclGetHash() local
115 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash()
116 nHash ^= cChar; in lclGetHash()
236 const sal_uInt8 cChar = *pnData ^ *pnCurrKey; in Decode() local
237 if (*pnData && cChar) in Decode()
238 *pnData = cChar; in Decode()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h66 bool HasChar( sal_uInt32 cChar ) const;
401 inline bool ImplWinFontData::HasChar( sal_uInt32 cChar ) const in HasChar()
403 if( mpUnicodeMap->HasChar( cChar ) ) in HasChar()
406 if( mbAliasSymbolsLow && ((cChar-0xF000) <= 0xFF) ) in HasChar()
407 cChar -= 0xF000; in HasChar()
408 else if( mbAliasSymbolsHigh && (cChar <= 0xFF) ) in HasChar()
409 cChar += 0xF000; in HasChar()
412 return mpUnicodeMap->HasChar( cChar ); in HasChar()
/trunk/main/starmath/source/
H A Dtypes.cxx31 sal_Unicode ConvertMathPrivateUseAreaToUnicode( sal_Unicode cChar ) in ConvertMathPrivateUseAreaToUnicode() argument
33 sal_Unicode cRes = cChar; in ConvertMathPrivateUseAreaToUnicode()
34 if (IsInPrivateUseArea( cChar )) in ConvertMathPrivateUseAreaToUnicode()
43 sal_Unicode ConvertMathToMathML( sal_Unicode cChar ) in ConvertMathToMathML() argument
45 sal_Unicode cRes = ConvertMathPrivateUseAreaToUnicode( cChar ); in ConvertMathToMathML()
/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx74 sal_Unicode cChar = rNewGroupName.GetChar(i); in lcl_CheckFileName() local
75 if( (cChar >= 'A' && cChar <= 'Z') || in lcl_CheckFileName()
76 (cChar >= 'a' && cChar <= 'z') || in lcl_CheckFileName()
77 (cChar >= '0' && cChar <= '9') || in lcl_CheckFileName()
78 cChar == '_' || cChar == 0x20 ) in lcl_CheckFileName()
80 sRet += cChar; in lcl_CheckFileName()
/trunk/main/svl/inc/svl/
H A Dlngmisc.hxx44 inline sal_Bool IsHyphen( sal_Unicode cChar ) in IsHyphen() argument
46 return cChar == SVT_SOFT_HYPHEN || cChar == SVT_HARD_HYPHEN; in IsHyphen()
50 inline sal_Bool IsControlChar( sal_Unicode cChar ) in IsControlChar() argument
52 return cChar < (sal_Unicode) ' '; in IsControlChar()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx388 inline bool IsControlChar( sal_UCS4 cChar ) in IsControlChar() argument
391 if( (0x0001 <= cChar) && (cChar <= 0x001F) ) in IsControlChar()
394 if( (0x200E <= cChar) && (cChar <= 0x200F) ) in IsControlChar()
396 if( (0x2028 <= cChar) && (cChar <= 0x202E) ) in IsControlChar()
399 if( (0x206A <= cChar) && (cChar <= 0x206F) ) in IsControlChar()
401 if( (0x2060 == cChar) ) in IsControlChar()
404 if( (cChar == 0xFEFF) || (cChar == 0xFFFE) || (cChar == 0xFFFF) ) in IsControlChar()
407 if( (0xFE00 <= cChar) && (cChar <= 0xFE0F) ) in IsControlChar()
409 if( (0xE0100 <= cChar) && (cChar <= 0xE01EF) ) in IsControlChar()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx160 sal_Unicode cChar = aTmp.GetChar( 0 ); in GetSpellFailure() local
161 if (cChar == (sal_Unicode) 's' || cChar == (sal_Unicode) 'S') in GetSpellFailure()
259 sal_Unicode cChar = aTmp.GetChar( 0 ); in GetProposals() local
260 if (cChar == (sal_Unicode) 's' || cChar == (sal_Unicode) 'S') in GetProposals()
262 sal_Unicode cNewChar = cChar == (sal_Unicode) 's' ? in GetProposals()
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx579 sal_Unicode cChar = rKEvt.GetCharCode(); in KeyInput() local
584 if( cChar == sal_Unicode( '/' ) || cChar == sal_Unicode( ' ' ) ) in KeyInput()
587 if( cChar == sal_Unicode( ':' ) || cChar == sal_Unicode( '\\' ) || in KeyInput()
588 cChar == sal_Unicode( '.' ) || cChar == sal_Unicode( ' ' ) ) in KeyInput()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx956 sal_Unicode cChar = aBuffer.charAt( nIndex ); in getRot13() local
957 if( ((cChar >= 'a') && (cChar <= 'z') && ((cChar += 13) > 'z')) || in getRot13()
958 ((cChar >= 'A') && (cChar <= 'Z') && ((cChar += 13) > 'Z')) ) in getRot13()
959 cChar -= 26; in getRot13()
960 aBuffer.setCharAt( nIndex, cChar ); in getRot13()
/trunk/main/oox/source/helper/
H A Dattributelist.cxx58 sal_Unicode cChar = 0; in lclGetXChar() local
63 lclAddHexDigit( cChar, rpcStr[ 2 ], 12 ) && in lclGetXChar()
64 lclAddHexDigit( cChar, rpcStr[ 3 ], 8 ) && in lclGetXChar()
65 lclAddHexDigit( cChar, rpcStr[ 4 ], 4 ) && in lclGetXChar()
66 lclAddHexDigit( cChar, rpcStr[ 5 ], 0 ) ) in lclGetXChar()
69 return cChar; in lclGetXChar()
/trunk/main/idl/inc/
H A Dlex.hxx50 char cChar; member
99 char GetChar() const { return cChar; } in GetChar()
121 : nType( SVTOKEN_CHAR ), cChar( c ) {} in SvToken()
225 sal_Bool Read( char cChar ) in Read() argument
228 && cChar == pCurToken->GetChar() ) in Read()
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx78 sal_uInt8 cChar = *pnChar & 0x7F; in lclGetKey() local
83 if( cChar & 1 ) nKey ^= nKeyBase; in lclGetKey()
84 cChar >>= 1; in lclGetKey()
103 sal_uInt16 cChar = *pnChar; in lclGetHash() local
105 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash()
106 nHash ^= cChar; in lclGetHash()
/trunk/main/sw/inc/
H A Dunomid.h26 #define C2S(cChar) String::CreateFromAscii( cChar ) argument
27 #define C2U(cChar) rtl::OUString::createFromAscii( cChar ) argument
/trunk/main/stoc/test/
H A Dtestiadapter.cxx121 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
131 rData.Char = cChar; in assign()
148 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
159 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
174 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte,
678 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() argument
691 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues()
696 test::TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2() argument
709 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues2()
715 test::TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues() argument
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibmod.cxx51 #define C2U(cChar) OUString::createFromAscii(cChar) argument
52 #define C2S(cChar) String::CreateFromAscii(cChar) argument
/trunk/main/sw/source/core/inc/
H A Dacorrect.hxx93 const String& rExceptWord, sal_Unicode cChar );
102 sal_Unicode cChar; member in SwAutoCorrExceptWord
110 cChar(cChr), eLanguage(eLang), bDeleted(sal_False) in SwAutoCorrExceptWord()
114 void CheckChar( const SwPosition& rPos, sal_Unicode cChar );
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx754 sal_Unicode cChar = sNumStr.GetChar(0); in BuildAnlvBulletBase() local
755 if ( (eChrSet == RTL_TEXTENCODING_SYMBOL) && (cChar >= 0xF000) && ( in BuildAnlvBulletBase()
756 cChar <= 0xF0FF) ) in BuildAnlvBulletBase()
758 *rpCh = static_cast< sal_uInt8 >(cChar - 0xF000); in BuildAnlvBulletBase()
761 *rpCh = ByteString::ConvertFromUnicode(cChar, eChrSet); in BuildAnlvBulletBase()
804 sal_Unicode cChar = rNumStr.GetChar(0); in SubstituteBullet() local
805 String sFont = pConvert->ConvertChar(cChar); in SubstituteBullet()
809 rNumStr = static_cast< sal_Unicode >(cChar | 0xF000); in SubstituteBullet()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx222 sal_Unicode cChar = aGroupName[nPos]; in insertNewByName() local
223 if( ((cChar >= 'A') && (cChar <= 'Z')) || in insertNewByName()
224 ((cChar >= 'a') && (cChar <= 'z')) || in insertNewByName()
225 ((cChar >= '0') && (cChar <= '9')) || in insertNewByName()
226 (cChar == '_') || in insertNewByName()
227 (cChar == 0x20) || in insertNewByName()
228 (cChar == GLOS_DELIM) ) in insertNewByName()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1204 bool ImplWinFontData::IsGSUBstituted( sal_UCS4 cChar ) const in IsGSUBstituted()
1206 return( maGsubTable.find( cChar ) != maGsubTable.end() ); in IsGSUBstituted()
1294 for( sal_Unicode cChar = pPair[0]; cChar < pPair[1]; ++cChar ) in ReadGsubTable() local
1295 if( ::MapChar( pTTFont, cChar, 0 ) != ::MapChar( pTTFont, cChar, 1 ) ) in ReadGsubTable()
1296 maGsubTable.insert( cChar ); // insert GSUBbed unicodes in ReadGsubTable()
2810 sal_Unicode cChar = static_cast<sal_Unicode>(aGlyphId); // TODO: sal_UCS4 in CreateFontSubset() local
2812 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
2816 cChar = (cChar & 0xF000) ? (cChar & 0x00FF) : (cChar | 0xF000); in CreateFontSubset()
2817 aGlyphId = ::MapChar( aSftTTF.get(), cChar, bVertical ); in CreateFontSubset()
2902 const sal_Unicode cChar = pUnicodes[i]; in GetEmbedFontData() local
[all …]
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx78 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
88 rData.Char = cChar; in assign()
105 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
176 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte,
555 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() argument
568 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues()
573 TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2() argument
586 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues2()
597 TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues() argument
[all …]
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx656 sal_Unicode cChar; in DoTable() local
659 ( '+' != ( cChar = rTmp.GetChar( nSttPlus )) && '|' != cChar ) || in DoTable()
660 ( '+' != ( cChar = rTmp.GetChar( nEndPlus - 1)) && '|' != cChar )) in DoTable()
1925 sal_Unicode cChar = 0; in AutoCorrect() local
1935 if( ( ( bReplaceQuote && '\"' == cChar ) || in AutoCorrect()
1936 ( bReplaceSglQuote && '\'' == cChar ) ) && in AutoCorrect()
1950 nPos, cChar, sal_True )); in AutoCorrect()
1985 switch( cChar = pTxt->GetChar( nPos ) ) in AutoCorrect()
1989 if( ( cChar == '\"' && bReplaceQuote ) || ( cChar == '\'' && bReplaceSglQuote ) ) in AutoCorrect()
2001 nPos, cChar, sal_False )); in AutoCorrect()
[all …]

Completed in 160 milliseconds

123456789