Home
last modified time | relevance | path

Searched refs:Row (Results 226 – 250 of 426) sorted by relevance

12345678910>>...18

/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable.java79 bResult &= OutputRange.Row == objRange.StartRow; in _getOutputRange()
H A D_XSheetConditionalEntries.java105 ca.Row = 5; in Conditions()
/aoo42x/main/sc/qa/complex/dataPilot/
H A D_XDataPilotTable.java108 bResult &= OutputRange.Row == objRange.StartRow; in _getOutputRange()
/aoo42x/main/sc/source/core/data/
H A Ddptabres.cxx304 SCROW nRow = rPos.Row(); in lcl_DumpRow()
322 for (SCROW nRow = nStartRow; nRow < rPos.Row(); nRow++) in lcl_Indent()
1792 SCROW nStartRow = rPos.Row(); in DumpState()
2632 SCROW nStartRow = rPos.Row(); in DumpState()
3459 SCROW nStartRow = rPos.Row(); in DumpState()
3818 SCROW nStartRow = rPos.Row(); in DumpState()
H A Dvalidat.cxx611 const ScPatternAttr* pPattern = rDoc.GetPattern( rPos.Col(), rPos.Row(), rPos.Tab() ); in lclGetCellFormat()
775 (SCROW)(nRow+aRange.aStart.Row()), aRange.aStart.Tab() , aValStr); in GetSelectionFromFormula()
H A Dbcaslot.cxx529 SCROW nRow = rAddress.Row(); in ComputeSlotOffset()
558 ScAddress( rRange.aStart.Col(), rRange.aEnd.Row(), 0 ) ) - rStart; in ComputeAreaPoints()
/aoo42x/main/sc/source/ui/navipi/
H A Dcontent.cxx411 pParentWindow->SetCurrentCell( aPos.Col(), aPos.Row() ); in IMPL_LINK()
1327 if ( !pSrcDoc->HasSelectedBlockMatrixFragment( rRange.aStart.Col(), rRange.aStart.Row(), in lcl_DoDragCells()
1328 rRange.aEnd.Col(), rRange.aEnd.Row(), in lcl_DoDragCells()
/aoo42x/main/sw/source/core/unocore/
H A Dunocore.src28 Text [ en-US ] = "Row %ROWNUMBER" ;
/aoo42x/main/sc/source/filter/html/
H A Dhtmlpars.cxx1985 …et( pRange->aEnd.Col() - pRange->aStart.Col() + 1, pRange->aEnd.Row() - pRange->aStart.Row() + 1 ); in GetSpan()
2251 SCROW nCellRow1 = GetDocPos( tdRow, nRow ) + rFirstPos.Row(); in ApplyCellBorders()
2431 maSize.mnRows = ::std::max< SCROW >( maSize.mnRows, aNewRange.aEnd.Row() + 1 ); in InsertNewCell()
2583 for( ScAddress aAddr; aAddr.Row() < maSize.mnRows; aAddr.IncRow() ) in FillEmptyCells()
/aoo42x/main/sw/source/ui/table/
H A Dconvert.hrc38 //Table Row Header for ACC Supporting 2010.02.22
H A Drowht.src32 Text [ en-US ] = "Row Height" ;
/aoo42x/main/offapi/com/sun/star/table/
H A DCellAddress.idl53 long Row;
/aoo42x/main/sc/source/core/tool/
H A Dconsoli.cxx786 pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument()
808 pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument()
/aoo42x/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx895 if ((bIsRow && rStart.Row() != rEnd.Row()) || (!bIsRow && rStart.Col() != rEnd.Col())) in lcl_GetRepeatRangeString()
/aoo42x/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx322 pRange->aStart.Row(), SC_FOLLOW_JUMP, sal_False, sal_False ); in ReleaseFocus()
324 pRange->aEnd.Row(), SC_FOLLOW_JUMP, sal_True, sal_False ); in ReleaseFocus()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DSingleReference.idl53 long Row;
/aoo42x/main/svtools/source/contnr/
H A Dsvcontnr.src50 Text [ en-US ] = "Row: %1, Column: %2" ;
/aoo42x/main/sc/source/filter/excel/
H A Dxelink.cxx1202 … if( (rRange.aEnd.Col() - rRange.aStart.Col()) * (rRange.aEnd.Row() - rRange.aStart.Row()) > 1024 ) in StoreCellRange()
1265 SCROW nScRow1 = ::std::max( aRowRange.first, maBoundRange.aStart.Row() ); in Save()
1266 SCROW nScRow2 = ::std::min( aRowRange.second - 1, maBoundRange.aEnd.Row() ); in Save()
/aoo42x/main/sc/source/ui/dbgui/
H A Dpvfundlg.hrc27 // RID_SCDLG_PIVOTSUBT - DataPilot Page/Row/Column Field Subtotals
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAnnotationTextCursor.java123 XCell oCell = oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment()
H A DScAnnotationObj.java142 oCell = oCRange.getCellByPosition(cellPos.Column, cellPos.Row); in createTestEnvironment()
/aoo42x/main/sc/source/filter/xml/
H A DXMLConsolidationContext.cxx111 aConsParam.nRow = aTargetAddr.Row(); in EndElement()
/aoo42x/main/sc/source/ui/unoobj/
H A Dchartuno.cxx740 aRangeAddress.StartRow = aRange.aStart.Row(); in getRanges()
742 aRangeAddress.EndRow = aRange.aEnd.Row(); in getRanges()
/aoo42x/main/sc/inc/
H A Dlookupcache.hxx202 mnRow( rAddress.Row()), in QueryKey()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DDataPilotReadme.txt41 - select the "ones" field and drop it in the "Row Fields" area

Completed in 383 milliseconds

12345678910>>...18