Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxetable.cxx1456 mnRowLevels( 0 ), in XclExpGuts()
1472 mnRowLevels = ulimit_cast< sal_uInt16 >( pRowArray->GetDepth(), EXC_OUTLINE_MAX ); in XclExpGuts()
1473 if( mnRowLevels ) in XclExpGuts()
1475 ++mnRowLevels; in XclExpGuts()
1476 mnRowWidth = 12 * mnRowLevels + 5; in XclExpGuts()
1483 rStrm << mnRowWidth << mnColWidth << mnRowLevels << mnColLevels; in WriteBody()
/aoo4110/main/sc/source/filter/inc/
H A Dxetable.hxx702 sal_uInt16 mnRowLevels; /// Number of visible row outline levels. member in XclExpGuts

Completed in 34 milliseconds