Home
last modified time | relevance | path

Searched refs:nRow (Results 201 – 225 of 523) sorted by relevance

12345678910>>...21

/trunk/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx93 … CellBlock( const WorksheetHelper& rHelper, const ValueRange& rColSpan, sal_Int32 nRow );
157 void setColSpans( sal_Int32 nRow, const ValueRangeSet& rColSpans );
186 void setColSpans( sal_Int32 nRow, const ValueRangeSet& rColSpans );
231 void setRowFormat( sal_Int32 nRow, sal_Int32 nXfId, bool bCustomFormat );
300 void set( sal_Int32 nRow, sal_Int32 nXfId );
301 bool tryExpand( sal_Int32 nRow, sal_Int32 nXfId );
/trunk/main/sc/source/filter/excel/
H A Dexctools.cxx279 ExcScenarioCell::ExcScenarioCell( const sal_uInt16 nC, const sal_uInt16 nR ) : nCol( nC ), nRow( nR… in ExcScenarioCell()
381 sal_uInt16 nRow = p->nRow; in Apply() local
384 r.ApplyFlagsTab( nCol, nRow, nCol, nRow, nNewTab, SC_MF_SCENARIO ); in Apply()
386 r.SetString( nCol, nRow, nNewTab, aVal ); in Apply()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx2365 SCROW nRow = 0; in LoadObjects() local
2368 pDoc->SetString(nCol++, nRow, nTab, "ObjectTyp"); in LoadObjects()
2369 pDoc->SetString(nCol++, nRow, nTab, "Col"); in LoadObjects()
2370 pDoc->SetString(nCol++, nRow, nTab, "Row"); in LoadObjects()
2371 pDoc->SetString(nCol++, nRow, nTab, "Tab"); in LoadObjects()
2372 pDoc->SetString(nCol++, nRow, nTab, "X"); in LoadObjects()
2373 pDoc->SetString(nCol++, nRow, nTab, "Y"); in LoadObjects()
2374 pDoc->SetString(nCol++, nRow, nTab, "W"); in LoadObjects()
2375 pDoc->SetString(nCol++, nRow, nTab, "H"); in LoadObjects()
2414 nRow++; in LoadObjects()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx250 …long nRow = static_cast< long >( mbVertical ? (nRelIndex % mnRowCount) : (nRelIndex / mnColCount) … in GetFieldPosition() local
251 …return Point( nCol * (maFieldSize.Width() + maSpaceSize.Width()), nRow * (maFieldSize.Height() + m… in GetFieldPosition()
261 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetFieldIndex() local
262 if( (nCol < mnColCount) && (nRow < mnRowCount) ) in GetFieldIndex()
269 …_t nFieldIndex = mnFirstVisIndex + (mbVertical ? (nCol * mnRowCount + nRow) : (nRow * mnColCount +… in GetFieldIndex()
284 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetDropIndex() local
285 if( (nCol < mnColCount) && (nRow < mnRowCount) ) in GetDropIndex()
287 …size_t nFieldIndex = mnFirstVisIndex + (mbVertical ? (nCol * mnRowCount + nRow) : (nRow * mnColCou… in GetDropIndex()
/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx235 for( int nRow = 0; nRow < nHeight; ++nRow ) in grabFrame() local
237 guchar* pCur = const_cast< guchar* >( pBuffer + nRow * nRowStride ); in grabFrame()
251 pAcc->SetPixel( nRow, nCol, aPixel ); in grabFrame()
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlHeader.hxx92 getAccessibleRowDescription( sal_Int32 nRow )
125 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
138 getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
143 virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
172 implGetChild( sal_Int32 nRow, sal_uInt32 nColumnPos );
H A DAccessibleBrowseBoxHeaderBar.hxx98 getAccessibleRowDescription( sal_Int32 nRow )
131 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
144 getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
149 virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
242 implGetChild( sal_Int32 nRow, sal_uInt16 nColumnPos );
/trunk/main/sc/source/ui/view/
H A Dspelleng.cxx57 bool lclHasString( ScDocument& rDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString ) in lclHasString() argument
60 rDoc.GetString( nCol, nRow, nTab, aCompStr ); in lclHasString()
281 void ScConversionEngineBase::FillFromCell( SCCOL nCol, SCROW nRow, SCTAB nTab ) in FillFromCell() argument
284 mrDoc.GetCellType( nCol, nRow, nTab, eCellType ); in FillFromCell()
291 mrDoc.GetString( nCol, nRow, nTab, aText ); in FillFromCell()
298 mrDoc.GetCell( nCol, nRow, nTab, pCell ); in FillFromCell()
H A Dviewutil.cxx270 for (SCROW nRow = nStartRow; nRow <= nEndRow; ++nRow) in UnmarkFiltered() local
272 SCROW nLastRow = nRow; in UnmarkFiltered()
273 if (pDoc->RowFiltered(nRow, nTab, NULL, &nLastRow)) in UnmarkFiltered()
278 ScRange(nStartCol, nRow, nTab, nEndCol, nLastRow, nTab), false); in UnmarkFiltered()
280 nRow = nLastRow; in UnmarkFiltered()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx168 SCROW nRow = rParam.nRow1; in DoImport() local
170 SCROW nEndRow = nRow; in DoImport()
318 pImportDoc->SetString( nCol, nRow, nTab, in DoImport()
322 ++nRow; in DoImport()
364 if ( ValidRow(nRow) ) in DoImport()
369 ScDatabaseDocUtil::PutData( pImportDoc, nCol, nRow, nTab, in DoImport()
373 nEndRow = nRow; in DoImport()
374 ++nRow; in DoImport()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx263 sal_Bool EditBrowseBox::SeekRow(long nRow) in SeekRow() argument
265 nPaintRow = nRow; in SeekRow()
502 long nRow = rEvt.GetRow(); in MouseButtonDown() local
509 …if (IsEditing() && (nColPos != nEditCol || nRow != nEditRow) && (nColPos != BROWSER_INVALIDID) && … in MouseButtonDown()
1034 void EditBrowseBox::ActivateCell(long nRow, sal_uInt16 nCol, sal_Bool bCellFocus) in ActivateCell() argument
1049 aController = GetController(nRow, nCol); in ActivateCell()
1075 makeAny( CreateAccessibleCell( nRow, GetColumnPos( nCol -1) ) ), in ActivateCell()
1120 Rectangle EditBrowseBox::GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRel) const in GetCellRect() argument
1122 Rectangle aRect( GetFieldRectPixel(nRow, nColId, bRel)); in GetCellRect()
/trunk/main/sw/inc/
H A Dpvprtdat.hxx34 sal_uInt8 nRow, nCol; member in SwPagePreViewPrtData
40 nHorzSpace(0), nVertSpace(0), nRow(1), nCol(1), in SwPagePreViewPrtData()
62 sal_uInt8 GetRow() const { return nRow; } in GetRow()
63 void SetRow(sal_uInt8 n ) { nRow = n; } in SetRow()
H A Dhtmltbl.hxx303 inline SwHTMLTableLayoutCell *GetCell( sal_uInt16 nRow, sal_uInt16 nCol ) const;
304 inline void SetCell( SwHTMLTableLayoutCell *pCell, sal_uInt16 nRow, sal_uInt16 nCol );
464 inline SwHTMLTableLayoutCell *SwHTMLTableLayout::GetCell( sal_uInt16 nRow, sal_uInt16 nCol ) const in GetCell() argument
466 return aCells[nRow*nCols+nCol]; in GetCell()
470 sal_uInt16 nRow, sal_uInt16 nCol ) in SetCell() argument
472 aCells[nRow*nCols+nCol] = pCell; in SetCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextTable.java56 int nRow; field in _XTextTable
72 nRow = num_row.intValue(); in before()
145 boolean result = cellNamesList.length == ( nRow * nCol ) ; in _getCellNames()
172 tRes.tested( "getRows()", nRow == oObj.getRows().getCount() ); in _getRows()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx569 sal_Bool SAL_CALL SvxShowCharSetAcc::isAccessibleRowSelected( sal_Int32 nRow ) throw (IndexOutOfBou… in isAccessibleRowSelected() argument
573 …Parent->getCharSetControl()->GetRowPos(m_pParent->getCharSetControl()->GetSelectIndexId()) == nRow; in isAccessibleRowSelected()
583 Reference< XAccessible > SAL_CALL SvxShowCharSetAcc::getAccessibleCellAt( sal_Int32 nRow, sal_Int32… in getAccessibleCellAt() argument
588 sal::static_int_cast<sal_uInt16>(getAccessibleIndex(nRow,nColumn) )); in getAccessibleCellAt()
604 sal_Bool SAL_CALL SvxShowCharSetAcc::isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn ) thro… in isAccessibleSelected() argument
608 return m_pParent->getCharSetControl()->GetSelectIndexId() == getAccessibleIndex(nRow,nColumn); in isAccessibleSelected()
611 sal_Int32 SAL_CALL SvxShowCharSetAcc::getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn ) throw… in getAccessibleIndex() argument
613 return (nRow*COLUMN_COUNT) + nColumn; in getAccessibleIndex()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2264 for (sal_Int32 nRow = 0; !bExcept && (nRow < rTableRanges.getLength()); in convertToTable() local
2265 ++nRow) in convertToTable()
2269 pTableRanges[nRow].getConstArray(); in convertToTable()
2270 const sal_Int32 nCells(pTableRanges[nRow].getLength()); in convertToTable()
2329 for (sal_Int32 nRow = 0; nRow < xRows->getCount(); ++nRow) in convertToTable() local
2331 if( nRow >= rRowProperties.getLength()) in convertToTable()
2335 lcl_ApplyRowProperties(pRowProperties[nRow], in convertToTable()
2336 xRows->getByIndex(nRow), aRowSeparators[nRow]); in convertToTable()
2344 for (sal_Int32 nRow = 0; nRow < rCellProperties.getLength(); ++nRow) in convertToTable() local
2347 rCellProperties[nRow]; in convertToTable()
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx128 isAccessibleRowSelected( sal_Int32 nRow )
140 getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
144 ScAccessibleCell* GetAccessibleCellAt(sal_Int32 nRow, sal_Int32 nColumn);
148 isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
286 void SelectCell(sal_Int32 nRow, sal_Int32 nCol, sal_Bool bDeselect);
322 sal_Int32 GetAccessibleIndexFormula( sal_Int32 nRow, sal_Int32 nColumn );
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx246 const sal_Int32 nRow (rInsertPosition.GetRow()); in GetRun() local
247 if (nRow < 0) in GetRun()
264 iRun = FindRun(nRow); in GetRun()
268 const sal_Int32 nStartIndex (rLayouter.GetIndex(nRow, 0)); in GetRun()
269 const sal_Int32 nEndIndex (rLayouter.GetIndex(nRow, rLayouter.GetColumnCount()-1)); in GetRun()
274 nRow, in GetRun()
/trunk/main/svx/source/inc/
H A Dcharmapacc.hxx169 …virtual ::rtl::OUString SAL_CALL getAccessibleRowDescription( sal_Int32 nRow ) throw (::com::sun::…
171 …virtual sal_Int32 SAL_CALL getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn ) throw (::…
172 …virtual sal_Int32 SAL_CALL getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn ) throw …
177 …virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow ) throw (::com::sun::star::lang:…
179 …tar::accessibility::XAccessible > SAL_CALL getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn …
182 …virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn ) throw (::com::…
183 …virtual sal_Int32 SAL_CALL getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn ) throw (::com::s…
/trunk/main/sw/source/ui/envelp/
H A Dlabimg.cxx56 nRow (1), in SwLabItem()
89 nRow = rItem.nRow; in operator =()
151 nRow == rLab.nRow && in operator ==()
353 case 16: pValues[nProp] >>= aItem.nRow; break;// "Option/Row" in SwLabCfgItem()
454 case 16: pValues[nProp] <<= aItem.nRow; break;// "Option/Row" in Commit()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx201 long nRow = 0; in ParseData() local
209 while( nRow < nHeight ) in ParseData()
228 for( sal_uInt16 i = 0; ( i < nCount ) && ( nRow < nHeight ); i++ ) in ParseData()
257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData()
260 nCol = 0, nRow++; in ParseData()
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx144 for( sal_Int32 nRow = 0; nRow < aAnySeqSeq.getLength(); ++nRow ) in invoke() local
145 for( sal_Int32 nCol = 0; nCol < aAnySeqSeq[ nRow ].getLength(); ++nCol ) in invoke()
146 lclConvertDoubleToBoolean( aAnySeqSeq[ nRow ][ nCol ] ); in invoke()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs184 for (int nRow = 8; nRow < 15; ++nRow) in doSampleFunction()
185 xSheet.getCellByPosition( 0, nRow ).setValue( nRow - 7 ); in doSampleFunction()
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx89 SCCOL nCol, SCROW nRow, in ScHTMLTableStackEntry()
96 nColCnt( nCol ), nRowCnt( nRow ), in ScHTMLTableStackEntry()
223 inline explicit ScHTMLPos( SCCOL nCol, SCROW nRow ) : in ScHTMLPos()
224 mnCol( nCol ), mnRow( nRow ) {} in ScHTMLPos()
229 inline void Set( SCCOL nCol, SCROW nRow ) in Set()
230 { mnCol = nCol; mnRow = nRow; } in Set()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1104 for (long nRow=0; nRow<nRows; nRow++) in lcl_PutDataArray() local
1245 for (long nRow=0; nRow<nRows; nRow++) in lcl_PutFormulaArray() local
3004 for (sal_Int32 nRow = 0; nRow < nRowCount; nRow++) in getData() local
3073 for (long nRow=0; nRow<nRowCount; nRow++) in setData() local
3117 for (sal_Int32 nRow = 0; nRow < nRowCount; nRow++) in getRowDescriptions() local
3118 pAry[nRow] = pMemChart->GetRowText(static_cast<short>(nRow)); in getRowDescriptions()
3147 for (long nRow=0; nRow<nRowCount; nRow++) in setRowDescriptions() local
3418 while (nRow <= MAXROW) in queryVisibleCells()
3424 nRow = nLastRow + 1; in queryVisibleCells()
9024 ScCellRangeObj( pDocSh, ScRange(0,nRow,nTab, MAXCOL,nRow,nTab) ), in ScTableRowObj()
[all …]

Completed in 207 milliseconds

12345678910>>...21