Searched refs:mnColCount (Results 1 – 7 of 7) sorted by relevance
113 mnColCount( nColCount ), in ScPivotFieldWindow()125 mnLineSize = mbVertical ? mnRowCount : mnColCount; in ScPivotFieldWindow()126 mnPageSize = mnColCount * mnRowCount; in ScPivotFieldWindow()134 …long nWinWidth = static_cast< long >( mnColCount * maFieldSize.Width() + (mnColCount - 1) * maSp… in ScPivotFieldWindow()153 mrScrollBar.SetPageSize( static_cast< long >( mbVertical ? mnColCount : mnRowCount ) ); in ScPivotFieldWindow()154 mrScrollBar.SetVisibleSize( static_cast< long >( mbVertical ? mnColCount : mnRowCount ) ); in ScPivotFieldWindow()249 …ong nCol = static_cast< long >( mbVertical ? (nRelIndex / mnRowCount) : (nRelIndex % mnColCount) ); in GetFieldPosition()250 …ong nRow = static_cast< long >( mbVertical ? (nRelIndex % mnRowCount) : (nRelIndex / mnColCount) ); in GetFieldPosition()262 if( (nCol < mnColCount) && (nRow < mnRowCount) ) in GetFieldIndex()285 if( (nCol < mnColCount) && (nRow < mnRowCount) ) in GetDropIndex()[all …]
171 SCCOL mnColCount; member176 mnColCount = nColCount; in init()178 maTokens.reserve(mnColCount*mnRowCount); in init()188 …DBG_ASSERT( maTokens.size()<= static_cast<sal_uInt32>( mnColCount*mnRowCount ), "too much tokens" … in push_back()193 DBG_ASSERT( nCol<mnColCount, "wrong column index" ); in getIndex()196 …DBG_ASSERT( maTokens.size()>= static_cast<sal_uInt32>( mnColCount*mnRowCount ), "too few tokens" ); in getIndex()207 if (nCol >= mnColCount) in getColRanges()230 if( mnColCount<=0 ) in getRowRanges()234 sal_uInt32 nLast = getIndex(mnColCount-1, nRow); in getRowRanges()250 sal_uInt32 nStop = mnColCount*mnRowCount; in getAllRanges()
233 size_t mnColCount; /// Number of field columns. member in ScPivotFieldWindow
504 mnColCount = 16384; in constructFmlaObj()528 if( bRelC && bNameMode && (nCol >= mnColCount / 2) ) aPos.mnCol -= mnColCount; in createTokenAddress()
950 mnColCount = 256; in constructFmlaObj()990 if( bRelC && bNameMode && (nCol >= mnColCount / 2) ) aPos.mnCol -= mnColCount; in createTokenAddress()
182 sal_Int32 mnColCount; member in oox::dump::xlsb::FormulaObject
380 sal_Int32 mnColCount; member in oox::dump::biff::FormulaObject
Completed in 170 milliseconds