Home
last modified time | relevance | path

Searched defs:nRow (Results 26 – 50 of 356) sorted by relevance

12345678910>>...15

/AOO41X/main/svx/source/table/
H A Dtablemodel.cxx162 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in TableModel() local
301 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in UndoRemoveColumns() local
442 Reference< XCell > SAL_CALL TableModel::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) thro… in getCellByPosition()
652 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in notifyModification() local
765 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in insertColumns() local
778 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in insertColumns() local
844 for( sal_Int32 nRow = 0; nRow < nRows; ++nRow ) in removeColumns() local
861 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in removeColumns() local
950 for( sal_Int32 nRow = 0; nRow < nIndex; ++nRow ) in insertRows() local
1020 for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow ) in removeRows() local
[all …]
H A Dtablelayouter.cxx155 sal_Int32 TableLayouter::getRowHeight( sal_Int32 nRow ) in getRowHeight()
165 void TableLayouter::setRowHeight( sal_Int32 nRow, sal_Int32 nHeight ) in setRowHeight()
365 sal_Int32 nRow, nCol; in findMergeOrigin() local
559 sal_Int32 nCol = 0, nRow = 0; in LayoutTableWidth() local
709 sal_Int32 nCol, nRow; in LayoutTableHeight() local
856 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in LayoutTable() local
955 void TableLayouter::SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLin… in SetBorder()
993 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in ClearBorderLayout() local
1061 for( sal_Int32 nRow = aPos.mnRow; nRow < nLastRow; nRow++ ) in UpdateBorderLayout() local
1163 for( sal_Int32 nRow = nFirstRow; nRow <= nLastRow; ++nRow ) in DistributeRows() local
[all …]
H A Dtablertfexporter.cxx125 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) try in Write() local
140 void SdrTableRtfExporter::WriteRow( const Reference< XPropertySet >& xRowSet, sal_Int32 nRow, const… in WriteRow()
198 void SdrTableRtfExporter::WriteCell( sal_Int32 nCol, sal_Int32 nRow ) in WriteCell()
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx156 long nRow = GetRowAtYPosPixel(rEvt.GetMousePosPixel().Y()); in Command() local
222 void OTableRowView::Paste( long nRow ) in Paste()
/AOO41X/main/sc/source/ui/inc/
H A Dundocell.hxx60 SCROW nRow; member in ScUndoCursorAttr
98 SCROW nRow; member in ScUndoEnterData
179 SCROW nRow; member in ScUndoPageBreak
231 SCROW nRow; member in ScUndoThesaurus
/AOO41X/main/sc/source/core/data/
H A Dtable2.cxx214 SCROW nRow = *it; in DeleteRow() local
564 SCROW nRow; in TransposeClip() local
1001 void ScTable::PutCell( SCCOL nCol, SCROW nRow, ScBaseCell* pCell ) in PutCell()
1013 void ScTable::PutCell( SCCOL nCol, SCROW nRow, sal_uLong nFormatIndex, ScBaseCell* pCell ) in PutCell()
1043 sal_Bool ScTable::SetString( SCCOL nCol, SCROW nRow, SCTAB nTabP, const String& rString, in SetString()
1054 void ScTable::SetValue( SCCOL nCol, SCROW nRow, const double& rVal ) in SetValue()
1061 void ScTable::GetString( SCCOL nCol, SCROW nRow, String& rString ) in GetString()
1077 void ScTable::GetInputString( SCCOL nCol, SCROW nRow, String& rString ) in GetInputString()
1086 double ScTable::GetValue( SCCOL nCol, SCROW nRow ) in GetValue()
1094 void ScTable::GetFormula( SCCOL nCol, SCROW nRow, String& rFormula, in GetFormula()
[all …]
H A Dmarkarr.cxx73 sal_Bool ScMarkArray::Search( SCROW nRow, SCSIZE& nIndex ) const in Search()
322 SCsROW ScMarkArray::GetNextMarked( SCsROW nRow, sal_Bool bUp ) const in GetNextMarked()
348 SCROW ScMarkArray::GetMarkEnd( SCROW nRow, sal_Bool bUp ) const in GetMarkEnd()
/AOO41X/main/sc/source/filter/rtf/
H A Drtfexp.cxx141 for ( SCROW nRow = aRange.aStart.Row(); nRow <= nEndRow; nRow++ ) in WriteTab() local
150 void ScRTFExport::WriteRow( SCTAB nTab, SCROW nRow ) in WriteRow()
204 void ScRTFExport::WriteCell( SCTAB nTab, SCROW nRow, SCCOL nCol ) in WriteCell()
H A Deeimpars.cxx159 SCROW nRow = nStartRow + pE->nRow; in WriteToDocument() local
431 for ( SCROW nRow = nStartRow; nRow <= nEndRow; nRow++ ) in WriteToDocument() local
446 SCROW nRow = pE->nRow; in WriteToDocument() local
457 sal_Bool ScEEImport::GraphicSize( SCCOL nCol, SCROW nRow, SCTAB /*nTab*/, in GraphicSize()
522 void ScEEImport::InsertGraphic( SCCOL nCol, SCROW nRow, SCTAB nTab, in InsertGraphic()
/AOO41X/main/sc/source/filter/inc/
H A Dlotrange.hxx128 inline LR_ID LotusRangeList::GetIndex( SCCOL nCol, SCROW nRow ) in GetIndex()
142 inline void LotusRangeList::Append( SCCOL nCol, SCROW nRow, const String& rName ) in Append()
154 inline void LotusRangeList::SetEing( const SCCOL nCol, const SCROW nRow ) in SetEing()
/AOO41X/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1219 void BrowseBox::RowModified( long nRow, sal_uInt16 nColId ) in RowModified()
1300 void BrowseBox::RowInserted( long nRow, long nNumRows, sal_Bool bDoPaint, sal_Bool bKeepSelection ) in RowInserted()
1416 void BrowseBox::RowRemoved( long nRow, long nNumRows, sal_Bool bDoPaint ) in RowRemoved()
1589 sal_Bool BrowseBox::GoToRow( long nRow) in GoToRow()
1596 sal_Bool BrowseBox::GoToRowAndDoNotModifySelection( long nRow ) in GoToRowAndDoNotModifySelection()
1602 sal_Bool BrowseBox::GoToRow( long nRow, sal_Bool bRowColMove, sal_Bool bKeepSelection ) in GoToRow()
1742 sal_Bool BrowseBox::GoToRowColumnId( long nRow, sal_uInt16 nColId ) in GoToRowColumnId()
1877 for ( long nRow = Max( nTopRow, uRow.pSel->FirstSelected() ); in SelectAll() local
1919 void BrowseBox::SelectRow( long nRow, sal_Bool _bSelect, sal_Bool bExpand ) in SelectRow()
2158 long nRow, // Zeilen-Nr des Feldes (beginnend mit 0) in MakeFieldVisible()
[all …]
/AOO41X/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx599 const SvxLineItem& ScAutoFmtPreview::GetDiagItem( size_t nCol, size_t nRow, bool bTLBR ) const in GetDiagItem()
607 void ScAutoFmtPreview::DrawString( size_t nCol, size_t nRow ) in DrawString()
794 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawStrings() local
805 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawBackground() local
889 for( size_t nRow = 0; nRow < 5; ++nRow ) in CalcLineMap() local
/AOO41X/main/accessibility/source/extended/
H A DAccessibleGridControlHeader.cxx117 sal_Int32 nRow = 0; in getAccessibleAtPoint() local
142 OUString SAL_CALL AccessibleGridControlHeader::getAccessibleRowDescription( sal_Int32 nRow ) in getAccessibleRowDescription()
271 sal_Int32 nRow, sal_uInt32 nColumnPos ) in implGetChild()
/AOO41X/main/sc/source/filter/xml/
H A Dxmlsubti.cxx66 ScMyTableData::ScMyTableData(sal_Int32 nSheet, sal_Int32 nCol, sal_Int32 nRow) in ScMyTableData()
285 … (const uno::Reference <table::XCellRange>& xCellRange, const sal_Int32 nCol, const sal_Int32 nRow, in IsMerged()
366 sal_Int32 nRow(GetRealCellPos().Row); in InsertRow() local
399 sal_Int32 nRow = aTableVec[i - 1]->GetRow(); in NewRow() local
413 sal_Int32 nRow = aTableVec[nTableCount - 1]->GetRow(); in AddRow() local
692 sal_Int32 nRow(0); in GetRealCellPos() local
778 sal_Bool ScMyTables::IsPartOfMatrix(sal_Int32 nColumn, sal_Int32 nRow) in IsPartOfMatrix()
/AOO41X/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DInsertDeleteRowAndColumn.java81 int nRow = 1; in testInsertDeleteRows() local
127 int nRow = 1; in testInsertDeleteColumns() local
H A DCreateShowHideEditDeleteComments.java109 int nRow = 1; in testCreateEditDeleteComments() local
174 int nRow = 1; in testShowHideComments() local
/AOO41X/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx100 sal_Int32 lcl_getRowInData( long nRow ) in lcl_getRowInData()
671 String DataBrowser::GetCellText( long nRow, sal_uInt16 nColumnId ) const in GetCellText()
723 double DataBrowser::GetCellNumber( long nRow, sal_uInt16 nColumnId ) const in GetCellNumber()
816 const sal_Int32 nRow = lcl_getRowInData( GetCurRow()); in IsDataValid() local
1062 sal_Bool DataBrowser::SeekRow( long nRow ) in SeekRow()
1077 long nRow = GetCurRow(); in IsTabAllowed() local
1098 ::svt::CellController* DataBrowser::GetController( long nRow, sal_uInt16 nCol ) in GetController()
1114 ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol ) in InitController()
1139 bool DataBrowser::CellContainsNumbers( sal_Int32 nRow, sal_uInt16 nCol ) const in CellContainsNumbers()
1147 sal_uInt32 DataBrowser::GetNumberFormatKey( sal_Int32 nRow, sal_uInt16 nCol ) const in GetNumberFormatKey()
[all …]
/AOO41X/main/sw/source/filter/inc/
H A Dfltglbls.hxx77 sal_Bool IsInRowRange( sal_uInt16 nRow ) in IsInRowRange()
79 sal_Bool IsInRange( sal_uInt16 nCol, sal_uInt16 nRow ) in IsInRange()
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleTableBase.cxx127 ::rtl::OUString SAL_CALL ScAccessibleTableBase::getAccessibleRowDescription( sal_Int32 nRow ) in getAccessibleRowDescription()
151 sal_Int32 SAL_CALL ScAccessibleTableBase::getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColu… in getAccessibleRowExtentAt()
178 sal_Int32 SAL_CALL ScAccessibleTableBase::getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nC… in getAccessibleColumnExtentAt()
288 sal_Int32 SAL_CALL ScAccessibleTableBase::getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleIndex()
353 sal_Int32 nRow(0); in getAccessibleChild() local
/AOO41X/main/sc/source/filter/excel/
H A Dexcform8.cxx266 sal_uInt16 nCol, nRow; in Convert() local
452 sal_uInt16 nCol, nRow; in Convert() local
550 sal_uInt16 nRow, nCol; in Convert() local
994 sal_uInt16 nCol, nRow; in Convert() local
1068 sal_uInt16 nRow, nCol; in Convert() local
1289 sal_uInt16 nExtTab1, nExtTab2, nRow, nGrbitCol; in ConvertExternName() local
1371 void ExcelToSc8::ExcRelToScRel8( sal_uInt16 nRow, sal_uInt16 nC, ScSingleRefData &rSRD, const sal_B… in ExcRelToScRel8()
/AOO41X/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx449 sal_Int32 Layouter::GetIndex (const sal_Int32 nRow, const sal_Int32 nColumn) const in GetIndex() argument
532 const sal_Int32 nRow ( in GetIndexAtPoint() local
699 sal_Int32 nRow = -1; in GetRowAtPosition() local
1063 const sal_Int32 nRow, in GetIndex()
1091 const sal_Int32 nRow (nIndex / mnColumnCount); in GetPageObjectBox() local
1105 const sal_Int32 nRow, in GetPageObjectBox()
1124 const sal_Int32 nRow, in AddBorderAndGap()
1187 const sal_Int32 nRow (::std::min(mnPageCount, nY / nRowHeight)); in CalculateVerticalLogicalInsertPosition() local
1427 sal_Int32 nRow (::std::min( in CalculateLogicalInsertPosition() local
1518 const sal_Int32 nRow, in SetLogicalPosition()
/AOO41X/main/sc/inc/
H A Daddress.hxx145 #define VALIDROW(nRow) (ValidRow(nRow)) argument
147 #define VALIDCOLROW(nCol,nRow) (ValidColRow(nCol,nRow)) argument
148 #define VALIDCOLROWTAB(nCol,nRow,nTab) (ValidColRowTab(nCol,nRow,nTab)) argument
157 inline bool ValidRow( SCROW nRow ) in ValidRow()
172 inline bool ValidColRow( SCCOL nCol, SCROW nRow ) in ValidColRow()
177 inline bool ValidColRowTab( SCCOL nCol, SCROW nRow, SCTAB nTab ) in ValidColRowTab()
187 inline SCROW SanitizeRow( SCROW nRow ) in SanitizeRow()
247 SCROW nRow; member in ScAddress
258 SCROW nRow; member
461 inline ScRange( SCCOL nCol, SCROW nRow, SCTAB nTab ) in ScRange()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Ddetfunc.cxx320 Point ScDetectiveFunc::GetDrawPos( SCCOL nCol, SCROW nRow, DrawPosMode eMode ) const in GetDrawPos()
475 sal_Bool ScDetectiveFunc::InsertArrow( SCCOL nCol, SCROW nRow, in InsertArrow()
625 sal_Bool ScDetectiveFunc::DrawEntry( SCCOL nCol, SCROW nRow, in DrawEntry()
656 void ScDetectiveFunc::DrawCircle( SCCOL nCol, SCROW nRow, ScDetectiveData& rData ) in DrawCircle()
684 void ScDetectiveFunc::DeleteArrowsAt( SCCOL nCol, SCROW nRow, sal_Bool bDestPnt ) in DeleteArrowsAt()
837 sal_uInt16 ScDetectiveFunc::InsertPredLevel( SCCOL nCol, SCROW nRow, ScDetectiveData& rData, in InsertPredLevel()
929 sal_uInt16 ScDetectiveFunc::FindPredLevel( SCCOL nCol, SCROW nRow, sal_uInt16 nLevel, sal_uInt16 nD… in FindPredLevel()
992 sal_uInt16 ScDetectiveFunc::InsertErrorLevel( SCCOL nCol, SCROW nRow, ScDetectiveData& rData, in InsertErrorLevel()
1204 sal_Bool ScDetectiveFunc::ShowPred( SCCOL nCol, SCROW nRow ) in ShowPred()
1224 sal_Bool ScDetectiveFunc::ShowSucc( SCCOL nCol, SCROW nRow ) in ShowSucc()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Ddocsort.hxx117 sal_uInt16 nRow; member
163 sal_uInt16 nRow; member in FlatFndBox
/AOO41X/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx493 CellController* OSelectionBrowseBox::GetController(long nRow, sal_uInt16 nColId) in GetController()
526 void OSelectionBrowseBox::InitController(CellControllerRef& /*rController*/, long nRow, sal_uInt16 … in InitController()
979 long nRow = GetRealRow(GetCurRow()); in SaveModified() local
1287 sal_Bool OSelectionBrowseBox::SeekRow(long nRow) in SeekRow()
1313 long nRow = GetRealRow(m_nSeekRow); in PaintCell() local
1536 sal_uInt32 nRow = GetCurRow(); in DeleteFields() local
2011 long nRow = GetRealRow(GetCurRow()); in CellModified() local
2086 long nRow = GetRowAtYPosPixel( aMenuPos.Y() ); in Command() local
2257 String OSelectionBrowseBox::GetCellText(long nRow, sal_uInt16 nColId) const in GetCellText()
2408 void OSelectionBrowseBox::SetCellContents(sal_Int32 nRow, sal_uInt16 nColId, const String& strNewTe… in SetCellContents()
[all …]

12345678910>>...15