Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dsheetdatacontext.cxx310 aModel.mbCustomFormat = rAttribs.getBool( XML_customFormat, false ); in importRow()
407 aModel.mbCustomFormat = getFlag( nFlags1, BIFF12_ROW_CUSTOMFORMAT ); in importRow()
714 aModel.mbCustomFormat = rStrm.readuInt8() == BIFF2_ROW_CUSTOMFORMAT; in importRow()
715 if( aModel.mbCustomFormat ) in importRow()
727 aModel.mbCustomFormat = getFlag( nFlags, BIFF_ROW_CUSTOMFORMAT ); in importRow()
H A Dworksheethelper.cxx143 mbCustomFormat( false ), in RowModel()
450 maDefRowModel.mbCustomFormat = false; in WorksheetGlobals()
919 maSheetData.setRowFormat( nRow, rModel.mnXfId, rModel.mbCustomFormat ); in setRowModel()
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx109 bool mbCustomFormat; /// True = cells in row have explicit formatting. member

Completed in 35 milliseconds