Home
last modified time | relevance | path

Searched refs:cChar (Results 1 – 25 of 225) sorted by path

123456789

/trunk/main/basic/source/comp/
H A Dscanner.cxx154 inline bool lclIsWhitespace( sal_Unicode cChar ) in lclIsWhitespace() argument
156 return (cChar == ' ') || (cChar == '\t') || (cChar == '\f'); in lclIsWhitespace()
/trunk/main/connectivity/source/drivers/file/
H A Dquotedstring.cxx49 const sal_Unicode cChar = m_sString.GetChar(i); in GetTokenCount() local
54 if ( cChar == cStrDel ) in GetTokenCount()
64 if ( cChar == cStrDel ) in GetTokenCount()
81 if ( cChar == cTok ) in GetTokenCount()
114 const sal_Unicode cChar = m_sString.GetChar(i); in GetTokenSpecial() local
118 if ( cChar == cStrDel ) in GetTokenSpecial()
136 *pData++ = cChar; // Zeichen gehoert zum Resultat-String in GetTokenSpecial()
143 if ( cChar == cTok ) in GetTokenSpecial()
152 *pData++ = cChar; // Zeichen gehoert zum Resultat-String in GetTokenSpecial()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx693 const sal_Unicode cChar = aStr.GetChar(j); in fetchRow() local
694 if (cDecimalDelimiter && cChar == cDecimalDelimiter) in fetchRow()
697 …else if ( cChar == '.' ) // special case, if decimal seperator isn't '.' we have to put the string… in fetchRow()
699 else if (cThousandDelimiter && cChar == cThousandDelimiter) in fetchRow()
704 *pData++ = cChar; in fetchRow()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx467 sal_Unicode cChar = getLocalizedChar( *pBegin, eTextLanguage ); in convertToLocalizedNumerals() local
468 if( cChar != *pBegin ) in convertToLocalizedNumerals()
469 rStr.SetChar( sal::static_int_cast<sal_uInt16>(pBegin - pBase), cChar ); in convertToLocalizedNumerals()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx77 #define C2U(cChar) ::rtl::OUString::createFromAscii(cChar) argument
H A Dcuicharmap.cxx381 sal_UCS4 cChar = aShowSet.GetSelectCharacter(); in IMPL_LINK() local
383 rtl::OUString aOUStr( &cChar, 1 ); in IMPL_LINK()
487 sal_UCS4 cChar = aShowSet.GetSelectCharacter(); in IMPL_LINK() local
489 rtl::OUString aOUStr( &cChar, 1 ); in IMPL_LINK()
503 sal_UCS4 cChar = aShowSet.GetSelectCharacter(); in IMPL_LINK() local
504 sal_Bool bSelect = (cChar > 0); in IMPL_LINK()
510 aText = rtl::OUString( &cChar, 1 ); in IMPL_LINK()
514 pSubset = pSubsetMap->GetSubsetByUnicode( cChar ); in IMPL_LINK()
528 if( cChar < 0x0100 ) in IMPL_LINK()
544 sal_UCS4 cChar = aShowSet.GetSelectCharacter(); in IMPL_LINK() local
[all …]
H A Dhyphen.cxx436 sal_Unicode cChar = aTxt.GetChar( i ); in GetHyphIndex_Impl() local
437 if ( cChar == CUR_HYPH_POS_CHAR ) in GetHyphIndex_Impl()
439 if ( cChar != HYPH_POS_CHAR ) in GetHyphIndex_Impl()
/trunk/main/cui/source/options/
H A Doptasian.cxx53 #define C2U(cChar) rtl::OUString::createFromAscii(cChar) argument
H A Doptgdlg.cxx109 #define C2U(cChar) OUString::createFromAscii(cChar) argument
H A Doptgenrl.cxx344 sal_Unicode cChar = ( aTxt.Len() > 0 ) ? aTxt.GetChar(0) : ' '; in IMPL_LINK() local
345 aShortStr.SetChar( nPos, cChar ); in IMPL_LINK()
H A Doptinet2.cxx120 #define C2U(cChar) OUString::createFromAscii(cChar) argument
H A Doptlingu.cxx90 #define C2U(cChar) OUString::createFromAscii(cChar) argument
H A Doptsave.cxx70 #define C2U(cChar) OUString::createFromAscii(cChar) argument
71 #define C2S(cChar) String( RTL_CONSTASCII_STRINGPARAM(cChar) ) argument
H A Dtreeopt.cxx148 #define C2U(cChar) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( cChar ) ) argument
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2385 String OfaQuoteTabPage::ChangeStringExt_Impl( sal_UCS4 cChar ) in ChangeStringExt_Impl() argument
2387 if( !cChar ) in ChangeStringExt_Impl()
2392 aStrCodes[0] = cChar; in ChangeStringExt_Impl()
2395 while( (cChar >> (4*nHexLen)) != 0 ) in ChangeStringExt_Impl()
2399 sal_UCS4 cHexDigit = ((cChar >> (4*i)) & 0x0f) + '0'; in ChangeStringExt_Impl()
H A Dchardlg.cxx3811 sal_Unicode cChar = (sal_Unicode) aDlg->GetChar();//CHINA001 aDlg.GetChar(); in SelectCharacter() local
3812 SetBracket( cChar, bStart ); in SelectCharacter()
3837 const sal_Unicode cChar = pBox->GetEntry(i).GetChar(0); in SetBracket() local
3838 if ( cChar == cBracket ) in SetBracket()
H A Dnumpages.cxx89 #define C2U(cChar) OUString::createFromAscii(cChar) argument
602 sal_Unicode cChar = aBulletTypes[pExamplesVS->GetSelectItemId() - 1]; in IMPL_LINK() local
616 aFmt.SetBulletChar(cChar ); in IMPL_LINK()
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx104 sal_Unicode cChar );
383 static sal_Bool IsAutoCorrectChar( sal_Unicode cChar );
385 sal_Bool NeedsHardspaceAutocorr( sal_Unicode cChar );
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx1229 sal_uInt8 GetCharTypeForCompression( xub_Unicode cChar );
H A Dimpedit3.cxx132 sal_uInt8 GetCharTypeForCompression( xub_Unicode cChar ) in GetCharTypeForCompression() argument
134 switch ( cChar ) in GetCharTypeForCompression()
151 return ( ( 0x3040 <= cChar ) && ( 0x3100 > cChar ) ) ? CHAR_KANA : CHAR_NORMAL; in GetCharTypeForCompression()
1015 sal_Unicode cChar = 0; // later: NBS? in CreateLines() local
1019 …String aFieldValue = cChar ? String(cChar) : ((EditCharAttribField*)pNextFeature)->GetFieldValue(); in CreateLines()
1029 pPortion->GetKind() = cChar ? PORTIONKIND_TEXT : PORTIONKIND_FIELD; in CreateLines()
3084 …const sal_Unicode cChar = ( nTmpIdx != aText.Len() && ( nTmpIdx != nTextStart || 0 == nTextStart )… in Paint() local
3088 if ( 0x200B == cChar || 0x2060 == cChar ) in Paint()
3133 if ( 0x200B == cChar ) in Paint()
H A Dtextconv.cxx50 #define C2U(cChar) OUString::createFromAscii(cChar) argument
/trunk/main/editeng/source/items/
H A Dnumitem.cxx761 char cChar = (char)(--nNo % coDiff); in GetCharStrN() local
763 cChar += 'A'; in GetCharStrN()
765 cChar += 'a'; in GetCharStrN()
767 rStr.Fill( (sal_uInt16)(nNo / coDiff) + 1, sal_Unicode(cChar) ); in GetCharStrN()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx41 #define C2U(cChar) OUString::createFromAscii(cChar) argument
H A Dsvxacorr.cxx342 return cChar == '\0' || cChar == '\t' || cChar == 0x0a || in IsAutoCorrectChar()
343 cChar == ' ' || cChar == '\'' || cChar == '\"' || in IsAutoCorrectChar()
344 cChar == '*' || cChar == '_' || in IsAutoCorrectChar()
345 cChar == '.' || cChar == ',' || cChar == ';' || in IsAutoCorrectChar()
346 cChar == ':' || cChar == '?' || cChar == '!' || cChar == '/'; in IsAutoCorrectChar()
351 return cChar == ';' || cChar == ':' || cChar == '?' || cChar == '!' || in NeedsHardspaceAutocorr()
1230 if( cChar ) in AutoCorrect()
1233 if( nInsPos && ' ' == cChar && in AutoCorrect()
1278 cChar != ' ' && cChar != '\t' && cChar != CHAR_HARDBLANK ) in AutoCorrect()
1311 if( '*' == cChar || '_' == cChar ) in AutoCorrect()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibbeam.cxx51 #define C2U(cChar) OUString::createFromAscii(cChar) argument

Completed in 245 milliseconds

123456789