Home
last modified time | relevance | path

Searched refs:Row (Results 126 – 150 of 426) sorted by relevance

12345678910>>...18

/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx96 return ( rAddress.Sheet << 24 ) | ( rAddress.Column << 16 ) | rAddress.Row; in operator ()()
102 … return rAddr1.Sheet == rAddr2.Sheet && rAddr1.Column == rAddr2.Column && rAddr1.Row == rAddr2.Row; in AddressEqual()
122 return xSheet->getCellByPosition( rPos.Column, rPos.Row ); in lcl_GetCell()
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl131 Row index of the accessible for which to return the column
156 Row index of the accessible for which to return the column
306 Row index of the cell for which to determine if the accessible
329 Row index of the accessible object for which to return the child
333 Row index of the accessible object for which to return the child
/aoo42x/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx406 rStrm << (sal_uInt16) rAddress.Row() in Write2DAddress()
412 rStrm << (sal_uInt16) rRange.aStart.Row() in Write2DRange()
413 << (sal_uInt16) rRange.aEnd.Row() in Write2DRange()
/aoo42x/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx384 theOutParam.nDestRow = theAdrCopy.Row(); in IMPL_LINK()
403 rStart.Row(), in IMPL_LINK()
405 rEnd.Row(), in IMPL_LINK()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScDataPilotTableObj.java138 sCellAddress.Row = 8; in createTestEnvironment()
155 sCellAddress.Column, sCellAddress.Row + 3); in createTestEnvironment()
336 destAddr.Row = 14; in createTable2()
/aoo42x/main/sc/source/core/data/
H A Ddocumen3.cxx167 aOldRange.aEnd.SetRow( aOldRange.aStart.Row() ); in SetDBCollection()
168 RemoveFlagsTab( aOldRange.aStart.Col(), aOldRange.aStart.Row(), in SetDBCollection()
169 aOldRange.aEnd.Col(), aOldRange.aEnd.Row(), in SetDBCollection()
942 theRow1 = aEmbedRange.aStart.Row(); in UpdateReference()
945 theRow2 = aEmbedRange.aEnd.Row(); in UpdateReference()
1573 aRect.Top() += pTable->GetRowHeight( 0, aEmbedRange.aStart.Row() - 1); in GetEmbeddedRect()
1578 aRect.Bottom() += pTable->GetRowHeight( aEmbedRange.aStart.Row(), aEmbedRange.aEnd.Row()); in GetEmbeddedRect()
H A Ddocumen5.cxx525 SCROW theRow1 = pR->aStart.Row(); in UpdateChartRef()
528 SCROW theRow2 = pR->aEnd.Row(); in UpdateChartRef()
547 || (pR->aEnd.Row() - pR->aStart.Row() in UpdateChartRef()
H A Dtable4.cxx465 nDestRow - pSrcCell->aPos.Row(), 0); in FillFormula()
472 if ( nDestCol >= aOrg.Col() && nDestRow >= aOrg.Row() ) in FillFormula()
480 nDestRow - aOrg.Row() + 1 ); in FillFormula()
850 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillAuto()
941 SCROW nRow1 = rSource.aStart.Row(); in GetAutoFillPreview()
943 SCROW nRow2 = rSource.aEnd.Row(); in GetAutoFillPreview()
1401 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillSeries()
H A Dtable1.cxx1240 nSRow = aIt->aStart.Row(); in UpdateReference()
1242 nERow = aIt->aEnd.Row(); in UpdateReference()
1258 nSRow = pRepeatColRange->aStart.Row(); in UpdateReference()
1260 nERow = pRepeatColRange->aEnd.Row(); in UpdateReference()
1278 nSRow = pRepeatRowRange->aStart.Row(); in UpdateReference()
1280 nERow = pRepeatRowRange->aEnd.Row(); in UpdateReference()
/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2542 for (SCROW nRow = aRange.aStart.Row(); nRow <= aRange.aEnd.Row(); ++nRow) in BuildDataCache()
2696 SCROW nRow = aRange.aStart.Row() + static_cast<SCROW>(nR); in FillCacheFromExternalRef()
3086 mnRows += r.aEnd.Row() - r.aStart.Row() + 1; in operator ()()
3142 for (sal_Int32 nRow = aRange.aStart.Row(); nRow <= aRange.aEnd.Row(); ++nRow) in operator ()()
3257 for ( sal_Int32 nRow = aStart.Row; nRow <= aEnd.Row && !bFound; ++nRow) in getNumberFormatKeyByIndex()
3635 … nCount += m_bColumn ? p->aEnd.Col() - p->aStart.Col() + 1 : p->aEnd.Row() - p->aStart.Row() + 1; in getTextualData()
3658 for (sal_Int32 nRow = p->aStart.Row(); nRow <= p->aEnd.Row(); ++nRow) in getTextualData()
/aoo42x/main/sc/source/ui/view/
H A Dcellsh3.cxx247 …pTabViewShell->EnterData( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.Tab(), aString, sal_True,… in Execute()
251 pTabViewShell->EnterData( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.Tab(), pData ); in Execute()
260 aCursorPos.Row() == GetViewData()->GetCurY() && in Execute()
275 aCursorPos.Row(), in Execute()
H A Dviewfun4.cxx180 AdjustRowHeight( nStartRow, aImpEx.GetRange().aEnd.Row() ); in PasteRTF()
205 ScEditableTester aTester( pDoc, aMarkRange.aStart.Col(), aMarkRange.aStart.Row(), in DoRefConversion()
206 aMarkRange.aEnd.Col(), aMarkRange.aEnd.Row(),rMark ); in DoRefConversion()
698 SCROW nPosY = aRange.aStart.Row(); in PasteFile()
H A Dprintfun.cxx452 nY1 = aRange.aStart.Row(); in DrawToDev()
454 nY2 = aRange.aEnd.Row(); in DrawToDev()
1036 nRepeatStartRow = pRepeatRow->aStart.Row(); in InitParam()
1037 nRepeatEndRow = pRepeatRow->aEnd .Row(); in InitParam()
2481 nStartRow = rRange.aStart.Row(); in CountPages()
2483 nEndRow = rRange.aEnd .Row(); in CountPages()
2567 nStartRow = pThisRange->aStart.Row(); in CountNotePages()
2569 nEndRow = pThisRange->aEnd .Row(); in CountNotePages()
2822 nStartRow = pThisRange->aStart.Row(); in CalcZoom()
2824 nEndRow = pThisRange->aEnd .Row(); in CalcZoom()
/aoo42x/main/sc/source/core/tool/
H A Dchartarr.cxx492 pPos->Col(), pPos->Row(), pPos->Tab(), aString ); in CreateMemChartMulti()
527 pPos->Col(), pPos->Row(), pPos->Tab(), aString ); in CreateMemChartMulti()
534 nPosRow = pPos->Row() + 1; in CreateMemChartMulti()
H A Dtoken.cxx65 rRef.nRow = static_cast<SCsROW>(rAPI.Row); in lcl_SingleRefToCalc()
86 rRef.nRow = static_cast<SCsROW>(rAPI.Row); in lcl_ExternalRefToCalc()
1661 if ( rPos.Row() < MAXROW ) in GetAdjacentExtendOfOuterFuncRefs()
1662 nRow = (nExtend = rPos.Row()) + 1; in GetAdjacentExtendOfOuterFuncRefs()
1673 if ( rPos.Row() > 0 ) in GetAdjacentExtendOfOuterFuncRefs()
1674 nRow = (nExtend = rPos.Row()) - 1; in GetAdjacentExtendOfOuterFuncRefs()
H A Dcompiler.cxx3124 long nMyRow = (long) aPos.Row(); in IsColRowName()
3155 SCROW nRow = aAddress.Row(); in IsColRowName()
3170 else if ( !(nRow < aOne.Row() && nMyRow >= (long)aOne.Row()) ) in IsColRowName()
3249 else if ( !(nRow < aOne.Row() && nMyRow >= (long)aOne.Row()) ) in IsColRowName()
3284 if ( nMyRow >= (long)aTwo.Row() ) in IsColRowName()
3292 long nR1 = nMyRow - aOne.Row(); in IsColRowName()
3294 long nR2 = nMyRow - aTwo.Row(); in IsColRowName()
5262 SCROW nMyRow = aPos.Row(); in HandleSingleRef()
5319 SCROW nTmp = rRange.aStart.Row(); in HandleSingleRef()
5349 if ( rRange.aStart.Row() <= nRow && nRow <= rRange.aEnd.Row() ) in HandleSingleRef()
[all …]
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_SheetSortDescriptor.java109 gInt = ((CellAddress) gValue).Row; in changeProp()
117 sInt = ((CellAddress) sValue).Row; in changeProp()
H A D_XDataPilotTables.java96 (CA.Column, CA.Row).getFormula().equals("Filter"); in _insertNewByName()
133 (CA.Column, CA.Row).getFormula().equals(""); in _removeByName()
H A D_XConsolidationDescriptor.java195 addr2.Row = addr.Row + 1; in _setStartOutputPosition()
/aoo42x/main/oox/source/xls/
H A Dexternallinkfragment.cxx99 if( nRecId == BIFF12_ID_EXTROW ) { maCurrPos.Row = rStrm.readInt32(); return this; } in onCreateRecordContext()
160 mxSheetCache->setCellValue( maCurrPos.Column, maCurrPos.Row, rValue ); in setCellValue()
511 mxSheetCache->setCellValue( aCellPos.Column, aCellPos.Row, rValue ); in setCellValue()
/aoo42x/main/sw/source/filter/rtf/
H A Drtftbl.cxx59 struct Row struct
64 Row() : in Row() argument
72 static void SetRowBorder(SfxItemSet& rSet, const Row &rRow) in SetRowBorder()
210 Row aRow; in ReadTable()
/aoo42x/main/sc/inc/
H A Dhints.hxx50 SCROW GetStartRow() const { return aRange.aStart.Row(); } in GetStartRow()
53 SCROW GetEndRow() const { return aRange.aEnd.Row(); } in GetEndRow()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlsceni.cxx163 pDoc->ApplyFlagsTab( pRange->aStart.Col(), pRange->aStart.Row(), in EndElement()
164 pRange->aEnd.Col(), pRange->aEnd.Row(), nCurrTable, SC_MF_SCENARIO ); in EndElement()
/aoo42x/main/svx/source/dialog/
H A Dframelinkarray.cxx294 inline size_t Row() const { return mnRow; } in Row() function in svx::frame::MergedCellIterator
652 Cell& rCell = CELLACC( aIt.Col(), aIt.Row() ); in RemoveMergedRange()
663 CELLACC( aIt.Col(), aIt.Row() ).mnAddLeft = nAddSize; in SetAddMergedLeftSize()
671 CELLACC( aIt.Col(), aIt.Row() ).mnAddRight = nAddSize; in SetAddMergedRightSize()
679 CELLACC( aIt.Col(), aIt.Row() ).mnAddTop = nAddSize; in SetAddMergedTopSize()
687 CELLACC( aIt.Col(), aIt.Row() ).mnAddBottom = nAddSize; in SetAddMergedBottomSize()
/aoo42x/main/sc/source/ui/docshell/
H A Deditable.cxx110 SCROW nStartRow = rRange.aStart.Row(); in TestRange()
113 SCROW nEndRow = rRange.aEnd.Row(); in TestRange()

Completed in 299 milliseconds

12345678910>>...18