Home
last modified time | relevance | path

Searched refs:nRow (Results 126 – 150 of 523) sorted by relevance

12345678910>>...21

/trunk/main/svx/inc/svx/
H A DAccessibleTableShape.hxx87 …virtual ::rtl::OUString SAL_CALL getAccessibleRowDescription( sal_Int32 nRow ) throw (::com::sun::…
89 …virtual sal_Int32 SAL_CALL getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn ) throw (::…
90 …virtual sal_Int32 SAL_CALL getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn ) throw …
95 …virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow ) throw (::com::sun::star::lang:…
100 …virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn ) throw (::com::…
101 …virtual sal_Int32 SAL_CALL getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn ) throw (::com::s…
155 …void checkCellPosition( sal_Int32 nCol, sal_Int32 nRow ) throw ( ::com::sun::star::lang::IndexOutO…
210 …virtual ::rtl::OUString SAL_CALL getAccessibleRowDescription( sal_Int32 nRow ) throw (::com::sun::…
218 …virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow ) throw (::com::sun::star::lang:…
223 …virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn ) throw (::com::…
[all …]
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx190 pDoc->GetString( nCol, nRow, nDocTab, aDocStr ); in ScDPItemData()
194 ScAddress aPos( nCol, nRow, nDocTab ); in ScDPItemData()
203 else if ( pDoc->HasValueData( nCol, nRow, nDocTab ) ) in ScDPItemData()
205 double fVal = pDoc->GetValue(ScAddress(nCol, nRow, nDocTab)); in ScDPItemData()
215 else if ( pDoc->HasData( nCol,nRow, nDocTab ) ) in ScDPItemData()
667 SCROW nId = GetItemDataId( nSourceField, nRow, sal_False ); in ValidQuery()
851 bool ScDPTableDataCache::IsRowEmpty( SCROW nRow ) const in IsRowEmpty()
853 return mbEmptyRow[ nRow ]; in IsRowEmpty()
954 while ( nRow >0 && !mpTableDataValues[nDim][ mpSourceData[nDim][nRow] ]->IsHasData() ) in GetItemDataId()
955 --nRow; in GetItemDataId()
[all …]
H A Dsegmenttree.cxx370 bool ScFlatBoolRowSegments::getValue(SCROW nRow) in getValue() argument
372 return mpImpl->getValue(static_cast<SCCOLROW>(nRow)); in getValue()
375 bool ScFlatBoolRowSegments::getRangeData(SCROW nRow, RangeData& rData) in getRangeData() argument
378 if (!mpImpl->getRangeData(static_cast<SCCOLROW>(nRow), aData)) in getRangeData()
392 void ScFlatBoolRowSegments::insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary) in insertSegment() argument
394 …mpImpl->insertSegment(static_cast<SCCOLROW>(nRow), static_cast<SCCOLROW>(nSize), bSkipStartBoundar… in insertSegment()
532 sal_uInt16 ScFlatUInt16RowSegments::getValue(SCROW nRow) in getValue() argument
534 return mpImpl->getValue(static_cast<SCCOLROW>(nRow)); in getValue()
542 bool ScFlatUInt16RowSegments::getRangeData(SCROW nRow, RangeData& rData) in getRangeData() argument
545 if (!mpImpl->getRangeData(static_cast<SCCOLROW>(nRow), aData)) in getRangeData()
[all …]
H A Ddocumen4.cxx83 aRefData.nRow = nVRow; in Solver()
93 aRefData.nRow = nFRow; in Solver()
170 aRefData.nRow = nRow1; in InsertMatrixFormula()
336 sal_Bool ScDocument::GetNextSpellingCell(SCCOL& nCol, SCROW& nRow, SCTAB nTab, in GetNextSpellingCell() argument
340 return pTab[nTab]->GetNextSpellingCell( nCol, nRow, bInSel, rMark ); in GetNextSpellingCell()
355 SCCOL nCol, SCROW nRow, SCTAB nTab, in ReplaceStyle() argument
610 SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt16 nWhich ) const in GetEffItem() argument
612 const ScPatternAttr* pPattern = GetPattern( nCol, nRow, nTab ); in GetEffItem()
646 const ScConditionalFormat* pForm = GetCondFormat( nCol, nRow, nTab ); in GetCondResult()
650 String aStyle = pForm->GetCellStyle( pCell, ScAddress(nCol, nRow, nTab) ); in GetCondResult()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx118 const SCROW nRow, in lcl_GetDBNearCursor() argument
139 && nRow+1 >= nStartRow in lcl_GetDBNearCursor()
140 && nRow <= nEndRow+1 ) in lcl_GetDBNearCursor()
147 else if ( nCol < nStartCol || nCol > nEndCol || nRow < nStartRow || nRow > nEndRow ) in lcl_GetDBNearCursor()
164 const SCROW nRow = rMarked.aStart.Row(); in GetDBData() local
168 SCROW nStartRow = nRow; in GetDBData()
207 nStartRow = nRow; in GetDBData()
278 nStartRow = nRow; in GetDBData()
614 ScArea aDestArea( rParam.nTab, rParam.nCol, rParam.nRow, in DoConsolidate()
615 rParam.nCol+nColSize-1, rParam.nRow+nRowSize-1 ); in DoConsolidate()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.hxx59 virtual sal_Bool SeekRow( long nRow );
61 virtual ::svt::CellController* GetController( long nRow, sal_uInt16 nCol );
62 … virtual void InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol );
85 virtual String GetCellText(long nRow, sal_uInt16 nColId) const;
90 double GetCellNumber( long nRow, sal_uInt16 nColumnId ) const;
147 bool CellContainsNumbers( sal_Int32 nRow, sal_uInt16 nCol ) const;
149 sal_uInt32 GetNumberFormatKey( sal_Int32 nRow, sal_uInt16 nCol ) const;
191 String GetRowString( sal_Int32 nRow ) const;
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx166 return mnCol1 <= nCol && nCol <= mnCol2 && mnRow1 <= nRow && nRow <= mnRow2; in isInside()
176 SCROW nRow; member in ScFilterListBox
217 nRow( nNewRow ), in ScFilterListBox()
739 SCROW nRow = rScenRange.aStart.Row(); in DoScenarioMenue() local
740 if (nRow == 0) in DoScenarioMenue()
743 if (nRow>MAXROW) nRow = MAXROW; in DoScenarioMenue()
1198 SCROW nRow = pFilterBox->GetRow(); in FilterSelect() local
1237 SCCOL nCol, SCROW nRow, in ExecFilter() argument
2686 SCROW nRow = pViewData->GetCurY(); in lcl_SetTextCursorPos() local
3442 … for (SCROW nRow = aSourceRange.aStart.Row(); bValid && nRow <= aSourceRange.aEnd.Row(); ++nRow ) in AcceptPrivateDrop() local
[all …]
H A Dprevloc.cxx683 for (SCROW nRow = nRepeatRowStart; nRow <= nRepeatRowEnd; ++nRow) in GetTableInfo() local
685 if (pDoc->RowHidden(nRow, nTab)) in GetTableInfo()
688 sal_uInt16 nDocH = pDoc->GetOriginalHeight( nRow, nTab ); in GetTableInfo()
693 pRowInfo[nRowPos].Set( sal_False, nRow, in GetTableInfo()
704 for (SCROW nRow = nMainRowStart; nRow <= nMainRowEnd; ++nRow) in GetTableInfo() local
706 if (pDoc->RowHidden(nRow, nTab)) in GetTableInfo()
709 sal_uInt16 nDocH = pDoc->GetOriginalHeight( nRow, nTab ); in GetTableInfo()
714 pRowInfo[nRowPos].Set( sal_False, nRow, in GetTableInfo()
748 SCROW nRow(0); in GetHeaderCellOutputRect() local
752 nRow = rCellPos.Row(); in GetHeaderCellOutputRect()
[all …]
H A Ddrawutil.cxx66 for (SCROW nRow = nStartRow; nRow <= nEndRow-1; ++nRow) in CalcScale() local
68 SCROW nLastRow = nRow; in CalcScale()
69 if (pDoc->RowHidden(nRow, nTab, NULL, &nLastRow)) in CalcScale()
71 nRow = nLastRow; in CalcScale()
75 sal_uInt16 nHeight = pDoc->GetRowHeight(nRow, nTab); in CalcScale()
H A Dgridwin2.cxx80 ScDPObject* pDPObj = pDoc->GetDPAtCursor(nCol, nRow, nTab); in GetDPFieldOrientation()
103 long nField = pDPObj->GetHeaderDim(ScAddress(nCol, nRow, nTab), nOrient); in GetDPFieldOrientation()
116 sal_Bool ScGridWindow::DoPageFieldSelection( SCCOL nCol, SCROW nRow ) in DoPageFieldSelection() argument
120 LaunchPageFieldMenu( nCol, nRow ); in DoPageFieldSelection()
130 Point aScrPos = pViewData->GetScrPos(nCol, nRow, eWhich); in DoAutoFilterButton()
139 pViewData->GetMergeSizePixel( nCol, nRow, nSizeX, nSizeY ); in DoAutoFilterButton()
154 if ( DoPageFieldSelection( nCol, nRow ) ) in DoAutoFilterButton()
157 bool bFilterActive = IsAutoFilterActive(nCol, nRow, nTab); in DoAutoFilterButton()
165 DoAutoFilterMenue(nCol, nRow, false); in DoAutoFilterButton()
177 ScDPObject* pDPObj = pDoc->GetDPAtCursor(nCol, nRow, nTab); in DoPushButton()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DInsertDeleteRowAndColumn.java81 int nRow = 1; in testInsertDeleteRows() local
83 sheet.getCellByPosition( 0, nRow ).setValue( nRow ); in testInsertDeleteRows()
84 nRow += 1; in testInsertDeleteRows()
127 int nRow = 1; in testInsertDeleteColumns() local
129 sheet.getCellByPosition( 1, nRow ).setValue( nRow ); in testInsertDeleteColumns()
130 nRow += 1; in testInsertDeleteColumns()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTreeCellRenderer.java80 public void addChangedLine (int nRow) in addChangedLine() argument
82 if (maChangedLines.size() <= nRow) in addChangedLine()
83 maChangedLines.setSize (nRow+1); in addChangedLine()
84 nRow -= 1; // row index is one to large for some reason. in addChangedLine()
85 maChangedLines.set (nRow, new Boolean (true)); in addChangedLine()
101 int nRow = aTree.getRowForPath (aPath); in addChangedNodes() local
102 addChangedLine (nRow); in addChangedNodes()
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx39 const sal_Int32 nRow,
109 const sal_Int32 nRow, in GetCell() argument
113 return mpImplementation->GetCell(nRow, nColumn, nVariant); in GetCell()
290 const sal_Int32 nRow, in GetCell() argument
294 if (nColumn<0 || nRow<0 || nVariant<0) in GetCell()
297 OSL_ASSERT(nRow>=0); in GetCell()
311 if (rColumn.size() <= static_cast<size_t>(nRow)) in GetCell()
312 rColumn.resize(nRow+1); in GetCell()
315 CellData& rCellData (rColumn[nRow]); in GetCell()
374 sal_Int32 nRow (-1); in LayoutColumn() local
[all …]
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx238 sal_Int32 nRow = 0; in lcl_collectColumnWidths() local
241 for( ; nRow < nNumberOfRows; ++nRow ) in lcl_collectColumnWidths()
245 sal_Int32 nEntry = (nColumn + nRow * nNumberOfColumns); in lcl_collectColumnWidths()
250 if( nRow==0 ) in lcl_collectColumnWidths()
265 sal_Int32 nRow = 0; in lcl_collectRowHeighs() local
268 for( ; nRow < nNumberOfRows; ++nRow ) in lcl_collectRowHeighs()
273 sal_Int32 nEntry = (nColumn + nRow * nNumberOfColumns); in lcl_collectRowHeighs()
565 sal_Int32 nRow = 0; in lcl_placeLegendEntries() local
570 for( nRow = 0; nRow < nNumberOfRows; ++nRow ) in lcl_placeLegendEntries()
599 nCurrentYPos += aRowHeights[ nRow ]; in lcl_placeLegendEntries()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.hxx65 getRowAny( sal_Int32 nRow )
72 void SAL_CALL remindMapped( sal_Int32 nRow );
73 sal_Bool SAL_CALL isRowMapped( sal_Int32 nRow );
86 hasRow( sal_Int32 nRow );
89 hasCausedException( sal_Int32 nRow );
104 getContentIdentifierString( sal_Int32 nRow )
109 getContentIdentifier( sal_Int32 nRow )
114 getContent( sal_Int32 nRow )
171 applyPositionToOrigin( sal_Int32 nRow )
181 impl_isKnownValidPosition( sal_Int32 nRow );
[all …]
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxTableBase.hxx101 getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
107 getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
124 virtual sal_Int32 SAL_CALL getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn )
213 sal_Int32 implGetChildIndex( sal_Int32 nRow, sal_Int32 nColumn ) const;
217 sal_Bool implIsRowSelected( sal_Int32 nRow ) const;
225 void implSelectRow( sal_Int32 nRow, sal_Bool bSelect );
250 void ensureIsValidRow( sal_Int32 nRow )
260 void ensureIsValidAddress( sal_Int32 nRow, sal_Int32 nColumn )
/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx526 virtual sal_Bool SeekRow(long nRow);
545 Rectangle GetCellRect(long nRow, sal_uInt16 nColId, sal_Bool bRelToBrowser = sal_True) const;
546 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
552 virtual RowStatus GetRowStatus(long nRow) const;
575 virtual CellController* GetController(long nRow, sal_uInt16 nCol);
576 virtual void InitController(CellControllerRef& rController, long nRow, sal_uInt16 nCol);
578 virtual void ReleaseController(CellControllerRef& pController, long nRow, sal_uInt16 nCol);
608 void InvalidateStatusCell(long nRow) {RowModified(nRow, 0);} in InvalidateStatusCell() argument
620 virtual void ActivateCell(long nRow, sal_uInt16 nCol, sal_Bool bSetCellFocus = sal_True);
633 CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnPos );
/trunk/main/xmloff/source/core/
H A Dxmlerror.cxx61 sal_Int32 nRow,
72 sal_Int32 nRow; /// row number where error occurred (or -1 for unknown) member in ErrorRecord
87 nRow(nRowNumber), in ErrorRecord()
114 sal_Int32 nRow, in AddRecord() argument
120 nRow, nColumn, rPublicId, rSystemId ) ); in AddRecord()
177 if( (nRow != -1) || (nColumn != -1) ) in AddRecord()
184 sMessage.append( nRow ); in AddRecord()
250 rErr.sPublicId, rErr.sSystemId, rErr.nRow, rErr.nColumn ); in ThrowErrorAsSAXException()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx469 if (nColumn < 0 || nRow < 0) in lcl_GetCellName()
2378 if(nColumn >= 0 && nRow >= 0 && nColumn < USHRT_MAX && nRow < USHRT_MAX && pFmt) in getCellByPosition()
2514 for(sal_uInt16 nRow = 0; nRow < nRowCount; nRow++) in getDataArray() local
2581 for(sal_uInt16 nRow = 0; nRow < nRowCount; nRow++) in setDataArray() local
2643 for(sal_uInt16 nRow = nRowStart; nRow < nRowCount; nRow++) in getData() local
2688 for(sal_uInt16 nRow = nRowStart; nRow < nRowCount; nRow++) in setData() local
4005 for(sal_uInt16 nRow = 0; nRow < nRowCount; nRow++) in GetDataSequence() local
4124 for(sal_uInt16 nRow = 0; nRow < nRowCount; nRow++) in getDataArray() local
4187 for(sal_uInt16 nRow = 0; nRow < nRowCount; nRow++) in setDataArray() local
4249 for(sal_uInt16 nRow = nRowStart; nRow < nRowCount; nRow++) in getData() local
[all …]
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2358 for( sal_Int32 nRow = 0; nRow <= nRowCount; nRow++ ) in AddToHdlList() local
2369 pHdl->SetPointNum( nRow ); in AddToHdlList()
2371 aRowEdges[nRow] = pHdl; in AddToHdlList()
2400 for( sal_Int32 nRow = 0; nRow <= nRowCount; ++nRow ) in AddToHdlList() local
2402 const sal_Int32 nRowHeight = (nRow == nRowCount) ? 0 : rLayouter.getRowHeight(nRow); in AddToHdlList()
2411 if( rLayouter.isEdgeVisible( nCol, nRow, false ) ) in AddToHdlList()
2412 …aColEdges[nCol]->SetEdge( nRow, nY, nY + nRowHeight, (rLayouter.getBorderLine( nCol, nRow, false )… in AddToHdlList()
2417 if( rLayouter.isEdgeVisible( nCol, nRow, true ) ) in AddToHdlList()
2418 …aRowEdges[nRow]->SetEdge( nCol, nX, nX + nColWidth, (rLayouter.getBorderLine( nCol, nRow, true ) =… in AddToHdlList()
2725 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in CloneRange() local
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleCsvControl.hxx371 virtual ::rtl::OUString SAL_CALL getAccessibleRowDescription( sal_Int32 nRow )
380 virtual sal_Int32 SAL_CALL getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
405 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
413 virtual XAccessibleRef SAL_CALL getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
425 virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
429 virtual sal_Int32 SAL_CALL getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn )
519 void ensureValidPosition( sal_Int32 nRow, sal_Int32 nColumn ) const
546 …inline sal_Int32 implGetIndex( sal_Int32 nRow, sal_Int32 nColumn ) const { return nRow * implGetCo… in implGetIndex() argument
549 String implGetCellText( sal_Int32 nRow, sal_Int32 nColumn ) const;
551 ScAccessibleCsvControl* implCreateCellObj( sal_Int32 nRow, sal_Int32 nColumn ) const;
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1306 sal_Int32 nRow; in OpenRow() local
1307 for (nRow = nStartRow; nRow < nEndRow; ++nRow) in OpenRow()
1309 if (nRow == nStartRow) in OpenRow()
1327 if (nRow < nEndRow) in OpenRow()
1365 if (pGroupRows->IsGroupEnd(nRow)) in CloseRow()
1369 pGroupRows->CloseGroups(nRow); in CloseRow()
2563 while (nRow <= nRows && nRow <= MAXROW) in _ExportAutoStyles()
2728 sal_Bool bRowInc(nEndRow > nRow); in GetMerged()
2756 ++nRow; in GetMerged()
4095 if (nRow > 0) in WriteExternalRefCaches()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dlotattr.cxx209 void LotAttrCol::SetAttr( const SCROW nRow, const ScPatternAttr& rAttr ) in SetAttr() argument
213 DBG_ASSERT( ValidRow(nRow), "*LotAttrCol::SetAttr(): ... und rums?!" ); in SetAttr()
219 if( ( pAkt->nLastRow == nRow - 1 ) && ( &rAttr == pAkt->pPattAttr ) ) in SetAttr()
220 pAkt->nLastRow = nRow; in SetAttr()
226 pAkt->nFirstRow = pAkt->nLastRow = nRow; in SetAttr()
234 pAkt->nFirstRow = pAkt->nLastRow = nRow; in SetAttr()
277 void LotAttrTable::SetAttr( const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, in SetAttr() argument
287 pCols[ nColCnt ].SetAttr( nRow, rPattAttr ); in SetAttr()
/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx158 …SC_DLLPUBLIC void setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtIndex = 0, bool …
159 SC_DLLPUBLIC TokenRef getCell(SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex = NULL) const;
160 bool hasRow( SCROW nRow ) const;
173 …void getAllCols(SCROW nRow, ::std::vector<SCCOL>& rCols, SCCOL nLow = 0, SCCOL nHigh = MAXCOL) con…
175 SC_DLLPUBLIC ::std::pair< SCCOL, SCCOL > getColRange( SCROW nRow ) const;
180 void setCachedCell(SCCOL nCol, SCROW nRow);
192 bool isInCachedRanges(SCCOL nCol, SCROW nRow) const;
193 TokenRef getEmptyOrNullToken(SCCOL nCol, SCROW nRow) const;
224 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex);
239 …void setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, TokenRef pTok…
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx165 …const TableStyle& rTableStyle, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 … in pushToXCell() argument
201 if ( rProperties.isFirstRow() && ( nRow == 0 ) ) in pushToXCell()
213 if ( rProperties.isLastRow() && ( nRow == nMaxRow ) ) in pushToXCell()
251 if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) && in pushToXCell()
252 ( !rProperties.isLastRow() || ( nRow != nMaxRow ) ) ) in pushToXCell()
254 sal_Int32 nBand = nRow; in pushToXCell()
283 if ( ( nRow == 0 ) && ( nColumn == 0 ) ) in pushToXCell()
295 if ( ( nRow == nMaxRow ) && ( nColumn == 0 ) ) in pushToXCell()
307 if ( ( nRow == 0 ) && ( nColumn == nMaxColumn ) ) in pushToXCell()
319 if ( ( nRow == nMaxColumn ) && ( nColumn == nMaxColumn ) ) in pushToXCell()

Completed in 221 milliseconds

12345678910>>...21