Home
last modified time | relevance | path

Searched refs:nRow (Results 226 – 250 of 523) sorted by relevance

12345678910>>...21

/trunk/main/sc/inc/
H A Ddptablecache.hxx85 SCROW GetItemDataId( sal_uInt16 nDim, SCROW nRow, sal_Bool bRepeatIfEmpty ) const;
87 bool IsEmptyMember( SCROW nRow, sal_uInt16 nColumn ) const;
88 bool IsRowEmpty( SCROW nRow ) const;
90 bool ValidQuery( SCROW nRow, const ScQueryParam& rQueryParam, sal_Bool* pSpecial );
H A Ddpcachetable.hxx177 bool isRowActive(sal_Int32 nRow) const;
186 const ScDPItemData* getCell(SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
187 void getValue( ScDPValueData& rVal, SCCOL nCol, SCROW nRow, bool bRepeatIfEmpty) const;
224 …bool isRowQualified(sal_Int32 nRow, const ::std::vector<Criterion>& rCriteria, const ::std::hash_s…
H A Dchartpos.hxx64 sal_Bool IsValid( SCCOL nCol, SCROW nRow ) const in IsValid()
65 { return nCol < nColCount && nRow < nRowCount; } in IsValid()
67 sal_uLong GetIndex( SCCOL nCol, SCROW nRow ) const in GetIndex()
68 { return (sal_uLong) nCol * nRowCount + nRow; } in GetIndex()
/trunk/main/sc/source/ui/inc/
H A Dautofmt.hxx167 SC_DLLPRIVATE sal_uInt16 GetFormatIndex( size_t nCol, size_t nRow ) const;
168 SC_DLLPRIVATE const SvxBoxItem& GetBoxItem( size_t nCol, size_t nRow ) const;
169 SC_DLLPRIVATE const SvxLineItem& GetDiagItem( size_t nCol, size_t nRow, bool bTLBR ) const;
171 SC_DLLPRIVATE void DrawString( size_t nCol, size_t nRow );
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx153 …const ScMergeAttr* pItem = (ScMergeAttr*) mpDoc->GetAttr( pEntry->nCol, pEntry->nRow, nTab, ATTR_M… in WriteToDocument()
160 mpDoc->GetAttr( pEntry->nCol, pEntry->nRow, nTab, ATTR_BORDER ); in WriteToDocument()
165 … mpDoc->GetAttr( pEntry->nCol + nColMerge - 1, pEntry->nRow, nTab, ATTR_BORDER ); in WriteToDocument()
171 … mpDoc->GetAttr( pEntry->nCol, pEntry->nRow + nRowMerge - 1, nTab, ATTR_BORDER ); in WriteToDocument()
174 mpDoc->ApplyAttr( pEntry->nCol, pEntry->nRow, nTab, aNewItem ); in WriteToDocument()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java181 for (int nRow = 8; nRow < 15; ++nRow) in doSampleFunction()
182 xSheet.getCellByPosition( 0, nRow ).setValue( nRow - 7 ); in doSampleFunction()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx1462 for (SCROW nRow=nY1; nRow<=nY2; nRow++) in PrintRowHdr() local
1472 aText = String::CreateFromInt32( nRow+1 ); in PrintRowHdr()
2546 SCROW nRow; in CountNotePages() local
2577 ScBaseCell* pCell = aIter.GetNext( nCol, nRow ); in CountNotePages()
2586 pCell = aIter.GetNext( nCol, nRow ); in CountNotePages()
3087 for (SCROW nRow = nStartRow; nRow <= nEndRow; ++nRow) in CalcPages() local
3089 bool bPageBreak = (nNextPageBreak == nRow); in CalcPages()
3096 maPageEndY[nTotalY] = nRow-1; in CalcPages()
3111 nPageStartRow = nRow; in CalcPages()
3115 if (nRow <= nLastVisibleRow) in CalcPages()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx136 SCROW nRow = rRange.aStart.Row(); in lcl_PaintAbove() local
137 if ( nRow > 0 ) in lcl_PaintAbove()
140 --nRow; in lcl_PaintAbove()
141 rDocShell.PostPaint( ScRange(0,nRow,nTab, MAXCOL,nRow,nTab), PAINT_GRID ); in lcl_PaintAbove()
189 SCROW nRow = rPos.Row(); in DetectiveAddPred() local
230 SCROW nRow = rPos.Row(); in DetectiveDelPred() local
269 SCROW nRow = rPos.Row(); in DetectiveAddSucc() local
310 SCROW nRow = rPos.Row(); in DetectiveDelSucc() local
349 SCROW nRow = rPos.Row(); in DetectiveAddError() local
493 SCROW nRow = aPos.Row(); in DetectiveRefresh() local
[all …]
/trunk/main/sw/source/core/inc/
H A Ddocsort.hxx117 sal_uInt16 nRow; member
142 const _FndBox* GetBox(sal_uInt16 nCol, sal_uInt16 nRow) const;
145 const SfxItemSet* GetItemSet(sal_uInt16 nCol, sal_uInt16 nRow) const;
163 sal_uInt16 nRow; member in FlatFndBox
/trunk/main/sc/source/core/data/
H A Dglobal2.cxx457 nCol(r.nCol),nRow(r.nRow),nTab(r.nTab), in ScConsolidateParam()
499 nRow = 0; in Clear()
510 nRow = r.nRow; in operator =()
526 && (nRow == r.nRow) in operator ==()
H A Ddocumen6.cxx151 sal_uInt8 ScDocument::GetScriptType( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell ) in GetScriptType() argument
157 pCell = GetCell( ScAddress( nCol, nRow, nTab ) ); in GetScriptType()
170 const ScPatternAttr* pPattern = GetPattern( nCol, nRow, nTab ); in GetScriptType()
174 pCondSet = GetCondResult( nCol, nRow, nTab ); in GetScriptType()
H A Dscdpoutputimpl.cxx108 sal_Bool OutputImpl::AddRow( SCROW nRow ) in AddRow() argument
110 if ( !mbNeedLineRows[ nRow - mnDataStartRow ] ) in AddRow()
112 mbNeedLineRows[ nRow - mnDataStartRow ] = true; in AddRow()
113 mnRows.push_back( nRow ); in AddRow()
H A Ddocumen7.cxx165 SCROW nRow; in AreaBroadcastInRange() local
181 for ( nRow = nRow1; nRow <= nRow2; ++nRow ) in AreaBroadcastInRange()
183 aAddress.SetRow( nRow ); in AreaBroadcastInRange()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx76 extern String lcl_GetCellName( sal_Int32 nColumn, sal_Int32 nRow );
1888 sal_Int32 nCol, nRow; in convertRangeToXML() local
1889 lcl_GetCellPosition( aStartCell, nCol, nRow ); in convertRangeToXML()
1890 if (nCol < 0 || nRow < 0) in convertRangeToXML()
1898 aCellRange.aUpperLeft.nRow = nRow; in convertRangeToXML()
1902 lcl_GetCellPosition( aEndCell, nCol, nRow ); in convertRangeToXML()
1903 if (nCol < 0 || nRow < 0) in convertRangeToXML()
1907 aCellRange.aLowerRight.nRow = nRow; in convertRangeToXML()
2265 sal_Int32 nRow = aDesc.nTop; in generateLabel() local
2269 nRow = nRow + i; in generateLabel()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx235 for( sal_Int32 nRow = nStartRow + 1; nRow <= nEndRow; ++nRow ) in AddRange() local
237 aRange.aCellRange.StartRow = aRange.aCellRange.EndRow = nRow; in AddRange()
404 for( sal_Int32 nRow = nStartRow; nRow <= nEndRow; ++nRow ) in AddNewEmptyDatabaseRange() local
406 aRange.StartRow = aRange.EndRow = nRow; in AddNewEmptyDatabaseRange()
/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx270 for( sal_Int32 nRow = 0; nRow < (sal_Int32)maRows.size(); nRow++ ) in FillTable() local
272 RTFColumnVectorPtr xColumn( maRows[nRow] ); in FillTable()
277 CellRef xCell( dynamic_cast< Cell* >( mxTable->getCellByPosition( nCol, nRow ).get() ) ); in FillTable()
/trunk/main/offapi/com/sun/star/chart/
H A DXDiagram.idl64 @param nRow
69 com::sun::star::beans::XPropertySet getDataRowProperties( [in] long nRow )
79 @param nRow
85 [in] long nRow )
/trunk/main/starmath/source/
H A Dedit.cxx267 sal_uInt16 nRow, nCol; in IMPL_LINK() local
268 SmGetLeftSelectionPart(aNewSelection, nRow, nCol); in IMPL_LINK()
269 nRow++; in IMPL_LINK()
272 pView->GetGraphicWindow().SetCursorPos(nRow, nCol); in IMPL_LINK()
745 const sal_uInt16 nRow = sal::static_int_cast< sal_uInt16 >(rPos.Y() - 1); in MarkError() local
747 pEditView->SetSelection(ESelection(nRow, nCol - 1, nRow, nCol)); in MarkError()
/trunk/main/sc/source/filter/inc/
H A Dxladdress.hxx44 …inline explicit XclAddress( sal_uInt16 nCol, sal_uInt16 nRow ) : mnCol( nCol ), mnRow( nRow ) … in XclAddress()
46 inline void Set( sal_uInt16 nCol, sal_uInt16 nRow ) { mnCol = nCol; mnRow = nRow; } in Set()
/trunk/main/sc/source/filter/excel/
H A Dfrmbase.cxx87 if( a.nRow > MAXROW ) in Append()
88 a.nRow = MAXROW; in Append()
129 SCsROW& rRow1 = a.Ref1.nRow; in Append()
141 SCsROW& rRow2 = a.Ref2.nRow; in Append()
H A Dxlescher.cxx136 for( SCROW nRow = static_cast< SCROW >( nXclStartRow ); nRow <= nXclMaxRow; ++nRow ) in lclGetRowFromY() local
138 nRowH = rDoc.GetRowHeight( nRow, nScTab ); in lclGetRowFromY()
141 rnXclRow = static_cast< sal_uInt16 >( nRow ); in lclGetRowFromY()
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxTable.hxx84 virtual ::rtl::OUString SAL_CALL getAccessibleRowDescription( sal_Int32 nRow )
116 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
129 getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
134 virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
/trunk/main/chart2/source/tools/
H A DInternalData.cxx138 for( sal_Int32 nRow=0; nRow<m_nRowCount; ++nRow ) in setData() local
140 int nDataIdx = nRow*m_nColumnCount; in setData()
141 const sal_Int32 nMax = ::std::min( rDataInRows[nRow].getLength(), m_nColumnCount ); in setData()
144 m_aData[nDataIdx] = rDataInRows[nRow][nCol]; in setData()
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx147 SCROW nRow = pViewData->GetCurY(); in ScFormulaDlg() local
149 aCursorPos = ScAddress( nCol, nRow, nTab ); in ScFormulaDlg()
163 pDoc->GetFormula( nCol, nRow, nTab, aFormula ); in ScFormulaDlg()
607 SCROW nRow=aCursorPos.Row(); in switchBack() local
610 if(pVD->GetCurX()!=nCol || pVD->GetCurY()!=nRow) in switchBack()
611 pScViewShell->SetCursor(nCol,nRow); in switchBack()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx201 SCROW nRow = pViewData->GetCurY(); in ShowFormulaReference() local
203 ScAddress aPos( nCol, nRow, nTab ); in ShowFormulaReference()
230 aRange.aStart.Set( aRef.Ref1.nCol, aRef.Ref1.nRow, aRef.Ref1.nTab ); in ShowFormulaReference()
231 aRange.aEnd.Set( aRef.Ref2.nCol, aRef.Ref2.nRow, aRef.Ref2.nTab ); in ShowFormulaReference()
237 aRange.aStart.Set( aRef.nCol, aRef.nRow, aRef.nTab ); in ShowFormulaReference()
339 SCROW nRow = pViewData->GetCurY(); in Init() local
341 ScAddress aCursorPos( nCol, nRow, nTab ); in Init()

Completed in 139 milliseconds

12345678910>>...21