Home
last modified time | relevance | path

Searched refs:bRows (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_visualisation/
H A DGrid_Histogram_Surface.cpp134 bool CGrid_Histogram_Surface::Get_Lines(bool bRows) in Get_Lines() argument
148 n_i = bRows ? Get_NX() : Get_NY(); in Get_Lines()
149 n_j = bRows ? Get_NY() : Get_NX(); in Get_Lines()
163 Values.Get_Record(i)->Set_Value(0, bRows ? m_pGrid->asDouble(i, j) : m_pGrid->asDouble(j, i)); in Get_Lines()
172 if( bRows ) in Get_Lines()
H A DGrid_Histogram_Surface.h98 bool Get_Lines (bool bRows);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dgroupdlg.cxx24 ScGroupDlg::ScGroupDlg(weld::Window* pParent, bool bUngroup, bool bRows) in ScGroupDlg() argument
36 if (bRows) in ScGroupDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Dgroupdlg.cxx24 ScGroupDlg::ScGroupDlg(weld::Window* pParent, bool bUngroup, bool bRows) in ScGroupDlg() argument
36 if (bRows) in ScGroupDlg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dgroupdlg.hxx27 ScGroupDlg(weld::Window* pParent, bool bUnGroup, bool bRows);
H A Dtabview.hxx520 … bool bCols = false, bool bRows = false, bool bCellSelection = false );
523 bool bCols = false, bool bRows = false, bool bForceNeg = false );
600 OString getSheetGeometryData(bool bColumns, bool bRows, bool bSizes, bool bHidden,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dgroupdlg.hxx28 ScGroupDlg(weld::Window* pParent, bool bUnGroup, bool bRows);
H A Dtabview.hxx528 … bool bCols = false, bool bRows = false, bool bCellSelection = false );
531 bool bCols = false, bool bRows = false, bool bForceNeg = false );
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dsplitwin.cxx318 if ( bRows ) in ImplFindItem()
368 if ( bRows ) in ImplCalcSet()
553 if ( bRows ) in ImplCalcSet()
599 if ( bRows ) in ImplCalcSet()
678 bool bRows ) in ImplCalcSet2() argument
697 if ( bRows ) in ImplCalcSet2()
713 if ( bRows ) in ImplCalcSet2()
832 if (bRows) in ImplDrawSplit()
908 if ( bRows ) in ImplTestSplit()
923 if ( bRows ) in ImplTestSplit()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dsplitwin.cxx357 if ( bRows ) in ImplFindItem()
407 if ( bRows ) in ImplCalcSet()
592 if ( bRows ) in ImplCalcSet()
638 if ( bRows ) in ImplCalcSet()
717 bool bRows ) in ImplCalcSet2() argument
736 if ( bRows ) in ImplCalcSet2()
752 if ( bRows ) in ImplCalcSet2()
894 if (bRows) in ImplDrawSplit()
970 if ( bRows ) in ImplTestSplit()
985 if ( bRows ) in ImplTestSplit()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsplitwin.hxx102 bool bRows );
106 bool bRows );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsplitwin.hxx105 bool bRows );
108 bool bRows );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview2.cxx354 bool bTestNeg, bool bCols, bool bRows, bool bForceNeg ) in InitBlockMode() argument
373 else if ( bRows ) in InitBlockMode()
384 bBlockRows = bRows; in InitBlockMode()
450 bool bCols, bool bRows, bool bCellSelection ) in MarkCursor() argument
459 InitBlockMode( nCurX, nCurY, nCurZ, false, bCols, bRows ); in MarkCursor()
464 if (bRows) in MarkCursor()
484 nBlockStartZ, rMark.IsMarkNegative(), bCols, bRows ); in MarkCursor()
596 if ( !bCols && !bRows ) in MarkCursor()
H A Dviewfunc.cxx1741 void ScViewFunc::DeleteMulti( bool bRows ) in DeleteMulti() argument
1755 if (bRows) in DeleteMulti()
1762 SCCOLROW nCurPos = bRows ? GetViewData().GetCurY() : GetViewData().GetCurX(); in DeleteMulti()
1777 if ( bRows ) in DeleteMulti()
1841 pUndoDoc->InitUndo( rDoc, nTab, nTab, !bRows, bRows ); // row height in DeleteMulti()
1847 if (bRows) in DeleteMulti()
1872 if (bRows) in DeleteMulti()
1887 SCCOL nStartCol = bRows ? 0 : static_cast<SCCOL>(nFirstStart); in DeleteMulti()
1888 SCROW nStartRow = bRows ? static_cast<SCROW>(nFirstStart) : 0; in DeleteMulti()
1905 if (bRows) in DeleteMulti()
[all …]
H A Dtabvwshc.cxx561 … bool bRows, bool bSizes, bool bHidden, bool bFiltered, in notifyAllViewsSheetGeomInvalidation() argument
569 if (!bColumns && !bRows) in notifyAllViewsSheetGeomInvalidation()
573 bool bAllDims = bColumns && bRows; in notifyAllViewsSheetGeomInvalidation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabview2.cxx353 bool bTestNeg, bool bCols, bool bRows, bool bForceNeg ) in InitBlockMode() argument
371 else if ( bRows ) in InitBlockMode()
382 bBlockRows = bRows; in InitBlockMode()
449 bool bCols, bool bRows, bool bCellSelection ) in MarkCursor() argument
458 InitBlockMode( nCurX, nCurY, nCurZ, false, bCols, bRows ); in MarkCursor()
463 if (bRows) in MarkCursor()
483 nBlockStartZ, rMark.IsMarkNegative(), bCols, bRows ); in MarkCursor()
595 if ( !bCols && !bRows ) in MarkCursor()
H A Dviewfunc.cxx1731 void ScViewFunc::DeleteMulti( bool bRows ) in DeleteMulti() argument
1745 if (bRows) in DeleteMulti()
1752 SCCOLROW nCurPos = bRows ? GetViewData().GetCurY() : GetViewData().GetCurX(); in DeleteMulti()
1767 if ( bRows ) in DeleteMulti()
1829 pUndoDoc->InitUndo( &rDoc, nTab, nTab, !bRows, bRows ); // row height in DeleteMulti()
1835 if (bRows) in DeleteMulti()
1860 if (bRows) in DeleteMulti()
1875 SCCOL nStartCol = bRows ? 0 : static_cast<SCCOL>(nFirstStart); in DeleteMulti()
1876 SCROW nStartRow = bRows ? static_cast<SCROW>(nFirstStart) : 0; in DeleteMulti()
1893 if (bRows) in DeleteMulti()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Numerics/
H A DMatrix.h261 unsigned int bRows = B.numRows(); in multiply() local
263 CHECK_INVARIANT(aCols == bRows, "Size mismatch during multiplication"); in multiply()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dworksheethelper.cxx349 …nes( OutlineLevelVec& orLevels, sal_Int32 nColRow, sal_Int32 nLevel, bool bCollapsed, bool bRows );
351 … groupColumnsOrRows( sal_Int32 nFirstColRow, sal_Int32 nLastColRow, bool bCollapsed, bool bRows );
1260 sal_Int32 nColRow, sal_Int32 nLevel, bool bCollapsed, bool bRows ) in convertOutlines() argument
1281 groupColumnsOrRows( nFirstInLevel, nColRow - 1, bCollapsed, bRows ); in convertOutlines()
1287 …ls::groupColumnsOrRows( sal_Int32 nFirstColRow, sal_Int32 nLastColRow, bool bCollapse, bool bRows ) in groupColumnsOrRows() argument
1292 if( bRows ) in groupColumnsOrRows()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dworksheethelper.cxx354 …nes( OutlineLevelVec& orLevels, sal_Int32 nColRow, sal_Int32 nLevel, bool bCollapsed, bool bRows );
356 … groupColumnsOrRows( sal_Int32 nFirstColRow, sal_Int32 nLastColRow, bool bCollapsed, bool bRows );
1308 sal_Int32 nColRow, sal_Int32 nLevel, bool bCollapsed, bool bRows ) in convertOutlines() argument
1329 groupColumnsOrRows( nFirstInLevel, nColRow - 1, bCollapsed, bRows ); in convertOutlines()
1335 …ls::groupColumnsOrRows( sal_Int32 nFirstColRow, sal_Int32 nLastColRow, bool bCollapse, bool bRows ) in groupColumnsOrRows() argument
1340 if( bRows ) in groupColumnsOrRows()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/StatisticsDialogs/
H A DRegressionDialog.cxx125 static size_t lcl_GetNumRowsColsInRange(const ScRange& rRange, bool bRows) in lcl_GetNumRowsColsInRange() argument
127 if (bRows) in lcl_GetNumRowsColsInRange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltbli.hxx126 void ReplaceWithEmptyCell( sal_uInt32 nRow, sal_uInt32 nCol, bool bRows );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltbli.hxx124 void ReplaceWithEmptyCell( sal_uInt32 nRow, sal_uInt32 nCol, bool bRows );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/StatisticsDialogs/
H A DRegressionDialog.cxx129 static size_t lcl_GetNumRowsColsInRange(const ScRange& rRange, bool bRows) in lcl_GetNumRowsColsInRange() argument
131 if (bRows) in lcl_GetNumRowsColsInRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp597 bRows = aCols; in program_fn() local
599 B(bCols*bRows); in program_fn()
607 sum += A[j*aRows + r] * B[c*bRows + j]; in program_fn()

12