Home
last modified time | relevance | path

Searched refs:nCol2 (Results 51 – 75 of 132) sorted by relevance

123456

/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx1429 sal_uInt16 nRow1, nRow2, nCol1, nCol2; in GetAbsRefs() local
1454 nCol2 = nCol1; in GetAbsRefs()
1464 aIn >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1474 nCol2 = nCol1; in GetAbsRefs()
1480 aIn >> nIxti >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1494 nCol2 &= 0x3FFF; in GetAbsRefs()
1495 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
H A Dexcform.cxx1332 sal_uInt8 nCol1, nCol2; in GetAbsRefs() local
1357 nCol2 = nCol1; in GetAbsRefs()
1367 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1379 nCol2 = nCol1; in GetAbsRefs()
1387 rStrm >> nTabFirst >> nTabLast >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1405 …if( GetAddressConverter().ConvertRange( aScRange, XclRange( nCol1, nRow1, nCol2, nRow2 ), nTab1, n… in GetAbsRefs()
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx114 …inline explicit BinRange( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nCol2, sal_Int32 nRow2 )… in BinRange()
115 maFirst( nCol1, nRow1 ), maLast( nCol2, nRow2 ) {} in BinRange()
122 inline void set( sal_Int32 nCol1, sal_Int32 nRow1, sal_Int32 nCol2, sal_Int32 nRow2 ) in set()
123 { maFirst.set( nCol1, nRow1 ); maLast.set( nCol2, nRow2 ); } in set()
/trunk/main/sc/source/core/data/
H A Dclipparam.cxx171 SCCOL nCol2 = static_cast<SCCOL>(p->aEnd.Row() - p->aStart.Row()); in transpose() local
175 nCol2 += static_cast<SCCOL>(nRowDelta); in transpose()
178 ScRange aNew(nCol1, nRow1, p->aStart.Tab(), nCol2, nRow2, p->aStart.Tab()); in transpose()
H A Ddocumen7.cxx170 SCCOL nCol2; in AreaBroadcastInRange() local
173 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in AreaBroadcastInRange()
178 for ( nCol = nCol1; nCol <= nCol2; ++nCol ) in AreaBroadcastInRange()
H A Ddpobject.cxx288 pSheetDesc->aQueryParam.nCol2 = pSheetDesc->aSourceRange.aEnd.Col(); in SetSheetDesc()
710 SCCOL nCol2 = aOutRange.aEnd.Col(); in UpdateReference() local
718 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
720 SetOutRange( ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ) ); in UpdateReference()
729 nCol2 = pSheetDesc->aSourceRange.aEnd.Col(); in UpdateReference()
736 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
740 aNewDesc.aSourceRange = ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
747 … aNewDesc.aQueryParam.nCol2 = sal::static_int_cast<SCCOL>( aNewDesc.aQueryParam.nCol2 + nDiffX ); in UpdateReference()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx239 SCCOLROW nCol1, nCol2, nRow1, nRow2; in RemoveAllOutlines() local
240 pTable->GetColArray()->GetRange( nCol1, nCol2 ); in RemoveAllOutlines()
244 SCCOL nEndCol = static_cast<SCCOL>(nCol2); in RemoveAllOutlines()
307 SCCOLROW nCol1, nCol2, nRow1, nRow2; in AutoOutline() local
308 pTable->GetColArray()->GetRange( nCol1, nCol2 ); in AutoOutline()
312 SCCOL nOutEndCol = static_cast<SCCOL>(nCol2);; in AutoOutline()
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx369 Rectangle ScDetectiveFunc::GetDrawRect( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const in GetDrawRect() argument
372 GetDrawPos( ::std::min( nCol1, nCol2 ), ::std::min( nRow1, nRow2 ), DRAWPOS_TOPLEFT ), in GetDrawRect()
373 GetDrawPos( ::std::max( nCol1, nCol2 ), ::std::max( nRow1, nRow2 ), DRAWPOS_BOTTOMRIGHT ) ); in GetDrawRect()
745 void ScDetectiveFunc::DeleteBox( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) in DeleteBox() argument
758 Rectangle aCornerRect = GetDrawRect( nCol1, nRow1, nCol2, nRow2 ); in DeleteBox()
1047 sal_uInt16 ScDetectiveFunc::InsertSuccLevel( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in InsertSuccLevel() argument
1073 if (Intersect( nCol1,nRow1,nCol2,nRow2, in InsertSuccLevel()
1137 sal_uInt16 ScDetectiveFunc::FindSuccLevel( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in FindSuccLevel() argument
1164 if (Intersect( nCol1,nRow1,nCol2,nRow2, in FindSuccLevel()
H A Dinterpr5.cxx324 SCCOL nCol2, SCROW nRow2, SCTAB nTab2 ) in CreateMatrixFromDoubleRef() argument
332 static_cast<SCSIZE>(nCol2 - nCol1 + 1) > in CreateMatrixFromDoubleRef()
340 SCSIZE nMatCols = static_cast<SCSIZE>(nCol2 - nCol1 + 1); in CreateMatrixFromDoubleRef()
421 if (nThisCol != nCol2 || nThisRow != nRow2) in CreateMatrixFromDoubleRef()
423 for ( ; nNextCol <= nCol2; ++nNextCol) in CreateMatrixFromDoubleRef()
474 SCCOL nCol1, nCol2; in GetMatrix() local
478 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in GetMatrix()
480 nCol2, nRow2, nTab2); in GetMatrix()
563 SCCOL nCol2; in ScMatValue() local
566 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScMatValue()
[all …]
H A Drefdata.cxx202 SCCOL nCol1, nCol2; in lcl_putInOrder() local
221 if ( (nCol1 = rRef1.nCol) > (nCol2 = rRef2.nCol) ) in lcl_putInOrder()
223 rRef1.nCol = nCol2; in lcl_putInOrder()
H A Ddetdata.cxx77 SCCOL nCol2 = nCol1; in UpdateReference() local
85 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
/trunk/main/automation/source/inc/
H A Dtestapp.hxx53 …ntry(sal_uLong nNr, String aStr = String()) : nError(nNr),aText(aStr),nLine(0),nCol1(0),nCol2(0) {} in ErrorEntry()
55 : nError(nNr),aText(aStr),nLine(l),nCol1(c1),nCol2(c2) {} in ErrorEntry()
60 xub_StrLen nCol2; member in ErrorEntry
/trunk/main/basic/inc/basic/
H A Dsbstar.hxx87 sal_uInt16 BreakPoint( xub_StrLen nLine, xub_StrLen nCol1, xub_StrLen nCol2 );
88 sal_uInt16 StepPoint( xub_StrLen nLine, xub_StrLen nCol1, xub_StrLen nCol2 );
160 sal_uInt16 nCol1, sal_uInt16 nCol2 );
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx250 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, sal_uInt8* pCellArr);
252 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, sal_uInt8* pCellArr);
254 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, sal_uInt8* pCellArr);
358 SCCOL nCol2, SCROW nRow2, SCTAB nTab2);
379 SCCOL nCol2, SCROW nRow2, SCTAB nTab2 );
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx64 static sal_uInt16 nCol2 = 1; variable
235 aColEdt2.SetValue(nCol2); in SwSortDlg()
328 nCol2 = (sal_uInt16)aColEdt2.GetValue(); in Apply()
368 SwSortKey *pKey = new SwSortKey( nCol2, sEntry, in Apply()
/trunk/main/sc/inc/
H A Daddress.hxx464 SCCOL nCol2, SCROW nRow2, SCTAB nTab2 ) in ScRange() argument
465 : aStart( nCol1, nRow1, nTab1 ), aEnd( nCol2, nRow2, nTab2 ) {} in ScRange()
519 SCCOL& nCol2, SCROW& nRow2, SCTAB& nTab2 ) const;
539 SCCOL& nCol2, SCROW& nRow2, SCTAB& nTab2 ) const in GetVars() argument
542 aEnd.GetVars( nCol2, nRow2, nTab2 ); in GetVars()
H A Ddrwlayer.hxx109 void MoveCells( SCTAB nTab, SCCOL nCol1,SCROW nRow1, SCCOL nCol2,SCROW nRow2,
169 void MoveArea( SCTAB nTab, SCCOL nCol1,SCROW nRow1, SCCOL nCol2,SCROW nRow2,
177 SCCOL nCol2,SCROW nRow2 );
H A Dconsoli.hxx114 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
118 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx765 for ( SCCOL nCol2=nStartCol; nCol2<=nEndCol; nCol2++ ) in WriteTables() local
767 if ( pDoc->ColHidden(nCol2, nTab) ) in WriteTables()
770 if ( nCol2 == nEndCol ) in WriteTables()
772 WriteCell( nCol2, nRow, nTab ); in WriteTables()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx236 else if( nCol > rSortData.nCol2 ) in Reset()
237 nCol = rSortData.nCol2; in Reset()
426 SCCOL nMaxCol = rSortData.nCol2; in FillFieldLists()
683 ScAddress( rSortData.nCol2, rSortData.nRow2, nCurTab ) in Init()
691 rSortData.nCol2, rSortData.nRow2 ); in Init()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx135 sal_uInt16 nCol1, nCol2; in readBiff12Data() local
136 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff12Data()
138 maRef2.setBiff12Data( nCol2, nRow2, bRelativeAsOffset ); in readBiff12Data()
144 sal_uInt8 nCol1, nCol2; in readBiff2Data() local
145 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff2Data()
147 maRef2.setBiff2Data( nCol2, nRow2, bRelativeAsOffset ); in readBiff2Data()
152 sal_uInt16 nRow1, nRow2, nCol1, nCol2; in readBiff8Data() local
153 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff8Data()
155 maRef2.setBiff8Data( nCol2, nRow2, bRelativeAsOffset ); in readBiff8Data()
H A Dexternallinkfragment.cxx461 sal_uInt8 nCol2, nCol1; in importCrn() local
463 rStrm >> nCol2 >> nCol1 >> nRow; in importCrn()
465 …for( BinAddress aBinAddr( nCol1, nRow ); bLoop && !rStrm.isEof() && (aBinAddr.mnCol <= nCol2); ++a… in importCrn()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx735 sal_uInt16 nCol1 = 0, nCol2 = 0; in ExecuteGlobal() local
742 nCol2 = nCol1; in ExecuteGlobal()
747 nCol2 = pCol2Item->GetValue(); in ExecuteGlobal()
748 if ( nCol2 > 0 ) in ExecuteGlobal()
749 --nCol2; in ExecuteGlobal()
751 TextSelection aSel( TextPaM( nLine, nCol1 ), TextPaM( nLine, nCol2 ) ); in ExecuteGlobal()
/trunk/main/sc/source/filter/inc/
H A Dcolrowst.hxx40 void SetWidthRange( SCCOL nCol1, SCCOL nCol2, sal_uInt16 nWidth );
42 void HideColRange( SCCOL nCol1, SCCOL nCol2 );
/trunk/main/basic/source/inc/
H A Dscanner.hxx59 sal_uInt16 nCol1, nCol2; // aktuelle 1. und 2. Spalte member in SbiScanner
87 short GetCol2() { return nCol2; } in GetCol2()

Completed in 286 milliseconds

123456