Home
last modified time | relevance | path

Searched refs:nCol1 (Results 26 – 50 of 131) sorted by relevance

123456

/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx551 *p++ = static_cast<sal_uInt16>(nCol1); in CreateDoubleArr()
569 SCCOL nCol = nCol1; in CreateDoubleArr()
637 *p++ = static_cast<sal_uInt16>(nCol1); in CreateStringArr()
652 SCCOL nCol = nCol1; in CreateStringArr()
755 SCCOL nCol = nCol1; in CreateCellArr()
1254 SCCOL nCol1, nCol2; in PopDoubleRef() local
1670 aRef.Ref1.nCol = nCol1; in PushDoubleRef()
2203 SCCOL nCol1; in ScExternal() local
2219 SCCOL nCol1; in ScExternal() local
2235 SCCOL nCol1; in ScExternal() local
[all …]
H A Ddetdata.cxx74 SCCOL nCol1 = aPos.Col(); in UpdateReference() local
77 SCCOL nCol2 = nCol1; in UpdateReference()
85 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
87 (*this)[i]->SetPos( ScAddress( nCol1, nRow1, nTab1 ) ); in UpdateReference()
H A Drefdata.cxx202 SCCOL nCol1, nCol2; in lcl_putInOrder() local
221 if ( (nCol1 = rRef1.nCol) > (nCol2 = rRef2.nCol) ) in lcl_putInOrder()
224 rRef2.nCol = nCol1; in lcl_putInOrder()
225 nCol1 = rRef1.nRelCol; in lcl_putInOrder()
227 rRef2.nRelCol = nCol1; in lcl_putInOrder()
H A Dinterpr5.cxx323 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateMatrixFromDoubleRef() argument
332 static_cast<SCSIZE>(nCol2 - nCol1 + 1) > in CreateMatrixFromDoubleRef()
347 SCCOL nNextCol = nCol1; in CreateMatrixFromDoubleRef()
350 SCCOL nThisCol = nCol1 - 1; in CreateMatrixFromDoubleRef()
363 SCSIZE nC = nNextCol - nCol1; in CreateMatrixFromDoubleRef()
399 static_cast<SCSIZE>(nThisCol-nCol1), in CreateMatrixFromDoubleRef()
425 SCSIZE nC = nNextCol - nCol1; in CreateMatrixFromDoubleRef()
474 SCCOL nCol1, nCol2; in GetMatrix() local
478 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in GetMatrix()
560 SCCOL nCol1; in ScMatValue() local
[all …]
/trunk/main/sc/source/core/data/
H A Ddociter.cxx1126 nCol = aParam.nCol1; in ScQueryCellIterator()
1245 nCol = aParam.nCol1; in GetFirst()
1411 nCol = aParam.nCol1; in BinarySearch()
1681 nStartCol( nCol1 ), in ScHorizontalCellIterator()
1685 nCol( nCol1 ), in ScHorizontalCellIterator()
1956 nStartCol( nCol1 ), in ScHorizontalAttrIterator()
2105 nNextCol( nCol1 ), in ScUsedAreaIterator()
2194 SCCOL nCol1, SCROW nRow1, in ScDocAttrIterator() argument
2201 nCol( nCol1 ) in ScDocAttrIterator()
2245 nIterStartCol( nCol1 ), in ScAttrRectIterator()
[all …]
H A Ddrwlayer.cxx464 return rPos.Col() >= nCol1 && rPos.Col() <= nCol2 && in IsInBlock()
488 if ( aOldStt.IsValid() && IsInBlock( aOldStt, nCol1,nRow1, nCol2,nRow2 ) ) in MoveCells()
563 SCCOL nCol1 = rData.maStart.Col(); in RecalcPos() local
584 Size aSize( (long)(pDoc->GetColWidth( nCol1, nTab1 ) * HMM_PER_TWIPS), in RecalcPos()
610 if (!pDoc->ColHidden(nCol1, nTab1, nLastCol)) in RecalcPos()
611 aPos.X() += pDoc->GetColWidth( nCol1, nTab1 ) / 4; in RecalcPos()
1045 Rectangle aRect = pDoc->GetMMRect( nCol1, nRow1, nCol2, nRow2, nTab ); in MoveArea()
1053 aMove.X() += pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea()
1056 aMove.X() -= pDoc->GetColWidth(s+(SCsCOL)nCol1,nTab); in MoveArea()
1255 void ScDrawLayer::DeleteObjectsInArea( SCTAB nTab, SCCOL nCol1,SCROW nRow1, in DeleteObjectsInArea() argument
[all …]
H A Ddocumen3.cxx194 return pDBCollection->GetDBAtArea(nTab, nCol1, nRow1, nCol2, nRow2); in GetDBAtArea()
883 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UpdateReference() argument
889 PutInOrder( nCol1, nCol2 ); in UpdateReference()
906 ScRange aRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
913 UpdateChartRef( eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, nDx, nDy, nDz ); in UpdateReference()
930 eUpdateRefMode, nCol1, nRow1, nTab1, nCol2, nRow2, nTab2, in UpdateReference()
947 if ( ScRefUpdate::Update( this, eUpdateRefMode, nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, in UpdateReference()
1012 PutInOrder( nCol1, nCol2 ); in Fill()
1017 pTab[i]->Fill(nCol1, nRow1, nCol2, nRow2, in Fill()
1289 return pTab[nTab]->CreateQueryParam(nCol1, nRow1, nCol2, nRow2, rQueryParam); in CreateQueryParam()
[all …]
H A Dsegmenttree.cxx428 void ScFlatBoolColSegments::setTrue(SCCOL nCol1, SCCOL nCol2) in setTrue() argument
430 mpImpl->setTrue(static_cast<SCCOLROW>(nCol1), static_cast<SCCOLROW>(nCol2)); in setTrue()
433 void ScFlatBoolColSegments::setFalse(SCCOL nCol1, SCCOL nCol2) in setFalse() argument
435 mpImpl->setFalse(static_cast<SCCOLROW>(nCol1), static_cast<SCCOLROW>(nCol2)); in setFalse()
455 void ScFlatBoolColSegments::removeSegment(SCCOL nCol1, SCCOL nCol2) in removeSegment() argument
457 mpImpl->removeSegment(static_cast<SCCOLROW>(nCol1), static_cast<SCCOLROW>(nCol2)); in removeSegment()
/trunk/main/basic/source/comp/
H A Dtoken.cxx431 sal_uInt16 nOldCol1 = nCol1; in Peek()
435 nPCol1 = nCol1; nCol1 = nOldCol1; in Peek()
487 nCol1 = nPCol1; in Next()
576 sal_uInt16 nOldCol1 = nCol1; in Next()
594 nCol1 = nOldCol1; in Next()
684 aRes.nStart = nCol1; in Hilite()
/trunk/main/sc/inc/
H A Ddbcolect.hxx122 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
138 void SetArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
143 void MoveTo(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
177 sal_Bool IsDBAtArea(SCTAB nTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) const;
223 const SCCOL nCol1,
233 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
H A Dbigrange.hxx187 ScBigRange( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nTab1, in ScBigRange() argument
189 : aStart( nCol1, nRow1, nTab1 ), in ScBigRange()
192 void Set( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nTab1, in Set() argument
194 { aStart.Set( nCol1, nRow1, nTab1 ); in Set()
197 void GetVars( sal_Int32& nCol1, sal_Int32& nRow1, sal_Int32& nTab1, in GetVars() argument
199 { aStart.GetVars( nCol1, nRow1, nTab1 ); in GetVars()
H A Ddocument.hxx751 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
801 SC_DLLPUBLIC void InsertMatrixFormula(SCCOL nCol1, SCROW nRow1,
808 SCCOL nCol1, SCROW nRow1,
1069 void DeleteArea(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1071 void DeleteAreaTab(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
1088 void StartListeningFromClip( SCCOL nCol1, SCROW nRow1,
1091 void BroadcastFromClip( SCCOL nCol1, SCROW nRow1,
1144 void CopyToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
1148 void UndoToDocument(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
1181 void Fill( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
[all …]
H A Ddetfunc.hxx79 Rectangle GetDrawRect( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const;
88 void DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
121 sal_uInt16 InsertSuccLevel( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
123 sal_uInt16 FindSuccLevel( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
H A Ddociter.hxx388 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
408 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
432 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2);
501 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
536 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx1892 SCCOL nCol1 = aViewData.GetEditStartCol(); in KillEditView() local
1900 sal_Bool bAtCursor = nCol1 <= aViewData.GetCurX() && in KillEditView()
2002 SCCOL nCol1; in PaintArea() local
2018 nCol1 = nStartCol; in PaintArea()
2025 if (nCol1 < nScrX) nCol1 = nScrX; in PaintArea()
2038 if (nCol1 > nLastX) bOut = sal_True; in PaintArea()
2046 pGridWin[i]->Draw( nCol1, nRow1, nCol2, nRow2, eMode ); in PaintArea()
2124 SCCOL nCol1 = aRef.aStart.Col(); in PaintRangeFinder() local
2136 while ( nCol1 > 0 && pDoc->ColHidden(nCol1, nTab, nLastCol) ) in PaintRangeFinder()
2138 --nCol1; in PaintRangeFinder()
[all …]
H A Dcellsh2.cxx144 if( rSortParam.nCol1 != rSortParam.nCol2 ) in lcl_GetSortParam()
149 …SCSIZE nCount = pDoc->GetEmptyLinesInBlock( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.n… in lcl_GetSortParam()
152 aExternalRange = ScRange( rSortParam.nCol1,sal::static_int_cast<SCROW>( nCount ), nTab ); in lcl_GetSortParam()
166 …if(( rSortParam.nCol1 == rSortParam.nCol2 && aExternalRange.aStart.Col() != aExternalRange.aEnd.Co… in lcl_GetSortParam()
176 …ScRange rCurrentRange( rSortParam.nCol1, rSortParam.nRow1, nTab, rSortParam.nCol2, rSortParam.nRow… in lcl_GetSortParam()
427 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB()
429 if( nCol < aSortParam.nCol1 ) in ExecuteDB()
430 nCol = aSortParam.nCol1; in ExecuteDB()
475 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB()
540 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB()
[all …]
H A Dtabvwshe.cxx93 SCCOL nCol1, nCol2; in GetSelectionText() local
96 aRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in GetSelectionText()
98 pDoc->ShrinkToUsedDataArea( bShrunk, nTab1, nCol1, nRow1, nCol2, nRow2, false); in GetSelectionText()
101 aRange.aStart.SetCol( nCol1 ); in GetSelectionText()
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx311 rEntry.nField = nFieldSelPos ? (theQueryData.nCol1 + in Init()
457 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists()
503 SCCOL nColumn = theQueryData.nCol1 + static_cast<SCCOL>(nFieldSelPos) - 1; in UpdateValueList()
568 SCCOL nColumn = theQueryData.nCol1 + static_cast<SCCOL>(nFieldSelPos) - 1; in UpdateHdrInValueList()
628 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()
629 return static_cast<sal_uInt16>(nField - theQueryData.nCol1 + 1); in GetFieldSelPos()
872 theQueryData.GetEntry(nOffset).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
917 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
955 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
979 theQueryData.GetEntry(nQ).nField = theQueryData.nCol1 + static_cast<SCCOL>(nField) - 1 ; in IMPL_LINK()
[all …]
H A Dpfiltdlg.cxx164 ScRange theCurArea ( ScAddress( theQueryData.nCol1, in Init()
296 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists()
338 SCCOL nColumn = theQueryData.nCol1 + static_cast<SCCOL>(nFieldSelPos) - 1; in UpdateValueList()
388 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()
389 return static_cast<sal_uInt16>(nField - theQueryData.nCol1 + 1); in GetFieldSelPos()
440 rEntry.nField = nField ? (theQueryData.nCol1 + in GetOutputItem()
/trunk/main/xmloff/source/chart/
H A Dtransporttypes.hxx118 sal_Int32 nCol1, nCol2; member
122 nCol1( -1 ), nCol2( -1 ) in SchNumericCellRangeAddress()
128 nCol1 = aOther.nCol1; nCol2 = aOther.nCol2; in SchNumericCellRangeAddress()
/trunk/main/sc/source/filter/inc/
H A Dxladdress.hxx86 …inline explicit XclRange( sal_uInt16 nCol1, sal_uInt16 nRow1, sal_uInt16 nCol2, sal_uInt16 nRo… in XclRange()
87 maFirst( nCol1, nRow1 ), maLast( nCol2, nRow2 ) {} in XclRange()
91 … inline void Set( sal_uInt16 nCol1, sal_uInt16 nRow1, sal_uInt16 nCol2, sal_uInt16 nRow2 ) in Set()
92 { maFirst.Set( nCol1, nRow1 ); maLast.Set( nCol2, nRow2 ); } in Set()
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx1429 sal_uInt16 nRow1, nRow2, nCol1, nCol2; in GetAbsRefs() local
1451 aIn >> nRow1 >> nCol1; in GetAbsRefs()
1454 nCol2 = nCol1; in GetAbsRefs()
1464 aIn >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1471 aIn >> nIxti >> nRow1 >> nCol1; in GetAbsRefs()
1474 nCol2 = nCol1; in GetAbsRefs()
1480 aIn >> nIxti >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1493 nCol1 &= 0x3FFF; in GetAbsRefs()
1495 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx405 ScRange aRange(nCol1, nRow1, 0, nCol2, nRow2, 0); in setCachedCellRange()
548 SCCOL nCol1 = s.Col(), nCol2 = e.Col(); in getCellRangeData() local
574 SCCOL nDataCol1 = nCol1, nDataCol2 = nCol2; in getCellRangeData()
636 SCSIZE nC = nCol - nCol1, nR = nRow - nRow1; in getCellRangeData()
759 SCCOL nCol1 = rRange.aStart.Col(), nCol2 = rRange.aEnd.Col(); in setCellRangeData() local
770 for (SCCOL nCol = nCol1; nCol <= nCol2; ++nCol) in setCellRangeData()
772 SCSIZE nC = nCol - nCol1, nR = nRow - nRow1; in setCellRangeData()
790 pTabData->setCachedCellRange(nCol1, nRow1, nCol2, nRow2); in setCellRangeData()
1349 SCCOL nCol1 = s.Col(), nCol2 = e.Col(); in lcl_convertToTokenArray() local
1370 SCCOL nDataCol1 = nCol1, nDataCol2 = nCol2; in lcl_convertToTokenArray()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx103 SCCOL nCol1 = aR.aStart.Col(); in FillGraphList() local
109 nCol1, nRow1, nTab, nCol2, nRow2, nTab, DIR_TOP ) in FillGraphList()
114 nCol1, nRow1, nCol2, nRow2, nTab ); in FillGraphList()
118 aSpace.Width() += (nCol2-nCol1) * (nCellSpacing+1); in FillGraphList()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx107 SCCOL nCol1 = 0; in lcl_ChartInit() local
118 if ( pViewData->GetSimpleArea( nCol1,nRow1,nTab1, nCol2,nRow2,nTab2 ) == SC_MARK_SIMPLE ) in lcl_ChartInit()
120 PutInOrder( nCol1, nCol2 ); in lcl_ChartInit()
122 if ( nCol2>nCol1 || nRow2>nRow1 ) in lcl_ChartInit()
125 pDoc->LimitChartArea( nTab1, nCol1,nRow1, nCol2,nRow2 ); in lcl_ChartInit()
128 ScRange aRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in lcl_ChartInit()

Completed in 566 milliseconds

123456