Home
last modified time | relevance | path

Searched refs:cChar (Results 76 – 100 of 225) sorted by relevance

123456789

/trunk/main/starmath/inc/
H A Dsymbol.hxx87 SmSym(const String& rName, const Font& rFont, sal_UCS4 cChar,
98 void SetCharacter( sal_UCS4 cChar ) { m_cChar = cChar; } in SetCharacter() argument
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx298 sal_UCS4 cChar = rKEvt.GetCharCode(); in KeyInput() local
299 sal_UCS4 cNext = maFontCharMap.GetNextChar( cChar - 1 ); in KeyInput()
301 if( tmpSelected < 0 || (cChar != cNext) ) in KeyInput()
735 const Subset* SubsetMap::GetSubsetByUnicode( sal_UCS4 cChar ) const in GetSubsetByUnicode()
739 if( (s->GetRangeMin() <= cChar) && (cChar <= s->GetRangeMax()) ) in GetSubsetByUnicode()
H A Drubydialog.cxx62 #define C2U(cChar) rtl::OUString::createFromAscii(cChar) argument
944 sal_Unicode cChar = sOutputText.GetChar(i); in Paint() local
945 DrawText( Point( nLeftStart , nYOutput), cChar); in Paint()
946 long nCharWidth = GetTextWidth(cChar); in Paint()
/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/sw/source/core/text/
H A Dporlay.cxx384 const xub_Unicode cChar = rTxt.GetChar( nStt++ ); in lcl_HasOnlyBlanks() local
385 if ( ' ' != cChar && 0x3000 != cChar ) in lcl_HasOnlyBlanks()
1053 xub_Unicode cChar = rTxt.GetChar( nLastCompression ); in InitScriptInfo() local
1056 switch ( cChar ) in InitScriptInfo()
1072 … eState = static_cast<sal_uInt8>( ( 0x3040 <= cChar && 0x3100 > cChar ) ? KANA : NONE ); in InitScriptInfo()
1508 const xub_Unicode cChar ) in MaskHiddenRanges() argument
1531 rText.SetChar( nHiddenStart, cChar ); in MaskHiddenRanges()
H A Dporglue.cxx111 const xub_Unicode cChar = rInf.GetChar( rInf.GetIdx() ); in Paint() local
112 ASSERT( CH_BLANK == cChar || CH_BULLET == cChar, in Paint()
H A Dtxtdrop.cxx193 xub_Unicode cChar = GetTxt().GetChar( i ); in GetDropLen() local
194 if( CH_TAB == cChar || CH_BREAK == cChar || in GetDropLen()
195 (( CH_TXTATR_BREAKWORD == cChar || CH_TXTATR_INWORD == cChar ) in GetDropLen()
H A Ditrform2.cxx1287 xub_Unicode cChar = rInf.GetHookChar(); in NewPortion() local
1289 if( cChar ) in NewPortion()
1299 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1310 cChar = rInf.GetChar( rInf.GetIdx() ); in NewPortion()
1313 switch( cChar ) in NewPortion()
1332 pPor = new SwControlCharPortion( cChar ); break; in NewPortion()
1345 if ( pLastTabPortion && cChar == rInf.GetTabDecimal() ) in NewPortion()
H A Dporrst.hxx161 inline SwControlCharPortion( sal_Unicode cChar ) in SwControlCharPortion() argument
162 : mnViewWidth( 0 ), mnHalfCharWidth( 0 ), mcChar( cChar ) in SwControlCharPortion()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1462 const sal_Unicode cChar = rStr.GetChar(i); in IsValidRowName() local
1463 if (cChar < '0' || cChar > '9') in IsValidRowName()
1479 sal_Unicode cChar; in _GetBoxNum() local
1481 while( 0 != ( cChar = rStr.GetChar( nPos )) && in _GetBoxNum()
1482 ( (cChar >= 'A' && cChar <= 'Z') || in _GetBoxNum()
1483 (cChar >= 'a' && cChar <= 'z') ) ) in _GetBoxNum()
1485 if( (cChar -= 'A') >= 26 ) in _GetBoxNum()
1486 cChar -= 'a' - '['; in _GetBoxNum()
1491 nRet = nRet * 52 + cChar; in _GetBoxNum()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx238 const unsigned char cChar = aToken.GetChar( n ); in ParseData() local
239 const short nTable = pHexTable[ cChar ]; in ParseData()
241 if( isxdigit( cChar ) || !nTable ) in ParseData()
/trunk/main/idl/source/cmptools/
H A Dlex.cxx68 aStr = cChar; in GetTokenAsString()
397 rToken.cChar = (char)c1; in MakeToken()
492 rToken.cChar = (char)c; in MakeToken()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx55 #define C2U(cChar) OUString::createFromAscii(cChar) argument
438 sal_Unicode cChar = aFmt.GetBulletChar(); in UserDraw() local
456 sText = cChar; in UserDraw()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1200 char cChar = aLine.GetChar(1); in DrawEPS() local
1201 if( cChar == '%' ) in DrawEPS()
1219 else if( cChar == ' ' || cChar == '\t' || cChar == '\r' || cChar == '\n' ) in DrawEPS()
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx112 rtl::OUString StripTrailingChars( rtl::OUString &rTxt, sal_Unicode cChar );
189 sal_Unicode ToLower( const sal_Unicode cChar, sal_Int16 nLanguage );
190 sal_Unicode ToUpper( const sal_Unicode cChar, sal_Int16 nLanguage );
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx359 sal_Unicode cChar = aCode.GetChar(nCount); in NotifyItemUpdate() local
360 if(cChar == sal_Unicode(',')) in NotifyItemUpdate()
368 sTmpStr += cChar; in NotifyItemUpdate()
/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/starmath/source/
H A Drect.cxx68 xub_Unicode cChar = rText.GetChar(0); in SmIsMathAlpha() local
71 if (xub_Unicode(0xE0AC) <= cChar && cChar <= xub_Unicode(0xE0D4)) in SmIsMathAlpha()
77 while (*pChar && *pChar != cChar) in SmIsMathAlpha()
/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/vcl/source/window/
H A Dmnemonicengine.cxx105 sal_Unicode cChar = _rKEvt.GetCharCode(); in HandleKeyEvent() local
107 const void* pEntry = lcl_getEntryForMnemonic( m_pData->rEntryList, cChar, bAmbiguous ); in HandleKeyEvent()
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx710 sal_Unicode cChar = rCodeLine[ nIndex ]; in lclGetQuotedString() local
712 … bExitLoop = (cChar == '"') && ((nIndex + 1 == nLen) || (rCodeLine[ nIndex + 1 ] != '"')); in lclGetQuotedString()
715 aBuffer.append( cChar ); in lclGetQuotedString()
717 if( cChar == '"' ) in lclGetQuotedString()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx567 const XclExpRoot& rRoot, sal_Unicode cChar, XclStrFlags nFlags, sal_uInt16 nMaxLen ) in CreateString() argument
570 AppendChar( *xString, rRoot, cChar ); in CreateString()
582 …ExpStringHelper::AppendChar( XclExpString& rXclString, const XclExpRoot& rRoot, sal_Unicode cChar ) in AppendChar() argument
585 rXclString.Append( cChar ); in AppendChar()
587 rXclString.AppendByte( cChar, rRoot.GetTextEncoding() ); in AppendChar()
/trunk/main/vcl/source/components/
H A Dstringmirror.cxx70 sal_Unicode cChar = rStr[ i ]; in mapStrings() local
71 aMirror.append(sal_Unicode(GetMirroredChar(cChar))); in mapStrings()
/trunk/main/sal/rtl/source/
H A Dmath.cxx226 sal_Int32 * pOffset, sal_Char cChar) in appendChar()
228 rtl_stringbuffer_insert(pBuffer, pCapacity, *pOffset, &cChar, 1); in appendChar()
268 sal_Int32 * pOffset, sal_Unicode cChar) in appendChar()
270 rtl_uStringbuffer_insert(pBuffer, pCapacity, *pOffset, &cChar, 1); in appendChar()
/trunk/main/cui/source/options/
H A Doptsave.cxx70 #define C2U(cChar) OUString::createFromAscii(cChar) argument
71 #define C2S(cChar) String( RTL_CONSTASCII_STRINGPARAM(cChar) ) argument

Completed in 169 milliseconds

123456789