Home
last modified time | relevance | path

Searched refs:nChar (Results 101 – 125 of 154) sorted by relevance

1234567

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2225 sal_uInt32 nChar = pMap->GetFirstChar(); in GetGlyphWidths() local
2226 for(; --nCharCount >= 0; nChar = pMap->GetNextChar( nChar ) ) in GetGlyphWidths()
2228 if( nChar > 0xFFFF ) // TODO: allow UTF-32 chars in GetGlyphWidths()
2230 sal_Ucs nUcsChar = static_cast<sal_Ucs>(nChar); in GetGlyphWidths()
/trunk/main/soltools/ldump/
H A Dldump.cxx216 int nChar = '@'; in Dump() local
217 char *pNeu = strchr( aBuf, nChar ); in Dump()
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx530 sal_uInt16 nChar, sal_uInt16& LF, sal_uInt16& MaxGrad) in GetLineFeed() argument
543 while (!AbsEnd && nChar>0) { in GetLineFeed()
544 nChar--; in GetLineFeed()
545 c=GetTextChar(TBuf,Index,Atr0,AktAtr,nChar,sal_False); in GetLineFeed()
/trunk/main/tools/source/stream/
H A Dstream.cxx1105 sal_uChar nChar; in StartReadingUnicodeText() local
1106 nBack += sizeof(nChar); in StartReadingUnicodeText()
1107 *this >> nChar; in StartReadingUnicodeText()
1108 if (nChar == 0xbf) in StartReadingUnicodeText()
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx507 IsControlCode(sal_Unicode nChar) in IsControlCode() argument
509 if ( nChar <= 0x1F // C0 controls in IsControlCode()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx884 sal_Unicode nChar = data[(len - 1) * 2] + (data[(len - 1) * 2 + 1] << 8); in utext() local
885 if (nChar == 0x7) in utext()
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx164 sal_Unicode nChar; member
202 SbxValues( char _nChar ): nChar( _nChar ), eType(SbxCHAR) {} in SbxValues()
/trunk/main/sw/inc/
H A Ddocstat.hxx41 sal_uLong nChar; member
/trunk/main/automation/source/inc/
H A Dicommstream.hxx50 virtual ICommStream& operator<<( comm_BOOL nChar )=0;
H A Dsvcommstream.hxx45 ICommStream& operator<<( comm_BOOL nChar );
/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx475 pnDecRes->setChar( p->nChar ); break; in ImpGetDecimal()
598 aTmp.pChar = &p->nChar; goto direct; in ImpPutDecimal()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1020 sal_uInt16 nChar; in ReadEnhWMF() local
1021 *pWMF >> nChar; in ReadEnhWMF()
1022 lfFaceName[ i ] = nChar; in ReadEnhWMF()
/trunk/main/sw/source/core/inc/
H A Dfrminf.hxx57 SwTwips GetCharPos( xub_StrLen nChar, sal_Bool bCenter = sal_True ) const;
/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.hxx47 rtl_TextEncoding nEncoding, sal_Unicode nChar );
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx357 rDop.cCh = rDStat.nChar; in SV_IMPL_PTRARR()
413 rDop.cChFtnEdn = rDStat.nChar; in SV_IMPL_PTRARR()
3203 for ( xub_StrLen nChar = 0; nChar < pPasswordItem->GetValue().Len(); ++nChar ) in InitStd97CodecUpdateMedium() local
3204 aPassword[nChar] = pPasswordItem->GetValue().GetChar(nChar); in InitStd97CodecUpdateMedium()
H A Ddocxexport.hxx124 virtual sal_uLong ReplaceCr( sal_uInt8 nChar );
H A Drtfexport.hxx122 virtual sal_uLong ReplaceCr( sal_uInt8 nChar );
/trunk/main/vcl/inc/unx/
H A Di18n_cb.hxx59 Bool IsControlCode(sal_Unicode nChar);
/trunk/main/i18npool/inc/
H A Dinputsequencechecker.hxx81 sal_Char* SAL_CALL getLanguageByScripType(sal_Unicode cChar, sal_Unicode nChar);
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx402 for( sal_Int32 nChar = 0; nChar < nStrLen; ++nChar, ++pcCurrChar ) in lclCreateOUString() local
405 aBuffer.setCharAt( nChar, static_cast< unsigned char >( *pcCurrChar ) ); in lclCreateOUString()
413 for( sal_Int32 nChar = 0; nChar < nStrLen; ++nChar ) in lclCreateOUString() local
419 aBuffer.setCharAt( nChar, cChar ); in lclCreateOUString()
/trunk/main/sw/source/filter/xml/
H A Dxmlmeta.cxx135 { XML_TOK_META_STAT_CHAR, "CharacterCount", 0, &SwDocStat::nChar },
/trunk/main/sw/source/ui/dialog/
H A Ddocstdlg.cxx150 aCharNo.SetText(String::CreateFromInt32( rStat.nChar )); in SetData()
/trunk/main/sc/source/filter/inc/
H A Dxestring.hxx183 …void AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate = tru…
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1366 sal_Unicode nChar; in Import() local
1369 rStCtrl >> nChar; in Import()
1370 if ( nChar ) in Import()
1371 aCustomShow.Append( nChar ); in Import()
/trunk/main/starmath/source/
H A Dmathtype.hxx165 static sal_Bool LookupChar(sal_Unicode nChar,String &rRet,

Completed in 143 milliseconds

1234567