Home
last modified time | relevance | path

Searched refs:cChar (Results 176 – 200 of 225) sorted by relevance

123456789

/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()
/trunk/main/i18npool/inc/
H A Dinputsequencechecker.hxx81 sal_Char* SAL_CALL getLanguageByScripType(sal_Unicode cChar, sal_Unicode nChar);
/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx58 #define C2U(cChar) OUString::createFromAscii(cChar) argument
/trunk/main/svtools/inc/svtools/
H A Dhtmlout.hxx72 SVT_DLLPUBLIC static SvStream& Out_Char( SvStream&, sal_Unicode cChar,
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx340 rtl_TextEncoding getScriptClass(sal_Unicode cChar) in getScriptClass() argument
361 return unicode::getUnicodeScriptType(cChar, aScripts, in getScriptClass()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx3340 sal_Unicode cChar = rText[nPos]; in exportText() local
3344 switch( cChar ) in exportText()
3364 if( cChar < 0x0020 ) in exportText()
3368 cChar >= 0x0020, in exportText()
3412 switch( cChar ) in exportText()
/trunk/main/sw/inc/
H A Ddocstyle.hxx51 void Append( char cChar, const String& rStr );
/trunk/main/linguistic/source/
H A Dgciterator.cxx138 static bool lcl_IsWhiteSpace( sal_Unicode cChar ) in lcl_IsWhiteSpace() argument
143 if (cChar == aWhiteSpaces[i]) in lcl_IsWhiteSpace()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx70 #define C2U(cChar) OUString::createFromAscii(cChar) argument
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx352 sal_Unicode cChar = aColTxt.GetBuffer()[i]; in lcl_GetCellPosition() local
353 if ('A' <= cChar && cChar <= 'Z') in lcl_GetCellPosition()
354 nColIdx = nColIdx + (cChar - 'A'); in lcl_GetCellPosition()
355 else if ('a' <= cChar && cChar <= 'z') in lcl_GetCellPosition()
356 nColIdx = nColIdx + (26 + cChar - 'a'); in lcl_GetCellPosition()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx71 #define C2S(cChar) String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(cChar)) argument
74 #define C2U(cChar) rtl::OUString::createFromAscii(cChar) argument
417 sal_Unicode cChar = static_cast< unsigned char >( *pcCurrChar++ ); in lclCreateOUString() local
418 cChar |= (static_cast< unsigned char >( *pcCurrChar++ ) << 8); in lclCreateOUString()
419 aBuffer.setCharAt( nChar, cChar ); in lclCreateOUString()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx55 #define C2U(cChar) ::rtl::OUString::createFromAscii(cChar) argument
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx165 void lclInsertCharacter( EditView* pTableView, EditView* pTopView, sal_Unicode cChar ) in lclInsertCharacter() argument
167 String aString( cChar ); in lclInsertCharacter()
H A Dformatsh.cxx1050 sal_Unicode cChar = aCode.GetChar(nCount); in ExecuteNumFormat() local
1052 if(cChar == sal_Unicode(',')) in ExecuteNumFormat()
1060 sTmpStr += cChar; in ExecuteNumFormat()
/trunk/main/sal/textenc/
H A Dtenchelp.h201 sal_Unicode ImplGetUndefinedUnicodeChar(sal_uChar cChar, sal_uInt32 nFlags);
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx1073 sal_Unicode cChar = i_rString[ i ]; in mirrorString() local
1074 aRet.append( m_aMirrorMap[cChar] ); in mirrorString()
/trunk/main/unotools/source/config/
H A Dconfigitem.cxx59 #define C2U(cChar) OUString::createFromAscii(cChar) argument
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1734 void SwWrtShell::AutoCorrect( SvxAutoCorrect& rACorr, sal_Unicode cChar ) in AutoCorrect() argument
1749 SwEditShell::AutoCorrect( rACorr, IsInsMode(), cChar ); in AutoCorrect()
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx227 const xub_Unicode cChar );
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1362 static sal_uInt32 getGlyph12(const sal_uInt8 *pCmap, sal_uInt32 cChar) { in getGlyph12() argument
1378 if( cChar < cStart ) in getGlyph12()
1380 else if( cChar > cLast ) in getGlyph12()
1384 nGlyph += cChar - cStart; in getGlyph12()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java350 char cChar, in setValues() argument
370 _char = cChar; in setValues()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx759 sal_Unicode cChar = '\0'; in FlushInBuffer() local
771 cChar = aInBuffer.GetChar(k); in FlushInBuffer()
772 … = static_cast<xub_StrLen>(xISC->correctInputSequence( aNewText, nTmpPos - 1, cChar, nCheckMode )); in FlushInBuffer()
804 cChar = aInBuffer.GetChar(k); in FlushInBuffer()
805 if (xISC->checkInputSequence( aNewText, nTmpPos - 1, cChar, nCheckMode )) in FlushInBuffer()
808 aNewText += rtl::OUString( (sal_Unicode) cChar ); in FlushInBuffer()
/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/sw/source/core/txtnode/
H A Dndtxt.cxx3184 const xub_Unicode cChar = CH_TXTATR_BREAKWORD; in GetExpandTxt() local
3186 SwScriptInfo::MaskHiddenRanges( *this, sTmpText, 0, sTmpText.Len(), cChar ); in GetExpandTxt()
3299 if ( cChar == rDestNd.GetTxt().GetChar( aDestIdx.GetIndex() ) ) in GetExpandTxt()
3303 cChar == rDestNd.GetTxt().GetChar( ++nIndex ) ) in GetExpandTxt()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx192 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
202 rData.Char = cChar; in assign()

Completed in 286 milliseconds

123456789