Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dsheetdatacontext.cxx291 aModel.mbCustomFormat = rAttribs.getBool( XML_customFormat, false ); in importRow()
375 aModel.mbCustomFormat = getFlag( nFlags1, BIFF12_ROW_CUSTOMFORMAT ); in importRow()
682 aModel.mbCustomFormat = rStrm.readuInt8() == BIFF2_ROW_CUSTOMFORMAT; in importRow()
683 if( aModel.mbCustomFormat ) in importRow()
695 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()
/aoo4110/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx109 bool mbCustomFormat; /// True = cells in row have explicit formatting. member

Completed in 39 milliseconds