/aoo41x/main/sc/source/filter/inc/ |
H A D | excform.hxx | 98 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()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoutil.cxx | 85 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in GetOldDBData() 135 SCROW nRow1 = rRange.aStart.Row(); in PaintMore() local
|
/aoo41x/main/sc/source/core/data/ |
H A D | segmenttree.cxx | 360 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 D | column.cxx | 102 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 D | table3.cxx | 435 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 D | clipparam.cxx | 172 SCROW nRow1 = 0; in transpose() local
|
H A D | table2.cxx | 439 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 D | dociter.cxx | 1678 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 D | table4.cxx | 187 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()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | dbcolect.cxx | 45 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 D | chartpos.cxx | 195 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 D | detdata.cxx | 75 SCROW nRow1 = aPos.Row(); in UpdateReference() local
|
H A D | rangelst.cxx | 131 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 D | refdata.cxx | 203 SCROW nRow1, nRow2; in lcl_putInOrder() local
|
H A D | interpr4.cxx | 537 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 D | refupdat.cxx | 262 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 D | interpr1.cxx | 3789 SCROW nRow1; in ScColumns() local 3833 SCROW nRow1; in ScRows() local 3881 SCROW nRow1; in ScTables() local 3944 SCROW nRow1; in ScColumn() local 3953 SCROW nRow1; in ScColumn() local 4226 SCROW nRow1 = 0; in ScMatch() local 4629 SCROW nRow1 = 0; in IterateParametersIf() local 4969 SCROW nRow1; in ScCountIf() local 5185 SCROW nRow1 = 0; in IterateParametersIfs() local 6059 SCROW nRow1 = 0; in CalculateLookup() local [all …]
|
H A D | consoli.cxx | 283 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in AddFields() 520 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in AddData()
|
/aoo41x/main/sc/inc/ |
H A D | bigrange.hxx | 187 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 D | sortparam.hxx | 42 SCROW nRow1; member
|
H A D | queryparam.hxx | 64 SCROW nRow1; member
|
/aoo41x/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 141 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 D | tabvwshe.cxx | 94 SCROW nRow1, nRow2; in GetSelectionText() local
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | crnrdlg.cxx | 239 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
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 104 SCROW nRow1 = aR.aStart.Row(); in FillGraphList() local
|