| /AOO41X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsLayouter.cxx | 64 sal_Int32 mnRowCount; member in sd::slidesorter::view::Layouter::Implementation 427 return mpImplementation->mnRowCount; in GetRowCount() 588 mnRowCount(0), in Implementation() 619 mnRowCount(rImplementation.mnRowCount), in Implementation() 1020 if (mnColumnCount<=0 || mnRowCount<=0) in GetTargetSize() 1038 - (mnRowCount-1) * mnVerticalGap) in GetTargetSize() 1039 / mnRowCount); in GetTargetSize() 1141 if (nRow == mnRowCount-1) in AddBorderAndGap() 1193 (nRow == mnRowCount), in CalculateVerticalLogicalInsertPosition() 1234 mnRowCount = 1; in CalculateRowAndColumnCount() [all …]
|
| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | fieldwnd.cxx | 114 mnRowCount( nRowCount ), in ScPivotFieldWindow() 125 mnLineSize = mbVertical ? mnRowCount : mnColCount; in ScPivotFieldWindow() 126 mnPageSize = mnColCount * mnRowCount; in ScPivotFieldWindow() 135 …long nWinHeight = static_cast< long >( mnRowCount * maFieldSize.Height() + (mnRowCount - 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 …long nCol = static_cast< long >( mbVertical ? (nRelIndex / mnRowCount) : (nRelIndex % mnColCount) … in GetFieldPosition() 250 …long nRow = static_cast< long >( mbVertical ? (nRelIndex % mnRowCount) : (nRelIndex / mnColCount) … in GetFieldPosition() 262 if( (nCol < mnColCount) && (nRow < mnRowCount) ) in GetFieldIndex() 269 …size_t nFieldIndex = mnFirstVisIndex + (mbVertical ? (nCol * mnRowCount + nRow) : (nRow * mnColCou… in GetFieldIndex() [all …]
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | chart2uno.cxx | 170 SCROW mnRowCount; member 177 mnRowCount = nRowCount; 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() 194 DBG_ASSERT( nRow<mnRowCount, "wrong row index" ); in getIndex() 195 sal_uInt32 nRet = static_cast<sal_uInt32>(nCol*mnRowCount + nRow); in getIndex() 196 …DBG_ASSERT( maTokens.size()>= static_cast<sal_uInt32>( mnColCount*mnRowCount ), "too few tokens" ); in getIndex() 209 if( mnRowCount<=0 ) in getColRanges() 213 sal_uInt32 nLast = getIndex(nCol, mnRowCount-1); in getColRanges() 228 if (nRow >= mnRowCount) in getRowRanges() [all …]
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterSlideSorter.cxx | 133 sal_Int32 mnRowCount; member in sdext::presenter::PresenterSlideSorter::Layout 1115 if (mpLayout->mnRowCount<=0 || mpLayout->mnColumnCount<=0) in Paint() 1117 OSL_ASSERT(mpLayout->mnRowCount>0 || mpLayout->mnColumnCount>0); in Paint() 1261 mnRowCount(1), in Layout() 1358 mnRowCount = ::std::max( in Update() 1370 - mnRowCount*maPreviewSize.Height - (mnRowCount-1)*mnVerticalGap) in Update() 1406 mnLastVisibleRow = mnRowCount - 1; in SetupVisibleArea() 1426 mnRowCount * (GetColumn(nSlideCount)+1) - 1, +1, +1); in IsScrollBarNeeded() 1646 nTotalColumnCount = sal_Int32(ceil(double(mnSlideCount) / double(mnRowCount))); in UpdateScrollBars() 1647 nTotalRowCount = mnRowCount; in UpdateScrollBars() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xehelper.cxx | 71 mnRowCount( 0 ) in XclExpProgressBar() 111 ++mnRowCount; in IncRowRecordCount() 131 if( !mpSubRowFinal && (mnRowCount > 0) ) in ActivateFinalRowsSegment() 134 mpSubRowFinal->AddSegment( mnRowCount ); in ActivateFinalRowsSegment()
|
| /AOO41X/main/sd/source/ui/inc/taskpane/ |
| H A D | SlideSorterCacheDisplay.hxx | 99 sal_Int32 mnRowCount; member in sd::toolpanel::SlideSorterCacheDisplay
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | xehelper.hxx | 75 sal_Size mnRowCount; /// Number of created ROW records. member in XclExpProgressBar
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | fieldwnd.hxx | 234 size_t mnRowCount; /// Number of field rows. member in ScPivotFieldWindow
|
| /AOO41X/main/oox/inc/oox/dump/ |
| H A D | xlsbdumper.hxx | 183 sal_Int32 mnRowCount; member in oox::dump::xlsb::FormulaObject
|
| H A D | biffdumper.hxx | 381 sal_Int32 mnRowCount; member in oox::dump::biff::FormulaObject
|
| /AOO41X/main/oox/source/dump/ |
| H A D | xlsbdumper.cxx | 505 mnRowCount = 1024 * 1024; in constructFmlaObj() 531 if( bRelR && bNameMode && (nRow >= mnRowCount / 2) ) aPos.mnRow -= mnRowCount; in createTokenAddress()
|
| H A D | biffdumper.cxx | 951 mnRowCount = (getBiff() == BIFF8) ? 65536 : 16384; in constructFmlaObj() 993 if( bRelR && bNameMode && (nRow >= mnRowCount / 2) ) aPos.mnRow -= mnRowCount; in createTokenAddress()
|