/aoo42x/main/sw/source/ui/config/ |
H A D | uinums.cxx | 460 sal_uInt16 nCharSet; in _SwNumFmtGlobal() local 467 rStream >> nFamily >> nCharSet >> nWidth >> nHeight >> nPitch; in _SwNumFmtGlobal() 473 aFont.SetCharSet( (CharSet)nCharSet ); in _SwNumFmtGlobal() 479 nCharSet = RTL_TEXTENCODING_SYMBOL; in _SwNumFmtGlobal() 483 sal_Char(aFmt.GetBulletChar()), nCharSet )); in _SwNumFmtGlobal() 555 sal_uInt16 nFamily = FAMILY_DONTKNOW, nCharSet = 0, nPitch = 0; in Store() local 563 nCharSet = (sal_uInt16)pFnt->GetCharSet(); in Store() 583 << nCharSet in Store()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | scuiasciiopt.cxx | 112 bool &bFixedWidth, sal_Int32 &nFromRow, sal_Int32 &nCharSet, in load_Separators() argument 148 pProperties[5] >>= nCharSet; in load_Separators() 162 …bool bDetectSpecialNum, bool bFixedWidth, sal_Int32 nFromRow, sal_Int32 nCharSet, sal_Int32 nLangu… in save_Separators() argument 188 pProperties[5] <<= nCharSet; in save_Separators() 272 sal_Int32 nCharSet = -1; in ScImportAsciiDlg() local 277 … bQuotedFieldAsText, bDetectSpecialNum, bFixedWidth, nFromRow, nCharSet, nLanguage); in ScImportAsciiDlg() 389 if( nCharSet >= 0 && ePreselectUnicode == RTL_TEXTENCODING_DONTKNOW ) in ScImportAsciiDlg() 390 aLbCharSet.SelectEntryPos( static_cast<sal_uInt16>(nCharSet) ); in ScImportAsciiDlg()
|
/aoo42x/main/starmath/source/ |
H A D | cfgitem.cxx | 233 nCharSet = RTL_TEXTENCODING_UNICODE; in SmFontFormat() 244 nCharSet = (sal_Int16) rFont.GetCharSet(); in SmFontFormat() 256 aRes.SetCharSet( (rtl_TextEncoding) nCharSet ); in GetFont() 268 nCharSet == rFntFmt.nCharSet && in operator ==() 726 rFontFormat.nCharSet = nTmp16; // 6.0 file-format GetSOLoadTextEncoding not needed in ReadFontFormat() 793 … pVal->Value <<= (sal_Int16) aFntFmt.nCharSet; // 6.0 file-format GetSOStoreTextEncoding not needed in SaveFontFormatList()
|
H A D | cfgitem.hxx | 59 sal_Int16 nCharSet; member
|
H A D | unomodel.cxx | 730 aFont.SetCharSet ( static_cast < rtl_TextEncoding > (pDescriptor->nCharSet) ); in _setPropertyValues() 946 pDescriptor->nCharSet = sal::static_int_cast< sal_Int16 >(rFont.GetCharSet()); in _getPropertyValues()
|
/aoo42x/main/svl/source/items/ |
H A D | sfontitm.cxx | 80 sal_Int16 nCharSet = 0; in Create() local 81 rStream >> nCharSet; in Create() 82 pItem->m_nCharSet = rtl_TextEncoding(nCharSet); in Create()
|
H A D | style.cxx | 905 short nCharSet = 0; in Load() local 913 rStream >> nCharSet; in Load() 924 (rtl_TextEncoding)nCharSet, in Load() 1004 short nCharSet; in Load1_Impl() local 1008 nCharSet=nVersion; in Load1_Impl() 1010 rStream >> nCharSet; in Load1_Impl() 1013 (rtl_TextEncoding)nCharSet, in Load1_Impl()
|
/aoo42x/main/migrationanalysis/src/wizard/ |
H A D | Wizard.bas | 457 Dim nCharSet As Integer variable 472 nCharSet = GetCharSet(sCodePage) 'Convert code page to charset 484 If (nCharSet <> 0) Then 485 ctl.Font.Charset = nCharSet
|
/aoo42x/main/sal/qa/rtl/textenc/ |
H A D | rtl_tencinfo.cxx | 1027 … const sal_uInt8 nCharSet = rtl_getBestWindowsCharsetFromTextEncoding( _aCurrentEncode ); in check() local 1028 if (nCharSet == 1) in check() 1034 printf("'%s' is charset: '%d'\n", _pRTL_TEXTENCODING, nCharSet); in check() 1036 rtl_TextEncoding eTextEnc = rtl_getTextEncodingFromWindowsCharset( nCharSet ); in check() 1040 …rintf("rtl_getBestUnixCharsetFromTextEncoding(%s) is charset: %d\n", _pRTL_TEXTENCODING, nCharSet); in check()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msvbasic.cxx | 222 sal_uInt16 nCharSet; in ReadVBAProject() local 230 *xVBAProject >> nLidA >> nLidB >> nCharSet >> nLenA >> nUnknownB; in ReadVBAProject() 233 meCharSet = rtl_getTextEncodingFromWindowsCodePage(nCharSet); in ReadVBAProject()
|
/aoo42x/main/basic/source/classes/ |
H A D | image.cxx | 126 sal_uInt32 nCharSet; // System charset in Load() local 134 r >> nVersion >> nCharSet >> lDimBase in Load() 136 eCharSet = (CharSet) nCharSet; in Load()
|
/aoo42x/main/editeng/source/rtf/ |
H A D | svxrtf.cxx | 574 CharSet nCharSet = rtl_getTextEncodingFromWindowsCharset( in ReadFontTable() local 576 pFont->SetCharSet(nCharSet); in ReadFontTable() 579 if (nCharSet == RTL_TEXTENCODING_SYMBOL) in ReadFontTable() 580 nCharSet = RTL_TEXTENCODING_DONTKNOW; in ReadFontTable() 581 SetEncoding(nCharSet); in ReadFontTable()
|
/aoo42x/main/idl/inc/ |
H A D | lex.hxx | 143 CharSet nCharSet; member in SvTokenStream 195 CharSet GetCharSet() const { return nCharSet; } in GetCharSet()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editobj.cxx | 1372 sal_uInt16 nCharSet; in CreateData() local 1373 rIStream >> nCharSet; in CreateData() 1375 …rtl_TextEncoding eSrcEncoding = GetSOLoadTextEncoding( (rtl_TextEncoding)nCharSet, (sal_uInt16)rIS… in CreateData() 1729 sal_uInt16 nCharSet; in CreateData300() local 1730 rIStream >> nCharSet; in CreateData300()
|
/aoo42x/main/offapi/com/sun/star/formula/ |
H A D | SymbolDescriptor.idl | 35 - nCharSet should have the CharSet.idl extended by the new defines 64 short nCharSet;
|
/aoo42x/main/oox/source/ole/ |
H A D | olehelper.cxx | 126 sal_uInt16 nWeight, sal_uInt16 nCharSet, sal_uInt8 nFlags ) : in StdFontInfo() argument 130 mnCharSet( nCharSet ), in StdFontInfo()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 131 … Os2SalLayout( HPS, PM_BYTE nCharSet, const ImplOs2FontData&, ImplOs2FontEntry& ); 197 Os2SalLayout::Os2SalLayout( HPS hPS, PM_BYTE nCharSet, in Os2SalLayout() argument 211 mnCharSet( nCharSet ), in Os2SalLayout()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 455 sal_uInt8 nCharSet = rtl_getBestWindowsCharsetFromTextEncoding( eFontNameEncoding ); in WMFRecord_CreateFontIndirect() local 458 if ( nCharSet == 1 ) in WMFRecord_CreateFontIndirect() 459 nCharSet = W_ANSI_CHARSET; in WMFRecord_CreateFontIndirect() 460 *pWMF << nCharSet; in WMFRecord_CreateFontIndirect()
|
/aoo42x/main/oox/inc/oox/ole/ |
H A D | olehelper.hxx | 67 sal_uInt16 nCharSet = WINDOWS_CHARSET_ANSI,
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 795 sal_uInt8 nUnderline, nFamily, nCharSet, nScheme; in importFont() local 796 rStrm >> nHeight >> nFlags >> nWeight >> nEscapement >> nUnderline >> nFamily >> nCharSet; in importFont() 807 maModel.mnCharSet = nCharSet; in importFont() 1196 sal_uInt8 nUnderline, nFamily, nCharSet; in importFontData5() local 1197 rStrm >> nWeight >> nEscapement >> nUnderline >> nFamily >> nCharSet; in importFontData5() 1205 maModel.mnCharSet = nCharSet; in importFontData5()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 224 …FontCollectionEntry( const String& rName, sal_Int16 nFamily, sal_Int16 nPitch, sal_Int16 nCharSet … in FontCollectionEntry() 228 CharSet ( nCharSet ), in FontCollectionEntry()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 643 static CharSet ImplCharSetToSal( BYTE nCharSet ) in ImplCharSetToSal() argument 647 if ( nCharSet == OEM_CHARSET ) in ImplCharSetToSal() 663 if( nCharSet ) in ImplCharSetToSal() 664 eTextEncoding = rtl_getTextEncodingFromWindowsCharset( nCharSet ); in ImplCharSetToSal()
|
/aoo42x/main/idl/source/cmptools/ |
H A D | lex.cxx | 244 nCharSet = nSet; in SetCharSet()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 844 sal_Int16 nCharSet, nFamily, nPitch, nAlign, nWeight, nUnderline, nStrikeout; in ImplConvertFromSVM1() local 854 rIStm >> nCharSet >> nFamily >> nPitch >> nAlign >> nWeight >> nUnderline >> nStrikeout; in ImplConvertFromSVM1() 858 aFont.SetCharSet( (CharSet) nCharSet ); in ImplConvertFromSVM1()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.hxx | 607 void FontCharset( sal_uInt8 nCharSet ) const;
|