Searched refs:xXf (Results 1 – 1 of 1) sorted by relevance
3191 XfRef xXf( new Xf( *this ) ); in createCellXf() local3192 maCellXfs.push_back( xXf ); in createCellXf()3193 return xXf; in createCellXf()3199 XfRef xXf( new Xf( *this ) ); in createStyleXf() local3200 maStyleXfs.push_back( xXf ); in createStyleXf()3201 return xXf; in createStyleXf()3280 XfRef xXf( new Xf( *this ) ); in importXf() local3281 xXf->importXf( rStrm ); in importXf()3284 (xXf->isCellXf() ? xCellXf : xStyleXf) = xXf; in importXf()
Completed in 33 milliseconds