Searched refs:nCharset (Results 1 – 3 of 3) sorted by relevance
78 void SAL_CALL VbaNewFont::setCharset( sal_Int16 nCharset ) throw (uno::RuntimeException) in setCharset() argument81 if( (0 <= nCharset) && (nCharset <= SAL_MAX_UINT8) ) in setCharset()82 eFontEnc = rtl_getTextEncodingFromWindowsCharset( static_cast< sal_uInt8 >( nCharset ) ); in setCharset()
48 virtual void SAL_CALL setCharset( sal_Int16 nCharset ) throw (css::uno::RuntimeException);
1795 sal_Int16 nCharset; in PortionObj() local1796 mAny >>= nCharset; in PortionObj()1797 if ( nCharset == ::com::sun::star::awt::CharSet::SYMBOL ) in PortionObj()
Completed in 45 milliseconds