Lines Matching refs:Xf
2211 Xf::Xf( const WorkbookHelper& rHelper ) : in Xf() function in oox::xls::Xf
2219 void Xf::setAllUsedFlags( bool bUsed ) in setAllUsedFlags()
2225 void Xf::importXf( const AttributeList& rAttribs, bool bCellXf ) in importXf()
2244 void Xf::importAlignment( const AttributeList& rAttribs ) in importAlignment()
2249 void Xf::importProtection( const AttributeList& rAttribs ) in importProtection()
2254 void Xf::importXf( SequenceInputStream& rStrm, bool bCellXf ) in importXf()
2275 void Xf::importXf( BiffInputStream& rStrm ) in importXf()
2396 void Xf::finalizeImport() in finalizeImport()
2409 const Xf* pStyleXf = isCellXf() ? rStyles.getStyleXf( maModel.mnStyleXfId ).get() : 0; in finalizeImport()
2440 FontRef Xf::getFont() const in getFont()
2445 bool Xf::hasAnyUsedFlags() const in hasAnyUsedFlags()
2452 void Xf::writeToPropertyMap( PropertyMap& rPropMap ) const in writeToPropertyMap()
2476 void Xf::writeToPropertySet( PropertySet& rPropSet ) const in writeToPropertySet()
2483 /*static*/ void Xf::writeBiff2CellFormatToPropertySet( const WorkbookHelper& rHelper, in writeBiff2CellFormatToPropertySet()
2490 Xf aXf( rHelper ); in writeBiff2CellFormatToPropertySet()
2518 void Xf::setBiffUsedFlags( sal_uInt8 nUsedFlags ) in setBiffUsedFlags()
3191 XfRef xXf( new Xf( *this ) ); in createCellXf()
3199 XfRef xXf( new Xf( *this ) ); in createStyleXf()
3280 XfRef xXf( new Xf( *this ) ); in importXf()
3311 maStyleXfs.forEachMem( &Xf::finalizeImport ); in finalizeImport()
3312 maCellXfs.forEachMem( &Xf::finalizeImport ); in finalizeImport()
3352 if( const Xf* pXf = getCellXf( nXfId ).get() ) in getFontFromCellXf()
3360 if( const Xf* pXf = getStyleXf( maCellStyles.getDefaultXfId() ).get() ) in getDefaultFont()
3481 if( Xf* pXf = maCellXfs.get( nXfId ).get() ) in writeCellXfToPropertyMap()
3487 if( Xf* pXf = maStyleXfs.get( nXfId ).get() ) in writeStyleXfToPropertyMap()
3493 if( Xf* pXf = maCellXfs.get( nXfId ).get() ) in writeCellXfToPropertySet()
3499 if( Xf* pXf = maStyleXfs.get( nXfId ).get() ) in writeStyleXfToPropertySet()