Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dtabview2.cxx121 sal_Bool bTestNeg, sal_Bool bCols, sal_Bool bRows, sal_Bool bForceNeg ) in InitBlockMode() argument
138 else if ( bRows ) in InitBlockMode()
150 bBlockRows = bRows; in InitBlockMode()
225 sal_Bool bCols, sal_Bool bRows, sal_Bool bCellSelection ) in MarkCursor() argument
233 InitBlockMode( nCurX, nCurY, nCurZ, sal_False, bCols, bRows ); in MarkCursor()
238 if (bRows) in MarkCursor()
259 nBlockStartZ, rMark.IsMarkNegative(), bCols, bRows ); in MarkCursor()
408 if ( !bCols && !bRows ) in MarkCursor()
H A Dviewfunc.cxx1711 void ScViewFunc::DeleteMulti( sal_Bool bRows, sal_Bool bRecord ) in DeleteMulti() argument
1723 SCCOLROW nRangeCnt = bRows ? aFuncMark.GetMarkRowRanges( pRanges ) : in DeleteMulti()
1744 if ( bRows ) in DeleteMulti()
1807 pUndoDoc->InitUndo( pDoc, nTab, nTab, !bRows, bRows ); // Zeilenhoehen in DeleteMulti()
1814 if (bRows) in DeleteMulti()
1838 if (bRows) in DeleteMulti()
1847 SCCOL nStartCol = bRows ? 0 : static_cast<SCCOL>(nFirstStart); in DeleteMulti()
1848 SCROW nStartRow = bRows ? static_cast<SCROW>(nFirstStart) : 0; in DeleteMulti()
1859 new ScUndoDeleteMulti( pDocSh, bRows, bNeedRefresh, nTab, pRanges, nRangeCnt, in DeleteMulti()
1865 if (bRows) in DeleteMulti()
[all …]
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx405 sal_Bool bRows, sal_Bool bDown = sal_True ) in ImplFindItem() argument
419 if ( bRows ) in ImplFindItem()
527 if ( bRows ) in ImplCalcSet()
733 if ( bRows ) in ImplCalcSet()
784 if ( bRows ) in ImplCalcSet()
889 if ( bRows ) in ImplCalcSet2()
905 if ( bRows ) in ImplCalcSet2()
1104 if ( bRows ) in ImplDrawSplit()
1192 if ( bRows ) in ImplTestSplit()
1207 if ( bRows ) in ImplTestSplit()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dgroupdlg.cxx42 sal_Bool bRows ) : in ScGroupDlg() argument
54 if ( bRows ) in ScGroupDlg()
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx370 …nes( OutlineLevelVec& orLevels, sal_Int32 nColRow, sal_Int32 nLevel, bool bCollapsed, bool bRows );
372 … groupColumnsOrRows( sal_Int32 nFirstColRow, sal_Int32 nLastColRow, bool bCollapsed, bool bRows );
1271 sal_Int32 nColRow, sal_Int32 nLevel, bool bCollapsed, bool bRows ) in convertOutlines() argument
1293 groupColumnsOrRows( nFirstInLevel, nColRow - 1, bCollapsed, bRows ); in convertOutlines()
1299 …ls::groupColumnsOrRows( sal_Int32 nFirstColRow, sal_Int32 nLastColRow, bool bCollapse, bool bRows ) in groupColumnsOrRows() argument
1304 if( bRows ) in groupColumnsOrRows()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx579 bRows( bNewRows ), in ScUndoDeleteMulti()
604 if (bRows) in DoChange()
642 if ( bRows ) in SetChangeTrack()
652 if ( bRows ) in SetChangeTrack()
686 if (bRows) in Undo()
697 if (bRows) in Undo()
730 if (bRows) in Redo()
/trunk/main/vcl/inc/vcl/
H A Dsplitwin.hxx135 sal_Bool bRows, sal_Bool bDown = sal_True );
141 sal_Bool bRows, sal_Bool bDown = sal_True );
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx472 … sal_Bool bCols = sal_False, sal_Bool bRows = sal_False, sal_Bool bCellSelection = sal_False );
475 sal_Bool bCols = sal_False, sal_Bool bRows = sal_False, sal_Bool bForceNeg = sal_False );
H A Dgroupdlg.hxx40 sal_Bool bRows = sal_True );
H A Dviewfunc.hxx204 void DeleteMulti( sal_Bool bRows, sal_Bool bRecord = sal_True );
H A Dundoblk.hxx128 sal_Bool bRows; member in ScUndoDeleteMulti
/trunk/main/sc/source/core/data/
H A Dtable6.cxx467 sal_Bool bRows = rSearchItem.GetRowDirection(); in SearchStyle() local
471 if (bRows) // zeilenweise in SearchStyle()
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx916 sal_Bool bRows ) in CreateAbstractScGroupDlg() argument
923 pDlg = new ScGroupDlg( pParent, nResId,bUnGroup, bRows); in CreateAbstractScGroupDlg()
H A Dscdlgfact.hxx443 sal_Bool bRows = sal_True );
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.hxx126 void ReplaceWithEmptyCell( sal_uInt32 nRow, sal_uInt32 nCol, bool bRows );
H A Dxmltbli.cxx1846 void SwXMLTableContext::ReplaceWithEmptyCell( sal_uInt32 nRow, sal_uInt32 nCol, bool bRows ) in ReplaceWithEmptyCell() argument
1852 sal_uInt32 nLastRow = bRows ? nRow + pCell->GetRowSpan() : nRow + 1; in ReplaceWithEmptyCell()
/trunk/main/sc/inc/
H A Dscabstdlg.hxx359 sal_Bool bRows = sal_True ) = 0;
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx639 explicit XclExpOutlineBuffer( const XclExpRoot& rRoot, bool bRows );
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx1391 XclExpOutlineBuffer::XclExpOutlineBuffer( const XclExpRoot& rRoot, bool bRows ) : in XclExpOutlineBuffer() argument
1398 mpScOLArray = bRows ? pOutlineTable->GetRowArray() : pOutlineTable->GetColArray(); in XclExpOutlineBuffer()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2939 getRowOrColumnProps( const uno::Reference< table::XCellRange >& xCellRange, bool bRows ) throw ( un… in getRowOrColumnProps() argument
2943 if ( bRows ) in getRowOrColumnProps()

Completed in 149 milliseconds