Searched refs:mnRowLevels (Results 1 – 2 of 2) sorted by relevance
1456 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()
702 sal_uInt16 mnRowLevels; /// Number of visible row outline levels. member in XclExpGuts
Completed in 40 milliseconds