Home
last modified time | relevance | path

Searched refs:GetRow (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx587 GoToRow( rEvt.GetRow(), sal_False ); in ExpandRowSelection()
1656 if ( rEvt.GetRow() >= 0 ) in MouseButtonDown()
1658 GoToRow( rEvt.GetRow() ); in MouseButtonDown()
1683 if ( rEvt.GetRow() >= nRowCount || in MouseButtonDown()
1695 if ( rEvt.GetRow() >= 0 ) in MouseButtonDown()
1739 aSelRange = Range( rEvt.GetRow(), rEvt.GetRow() ); in MouseButtonDown()
1740 SelectRow( rEvt.GetRow(), in MouseButtonDown()
1749 GoToRow( rEvt.GetRow() ); in MouseButtonDown()
1751 aSelRange = Range( rEvt.GetRow(), rEvt.GetRow() ); in MouseButtonDown()
1809 aSelRange = Range( rEvt.GetRow(), rEvt.GetRow() ); in MouseButtonUp()
[all …]
H A Deditbrowsebox.cxx130 pEvt->GetRow(), in Set()
502 long nRow = rEvt.GetRow(); in MouseButtonDown()
505 if (rEvt.GetClicks() > 1 && rEvt.GetRow() >= 0) in MouseButtonDown()
540 GoToRowColumnId( rEvt.GetRow(), rEvt.GetColumnId() ); in MouseButtonDown()
541 if (rEvt.GetRow() >= 0) in MouseButtonDown()
550 if (rEvt.GetClicks() > 1 && rEvt.GetRow() >= 0) in MouseButtonUp()
558 if (rEvt.GetRow() >= 0) in MouseButtonUp()
894 if (GetSelectColumnCount() || (aMouseEvent.Is() && aMouseEvent->GetRow() < 0)) in IsCursorMoveAllowed()
H A Ddatwin.cxx464 && ( _rEvent.GetRow() >= 0 ) in ImplRowDividerHitTest()
465 && ( _rEvent.GetRow() < GetParent()->GetRowCount() ) in ImplRowDividerHitTest()
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx349 … + aTableVec[nTableCount - 1]->GetRowsPerRow(aTableVec[nTableCount - 1]->GetRow()) - 1)); in DoMerge()
392 if (aTableVec[nTableCount - 1]->GetRealRows(aTableVec[nTableCount - 1]->GetRow()) > in NewRow()
393 aTableVec[nTableCount - 2]->GetRowsPerRow(aTableVec[nTableCount - 2]->GetRow()) - 1) in NewRow()
399 sal_Int32 nRow = aTableVec[i - 1]->GetRow(); in NewRow()
413 sal_Int32 nRow = aTableVec[nTableCount - 1]->GetRow(); in AddRow()
432 for (sal_Int32 j = 0; j <= GetRealCellPos().Row - aTableVec[nTableCount - 1]->GetRow() - 1; ++j) in InsertColumn()
476 (aTableVec[nTableCount - 1]->GetRow() == 0) && in NewColumn()
499 if ( aTableVec[nTableCount - 1]->GetRow() == 0) in NewColumn()
534 if ((aTableVec[nTableCount - 1]->GetRowsPerRow(aTableVec[nTableCount - 1]->GetRow()) > 1) || in AddColumn()
698 nRow += pTableData->GetRealRows(pTableData->GetRow()); in GetRealCellPos()
H A Dxmlsubti.hxx65 sal_Int32 GetRow() const { return aTableCellPos.Row; } in GetRow() function in ScMyTableData
157 sal_Int32 GetCurrentRow() const { return aTableVec[nTableCount - 1]->GetRow(); } in GetCurrentRow()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx312 rErrPos.Set( aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab() ); in HasError()
816 switch( InsertPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), rData, nLevel ) ) in InsertPredLevelArea()
917 sal_uInt16 nTemp = FindPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), nLevel, nDeleteLevel ); in FindPredLevelArea()
1082 bDrawRet = DrawEntry( aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1102 aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1103 aCellIter.GetCol(), aCellIter.GetRow(), in InsertSuccLevel()
1179 aCellIter.GetCol(),aCellIter.GetRow(),aCellIter.GetTab() ) ) in FindSuccLevel()
1181 sal_uInt16 nTemp = FindSuccLevel( aCellIter.GetCol(), aCellIter.GetRow(), in FindSuccLevel()
1182 aCellIter.GetCol(), aCellIter.GetRow(), in FindSuccLevel()
1386 SCROW nCellRow = aCellIter.GetRow(); in MarkInvalid()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx110 sal_Int32 GetRow (const geometry::RealPoint2D& rLocalPoint,
148 sal_Int32 GetRow (const sal_Int32 nSlideIndex) const;
1399 mnFirstVisibleRow = ::std::max(sal_Int32(0), GetRow(aPoint)); in SetupVisibleArea()
1411 mnLastVisibleRow = GetRow(aPoint, true); in SetupVisibleArea()
1423 mnColumnCount * (GetRow(nSlideCount)+1) - 1, +1, +1); in IsScrollBarNeeded()
1474 sal_Int32 PresenterSlideSorter::Layout::GetRow ( in GetRow() function in sdext::presenter::PresenterSlideSorter::Layout
1500 const sal_Int32 nRow (GetRow(aLocalPosition)); in GetSlideIndexForPosition()
1523 sal_Int32 nRow (GetRow(nSlideIndex)); in GetPoint()
1697 sal_Int32 PresenterSlideSorter::Layout::GetRow (const sal_Int32 nSlideIndex) const in GetRow() function in sdext::presenter::PresenterSlideSorter::Layout
/trunk/main/sc/inc/
H A Ddociter.hxx244 SCROW GetRow() const { return nRow; } in GetRow() function in ScCellIterator
303 SCROW GetRow() { return nRow; } in GetRow() function in ScQueryCellIterator
543 SCROW GetRow() const { return nFoundRow; } in GetRow() function in ScUsedAreaIterator
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx149 sal_Int32 GetRow (const sal_Int32 nIndex) const;
266 sal_Int32 GetRow (void) const { return mnRow; } in GetRow() function in sd::slidesorter::view::InsertPosition
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx191 aRowEdit.SetValue( rParent.GetRow() ); in SwPreViewZoomDlg()
726 const sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in _ExecPgUpAndPgDown()
1172 if( 2 == pViewWin->GetCol() && nRow == pViewWin->GetRow() ) in GetState()
1729 const sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in IMPL_LINK()
1827 sal_uInt16 nVisPages = pViewWin->GetRow() * pViewWin->GetCol(); in ScrollViewSzChg()
1945 pViewWin->CalcWish( pViewWin->GetRow(), pViewWin->GetCol() ); in SetPrinter()
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm342 my $row = $self->GetRow($selector_column, $selector_column_value);
361 sub GetRow ($$$) subroutine
/trunk/main/sc/source/ui/inc/
H A Duiitems.hxx80 SCROW GetRow() const { return aCursorPos.Row(); } in GetRow() function in ScInputStatusItem
124 SCROW GetRow() const { return aCursorPos.Row(); } in GetRow() function in ScEditViewHint
H A Dnavipi.hxx168 SCROW GetRow() { return (SCROW)GetValue(); } in GetRow() function in RowEdit
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx246 const sal_Int32 nRow (rInsertPosition.GetRow()); in GetRun()
411 ? rInsertPosition.GetRow() in UpdateOffsets()
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx223 SCROW nRow = rDlg.aEdRow.GetRow(); in ExecuteCol()
1484 if ( (nCol+1 != aEdCol.GetCol()) || (nRow+1 != aEdRow.GetRow()) ) in StartOfDataArea()
1504 if ( (nCol+1 != aEdCol.GetCol()) || (nRow+1 != aEdRow.GetRow()) ) in EndOfDataArea()
/trunk/main/sw/inc/
H A Dpvprtdat.hxx62 sal_uInt8 GetRow() const { return nRow; } in GetRow() function in SwPagePreViewPrtData
/trunk/main/sc/source/core/data/
H A Dautonamecache.cxx98 rAddresses.push_back( ScAddress( aIter.GetCol(), aIter.GetRow(), aIter.GetTab() ) ); in GetNameOccurences()
H A Ddociter.cxx1306 nFoundRow = GetRow(); in FindEqualOrSortedLastInRange()
1350 nFoundRow = GetRow(); in FindEqualOrSortedLastInRange()
1396 nFoundRow = GetRow(); in FindEqualOrSortedLastInRange()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx83 sal_uInt16 GetRow() const { return nRow; } in GetRow() function in SwHTMLTableLayoutConstraints
168 if( pConstr->GetRow() > pNxt->GetRow() || in InsertNext()
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx83 sal_uInt8 GetRow() const { return mnRow; } in GetRow() function in SwPagePreViewWin
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx193 SCROW nRow = pHint->GetRow(); in Notify()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx82 sal_uInt16 GetRow() const { return nRow; } in GetRow() function in SwWriteTableCell
/trunk/main/starmath/inc/
H A Dnode.hxx165 sal_uInt16 GetRow() const { return (sal_uInt16)aNodeToken.nRow; } in GetRow() function in SmNode
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx916 if( rEvt.GetRow() != BROWSER_ENDOFSELECTION ) in DoubleClick()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx424 …AddRelation(ScAddress(aCellIter.GetCol(), aCellIter.GetRow(), aCellIter.GetTab()), AccessibleRelat… in FillDependends()

Completed in 136 milliseconds

12