Home
last modified time | relevance | path

Searched refs:nCharset (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx78 void SAL_CALL VbaNewFont::setCharset( sal_Int16 nCharset ) throw (uno::RuntimeException) in setCharset() argument
81 if( (0 <= nCharset) && (nCharset <= SAL_MAX_UINT8) ) in setCharset()
82 eFontEnc = rtl_getTextEncodingFromWindowsCharset( static_cast< sal_uInt8 >( nCharset ) ); in setCharset()
H A Dvbanewfont.hxx48 virtual void SAL_CALL setCharset( sal_Int16 nCharset ) throw (css::uno::RuntimeException);
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1795 sal_Int16 nCharset; in PortionObj() local
1796 mAny >>= nCharset; in PortionObj()
1797 if ( nCharset == ::com::sun::star::awt::CharSet::SYMBOL ) in PortionObj()

Completed in 56 milliseconds