Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dtabvwsh.hxx393 …ewsSheetGeomInvalidation(const SfxViewShell* pForViewShell, bool bColumns, bool bRows, bool bSizes,
H A Dviewfunc.hxx205 void DeleteMulti( bool bRows );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable6.cxx626 bool bRows = rSearchItem.GetRowDirection(); in SearchStyle() local
630 if (bRows) // by row in SearchStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable6.cxx615 bool bRows = rSearchItem.GetRowDirection(); in SearchStyle() local
619 if (bRows) // by row in SearchStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dviewfunc.hxx206 void DeleteMulti( bool bRows );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxetable.hxx579 explicit XclExpOutlineBuffer( const XclExpRoot& rRoot, bool bRows );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxetable.hxx580 explicit XclExpOutlineBuffer( const XclExpRoot& rRoot, bool bRows );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabview.cxx2834 OString ScTabView::getSheetGeometryData(bool bColumns, bool bRows, bool bSizes, bool bHidden, in getSheetGeometryData() argument
2851 (!bColumns && !bRows)) in getSheetGeometryData()
2879 { "rows", false, bRows } in getSheetGeometryData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltbli.cxx1653 void SwXMLTableContext::ReplaceWithEmptyCell( sal_uInt32 nRow, sal_uInt32 nCol, bool bRows ) in ReplaceWithEmptyCell() argument
1659 sal_uInt32 nLastRow = bRows ? nRow + pCell->GetRowSpan() : nRow + 1; in ReplaceWithEmptyCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltbli.cxx1746 void SwXMLTableContext::ReplaceWithEmptyCell( sal_uInt32 nRow, sal_uInt32 nCol, bool bRows ) in ReplaceWithEmptyCell() argument
1752 sal_uInt32 nLastRow = bRows ? nRow + pCell->GetRowSpan() : nRow + 1; in ReplaceWithEmptyCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddocuno.hxx371 virtual OString getSheetGeometryData(bool bColumns, bool bRows, bool bSizes, bool bHidden,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Daddress.cxx974 …bool bRows = (nFlags & ScRefFlags::ROW_VALID) && ((nFlags & ScRefFlags::ROW2_VALID) || (nFlags2 & … in isValidSingleton() local
975 return bCols != bRows; in isValidSingleton()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxetable.cxx1396 XclExpOutlineBuffer::XclExpOutlineBuffer( const XclExpRoot& rRoot, bool bRows ) : in XclExpOutlineBuffer() argument
1403 mpScOLArray = &(bRows ? pOutlineTable->GetRowArray() : pOutlineTable->GetColArray()); in XclExpOutlineBuffer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Daddress.cxx973 …bool bRows = (nFlags & ScRefFlags::ROW_VALID) && ((nFlags & ScRefFlags::ROW2_VALID) || (nFlags2 & … in isValidSingleton() local
974 return bCols != bRows; in isValidSingleton()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxetable.cxx1390 XclExpOutlineBuffer::XclExpOutlineBuffer( const XclExpRoot& rRoot, bool bRows ) : in XclExpOutlineBuffer() argument
1397 mpScOLArray = &(bRows ? pOutlineTable->GetRowArray() : pOutlineTable->GetColArray()); in XclExpOutlineBuffer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dinit.cxx5123 bool bRows = true; in doc_getCommandValues() local
5130 bColumns = bRows = bSizes = bHidden = bFiltered = bGroups = false; in doc_getCommandValues()
5158 bRows = true; in doc_getCommandValues()
5172 = pDoc->getSheetGeometryData(bColumns, bRows, bSizes, bHidden, bFiltered, bGroups); in doc_getCommandValues()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Ddocuno.cxx997 OString ScModelObj::getSheetGeometryData(bool bColumns, bool bRows, bool bSizes, bool bHidden, in getSheetGeometryData() argument
1009 return pTabView->getSheetGeometryData(bColumns, bRows, bSizes, bHidden, bFiltered, bGroups); in getSheetGeometryData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbarange.cxx2980 getRowOrColumnProps( const uno::Reference< table::XCellRange >& xCellRange, bool bRows ) in getRowOrColumnProps() argument
2984 if ( bRows ) in getRowOrColumnProps()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbarange.cxx2933 getRowOrColumnProps( const uno::Reference< table::XCellRange >& xCellRange, bool bRows ) in getRowOrColumnProps() argument
2937 if ( bRows ) in getRowOrColumnProps()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog177849 ITiledRenderable::getSheetGeometryData(bool bColumns, bool bRows,

12