Searched refs:aXf (Results 1 – 1 of 1) sorted by relevance
2490 Xf aXf( rHelper ); in writeBiff2CellFormatToPropertySet() local2495 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 26 milliseconds