Home
last modified time | relevance | path

Searched refs:nCol1 (Results 101 – 125 of 131) sorted by relevance

123456

/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx865 ScRange aRange( aParam.nCol1, aParam.nRow1, aParam.nTab, in ExcAutoFilterRecs()
867 SCCOL nColCnt = aParam.nCol2 - aParam.nCol1 + 1; in ExcAutoFilterRecs()
H A Dxelink.cxx1011 sal_uInt16 nCol1 = static_cast< sal_uInt16 >( bCol1Rel ? r1.nRelCol : r1.nCol ); in WriteAddData() local
1015 if (bCol1Rel) nCol1 |= 0x4000; in WriteAddData()
1016 if (bRow1Rel) nCol1 |= 0x8000; in WriteAddData()
1029 rStrm << nSBTab << nSBTab2 << nRow1 << nRow2 << nCol1 << nCol2; in WriteAddData()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx1389 SCCOL nCol1 = aOutRange.aStart.Col(); in UpdateRefAreaLinks() local
1400 nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in UpdateRefAreaLinks()
1403 pLink->SetDestArea( ScRange( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ) ); in UpdateRefAreaLinks()
H A Ddocumen5.cxx506 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in UpdateChartRef() argument
532 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, in UpdateChartRef()
/trunk/main/sc/source/ui/inc/
H A Dundoutil.hxx57 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 );
/trunk/main/basic/source/classes/
H A Dsbintern.cxx59 nCol1 = nCol2 = 0; in SbiGlobals()
/trunk/main/sc/inc/
H A Dsortparam.hxx41 SCCOL nCol1; member
H A Dqueryparam.hxx63 SCCOL nCol1; member
H A Dcolumn.hxx282 void UpdateReference( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx336 SCCOL nCol1 = aSingleRange.aStart.Col(); in Execute() local
344 aDocument.LimitChartArea( nTab, nCol1,nRow1, nCol2,nRow2 ); in Execute()
350 … ScChartPositioner aChartPositioner( &aDocument, nTab, nCol1,nRow1, nCol2,nRow2 ); in Execute()
390 ScRange aNewRange( nCol1,nRow1,nTab, nCol2,nRow2,nTab ); in Execute()
/trunk/main/basic/inc/basic/
H A Dmybasic.hxx36 sal_uInt16 nLine, nCol1, nCol2; member in BasicError
H A Dtesttool.hxx81 xub_StrLen nCol1; member
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5612 aParam.nCol1 = aRange.aStart.Col(); in sort()
5712 aParam.nCol1 = aRange.aStart.Col(); in filter()
5754 aParam.nCol1 = (SCCOL)aDataAddress.StartColumn; in createFilterDescriptorByObject()
5862 aParam.nCol1 = aRange.aStart.Col(); in applySubTotals()
5889 aParam.nCol1 = aRange.aStart.Col(); in removeSubTotals()
5931 aParam.nCol1 = aRange.aStart.Col(); in doImport()
9417 SCCOL nCol1, nCol2; in GetObjectByIndex_Impl() local
9452 SCCOL nCol1, nCol2; in getCount() local
9537 SCCOL nCol1, nCol2; in Advance_Impl() local
9796 SCCOL nCol1, nCol2; in GetObjects_Impl() local
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1271 SCCOL nCol1, nCol2; in lcl_GetRange() local
1273 (*pList)[nPos]->GetArea(nTab,nCol1,nRow1,nCol2,nRow2); in lcl_GetRange()
1274 rRange = ScRange( nCol1,nRow1,nTab, nCol2,nRow2,nTab ); in lcl_GetRange()
/trunk/main/sc/source/core/inc/
H A Drefupdat.hxx54 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
/trunk/main/sc/source/filter/inc/
H A Dexcimp8.hxx115 inline SCCOL StartCol() const { return aParam.nCol1; } in StartCol()
/trunk/main/automation/source/app/
H A Dtestbasi.cxx113 return CError( pData->nError, pData->aText, pData->nLine, pData->nCol1, pData->nCol2 ); in IMPL_LINK()
/trunk/main/xml2cmp/source/support/
H A Dheap.cxx114 int nCol1 = 0; variable
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2026 void Output::writeColRange( sal_Int32 nCol1, sal_Int32 nCol2 ) in writeColRange() argument
2028 writeColIndex( nCol1 ); in writeColRange()
2433 void OutputObjectBase::writeColRangeItem( const String& rName, sal_Int32 nCol1, sal_Int32 nCol2 ) in writeColRangeItem() argument
2436 mxOut->writeColRowRange( nCol1, nCol2 ); in writeColRangeItem()
2438 mxOut->writeColRange( nCol1, nCol2 ); in writeColRangeItem()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx1002 const sal_Int32 nCol1 (GetColumnAtPosition(aVisibleArea.Right(), true, GM_PREVIOUS)); in GetRangeOfVisiblePageObjects() local
1006 return Range(GetIndex(nRow0,nCol0,true), GetIndex(nRow1,nCol1,true)); in GetRangeOfVisiblePageObjects()
/trunk/main/sc/source/ui/dbgui/
H A Dfoptmgr.cxx136 ScRange theCurArea ( ScAddress( rQueryData.nCol1, in Init()
/trunk/main/oox/source/xls/
H A Dformulaparser.cxx1511 sal_uInt16 nFlags, nTableId, nCol1, nCol2; in importTableToken() local
1515 rStrm >> nCol1 >> nCol2; in importTableToken()
1536 nStartCol = nEndCol = nCol1; in importTableToken()
1538 { nStartCol = nCol1; nEndCol = nCol2; } in importTableToken()
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx395 pParam->nCol1 = s.Col(); in createQueryParam()
/trunk/main/basic/source/inc/
H A Druntime.hxx440 xub_StrLen nLine,nCol1,nCol2; // aktuelle Zeile, Spaltenbereich member in SbiRuntime
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx885 sal_Bool lcl_SelHasAttrib( ScDocument* pDoc, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in lcl_SelHasAttrib() argument
890 …if ( rTabSelection.GetTableSelect(nTab) && pDoc->HasAttrib( nCol1, nRow1, nTab, nCol2, nRow2, nTab… in lcl_SelHasAttrib()

Completed in 198 milliseconds

123456