Home
last modified time | relevance | path

Searched refs:nCol2 (Results 101 – 125 of 132) sorted by relevance

123456

/trunk/main/sc/inc/
H A Dsortparam.hxx43 SCCOL nCol2; member
H A Dqueryparam.hxx65 SCCOL nCol2; member
H A Dcolumn.hxx283 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx338 SCCOL nCol2 = aSingleRange.aEnd.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.hxx82 xub_StrLen nCol2; member
/trunk/main/sc/source/core/data/
H A Dcell2.cxx746 SCCOL nCol2 = r.aEnd.Col(); in UpdateReference() local
775 if ( nDy && nCol >= nCol1 && nCol <= nCol2 && in UpdateReference()
789 if ( nDz && nCol >= nCol1 && nCol <= nCol2 && in UpdateReference()
H A Ddocumen5.cxx507 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, in UpdateChartRef() argument
532 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, in UpdateChartRef()
H A Ddptablecache.cxx664 if ( nQueryCol > rParam.nCol2 ) in ValidQuery()
665 nQueryCol = rParam.nCol2; in ValidQuery()
/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.hxx55 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
/trunk/main/sc/source/filter/inc/
H A Dexcimp8.hxx117 inline SCCOL EndCol() const { return aParam.nCol2; } in EndCol()
/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/sc/source/ui/unoobj/
H A Dcellsuno.cxx5614 aParam.nCol2 = aRange.aEnd.Col(); in sort()
5714 aParam.nCol2 = aRange.aEnd.Col(); in filter()
5756 aParam.nCol2 = (SCCOL)aDataAddress.EndColumn; in createFilterDescriptorByObject()
5864 aParam.nCol2 = aRange.aEnd.Col(); in applySubTotals()
5891 aParam.nCol2 = aRange.aEnd.Col(); in removeSubTotals()
5933 aParam.nCol2 = aRange.aEnd.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 …]
H A Dchart2uno.cxx331 SCCOL nCol1=0, nCol2=0; in Chart2PositionMap() local
334 aRange.GetVars( nCol1, nRow1, nTab1, nCol2, nRow2, nTab2 ); in Chart2PositionMap()
619 SCCOL nCol2 = static_cast<SCCOL>(aData.Ref2.nCol) - mnStartCol; in glueState() local
622 for (SCCOL nCol = nCol1; nCol <= nCol2; ++nCol) in glueState()
729 SCCOL nCol1 = s.nCol, nCol2 = e.nCol; in createPositionMap() local
738 for (SCCOL nCol = nCol1; nCol <= nCol2; ++nCol, ++nInsCol) in createPositionMap()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx1012 sal_uInt16 nCol2 = static_cast< sal_uInt16 >( bCol2Rel ? r2.nRelCol : r2.nCol ); in WriteAddData() local
1017 if (bCol2Rel) nCol2 |= 0x4000; in WriteAddData()
1018 if (bRow2Rel) nCol2 |= 0x8000; in WriteAddData()
1029 rStrm << nSBTab << nSBTab2 << nRow1 << nRow2 << nCol1 << nCol2; in WriteAddData()
/trunk/main/xml2cmp/source/support/
H A Dheap.cxx115 int nCol2 = 0; variable
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx759 sal_Int32 nCol, nRow, nTab, nCol2, nRow2, nTab2; in SetNewCell() local
760 pAction->aBigRange.GetVars(nCol, nRow, nTab, nCol2, nRow2, nTab2); in SetNewCell()
H A DXMLExportDataPilot.cxx186 if(!((aQueryParam.nCol1 == aQueryParam.nCol2) && (aQueryParam.nRow1 == aQueryParam.nRow2) && in WriteDPFilter()
191 aQueryParam.nCol2, aQueryParam.nRow2, aQueryParam.nTab); in WriteDPFilter()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2026 void Output::writeColRange( sal_Int32 nCol1, sal_Int32 nCol2 ) in writeColRange() argument
2030 writeColIndex( nCol2 ); 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/sc/source/ui/dbgui/
H A Dfoptmgr.cxx139 ScAddress( rQueryData.nCol2, in Init()
H A Dfiltdlg.cxx459 SCCOL nMaxCol = theQueryData.nCol2; in FillFieldLists()
628 if ( nField >= theQueryData.nCol1 && nField <= theQueryData.nCol2 ) in GetFieldSelPos()
/trunk/main/sc/source/core/tool/
H A Ddoubleref.cxx397 pParam->nCol2 = e.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 503 milliseconds

123456