Home
last modified time | relevance | path

Searched refs:nCharSet (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/sw/source/ui/config/
H A Duinums.cxx460 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()
/trunk/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx112 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()
/trunk/main/starmath/source/
H A Dcfgitem.cxx233 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 Dcfgitem.hxx59 sal_Int16 nCharSet; member
H A Dunomodel.cxx730 aFont.SetCharSet ( static_cast < rtl_TextEncoding > (pDescriptor->nCharSet) ); in _setPropertyValues()
946 pDescriptor->nCharSet = sal::static_int_cast< sal_Int16 >(rFont.GetCharSet()); in _getPropertyValues()
/trunk/main/svl/source/items/
H A Dsfontitm.cxx80 sal_Int16 nCharSet = 0; in Create() local
81 rStream >> nCharSet; in Create()
82 pItem->m_nCharSet = rtl_TextEncoding(nCharSet); in Create()
H A Dstyle.cxx905 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()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.bas457 Dim nCharSet As Integer variable
472 nCharSet = GetCharSet(sCodePage) 'Convert code page to charset
484 If (nCharSet <> 0) Then
485 ctl.Font.Charset = nCharSet
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_tencinfo.cxx1027 … 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()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx222 sal_uInt16 nCharSet; in ReadVBAProject() local
230 *xVBAProject >> nLidA >> nLidB >> nCharSet >> nLenA >> nUnknownB; in ReadVBAProject()
233 meCharSet = rtl_getTextEncodingFromWindowsCodePage(nCharSet); in ReadVBAProject()
/trunk/main/basic/source/classes/
H A Dimage.cxx126 sal_uInt32 nCharSet; // System charset in Load() local
134 r >> nVersion >> nCharSet >> lDimBase in Load()
136 eCharSet = (CharSet) nCharSet; in Load()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx574 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()
/trunk/main/idl/inc/
H A Dlex.hxx143 CharSet nCharSet; member in SvTokenStream
195 CharSet GetCharSet() const { return nCharSet; } in GetCharSet()
/trunk/main/editeng/source/editeng/
H A Deditobj.cxx1372 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()
/trunk/main/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl35 - nCharSet should have the CharSet.idl extended by the new defines
64 short nCharSet;
/trunk/main/oox/source/ole/
H A Dolehelper.cxx126 sal_uInt16 nWeight, sal_uInt16 nCharSet, sal_uInt8 nFlags ) : in StdFontInfo() argument
130 mnCharSet( nCharSet ), in StdFontInfo()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx131 … Os2SalLayout( HPS, PM_BYTE nCharSet, const ImplOs2FontData&, ImplOs2FontEntry& );
197 Os2SalLayout::Os2SalLayout( HPS hPS, PM_BYTE nCharSet, in Os2SalLayout() argument
211 mnCharSet( nCharSet ), in Os2SalLayout()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx455 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()
/trunk/main/oox/inc/oox/ole/
H A Dolehelper.hxx67 sal_uInt16 nCharSet = WINDOWS_CHARSET_ANSI,
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx795 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()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx224 …FontCollectionEntry( const String& rName, sal_Int16 nFamily, sal_Int16 nPitch, sal_Int16 nCharSet in FontCollectionEntry()
228 CharSet ( nCharSet ), in FontCollectionEntry()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx643 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()
/trunk/main/idl/source/cmptools/
H A Dlex.cxx244 nCharSet = nSet; in SetCharSet()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx844 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()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx607 void FontCharset( sal_uInt8 nCharSet ) const;

Completed in 190 milliseconds

12