Home
last modified time | relevance | path

Searched refs:Xf (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2211 Xf::Xf( const WorkbookHelper& rHelper ) : in Xf() function in oox::xls::Xf
2219 void Xf::setAllUsedFlags( bool bUsed ) in setAllUsedFlags()
2275 void Xf::importXf( BiffInputStream& rStrm ) in importXf()
2396 void Xf::finalizeImport() in finalizeImport()
2440 FontRef Xf::getFont() const in getFont()
2445 bool Xf::hasAnyUsedFlags() const in hasAnyUsedFlags()
2490 Xf aXf( rHelper ); in writeBiff2CellFormatToPropertySet()
3191 XfRef xXf( new Xf( *this ) ); in createCellXf()
3199 XfRef xXf( new Xf( *this ) ); in createStyleXf()
3280 XfRef xXf( new Xf( *this ) ); in importXf()
[all …]
H A Dsheetdatabuffer.cxx816 if( const Xf* pXf = getStyles().getCellXf( rModel.mnXfId ).get() ) in setCellFormat()
H A Dsheetdatacontext.cxx788 Xf::writeBiff2CellFormatToPropertySet( *this, aPropSet, nFlags1, nFlags2, nFlags3 ); in readCellXfId()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx748 class Xf : public WorkbookHelper class
751 explicit Xf( const WorkbookHelper& rHelper );
806 typedef ::boost::shared_ptr< Xf > XfRef;
1078 typedef RefVector< Xf > XfVector;

Completed in 59 milliseconds