| /AOO41X/main/sc/source/ui/view/ |
| H A D | printfun.cxx | 1462 for (SCROW nRow=nY1; nRow<=nY2; nRow++) in PrintRowHdr() local 2546 SCROW nRow; in CountNotePages() local 3087 for (SCROW nRow = nStartRow; nRow <= nEndRow; ++nRow) in CalcPages() local
|
| H A D | dbfunc3.cxx | 792 for (SCROW nRow=nStartRow; nRow<=nEndRow && bContinue; nRow++) in GetSelectedMemberList() local 1920 for (SCROW nRow = rSource.aStart.Row(); bValid && nRow <= rSource.aEnd.Row(); ++nRow ) in DataPilotMove() local 2154 for (SCROW nRow = 0; nRow < nRowSize; ++nRow) in ShowDataPilotSourceData() local
|
| H A D | tabvwsh3.cxx | 350 SCROW nRow = aScRange.aStart.Row(); in Execute() local
|
| H A D | drawview.cxx | 189 SCROW nRow = nPosY <= 0 ? 0 : pDoc->GetRowForHeight( nTab, in AddCustomHdl() local
|
| /AOO41X/main/sc/source/filter/html/ |
| H A D | htmlpars.cxx | 410 SCROW nRow = pE->nRow; in Adjust() local 1168 SCROW nRow = pS->nRowCnt; in TableOff() local 2247 for( SCROW nRow = 0; nRow <= nLastRow; ++nRow ) in ApplyCellBorders() local
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | linkuno.cxx | 1502 void SAL_CALL ScExternalSheetCacheObj::setCellValue(sal_Int32 nCol, sal_Int32 nRow, const Any& rVal… in setCellValue() 1523 Any SAL_CALL ScExternalSheetCacheObj::getCellValue(sal_Int32 nCol, sal_Int32 nRow) in getCellValue() 1569 Sequence< sal_Int32 > SAL_CALL ScExternalSheetCacheObj::getAllColumns(sal_Int32 nRow) in getAllColumns()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | brwbox.hxx | 150 long nRow; member in BrowseEvent
|
| /AOO41X/main/starmath/source/ |
| H A D | view.cxx | 277 const SmNode * SmGraphicWindow::SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol) in SetCursorPos() 316 sal_uInt16 nRow, nCol; in Paint() local
|
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | epptso.cxx | 5698 sal_Int32 GetCellBottom( sal_Int32 nRow, in GetCellBottom() argument 5813 for( sal_Int32 nRow = 0; nRow < xRows->getCount(); nRow++ ) in ImplCreateTable() local 5911 sal_Int32 nRow = nLine; in ImplCreateTable() local 5942 for( sal_Int32 nRow = 0; nRow < xRows->getCount(); nRow++ ) in ImplCreateTable() local
|
| /AOO41X/main/sw/source/core/view/ |
| H A D | pagepreviewlayout.cxx | 1416 sal_uInt16 nRow = (_nPageNum) / mnCols; in GetRowOfPage() local
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLChangeTrackingImportHelper.cxx | 759 sal_Int32 nCol, nRow, nTab, nCol2, nRow2, nTab2; in SetNewCell() local
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dpobject.cxx | 600 sal_Bool lcl_HasButton( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab ) in lcl_HasButton() 2126 ScDocument* pDoc, SCROW nRow, SCTAB nTab, in ConvertOrientation() 2622 bool ScDPCollection::HasDPTable(SCCOL nCol, SCROW nRow, SCTAB nTab) const in HasDPTable()
|
| H A D | documen5.cxx | 655 sal_Bool ScDocument::HasData( SCCOL nCol, SCROW nRow, SCTAB nTab ) in HasData()
|
| H A D | fillinfo.cxx | 901 for( size_t nRow = 0; nRow < nRowCount; ++nRow ) in FillInfo() local
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unotext.cxx | 2260 for (sal_Int32 nRow = 0; !bExcept && (nRow < rTableRanges.getLength()); in convertToTable() local 2325 for (sal_Int32 nRow = 0; nRow < xRows->getCount(); ++nRow) in convertToTable() local 2340 for (sal_Int32 nRow = 0; nRow < rCellProperties.getLength(); ++nRow) in convertToTable() local
|
| H A D | unochart.cxx | 1888 sal_Int32 nCol, nRow; in convertRangeToXML() local 2265 sal_Int32 nRow = aDesc.nTop; in generateLabel() local 2712 sal_Int32 nRow = (pPointStartNode == rBox.GetSttNd()) ? nPointRow : nMarkRow; in DeleteBox() local
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 7426 …sal_Int32& nTableIndex, sal_Int32& nRow, sal_Int32& nRowCount, sal_Int32& nColumn, sal_Int32& nCol… in GetCellPosition() 7474 sal_Int32 nRow = std::distance( rRows.begin(), aRow ); in GetRowPositions() local 7490 …d::set< sal_Int32 >& rColumns, std::vector< sal_Int32 >& rPositions, sal_Int32 nRow, sal_Int32 nFl… in GetColumnPositions() 7539 sal_Int32 nRow, nFlags; in GetLinePositions() local 7625 void MergeCells( const Reference< XTable >& xTable, sal_Int32 nCol, sal_Int32 nRow, sal_Int32 nColS… in MergeCells() 7802 sal_Int32 nRow = nPosition / nColumns; in ApplyCellLineAttributes() local 7873 sal_Int32 nRow = 0; in CreateTable() local
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | svtabbx.cxx | 1094 sal_Int32 nRow = _nPos / nColumnCount; in GetAccessibleObjectName() local 1134 sal_Int32 nRow = _nPos / nColumnCount; in GetAccessibleObjectDescription() local
|
| H A D | imivctl2.cxx | 201 SvxIconChoiceCtrlEntry* IcnCursor_Impl::SearchRow(sal_uInt16 nRow,sal_uInt16 nLeft,sal_uInt16 nRigh… in SearchRow() argument
|
| /AOO41X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | DiagramWrapper.cxx | 688 beans::XPropertySet > SAL_CALL DiagramWrapper::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties() 709 …s::XPropertySet > SAL_CALL DiagramWrapper::getDataPointProperties( sal_Int32 nCol, sal_Int32 nRow ) in getDataPointProperties()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | compiler.cxx | 833 void Convention_A1::MakeRowStr( rtl::OUStringBuffer& rBuffer, SCROW nRow ) in MakeRowStr() 3155 SCROW nRow = aAddress.Row(); in IsColRowName() local 3234 SCROW nRow = aIter.GetRow(); in IsColRowName() local 5257 SCROW nRow = rRef.nRow; in HandleSingleRef() local
|
| H A D | rangenam.cxx | 548 void ScRangeData::SetMaxRow(SCROW nRow) in SetMaxRow()
|
| /AOO41X/main/connectivity/source/drivers/kab/ |
| H A D | KResultSet.cxx | 827 for (sal_Int32 nRow = 0; nRow < nAddressees; nRow++) in moveToBookmark() local
|
| /AOO41X/main/oox/source/xls/ |
| H A D | sheetdatacontext.cxx | 709 sal_uInt16 nRow, nFirstUsedCol, nFirstFreeCol, nHeight; in importRow() local
|
| /AOO41X/main/sw/source/ui/index/ |
| H A D | cnttab.cxx | 4390 sal_Bool SwEntryBrowseBox::SeekRow( long nRow ) in SeekRow() 4398 String SwEntryBrowseBox::GetCellText(long nRow, sal_uInt16 nColumn) const in GetCellText() 4441 sal_uInt16 nRow = static_cast< sal_uInt16 >(GetCurRow()); in SaveModified() local 4485 ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol) in InitController()
|