Home
last modified time | relevance | path

Searched refs:nCol1 (Results 51 – 75 of 131) sorted by relevance

123456

/trunk/main/basic/source/inc/
H A Dsbintern.hxx89 : aMethod(aM), nLine(nL), nCol1(nC1), nCol2(nC2) {} in SbErrorStackEntry()
92 xub_StrLen nCol1, nCol2; member in SbErrorStackEntry
115 xub_StrLen nCol1,nCol2; // aktuelle Spalten (von,bis) member
H A Dscanner.hxx59 sal_uInt16 nCol1, nCol2; // aktuelle 1. und 2. Spalte member in SbiScanner
86 short GetCol1() { return nCol1; } in GetCol1()
88 void SetCol1( short n ) { nCol1 = n; } in SetCol1()
/trunk/main/sc/inc/
H A Dsegmenttree.hxx104 void setTrue(SCCOL nCol1, SCCOL nCol2);
105 void setFalse(SCCOL nCol1, SCCOL nCol2);
108 void removeSegment(SCCOL nCol1, SCCOL nCol2);
H A Daddress.hxx463 inline ScRange( SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in ScRange() argument
465 : aStart( nCol1, nRow1, nTab1 ), aEnd( nCol2, nRow2, nTab2 ) {} in ScRange()
518 inline void GetVars( SCCOL& nCol1, SCROW& nRow1, SCTAB& nTab1,
538 inline void ScRange::GetVars( SCCOL& nCol1, SCROW& nRow1, SCTAB& nTab1, in GetVars() argument
541 aStart.GetVars( nCol1, nRow1, nTab1 ); 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,
176 void DeleteObjectsInArea( SCTAB nTab, SCCOL nCol1,SCROW nRow1,
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx406 SCCOL nCol1, nCol2, theCol1, theCol2; in UpdateRemove() local
409 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in UpdateRemove()
423 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateRemove()
894 SCCOL nCol1, nCol2, theCol1, theCol2; in UpdateBroadcastAreas() local
897 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in UpdateBroadcastAreas()
907 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateBroadcastAreas()
H A Dclipparam.cxx170 SCCOL nCol1 = 0; in transpose() local
174 nCol1 += static_cast<SCCOL>(nRowDelta); in transpose()
178 ScRange aNew(nCol1, nRow1, p->aStart.Tab(), nCol2, nRow2, p->aStart.Tab()); in transpose()
H A Ddpobject.cxx286 pSheetDesc->aQueryParam.nCol1 = pSheetDesc->aSourceRange.aStart.Col(); in SetSheetDesc()
707 SCCOL nCol1 = aOutRange.aStart.Col(); in UpdateReference() local
718 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
720 SetOutRange( ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ) ); in UpdateReference()
726 nCol1 = pSheetDesc->aSourceRange.aStart.Col(); in UpdateReference()
736 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
740 aNewDesc.aSourceRange = ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateReference()
742 SCsCOL nDiffX = nCol1 - (SCsCOL) pSheetDesc->aSourceRange.aStart.Col(); in UpdateReference()
746 … aNewDesc.aQueryParam.nCol1 = sal::static_int_cast<SCCOL>( aNewDesc.aQueryParam.nCol1 + nDiffX ); in UpdateReference()
H A Ddocumen7.cxx167 SCCOL nCol1; in AreaBroadcastInRange() local
173 rRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in AreaBroadcastInRange()
178 for ( nCol = nCol1; nCol <= nCol2; ++nCol ) in AreaBroadcastInRange()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx234 if( nCol < rSortData.nCol1 ) in Reset()
235 nCol = rSortData.nCol1; in Reset()
239 sal_uInt16 nSort1Pos = nCol - rSortData.nCol1+1; in Reset()
418 SCCOL nFirstSortCol = rSortData.nCol1; in FillFieldLists()
681 ScAddress aScAddress( rSortData.nCol1, rSortData.nRow1, nCurTab ); in Init()
690 rSortData.nCol1, rSortData.nRow1, in Init()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx271 sal_Int32 nCol1, nCol2; in dumpColRange() local
272 *mxStrm >> nCol1 >> nCol2; in dumpColRange()
273 writeColRangeItem( rName( "col-range" ), nCol1, nCol2 ); in dumpColRange()
274 return nCol2 - nCol1 + 1; in dumpColRange()
613 sal_Int32 nCol1 = dumpTokenCol( "col1", bRelC1, bRelR1 ); in dumpTokenRange() local
616 aRange.maFirst = createTokenAddress( nCol1, nRow1, bRelC1, bRelR1, bNameMode ); in dumpTokenRange()
804 sal_uInt16 nCol1, nCol2; in dumpTableToken() local
805 *mxStrm >> nCol1 >> nCol2; in dumpTableToken()
807 mxOut->writeDec( nCol1 ); in dumpTableToken()
808 if( nCol1 != nCol2 ) in dumpTableToken()
/trunk/main/sc/source/filter/inc/
H A Dexcform.hxx77 static inline sal_Bool IsComplColRange( const sal_uInt16 nCol1, const sal_uInt16 nCol2 );
92 inline sal_Bool ExcelToSc::IsComplColRange( const sal_uInt16 nCol1, const sal_uInt16 nCol2 ) in IsComplColRange() argument
94 return ( nCol1 == 0x00 ) && ( nCol2 == 0xFF ); in IsComplColRange()
H A Dcolrowst.hxx40 void SetWidthRange( SCCOL nCol1, SCCOL nCol2, sal_uInt16 nWidth );
42 void HideColRange( SCCOL nCol1, SCCOL nCol2 );
/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/filter/excel/
H A Dexcform.cxx1332 sal_uInt8 nCol1, nCol2; in GetAbsRefs() local
1354 rStrm >> nRow1 >> nCol1; in GetAbsRefs()
1357 nCol2 = nCol1; in GetAbsRefs()
1367 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in GetAbsRefs()
1376 rStrm >> nTabFirst >> nTabLast >> nRow1 >> nCol1; 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/sc/source/ui/docshell/
H A Dolinefun.cxx239 SCCOLROW nCol1, nCol2, nRow1, nRow2; in RemoveAllOutlines() local
240 pTable->GetColArray()->GetRange( nCol1, nCol2 ); in RemoveAllOutlines()
242 SCCOL nStartCol = static_cast<SCCOL>(nCol1); in RemoveAllOutlines()
307 SCCOLROW nCol1, nCol2, nRow1, nRow2; in AutoOutline() local
308 pTable->GetColArray()->GetRange( nCol1, nCol2 ); in AutoOutline()
310 SCCOL nOutStartCol = static_cast<SCCOL>(nCol1);; 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()
/trunk/main/automation/source/inc/
H A Dtestapp.hxx53 …ErrorEntry(sal_uLong nNr, String aStr = String()) : nError(nNr),aText(aStr),nLine(0),nCol1(0),nCol… in ErrorEntry()
55 : nError(nNr),aText(aStr),nLine(l),nCol1(c1),nCol2(c2) {} in ErrorEntry()
59 xub_StrLen nCol1; 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.hxx249 sal_Bool CreateDoubleArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
251 sal_Bool CreateStringArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
253 sal_Bool CreateCellArr(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
357 void PushDoubleRef(SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
378 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx63 static sal_uInt16 nCol1 = 1; variable
234 aColEdt1.SetValue(nCol1); in SwSortDlg()
327 nCol1 = (sal_uInt16)aColEdt1.GetValue(); in Apply()
354 SwSortKey *pKey = new SwSortKey( nCol1, sEntry, in Apply()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx142 SCCOL nCol1; in ScTransferObj() local
146 pDoc->GetClipStart( nCol1, nRow1 ); in ScTransferObj()
148 nCol2 = sal::static_int_cast<SCCOL>( nCol2 + nCol1 ); in ScTransferObj()
182 aBlock = ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in ScTransferObj()
185 Rectangle aMMRect = pDoc->GetMMRect( nCol1,nRow1, nCol2,nRow2, nTab1 ); in ScTransferObj()
/trunk/main/cui/source/dialogs/
H A Dabout.cxx431 long nCol1 = aMainLogoSz.Width(); in LayoutControls() local
440 aDlgSize.Width() = nCol1 + a6Size.Width() + nCol2; in LayoutControls()
442 Point aPos( nCol1 + a6Size.Width(), nY ); in LayoutControls()
468 maAppLogoPos = Point( nCol1 + a6Size.Width(), 0 ); in LayoutControls()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx135 sal_uInt16 nCol1, nCol2; in readBiff12Data() local
136 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff12Data()
137 maRef1.setBiff12Data( nCol1, nRow1, bRelativeAsOffset ); in readBiff12Data()
144 sal_uInt8 nCol1, nCol2; in readBiff2Data() local
145 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff2Data()
146 maRef1.setBiff2Data( nCol1, nRow1, bRelativeAsOffset ); in readBiff2Data()
152 sal_uInt16 nRow1, nRow2, nCol1, nCol2; in readBiff8Data() local
153 rStrm >> nRow1 >> nRow2 >> nCol1 >> nCol2; in readBiff8Data()
154 maRef1.setBiff8Data( nCol1, nRow1, bRelativeAsOffset ); in readBiff8Data()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx735 sal_uInt16 nCol1 = 0, nCol2 = 0; in ExecuteGlobal() local
739 nCol1 = pCol1Item->GetValue(); in ExecuteGlobal()
740 if ( nCol1 > 0 ) in ExecuteGlobal()
741 --nCol1; in ExecuteGlobal()
742 nCol2 = nCol1; in ExecuteGlobal()
751 TextSelection aSel( TextPaM( nLine, nCol1 ), TextPaM( nLine, nCol2 ) ); in ExecuteGlobal()

Completed in 188 milliseconds

123456