Home
last modified time | relevance | path

Searched refs:Row (Results 201 – 225 of 426) sorted by relevance

12345678910>>...18

/aoo42x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx755 rTargetRect = pDoc->GetMMRect( rTargetRange.aStart.Col(), rTargetRange.aStart.Row(), in lcl_ParseTarget()
756 rTargetRange.aEnd.Col(), rTargetRange.aEnd.Row(), in lcl_ParseTarget()
1090 aCellRange.aStart.Col(), aCellRange.aStart.Row(), in getRenderer()
1091 aCellRange.aEnd.Col(), aCellRange.aEnd.Row() ); in getRenderer()
1249 aLocRange.aStart.Col(), aLocRange.aStart.Row(), in render()
1250 aLocRange.aEnd.Col(), aLocRange.aEnd.Row(), in render()
1557 (SCCOL)aFormulaPosition.Column, (SCROW)aFormulaPosition.Row, aFormulaPosition.Sheet, in seekGoal()
1558 (SCCOL)aVariablePosition.Column, (SCROW)aVariablePosition.Row, aVariablePosition.Sheet, in seekGoal()
3536 ScAddress aPos( (SCCOL)aPosition.Column, (SCROW)aPosition.Row, nTab ); in insertNew()
H A Dtokenuno.cxx295 rAPI.Row = rRef.nRow; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
314 rAPI.Row = rRef.nRow; in lcl_SingleRefToApi()
H A Ddapiuno.cxx436 …ScRange aOutputRange((SCCOL)aOutputAddress.Column, (SCROW)aOutputAddress.Row, (SCTAB)aOutputAddres… in insertNewByName()
437 … (SCCOL)aOutputAddress.Column, (SCROW)aOutputAddress.Row, (SCTAB)aOutputAddress.Sheet); in insertNewByName()
1270 aRet.StartRow = aRange.aStart.Row(); in getOutputRange()
1272 aRet.EndRow = aRange.aEnd.Row(); in getOutputRange()
1299 ScAddress aAddr2(static_cast<SCCOL>(aAddr.Column), static_cast<SCROW>(aAddr.Row), aAddr.Sheet); in getDrillDownData()
1313 ScAddress aAddr2(static_cast<SCCOL>(aAddr.Column), static_cast<SCROW>(aAddr.Row), aAddr.Sheet); in getPositionData()
1332 …ScAddress(static_cast<SCCOL>(aAddr.Column), static_cast<SCROW>(aAddr.Row), aAddr.Sheet), aFilters); in insertDrillDownSheet()
/aoo42x/main/sc/source/ui/undo/
H A Dundocell.cxx411 pDoc->SetValue( aPos.Col(), aPos.Row(), aPos.Tab(), nValue ); in Redo()
481 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Undo()
499 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Redo()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java456 Row newRow = new Row(nRows++, size, cri.isUserDefined()); in addColInfo()
/aoo42x/main/sc/inc/
H A Dexternalrefmgr.hxx315 return s.Tab() + s.Col() + s.Row() + e.Tab() + e.Col() + e.Row(); in operator ()()
H A Dclipparam.hxx39 enum Direction { Unspecified, Column, Row }; enumerator
H A Ddpoutputgeometry.hxx35 enum FieldType { Column, Row, Page, Data, None }; enumerator
/aoo42x/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java192 sCellAdress.Row = 8; in before()
257 int y = sCellAdress.Row + 3; in before()
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl116 like e.g. "Row 12", "Row 13", etc.
/aoo42x/main/sc/source/ui/app/
H A Dinputhdl.cxx1447 pDoc->GetDataEntries( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.Tab(), in GetColData()
1879 aTester.TestSelectedBlock( pDoc, aCursorPos.Col(),aCursorPos.Row(), in StartTable()
1880 aCursorPos.Col(),aCursorPos.Row(), rMark ); in StartTable()
1889 aCursorPos.Row(), in StartTable()
2448 …const ScPatternAttr* pPattern = pDoc->GetPattern( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.T… in EnterHandler()
2471 … ScDPObject* pDPObj = pDoc->GetDPAtCursor( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.Tab() ); in EnterHandler()
2493 …const ScPatternAttr* pPattern = pDoc->GetPattern( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.T… in EnterHandler()
/aoo42x/main/sc/source/ui/view/
H A Dtabvwsh3.cxx342 if ( !ValidRow(aScRange.aStart.Row()) || !ValidRow(aScRange.aEnd.Row()) ) in Execute()
350 SCROW nRow = aScRange.aStart.Row(); in Execute()
H A Dtabview4.cxx286 else if ( nEndX != aMarkRange.aEnd.Col() || nEndY != aMarkRange.aEnd.Row() ) in UpdateRef()
291 SCROW nAddY = ( nEndY >= aMarkRange.aEnd.Row() ) ? 1 : 0; in UpdateRef()
/aoo42x/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx186 rStart.Col(), rStart.Row(), in Init()
187 rEnd.Col(), rEnd.Row() ); in Init()
/aoo42x/main/sc/source/filter/excel/
H A Dxepage.cxx341 …EBREAKS, maData.maVerPageBreaks, static_cast< sal_uInt16 >( GetXclMaxPos().Row() ) ).Save( rStrm ); in Save()
386 static_cast< sal_uInt16 >( GetXclMaxPos().Row() ) ).SaveXml( rStrm ); in SaveXml()
/aoo42x/main/sc/source/ui/docshell/
H A Dtablink.cxx354 SCROW nStartRow = pRange->aStart.Row(); in Refresh()
356 SCROW nEndRow = pRange->aEnd.Row(); in Refresh()
/aoo42x/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx433 SCROW nStartRow = rStartPos.Row(); in CopyListFromArea()
435 SCROW nEndRow = rEndPos.Row(); in CopyListFromArea()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx321 if (aCell1.Row() == aCell2.Row()) in CompareCell()
324 nResult = (aCell1.Row() < aCell2.Row()) ? -1 : 1; in CompareCell()
/aoo42x/main/sc/source/filter/html/
H A Dhtmlexp.cxx641 nStartRow = nStartRowFix = aRange.aStart.Row(); in WriteTables()
644 nEndRow = nEndRowFix = aRange.aEnd.Row(); in WriteTables()
897 nR = Max( SCROW(pGraphEntry->aRange.aEnd.Row() - nRow + 1), in WriteCell()
/aoo42x/main/sc/source/ui/formdlg/
H A Dformula.cxx607 SCROW nRow=aCursorPos.Row(); in switchBack()
654 return table::CellAddress(aCursorPos.Tab(),aCursorPos.Col(),aCursorPos.Row()); in getReferencePosition()
/aoo42x/main/sc/source/filter/xml/
H A Dxmldpimp.cxx307 if (eType == ScDPOutputGeometry::Column || eType == ScDPOutputGeometry::Row) in SetButtons()
314 pDoc->GetString(aScAddress.Col(), aScAddress.Row(), aScAddress.Tab(), aCellStr); in SetButtons()
318 …pDoc->ApplyFlagsTab(aScAddress.Col(), aScAddress.Row(), aScAddress.Col(), aScAddress.Row(), aScAdd… in SetButtons()
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DPageBreaks.log6 ITEM Assertion OK : HPageBreak.Location: Range.Row is 5
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DPageBreaks.log6 ITEM Assertion OK : HPageBreak.Location: Range.Row is 5
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DPageBreaks.log6 ITEM Assertion OK : HPageBreak.Location: Range.Row is 5
/aoo42x/main/sc/source/ui/navipi/
H A Dnavcitem.cxx74 SCROW nRow = aScAddress.Row()+1; in StateChanged()

Completed in 313 milliseconds

12345678910>>...18