Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx2490 Xf aXf( rHelper ); in writeBiff2CellFormatToPropertySet() local
2495 aXf.setAllUsedFlags( true ); in writeBiff2CellFormatToPropertySet()
2498 aXf.maModel.mnFontId = extractValue< sal_Int32 >( nFlags2, 6, 2 ); in writeBiff2CellFormatToPropertySet()
2499 aXf.maModel.mnNumFmtId = extractValue< sal_Int32 >( nFlags2, 0, 6 ); in writeBiff2CellFormatToPropertySet()
2500 aXf.maAlignment.setBiff2Data( nFlags3 ); in writeBiff2CellFormatToPropertySet()
2501 aXf.maProtection.setBiff2Data( nFlags1 ); in writeBiff2CellFormatToPropertySet()
2506 aXf.finalizeImport(); in writeBiff2CellFormatToPropertySet()
2512 aXf.writeToPropertyMap( aPropMap ); in writeBiff2CellFormatToPropertySet()

Completed in 40 milliseconds