Home
last modified time | relevance | path

Searched defs:nRow1 (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/sc/source/filter/inc/
H A Dexcform.hxx98 inline sal_Bool ExcelToSc::IsComplRowRange( const sal_uInt16 nRow1, const sal_uInt16 nRow2 ) in IsComplRowRange()
147 inline sal_Bool ExcelToSc8::IsComplRowRange( const sal_uInt16 nRow1, const sal_uInt16 nRow2 ) in IsComplRowRange()
/trunk/main/sc/source/ui/undo/
H A Dundoutil.cxx85 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in GetOldDBData()
135 SCROW nRow1 = rRange.aStart.Row(); in PaintMore() local
/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx360 void ScFlatBoolRowSegments::setTrue(SCROW nRow1, SCROW nRow2) in setTrue()
365 void ScFlatBoolRowSegments::setFalse(SCROW nRow1, SCROW nRow2) in setFalse()
387 void ScFlatBoolRowSegments::removeSegment(SCROW nRow1, SCROW nRow2) in removeSegment()
527 void ScFlatUInt16RowSegments::setValue(SCROW nRow1, SCROW nRow2, sal_uInt16 nValue) in setValue()
537 sal_uInt32 ScFlatUInt16RowSegments::getSumValue(SCROW nRow1, SCROW nRow2) in getSumValue()
554 void ScFlatUInt16RowSegments::removeSegment(SCROW nRow1, SCROW nRow2) in removeSegment()
H A Dcolumn.cxx102 sal_uInt16 ScColumn::GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in GetBlockMatrixEdges()
243 bool ScColumn::HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in HasAttrib()
466 SCROW nRow1, nRow2; in ApplyPatternIfNumberformatIncompatible() local
578 const ScStyleSheet* ScColumn::GetAreaStyle( sal_Bool& rFound, SCROW nRow1, SCROW nRow2 ) const in GetAreaStyle()
835 void ScColumn::SwapRow(SCROW nRow1, SCROW nRow2) in SwapRow()
1269 void ScColumn::CopyToColumn(SCROW nRow1, SCROW nRow2, sal_uInt16 nFlags, sal_Bool bMarked, in CopyToColumn()
1347 void ScColumn::UndoToColumn(SCROW nRow1, SCROW nRow2, sal_uInt16 nFlags, sal_Bool bMarked, in UndoToColumn()
1611 void ScColumn::UpdateReference( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UpdateReference()
1835 sal_Bool ScColumn::IsRangeNameInUse(SCROW nRow1, SCROW nRow2, sal_uInt16 nIndex) const in IsRangeNameInUse()
1847 void ScColumn::FindRangeNamesInUse(SCROW nRow1, SCROW nRow2, std::set<sal_uInt16>& rIndexes) const in FindRangeNamesInUse()
[all …]
H A Dtable3.cxx435 void ScTable::SwapRow(SCROW nRow1, SCROW nRow2) in SwapRow()
506 void ScTable::DecoladeRow( ScSortInfoArray* pArray, SCROW nRow1, SCROW nRow2 ) in DecoladeRow()
528 SCROW nRow1 = (rSortParam.bHasHeader ? in Sort() local
1284 SCROW nRow1 = (rParam.bHasHeader ? rParam.nRow1 + 1 : rParam.nRow1); in TopTenQuery() local
1641 sal_Bool ScTable::CreateExcelQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateExcelQuery()
1721 sal_Bool ScTable::CreateStarQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam&… in CreateStarQuery()
1827 sal_Bool ScTable::CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateQueryParam()
1881 void ScTable::GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings… in GetFilterEntries()
1887 …SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings, … in GetFilteredFilterEntries()
H A Dtable2.cxx439 void ScTable::CopyToClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in CopyToClip()
488 void ScTable::CopyFromClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in CopyFromClip()
538 void ScTable::MixData( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in MixData()
555 void ScTable::TransposeClip( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in TransposeClip()
707 void ScTable::BroadcastInArea( SCCOL nCol1, SCROW nRow1, in BroadcastInArea()
718 void ScTable::StartListeningInArea( SCCOL nCol1, SCROW nRow1, in StartListeningInArea()
729 void ScTable::CopyToTable(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in CopyToTable()
856 void ScTable::UndoToTable(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in UndoToTable()
1686 sal_Bool ScTable::IsBlockEditable( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, in IsBlockEditable()
2711 void ScTable::DBShowRows(SCROW nRow1, SCROW nRow2, bool bShow, bool bSetFlags) in DBShowRows()
[all …]
H A Dclipparam.cxx172 SCROW nRow1 = 0; in transpose() local
H A Ddociter.cxx1678 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) : in ScHorizontalCellIterator()
1953 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) : in ScHorizontalAttrIterator()
2096 inline sal_Bool IsGreater( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in IsGreater()
2102 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) : in ScUsedAreaIterator()
2194 SCCOL nCol1, SCROW nRow1, in ScDocAttrIterator()
2238 SCCOL nCol1, SCROW nRow1, in ScAttrRectIterator()
H A Dtable4.cxx187 void ScTable::FillAnalyse( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FillAnalyse()
502 void ScTable::FillAuto( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FillAuto()
941 SCROW nRow1 = rSource.aStart.Row(); in GetAutoFillPreview() local
1280 void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FillSeries()
1600 void ScTable::Fill( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in Fill()
/trunk/main/sc/source/core/tool/
H A Ddbcolect.cxx45 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in ScDBData()
390 void ScDBData::SetArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) in SetArea()
399 void ScDBData::MoveTo(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) in MoveTo()
683 sal_Bool ScDBData::IsDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const in IsDBAtArea()
752 const SCROW nRow1, in GetDBAtArea()
819 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UpdateReference()
H A Dchartpos.cxx195 SCROW nRow, nRow1, nRow2; in GlueState() local
290 SCROW nRow1, nRow2, iRow; in CheckColRowHeaders() local
371 SCROW nRow, nRow1, nRow2; in CreatePositionMap() local
H A Ddetdata.cxx75 SCROW nRow1 = aPos.Row(); in UpdateReference() local
H A Drangelst.cxx131 SCROW nRow1 = r.aStart.Row(); in Join() local
241 SCROW nRow1; in UpdateReference() local
363 SCROW nRow1 = r1.aStart.Row(); in Join() local
488 SCROW nRow1; in UpdateReference() local
H A Drefdata.cxx203 SCROW nRow1, nRow2; in lcl_putInOrder() local
H A Dinterpr4.cxx537 sal_Bool ScInterpreter::CreateDoubleArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateDoubleArr()
622 sal_Bool ScInterpreter::CreateStringArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateStringArr()
722 sal_Bool ScInterpreter::CreateCellArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateCellArr()
1255 SCROW nRow1, nRow2; in PopDoubleRef() local
1502 SCROW nRow1, nRow2; in ConvertMatrixParameters() local
1662 void ScInterpreter::PushDoubleRef(SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in PushDoubleRef()
2204 SCROW nRow1; in ScExternal() local
2220 SCROW nRow1; in ScExternal() local
2236 SCROW nRow1; in ScExternal() local
2776 SCROW nRow1; in ScMacro() local
H A Drefupdat.cxx262 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in Update()
411 sal_Int32 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2; in Update() local
503 SCROW nRow1 = r.aStart.Row(); in Update() local
H A Dinterpr1.cxx3926 SCROW nRow1; in ScColumns() local
3970 SCROW nRow1; in ScRows() local
4018 SCROW nRow1; in ScTables() local
4081 SCROW nRow1; in ScColumn() local
4090 SCROW nRow1; in ScColumn() local
4363 SCROW nRow1 = 0; in ScMatch() local
4766 SCROW nRow1 = 0; in IterateParametersIf() local
5106 SCROW nRow1; in ScCountIf() local
5322 SCROW nRow1 = 0; in IterateParametersIfs() local
6196 SCROW nRow1 = 0; in CalculateLookup() local
[all …]
H A Dconsoli.cxx283 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in AddFields()
520 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in AddData()
/trunk/main/sc/inc/
H A Dbigrange.hxx187 ScBigRange( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nTab1, in ScBigRange()
192 void Set( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nTab1, in Set()
197 void GetVars( sal_Int32& nCol1, sal_Int32& nRow1, sal_Int32& nTab1, in GetVars()
H A Dsortparam.hxx42 SCROW nRow1; member
H A Dqueryparam.hxx64 SCROW nRow1; member
/trunk/main/sc/source/ui/view/
H A Ddbfunc.cxx141 SCROW nRow1 = aRange.aStart.Row(), nRow2 = aRange.aEnd.Row(); in GetDBData() local
157 SCROW nRow1 = aRange.aStart.Row(), nRow2 = aRange.aEnd.Row(); in GetDBData() local
468 SCROW nRow1, nRow2; in HideAutoFilter() local
H A Dtabvwshe.cxx94 SCROW nRow1, nRow2; in GetSelectionText() local
/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx239 SCROW nRow1 = theCurArea.aStart.Row(); in SetColRowData() local
342 SCROW nRow1 = theCurArea.aStart.Row(); in AdjustColRowData() local
511 SCROW nRow1; //Erweiterung fuer Bereichsnamen in UpdateNames() local
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx104 SCROW nRow1 = aR.aStart.Row(); in FillGraphList() local

Completed in 189 milliseconds

1234