Home
last modified time | relevance | path

Searched refs:nRow (Results 176 – 200 of 523) sorted by relevance

12345678910>>...21

/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java109 int nRow = 1; in testCreateEditDeleteComments() local
112 XCell xCell = xSheet.getCellByPosition(0, nRow); in testCreateEditDeleteComments()
113 xCell.setValue(nRow); in testCreateEditDeleteComments()
127 nRow += 1; in testCreateEditDeleteComments()
174 int nRow = 1; in testShowHideComments() local
176 XCell xCell = xSheet.getCellByPosition(nColumn, nRow); in testShowHideComments()
/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx48 void ScDatabaseDocUtil::PutData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, in PutData() argument
165 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData()
169 pDoc->SetError( nCol, nRow, nTab, NOTAVAILABLE ); in PutData()
175 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData()
177 pDoc->PutCell( nCol, nRow, nTab, pCell, nFormatIndex ); in PutData()
189 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData()
H A Dcell.cxx261 rRef1.nRow, in StartListeningTo()
275 rRef1.nRow, in StartListeningTo()
285 rRef1.nRow, in StartListeningTo()
288 rRef2.nRow, in StartListeningTo()
296 rRef1.nRow, in StartListeningTo()
299 rRef2.nRow, in StartListeningTo()
365 rRef1.nRow, in EndListeningTo()
375 rRef1.nRow, in EndListeningTo()
378 rRef2.nRow, in EndListeningTo()
386 rRef1.nRow, in EndListeningTo()
[all …]
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx97 sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bPage) in lcl_InsertBCText() argument
110 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertBCText()
125 if(!rItem.bSynchron || !(nCol|nRow)) in lcl_InsertBCText()
142 sal_uInt16 nCol, sal_uInt16 nRow, sal_Bool bLast, sal_Bool bPage) in lcl_InsertLabText() argument
155 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertLabText()
171 …if( (!rItem.bSynchron || !(nCol|nRow)) && (sDBName = InsertLabEnvText( rSh, rFldMgr, rItem.aWritin… in lcl_InsertLabText()
413 static_cast< sal_uInt16 >(rItem.nRow - 1), sal_True, sal_False ) : in InsertLab()
416 static_cast< sal_uInt16 >(rItem.nRow - 1), sal_False); in InsertLab()
/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx93 void MergeCells( const uno::Reference< XTable >& xTable, sal_Int32 nCol, sal_Int32 nRow, sal_Int32 … in MergeCells() argument
97 …->createCursorByRange( xTable->getCellRangeByPosition( nCol, nRow,nCol + nColSpan - 1, nRow + nRow… in MergeCells()
280 sal_Int32 nRow = 0; in pushToPropSet() local
293 MergeCells( xTable, nColumn, nRow, rTableCell.getGridSpan(), rTableCell.getRowSpan() ); in pushToPropSet()
296 …FilterBase, pMasterTextListStyle, xCellRange->getCellByPosition( nColumn, nRow ), *this, rTableSty… in pushToPropSet()
297 nColumn, aTableRowIter->getTableCells().size(), nRow, mvTableRows.size() ); in pushToPropSet()
302 nRow++; in pushToPropSet()
/trunk/main/sc/inc/
H A Dmarkarr.hxx34 SCROW nRow; member
51 sal_Bool GetMark( SCROW nRow ) const;
60 sal_Bool Search( SCROW nRow, SCSIZE& nIndex ) const;
64 SCsROW GetNextMarked( SCsROW nRow, sal_Bool bUp ) const;
65 SCROW GetMarkEnd( SCROW nRow, sal_Bool bUp ) const;
/trunk/main/sc/source/ui/view/
H A Dtabview2.cxx89 sal_Bool ScTabView::IsMarking( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in IsMarking() argument
93 && nBlockStartY == nRow in IsMarking()
641 for (SCROW nRow = 0; nRow <= nFixPosY-1; ++nRow) in lcl_FitsInWindow() local
643 if (pDoc->RowHidden(nRow, nTab)) in lcl_FitsInWindow()
647 sal_uInt16 nRowTwips = pDoc->GetRowHeight(nRow, nTab); in lcl_FitsInWindow()
655 for (SCROW nRow = nStartRow; nRow <= nEndRow; ++nRow) in lcl_FitsInWindow() local
657 sal_uInt16 nRowTwips = pDoc->GetRowHeight(nRow, nTab); in lcl_FitsInWindow()
H A Dviewdata.cxx1768 for (SCROW nRow = nY; nRow <= nY+nCountY-1; ++nRow) in GetMergeSizePixel() local
2025 SCROW nRow; in SetScreen() local
2045 for (nRow=nRow1; nRow<=nRow2; nRow++) in SetScreen()
3109 SCROW nRow = rPosY; in AddPixelsWhile() local
3139 if (nRow > rPosY) in AddPixelsWhile()
3140 --nRow; in AddPixelsWhile()
3141 rPosY = nRow; in AddPixelsWhile()
3150 SCROW nRow = rPosY; in AddPixelsWhileBackward() local
3180 if (nRow < rPosY) in AddPixelsWhileBackward()
3181 ++nRow; in AddPixelsWhileBackward()
[all …]
H A Dgridwin4.cxx1212 SCROW nRow; in DrawButtons() local
1233 nRow = pThisRowInfo->nRowNo; in DrawButtons()
1256 nRow >= nStartRow && nRow <= nEndRow ) in DrawButtons()
1261 pDBData = pDoc->GetDBAtCursor( nCol, nRow, nTab ); in DrawButtons()
1294 SCROW nStartRow = nRow; in DrawButtons()
1300 Point aScrPos = pViewData->GetScrPos( nCol, nRow, eWhich ); in DrawButtons()
1315 nRow = pThisRowInfo->nRowNo; in DrawButtons()
1321 Point aScrPos = pViewData->GetScrPos( nCol, nRow, eWhich ); in DrawButtons()
1330 pDoc->GetString(nCol, nRow, nTab, aStr); in DrawButtons()
1370 SCROW nRow = rButtonPos.Row(); in GetListValButtonRect() local
[all …]
H A Ddbfunc.cxx352 const SCROW nRow = aParam.nRow1; in ToggleAutoFilter() local
357 ((ScMergeFlagAttr*) pDoc->GetAttr( nCol, nRow, nTab, ATTR_MERGE_FLAG ))->GetValue(); in ToggleAutoFilter()
371 ((ScMergeFlagAttr*) pDoc->GetAttr( nCol, nRow, nTab, ATTR_MERGE_FLAG ))->GetValue(); in ToggleAutoFilter()
372 pDoc->ApplyAttr( nCol, nRow, nTab, ScMergeFlagAttr( nFlag & ~SC_MF_AUTO ) ); in ToggleAutoFilter()
430 … ((ScMergeFlagAttr*) pDoc->GetAttr( nCol, nRow, nTab, ATTR_MERGE_FLAG ))->GetValue(); in ToggleAutoFilter()
431 pDoc->ApplyAttr( nCol, nRow, nTab, ScMergeFlagAttr( nFlag | SC_MF_AUTO ) ); in ToggleAutoFilter()
433 pDocSh->PostPaint( aParam.nCol1, nRow, nTab, aParam.nCol2, nRow, nTab, PAINT_GRID ); in ToggleAutoFilter()
/trunk/main/sc/source/ui/inc/
H A DAccessibleTableBase.hxx90 getAccessibleRowDescription( sal_Int32 nRow )
104 getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
112 getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
138 isAccessibleRowSelected( sal_Int32 nRow )
150 getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
166 isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
174 getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn )
/trunk/main/sw/source/ui/table/
H A Dinstable.cxx197 sal_Int64 nRow = aRowEdit.GetValue(); in IMPL_LINK_INLINE_END() local
198 if(!nRow) in IMPL_LINK_INLINE_END()
199 nRow = 1; in IMPL_LINK_INLINE_END()
200 aColEdit.SetMax(ROW_COL_PROD/nRow); in IMPL_LINK_INLINE_END()
203 sal_Int64 nMax = ( nRow == 1 )? 1 : nRow - 1 ; in IMPL_LINK_INLINE_END()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx1068 aRange.aUpperLeft.nRow = 1; in convertRangeToXML()
1075 aRange.aUpperLeft.nRow = 0; in convertRangeToXML()
1088 aRange.aUpperLeft.nRow = 0; in convertRangeToXML()
1093 aRange.aUpperLeft.nRow = nIndex + 1; in convertRangeToXML()
1101 aRange.aUpperLeft.nRow = 0; in convertRangeToXML()
1112 aRange.aUpperLeft.nRow = 1; in convertRangeToXML()
1119 aRange.aUpperLeft.nRow = nIndex + 1; in convertRangeToXML()
1142 ( aRange.aUpperLeft.nRow != aRange.aLowerRight.nRow ) ) in convertRangeFromXML()
1155 if( aRange.aUpperLeft.nRow == 0 ) in convertRangeFromXML()
1162 if( aRange.aUpperLeft.nRow == 0 ) in convertRangeFromXML()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx297 sal_Int32 nCol, sal_Int32 nRow ) const;
300 sal_Int32 nCol, sal_Int32 nRow,
305 WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int32 nRow ) const;
308 WorksheetHelper& rSheetHelper, sal_Int32 nCol, sal_Int32 nRow ) const;
314 sal_Int32 nCol, sal_Int32 nRow, const PivotCacheItem& rItem ) const;
317 sal_Int32 nCol, sal_Int32 nRow, sal_Int32 nItemIdx ) const;
457 void updateSourceDataRow( WorksheetHelper& rSheetHelper, sal_Int32 nRow ) const;
/trunk/main/svtools/workben/
H A Dbrowser.cxx116 virtual sal_Bool SeekRow( long nRow );
428 for ( long nRow = FirstSelectedRow(bInverse); nRow >= 0; nRow = NextSelectedRow() ) in Select() local
432 aEvent += String( nRow ); in Select()
487 sal_Bool Browser::SeekRow( long nRow ) in SeekRow() argument
489 if ( nRow >= 0 && nRow < (long) aRows.Count() ) in SeekRow()
491 aRows.Seek(nRow); in SeekRow()
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx223 SCROW nRow = rDlg.aEdRow.GetRow(); in ExecuteCol() local
227 if ( (nCol > 0) && (nRow > 0) ) in ExecuteCol()
228 rDlg.SetCurrentCell( nCol-1, nRow-1 ); in ExecuteCol()
353 SCROW nRow = (SCROW)GetValue(); in ExecuteRow() local
355 if ( (nCol > 0) && (nRow > 0) ) in ExecuteRow()
356 rDlg.SetCurrentCell( nCol-1, nRow-1 ); in ExecuteRow()
1482 SCROW nRow = aMarkRange.aStart.Row(); in StartOfDataArea() local
1484 if ( (nCol+1 != aEdCol.GetCol()) || (nRow+1 != aEdRow.GetRow()) ) in StartOfDataArea()
1485 SetCurrentCell( nCol, nRow ); in StartOfDataArea()
1502 SCROW nRow = aMarkRange.aEnd.Row(); in EndOfDataArea() local
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DTableGrantCtrl.hxx94 CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnId );
102 virtual void InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol );
103 virtual ::svt::CellController* GetController( long nRow, sal_uInt16 nCol );
105 virtual sal_Bool SeekRow( long nRow );
107 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const;
/trunk/main/sw/source/core/access/
H A Dacctable.hxx134 sal_Int32 nRow )
142 sal_Int32 nRow, sal_Int32 nColumn )
146 sal_Int32 nRow, sal_Int32 nColumn )
163 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
171 getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
183 sal_Int32 nRow, sal_Int32 nColumn )
187 sal_Int32 nRow, sal_Int32 nColumn )
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx62 sal_uInt16 nRow; // Start-Zeile member in SwWriteTableCell
76 nRow( nR ), nCol( nC ), nRowSpan( nRSpan ), nColSpan( nCSpan ), in SwWriteTableCell()
82 sal_uInt16 GetRow() const { return nRow; } in GetRow()
136 sal_uInt16 nRow, sal_uInt16 nCol,
287 sal_uInt16 MergeBoxBorders( const SwTableBox *pBox, sal_uInt16 nRow, sal_uInt16 nCol,
303 long GetAbsHeight( long nRawWidth, sal_uInt16 nRow, sal_uInt16 nRowSpan ) const;
/trunk/main/sal/textenc/
H A Dconverteuctw.c85 sal_Int32 nRow = 0; in ImplConvertEucTwToUnicode() local
95 nRow = ((ImplEucTwToUnicodeContext *) pContext)->m_nRow; in ImplConvertEucTwToUnicode()
112 nRow = nChar - 0xA1; in ImplConvertEucTwToUnicode()
153 nRow = nChar - 0xA1; in ImplConvertEucTwToUnicode()
183 = pCns116431992RowOffsets[nPlaneOffset + nRow]; in ImplConvertEucTwToUnicode()
276 ((ImplEucTwToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertEucTwToUnicode()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx1478 const sal_Int32 nRow (floor( in GetRow() local
1481 || (nRow>=mnFirstVisibleRow && nRow<=mnLastVisibleRow)) in GetRow()
1483 return nRow; in GetRow()
1500 const sal_Int32 nRow (GetRow(aLocalPosition)); in GetSlideIndexForPosition() local
1502 if (nColumn < 0 || nRow < 0) in GetSlideIndexForPosition()
1506 sal_Int32 nIndex (GetIndex(nRow, nColumn)); in GetSlideIndexForPosition()
1523 sal_Int32 nRow (GetRow(nSlideIndex)); in GetPoint() local
1566 for (sal_Int32 nRow=mnFirstVisibleRow; nRow<=mnLastVisibleRow; ++nRow) in ForAllVisibleSlides() local
1685 const sal_Int32 nRow, in GetIndex() argument
1689 return nColumn * mnRowCount + nRow; in GetIndex()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx199 for( size_t nRow = 0; nRow < nTableRowCount; ++nRow ) in lcl_fillRangeMapping() local
201 const ::std::vector< SchXMLCell > & rRow( rTable.aData[nRow] ); in lcl_fillRangeMapping()
212 OSL_ASSERT( static_cast< sal_Int32 >( nRow ) == nRowOffset ); in lcl_fillRangeMapping()
219 if( nRow == 0 && rTable.bHasHeaderRow ) in lcl_fillRangeMapping()
229 if( nRow == 0 && rTable.bHasHeaderRow ) in lcl_fillRangeMapping()
237 … OUString aRowNumStr = OUString::valueOf( static_cast< sal_Int32 >( nRow - nRowOffset )); in lcl_fillRangeMapping()
914 for( sal_Int32 nRow = 0; aRowIter != aEnd && nRow < nNumRows; ++aRowIter, ++nRow ) in applyTableToInternalDataProvider() local
921 lcl_ApplyCellToComplexLabel( rRow.front(), aComplexRowDescriptions[nRow] ); in applyTableToInternalDataProvider()
924 Sequence< double >& rTargetRow = aDataInRows[nRow]; in applyTableToInternalDataProvider()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx406 sal_uInt16 nRow, nRowHeight; in Row25() local
408 aIn >> nRow; in Row25()
411 if( ValidRow( nRow ) ) in Row25()
418 pColRowBuff->SetHeight( nRow, nRowHeight ); in Row25()
428 pRowOutlineBuff->SetLevel( nRow, nLevel, in Row25()
431 pColRowBuff->SetRowSettings( nRow, nRowHeight, nGrbit ); in Row25()
951 sal_uInt16 nRow, nRowHeight, nGrbit, nXF; in Row34() local
953 aIn >> nRow; in Row34()
956 SCROW nScRow = static_cast< SCROW >( nRow ); in Row34()
1056 sal_uInt16 nRow = nFirstRow - 1; in TableOp() local
[all …]
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java96 int nRow = 1; in testInsertCells() local
98 xSheet.getCellByPosition( nCol, nRow ).setValue( nValue ); in testInsertCells()
99 nRow += 1; in testInsertCells()
226 int nRow = 1; in testDeleteCells() local
228 xSheet.getCellByPosition( nCol, nRow ).setValue( nValue ); in testDeleteCells()
229 nRow += 1; in testDeleteCells()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.hxx83 void setRow(sal_uInt32 nRow);
191 void setRow(sal_uInt32 nRow);
306 sal_uInt32 nRow,
312 sal_uInt32 nRow,
320 sal_uInt32 nRow,
328 sal_uInt32 nRow,

Completed in 389 milliseconds

12345678910>>...21