| /AOO42X/main/sc/source/ui/view/ |
| H A D | spelleng.cxx | 165 SCROW nNewRow = mnCurrRow; in FindNextConversionCell() local 172 --nNewRow; in FindNextConversionCell() 180 bLoop = mrDoc.GetNextSpellingCell( nNewCol, nNewRow, mnStartTab, bSheetSel, rMark ); in FindNextConversionCell() 185 …if( mbWrappedInTable && ((nNewCol > mnStartCol) || ((nNewCol == mnStartCol) && (nNewRow >= mnStart… in FindNextConversionCell() 205 nNewRow = MAXROW + 2; in FindNextConversionCell() 216 pPattern = mrDoc.GetPattern( nNewCol, nNewRow, mnStartTab ); in FindNextConversionCell() 225 … const SfxPoolItem* pItem = mrDoc.GetAttr( nNewCol, nNewRow, mnStartTab, ATTR_FONT_LANGUAGE ); in FindNextConversionCell() 238 FillFromCell( nNewCol, nNewRow, mnStartTab ); in FindNextConversionCell() 247 pViewShell->AlignToCursor( nNewCol, nNewRow, SC_FOLLOW_JUMP ); in FindNextConversionCell() 248 pViewShell->SetCursor( nNewCol, nNewRow, sal_True ); in FindNextConversionCell() [all …]
|
| H A D | spelldialog.cxx | 136 SCROW nNewRow = mpViewData->GetCurY(); in Reset() local 140 nNewCol, nNewRow, nTab, mxRedoDoc.release(), in Reset()
|
| H A D | viewfun4.cxx | 582 SCROW nNewRow = rViewData.GetCurY(); in DoSheetConversion() local 587 nNewCol, nNewRow, nTab, pRedoDoc, rConvParam ) ); in DoSheetConversion()
|
| H A D | gridwin.cxx | 191 SCCOL nNewCol, SCROW nNewRow, ScFilterBoxMode eNewMode ); 213 SCCOL nNewCol, SCROW nNewRow, ScFilterBoxMode eNewMode ) : in ScFilterListBox() argument 217 nRow( nNewRow ), in ScFilterListBox()
|
| /AOO42X/main/ucb/source/cacher/ |
| H A D | cachedcontentresultset.cxx | 1427 sal_Int32 nNewRow = m_nKnownCount + 1 + row; in absolute() local 1429 if( nNewRow <= 0 ) in absolute() 1431 nNewRow = 0; in absolute() 1434 m_nRow = nNewRow; in absolute() 1457 sal_Int32 nNewRow = m_nKnownCount + 1 + row; in absolute() local 1458 if( nNewRow < 0 ) in absolute() 1459 nNewRow = 0; in absolute() 1460 m_nLastAppliedPos = nNewRow; in absolute() 1461 m_nRow = nNewRow; in absolute() 1496 sal_Int32 nNewRow = row; in absolute() local [all …]
|
| /AOO42X/main/svx/source/fmcomp/ |
| H A D | gridctrl.cxx | 2078 sal_Bool DbGridControl::CursorMoving(long nNewRow, sal_uInt16 nNewCol) in CursorMoving() argument 2085 && ( m_nCurrentPos != nNewRow ) in CursorMoving() 2086 && !SetCurrent( nNewRow ) in CursorMoving() 2093 if ( !DbGridControl_Base::CursorMoving( nNewRow, nNewCol ) ) in CursorMoving() 2100 sal_Bool DbGridControl::SetCurrent(long nNewRow) in SetCurrent() argument 2109 if (SeekCursor(nNewRow)) in SetCurrent() 2111 if (IsFilterRow(nNewRow)) // special mode for filtering in SetCurrent() 2114 m_nCurrentPos = nNewRow; in SetCurrent() 2120 if (IsInsertionRow(nNewRow)) in SetCurrent() 2158 m_nCurrentPos = nNewRow; in SetCurrent() [all …]
|
| /AOO42X/main/svtools/source/brwbox/ |
| H A D | editbrowsebox.cxx | 890 sal_Bool EditBrowseBox::IsCursorMoveAllowed(long nNewRow, sal_uInt16 nNewColId) const in IsCursorMoveAllowed() argument 899 if (!nInfo && nNewRow != nEditRow) in IsCursorMoveAllowed() 942 if (nNewRow != nEditRow) in IsCursorMoveAllowed() 963 if (!pTHIS->CursorMoving(nNewRow, nNewColId)) in IsCursorMoveAllowed() 976 return pTHIS->CursorMoving(nNewRow, nNewColId); in IsCursorMoveAllowed() 1008 long nNewRow = GetCurRow(); in CursorMoved() local 1009 if (nEditRow != nNewRow) in CursorMoved() 1012 InvalidateStatusCell(nNewRow); in CursorMoved() 1013 nEditRow = nNewRow; in CursorMoved()
|
| /AOO42X/main/sc/source/ui/undo/ |
| H A D | undocell.cxx | 74 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoCursorAttr() argument 79 nRow( nNewRow ), in ScUndoCursorAttr() 173 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoEnterData() argument 185 nRow( nNewRow ), in ScUndoEnterData() 525 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoPageBreak() argument 529 nRow( nNewRow ), in ScUndoPageBreak() 686 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in ScUndoThesaurus() argument 691 nRow( nNewRow ), in ScUndoThesaurus()
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | undocell.hxx | 46 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, 76 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, 166 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, 217 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab,
|
| /AOO42X/main/svx/source/table/ |
| H A D | cellcursor.cxx | 436 for( sal_Int32 nNewRow = nRow + nNewRows; nNewRow > nRow; --nNewRow ) in split_row() local 438 Reference< XPropertySet > xNewRow( xRows->getByIndex( nNewRow ), UNO_QUERY_THROW ); in split_row()
|
| /AOO42X/main/sc/source/core/data/ |
| H A D | column.cxx | 1155 SCROW nNewRow = (pItems[i].nRow += nSize); in InsertRow() local 1157 rAddress.SetRow( nNewRow ); in InsertRow() 1159 nLastBroadcast = nNewRow; in InsertRow() 1162 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in InsertRow() 1163 if ( nNewRow > MAXROW && !bCountChanged ) in InsertRow() 1176 SCROW nNewRow = (pItems[i].nRow += nSize); in InsertRow() local 1179 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in InsertRow() 1180 if ( nNewRow > MAXROW && !bCountChanged ) in InsertRow()
|
| H A D | column3.cxx | 334 SCROW nNewRow = (pItems[i].nRow -= nSize); in DeleteRow() local 336 if ( nLastBroadcast != nNewRow ) in DeleteRow() 338 rAddress.SetRow( nNewRow ); in DeleteRow() 344 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in DeleteRow() 354 SCROW nNewRow = (pItems[i].nRow -= nSize); in DeleteRow() local 357 ((ScFormulaCell*)pCell)->aPos.SetRow( nNewRow ); in DeleteRow()
|
| H A D | dpobject.cxx | 403 long nNewRow = aOutRange.aStart.Row() + nDiff; in CreateOutput() local 404 if ( nNewRow < 0 ) in CreateOutput() 405 nNewRow = 0; in CreateOutput() 408 aStart.SetRow(nNewRow); in CreateOutput()
|
| /AOO42X/main/sc/inc/ |
| H A D | address.hxx | 715 inline void Set( SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, 749 inline void ScRefAddress::Set( SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab, in Set() argument 752 aAdr.Set( nNewCol, nNewRow, nNewTab); in Set()
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | editbrowsebox.hxx | 563 virtual sal_Bool CursorMoving(long nNewRow, sal_uInt16 nNewCol); 595 virtual sal_Bool IsCursorMoveAllowed(long nNewRow, sal_uInt16 nNewColId) const;
|
| H A D | brwbox.hxx | 470 virtual sal_Bool IsCursorMoveAllowed( long nNewRow, sal_uInt16 nNewColId ) const;
|
| /AOO42X/main/reportdesign/source/ui/dlg/ |
| H A D | GroupsSorting.cxx | 143 virtual sal_Bool CursorMoving(long nNewRow, sal_uInt16 nNewCol); 559 sal_Bool OFieldExpressionControl::CursorMoving(long nNewRow, sal_uInt16 nNewCol) in CursorMoving() argument 563 if (!EditBrowseBox::CursorMoving(nNewRow, nNewCol)) in CursorMoving() 565 m_nDataPos = nNewRow; in CursorMoving()
|
| /AOO42X/main/svx/inc/svx/ |
| H A D | gridctrl.hxx | 313 virtual sal_Bool CursorMoving(long nNewRow, sal_uInt16 nNewCol); 572 sal_Bool SetCurrent(long nNewRow);
|
| /AOO42X/main/svtools/source/table/ |
| H A D | tablecontrol_impl.cxx | 1668 RowPos nNewRow = ::std::max( (RowPos)0, m_nCurRow - impl_getVisibleRows( false ) ); in dispatchAction() local 1669 bSuccess = goTo( m_nCurColumn, nNewRow ); in dispatchAction() 1675 … RowPos nNewRow = ::std::min( m_nRowCount - 1, m_nCurRow + impl_getVisibleRows( false ) ); in dispatchAction() local 1676 bSuccess = goTo( m_nCurColumn, nNewRow ); in dispatchAction()
|
| /AOO42X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TEditControl.cxx | 777 sal_Bool OTableEditorCtrl::CursorMoving(long nNewRow, sal_uInt16 nNewCol) in CursorMoving() argument 781 if (!EditBrowseBox::CursorMoving(nNewRow, nNewCol)) in CursorMoving() 786 m_nDataPos = nNewRow; in CursorMoving()
|
| H A D | TEditControl.hxx | 145 virtual sal_Bool CursorMoving(long nNewRow, sal_uInt16 nNewCol);
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | pview.hxx | 116 void CalcWish( sal_uInt8 nNewRow, sal_uInt8 nNewCol );
|
| /AOO42X/main/dbaccess/source/core/api/ |
| H A D | RowSetBase.cxx | 1135 sal_Int32 nNewRow = m_pCache->getRow(); in setCurrentRow() local 1137 OSL_ENSURE(nOldRow == nNewRow,"Old position is not equal to new position"); in setCurrentRow()
|
| /AOO42X/main/sw/source/ui/uiview/ |
| H A D | pview.cxx | 282 void SwPagePreViewWin::CalcWish( sal_uInt8 nNewRow, sal_uInt8 nNewCol ) in CalcWish() argument 289 mnRow = nNewRow; in CalcWish()
|