Lines Matching refs:nXfId

3098 OUString CellStyleBuffer::createCellStyle( sal_Int32 nXfId ) const  in createCellStyle()
3100 return createCellStyle( maStylesByXf.get( nXfId ) ); in createCellStyle()
3334 XfRef StylesBuffer::getCellXf( sal_Int32 nXfId ) const in getCellXf()
3336 return maCellXfs.get( nXfId ); in getCellXf()
3339 XfRef StylesBuffer::getStyleXf( sal_Int32 nXfId ) const in getStyleXf()
3341 return maStyleXfs.get( nXfId ); in getStyleXf()
3349 FontRef StylesBuffer::getFontFromCellXf( sal_Int32 nXfId ) const in getFontFromCellXf()
3352 if( const Xf* pXf = getCellXf( nXfId ).get() ) in getFontFromCellXf()
3430 OUString StylesBuffer::createCellStyle( sal_Int32 nXfId ) const in createCellStyle()
3432 return maCellStyles.createCellStyle( nXfId ); in createCellStyle()
3479 void StylesBuffer::writeCellXfToPropertyMap( PropertyMap& rPropMap, sal_Int32 nXfId ) const in writeCellXfToPropertyMap()
3481 if( Xf* pXf = maCellXfs.get( nXfId ).get() ) in writeCellXfToPropertyMap()
3485 void StylesBuffer::writeStyleXfToPropertyMap( PropertyMap& rPropMap, sal_Int32 nXfId ) const in writeStyleXfToPropertyMap()
3487 if( Xf* pXf = maStyleXfs.get( nXfId ).get() ) in writeStyleXfToPropertyMap()
3491 void StylesBuffer::writeCellXfToPropertySet( PropertySet& rPropSet, sal_Int32 nXfId ) const in writeCellXfToPropertySet()
3493 if( Xf* pXf = maCellXfs.get( nXfId ).get() ) in writeCellXfToPropertySet()
3497 void StylesBuffer::writeStyleXfToPropertySet( PropertySet& rPropSet, sal_Int32 nXfId ) const in writeStyleXfToPropertySet()
3499 if( Xf* pXf = maStyleXfs.get( nXfId ).get() ) in writeStyleXfToPropertySet()