Home
last modified time | relevance | path

Searched refs:mnStyleXfId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2194 mnStyleXfId( -1 ), in XfModel()
2228 maModel.mnStyleXfId = rAttribs.getInteger( XML_xfId, -1 ); in importXf()
2257 maModel.mnStyleXfId = rStrm.readuInt16(); in importXf()
2311 maModel.mnStyleXfId = extractValue< sal_Int32 >( nAlign, 4, 12 ); // new in BIFF3 in importXf()
2334 maModel.mnStyleXfId = extractValue< sal_Int32 >( nTypeProt, 4, 12 ); in importXf()
2356 maModel.mnStyleXfId = extractValue< sal_Int32 >( nTypeProt, 4, 12 ); in importXf()
2378 maModel.mnStyleXfId = extractValue< sal_Int32 >( nTypeProt, 4, 12 ); in importXf()
2409 const Xf* pStyleXf = isCellXf() ? rStyles.getStyleXf( maModel.mnStyleXfId ).get() : 0; in finalizeImport()
2458 rPropMap[ PROP_CellStyle ] <<= rStyles.createCellStyle( maModel.mnStyleXfId ); in writeToPropertyMap()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx723 sal_Int32 mnStyleXfId; /// Index to parent style XF. member

Completed in 50 milliseconds