Lines Matching refs:FontDescriptor
67 using ::com::sun::star::awt::FontDescriptor;
100 static void lcl_ImplMergeFontProperty( FontDescriptor& rFD, sal_uInt16 nPropId, const Any& rValue ) in DECLARE_TABLE()
687 else if ( rType == ::getCppuType((const ::com::sun::star::awt::FontDescriptor*)0) ) in write()
689 ::com::sun::star::awt::FontDescriptor aFD; in write()
769 ::com::sun::star::awt::FontDescriptor aFD; in write()
840 ::com::sun::star::awt::FontDescriptor* pFD = NULL; in read()
892 else if ( *pType == ::getCppuType((const ::com::sun::star::awt::FontDescriptor*)0) ) in read()
894 ::com::sun::star::awt::FontDescriptor aFD; in read()
967 pFD = new ::com::sun::star::awt::FontDescriptor; in read()
985 pFD = new ::com::sun::star::awt::FontDescriptor; in read()
1002 pFD = new ::com::sun::star::awt::FontDescriptor; in read()
1272 ::com::sun::star::awt::FontDescriptor aFD; in getFastPropertyValue()
1343 FontDescriptor aOldFontDescriptor; in setFastPropertyValue()
1346 FontDescriptor aNewFontDescriptor( aOldFontDescriptor ); in setFastPropertyValue()
1396 ::std::auto_ptr< awt::FontDescriptor > pFD; in setPropertyValues()
1404 pFD.reset( new awt::FontDescriptor ); in setPropertyValues()