Home
last modified time | relevance | path

Searched refs:SCCOL (Results 76 – 100 of 333) sorted by relevance

12345678910>>...14

/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx97 void EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString,
99 void EnterValue( SCCOL nCol, SCROW nRow, SCTAB nTab, const double& rValue );
100 void EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab, const EditTextObject* pData,
137 SCCOL nPosX, SCROW nPosY, Point* pLogicPos = NULL,
149 SCCOL nPosX, SCROW nPosY );
154 SCCOL nPosX, SCROW nPosY, const String* pTarget = NULL,
243 void FillAuto( FillDir eDir, SCCOL nStartCol, SCROW nStartRow,
244 SCCOL nEndCol, SCROW nEndRow, sal_uLong nCount, sal_Bool bRecord = sal_True );
346 void PasteRTF( SCCOL nCol, SCROW nStartRow,
354 sal_uInt16 GetOptimalColWidth( SCCOL nCol, SCTAB nTab, sal_Bool bFormula );
[all …]
H A Dtransobj.hxx56 SCCOL nDragHandleX;
68 static void StripRefs( ScDocument* pDoc, SCCOL nStartX, SCROW nStartY,
69 SCCOL nEndX, SCROW nEndY,
71 SCCOL nSubX=0, SCROW nSubY=0 );
74 static void GetAreaSize( ScDocument* pDoc, SCTAB nTab1, SCTAB nTab2, SCROW& nRow, SCCOL& nCol );
90 SCCOL GetDragHandleX() const { return nDragHandleX; } in GetDragHandleX()
101 void SetDragHandlePos( SCCOL nX, SCROW nY );
H A Dundoblk.hxx193 SCCOL nStartX, SCROW nStartY, SCTAB nStartZ,
194 SCCOL nEndX, SCROW nEndY, SCTAB nEndZ,
298 SCCOL nStartX, SCROW nStartY, SCTAB nStartZ,
299 SCCOL nEndX, SCROW nEndY, SCTAB nEndZ,
335 SCCOL nStartX, SCROW nStartY, SCTAB nStartZ,
336 SCCOL nEndX, SCROW nEndY, SCTAB nEndZ,
445 SCCOL nStartX, SCROW nStartY, SCTAB nStartZ,
446 SCCOL nEndX, SCROW nEndY, SCTAB nEndZ,
498 SCCOL nCurX, SCROW nCurY, SCTAB nCurZ,
528 SCCOL nStartX, SCROW nStartY, SCTAB nStartZ,
[all …]
H A Dundocell.hxx46 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab,
59 SCCOL nCol;
76 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab,
97 SCCOL nCol;
166 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab,
178 SCCOL nCol;
217 SCCOL nNewCol, SCROW nNewRow, SCTAB nNewTab,
230 SCCOL nCol;
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx116 sal_Bool ScGridWindow::DoPageFieldSelection( SCCOL nCol, SCROW nRow ) in DoPageFieldSelection()
126 bool ScGridWindow::DoAutoFilterButton( SCCOL nCol, SCROW nRow, const MouseEvent& rMEvt ) in DoAutoFilterButton()
172 void ScGridWindow::DoPushButton( SCCOL nCol, SCROW nRow, const MouseEvent& rMEvt ) in DoPushButton()
632 SCCOL nStartX = ( rPosRect.Left() >= 0 ) ? static_cast<SCCOL>(rPosRect.Left()) : SCCOL_MAX; in UpdateDragRect()
634 SCCOL nEndX = ( rPosRect.Right() >= 0 ) ? static_cast<SCCOL>(rPosRect.Right()) : SCCOL_MAX; in UpdateDragRect()
677 SCCOL nHitX = 0; in HitPageBreak()
770 const SCCOL* pColEnd = rData.GetPageEndX(); in HitPageBreak()
968 ScAddress aOldAddr( static_cast<SCCOL>(nPagebreakBreak), nPosY, nTab ); in PagebreakMove()
973 ScAddress aNewAddr( static_cast<SCCOL>(nNew), nPosY, nTab ); in PagebreakMove()
982 ScAddress aPrev( static_cast<SCCOL>(nPagebreakPrev), nPosY, nTab ); in PagebreakMove()
[all …]
H A Dviewfun3.cxx425 SCCOL nPrevColDelta = 0; in CopyToClip()
570 SCCOL nPosX = pViewData->GetCurX(); in PasteDraw()
885 sal_Bool lcl_SelHasAttrib( ScDocument* pDoc, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in lcl_SelHasAttrib()
989 SCCOL nX; in PasteFromClip()
1015 SCCOL nStartCol; in PasteFromClip()
1018 SCCOL nEndCol; in PasteFromClip()
1021 SCCOL nClipSizeX; in PasteFromClip()
1026 SCCOL nDestSizeX; in PasteFromClip()
1097 SCCOL nMarkAddX = 0; in PasteFromClip()
1285 SCCOL nCol = -1; in PasteFromClip()
[all …]
H A Dviewutil.cxx260 SCCOL nStartCol = aMultiArea.aStart.Col(); in UnmarkFiltered()
262 SCCOL nEndCol = aMultiArea.aEnd.Col(); in UnmarkFiltered()
412 ScUpdateRect::ScUpdateRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ) in ScUpdateRect()
423 void ScUpdateRect::SetNew( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 ) in SetNew()
434 sal_Bool ScUpdateRect::GetDiff( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2 ) in GetDiff()
482 sal_Bool ScUpdateRect::GetXorDiff( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2, sal_Bool& rCont ) in GetXorDiff()
623 void ScUpdateRect::GetContDiff( SCCOL& rX1, SCROW& rY1, SCCOL& rX2, SCROW& rY2 ) in GetContDiff()
H A Ddbfunc3.cxx146 SCCOL nStartCol, nEndCol; in TestRemoveOutline()
173 if ( nStartCol<=static_cast<SCCOL>(nEnd) && nEndCol>=static_cast<SCCOL>(nStart) ) in TestRemoveOutline()
285 SCCOL nStartCol; in OutlinePossible()
288 SCCOL nEndCol; in OutlinePossible()
314 if ( nStartCol<=static_cast<SCCOL>(nEnd) && nEndCol>=static_cast<SCCOL>(nStart) ) in OutlinePossible()
788 SCCOL nEndCol = aRange.aEnd.Col(); in GetSelectedMemberList()
2189 SCCOL nEndCol = 0; in ShowDataPilotSourceData()
2212 SCCOL nCurX = GetViewData()->GetCurX(); in RepeatDB()
2249 SCCOL nStartCol; in RepeatDB()
2251 SCCOL nEndCol; in RepeatDB()
[all …]
H A Dprintfun.cxx383 void lcl_HidePrint( ScTableInfo& rTabInfo, SCCOL nX1, SCCOL nX2 ) in lcl_HidePrint()
444 SCCOL nX1 = 0; in DrawToDev()
1394 void ScPrintFunc::PrintColHdr( SCCOL nX1, SCCOL nX2, long nScrX, long nScrY ) in PrintColHdr()
1402 SCCOL nCol; in PrintColHdr()
1525 void ScPrintFunc::LocateArea( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, in LocateArea()
1535 SCCOL nCol; in LocateArea()
1568 void ScPrintFunc::PrintArea( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2, in PrintArea()
2120 SCCOL i; in PrintPage()
2545 SCCOL nCol; in CountNotePages()
2719 SCCOL nX1; in DoPrint()
[all …]
H A Dcolrowba.cxx97 SCCOL nLastCol = -1; in GetEntrySize()
98 if (pDoc->ColHidden(static_cast<SCCOL>(nEntryNo), nTab, nLastCol)) in GetEntrySize()
101 …return (sal_uInt16) ScViewData::ToPixel( pDoc->GetColWidth( static_cast<SCCOL>(nEntryNo), nTab ), … in GetEntrySize()
108 : ScColToAlpha( static_cast<SCCOL>(nEntryNo) ); in GetEntryText()
129 SCCOL nRangeCnt = 0; in SetEntrySize()
130 if ( rMark.IsColumnMarked( static_cast<SCCOL>(nPos) ) ) in SetEntrySize()
132 SCCOL nStart = 0; in SetEntrySize()
139 SCCOL nEnd = nStart; in SetEntrySize()
H A Doutput2.cxx1116 SCCOL nCompCol = nX; in GetOutputArea()
1233 SCCOL nRightX = nCellX; in GetOutputArea()
1234 SCCOL nLeftX = nCellX; in GetOutputArea()
1356 SCCOL nLoopStartX = nX1; in DrawStrings()
1421 SCCOL nTempX=nX1; in DrawStrings()
1442 SCCOL nTempX=nX; in DrawStrings()
2190 SCCOL nTempX=nX; in DrawEdit()
2322 SCCOL nXForPos = nX; in DrawEdit()
2993 SCCOL nRotMax = nX2; in DrawRotated()
3103 SCCOL nCol = nX1; in DrawRotated()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx569 SCCOL nCol = nCol1; in CreateDoubleArr()
652 SCCOL nCol = nCol1; in CreateStringArr()
755 SCCOL nCol = nCol1; in CreateCellArr()
1104 SCCOL nCol; in ValidateRef()
1199 SCCOL nCol; in PopSingleRef()
1308 SCCOL nCol; in DoubleRefToRange()
1828 SCCOL nMyCol = aPos.Col(); in DoubleRefToPosSingleRef()
1831 SCCOL nCol = 0; in DoubleRefToPosSingleRef()
2775 SCCOL nCol1; in ScMacro()
2778 SCCOL nCol2; in ScMacro()
[all …]
H A Drangelst.cxx130 SCCOL nCol1 = r.aStart.Col(); in Join()
133 SCCOL nCol2 = r.aEnd.Col(); in Join()
240 SCCOL nCol1; in UpdateReference()
243 SCCOL nCol2; in UpdateReference()
249 SCCOL theCol1; in UpdateReference()
252 SCCOL theCol2; in UpdateReference()
365 SCCOL nCol2 = r1.aEnd.Col(); in Join()
487 SCCOL nCol1; in UpdateReference()
490 SCCOL nCol2; in UpdateReference()
499 SCCOL theCol1; in UpdateReference()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx486 rParam.nDestCol = (SCCOL)aAddress.Column; in FillSortParam()
544 aParam.nField[nPos] = (SCCOL)nGroupColumn; in setGroupColumn()
556 SCCOL nCount = aParam.nSubTotals[nPos]; in getSubTotalColumns()
559 for (SCCOL i=0; i<nCount; i++) in getSubTotalColumns()
579 SCCOL nCount = static_cast<SCCOL>(nColCount); in setSubTotalColumns()
587 for (SCCOL i=0; i<nCount; i++) in setSubTotalColumns()
673 SCCOL nCount = static_cast<SCCOL>(nColCount); in addNew()
681 for (SCCOL i=0; i<nCount; i++) in addNew()
1454 aParam.nDestCol = (SCCOL)aAddress.Column; in setPropertyValue()
1808 SCCOL nFieldStart = aDBRange.aStart.Col(); in GetSubTotalParam()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx326 void ScExternalRefCache::Table::getAllCols(SCROW nRow, vector<SCCOL>& rCols, SCCOL nLow, SCCOL nHig… in getAllCols()
334 vector<SCCOL> aCols; in getAllCols()
346 ::std::pair< SCCOL, SCCOL > ScExternalRefCache::Table::getColRange( SCROW nRow ) const in getColRange()
348 ::std::pair< SCCOL, SCCOL > aRange( 0, 0 ); in getColRange()
393 bool ScExternalRefCache::Table::isRangeCached(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2) c… in isRangeCached()
403 void ScExternalRefCache::Table::setCachedCellRange(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRo… in setCachedCellRange()
426 SCCOL nCol, SCROW nRow) const in getEmptyOrNullToken()
548 SCCOL nCol1 = s.Col(), nCol2 = e.Col(); in getCellRangeData()
596 vector<SCCOL> aCols; in getCellRangeData()
600 SCCOL nCol = *itrCol; in getCellRangeData()
[all …]
H A Dimpex.cxx822 SCCOL nEndCol = aRange.aEnd.Col(); in Text2Doc()
841 SCCOL nCol = nStartCol; in Text2Doc()
1238 SCCOL nCol = nStartCol; in ExtText2Doc()
1424 SCCOL nCol; in Doc2Text()
1428 SCCOL nEndCol = aRange.aEnd.Col(); in Doc2Text()
1535 SCCOL nEndCol = aRange.aEnd.Col(); in Sylk2Doc()
1549 SCCOL nCol = nStartCol; in Sylk2Doc()
1551 SCCOL nRefCol = 1; in Sylk2Doc()
1787 SCCOL nCol; in Doc2Sylk()
1807 SCCOL c = nCol - nStartCol + 1; in Doc2Sylk()
[all …]
/trunk/main/sc/inc/
H A Ddpoutput.hxx107 SCCOL nTabStartCol;
109 SCCOL nMemberStartCol;
111 SCCOL nDataStartCol;
113 SCCOL nTabEndCol;
116 void DataCell( SCCOL nCol, SCROW nRow, SCTAB nTab,
118 void HeaderCell( SCCOL nCol, SCROW nRow, SCTAB nTab,
121 void FieldCell( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rCaption,
H A Dattarray.hxx81 SCCOL nCol;
99 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom );
102 ScAttrArray( SCCOL nNewCol, SCTAB nNewTab, ScDocument* pDoc );
106 void SetCol(SCCOL nNewCol) { nCol = nNewCol; } in SetCol()
118 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const;
120 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight );
149 sal_Bool ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
150 SCCOL& rPaintCol, SCROW& rPaintRow,
H A Ddptablecache.hxx69 SCCOL GetDimensionIndex( String sName) const;
70 const ScDPItemData* GetSortedItemData( SCCOL nDim, SCROW nOrder ) const;
74 sal_uLong GetDimNumType( SCCOL nDim) const;
75 SCROW GetDimMemberCount( SCCOL nDim ) const;
77 SCROW GetSortedItemDataId( SCCOL nDim, SCROW nOrder ) const;
78 const std::vector<ScDPItemData*>& GetDimMemberValues( SCCOL nDim )const;
H A Dcolumn.hxx97 SCCOL nCol;
126 void Init(SCCOL nNewCol, SCTAB nNewTab, ScDocument* pDoc);
144 sal_Bool ExtendMerge( SCCOL nThisCol, SCROW nStartRow, SCROW nEndRow,
145 SCCOL& rPaintCol, SCROW& rPaintRow,
208 SCCOL GetCol() const { return nCol; } in GetCol()
282 void UpdateReference( UpdateRefMode eUpdateRefMode, SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
283 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
293 void UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY );
311 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const;
313 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight );
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx75 SCCOL nNumCols = 0; in ScImportDif()
107 nNumCols = static_cast<SCCOL>(aDifParser.nVal); in ScImportDif()
147 SCCOL nBaseCol = rInsPos.Col(); in ScImportDif()
149 SCCOL nColCnt = SCCOL_MAX; in ScImportDif()
902 void DifColumn::Apply( ScDocument& rDoc, const SCCOL nCol, const SCTAB nTab, const ScPatternAttr& r… in Apply()
915 void DifColumn::Apply( ScDocument& rDoc, const SCCOL nCol, const SCTAB nTab ) in Apply()
941 for( SCCOL nCnt = 0 ; nCnt <= MAXCOL ; nCnt++ ) in DifAttrCache()
948 for( SCCOL nCnt = 0 ; nCnt <= MAXCOL ; nCnt++ ) in ~DifAttrCache()
956 void DifAttrCache::SetNumFormat( const SCCOL nCol, const SCROW nRow, const sal_uInt32 nNumFormat ) in SetNumFormat()
974 for( SCCOL nCol = 0 ; nCol <= MAXCOL ; nCol++ ) in Apply()
[all …]
/trunk/main/sc/source/core/inc/
H A Drefupdat.hxx54 SCCOL nCol1, SCROW nRow1, SCTAB nTab1,
55 SCCOL nCol2, SCROW nRow2, SCTAB nTab2,
57 SCCOL& theCol1, SCROW& theRow1, SCTAB& theTab1,
58 SCCOL& theCol2, SCROW& theRow2, SCTAB& theTab2 );
78 SCCOL nMaxCol, SCROW nMaxRow, ScComplexRefData& rRef );
90 const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY,
/trunk/main/sc/source/filter/rtf/
H A Dexpbase.cxx62 sal_Bool ScExportBase::GetDataArea( SCTAB nTab, SCCOL& nStartCol, in GetDataArea()
63 SCROW& nStartRow, SCCOL& nEndCol, SCROW& nEndRow ) const in GetDataArea()
71 sal_Bool ScExportBase::TrimDataArea( SCTAB nTab, SCCOL& nStartCol, in TrimDataArea()
72 SCROW& nStartRow, SCCOL& nEndCol, SCROW& nEndRow ) const in TrimDataArea()
74 SCCOL nLastCol; in TrimDataArea()
90 SCCOL nStartCol, nEndCol; in IsEmptyTable()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx166 SCCOL nField = theSubTotalData.nField[nGroupIdx]; in DoReset()
167 SCCOL nSubTotals = theSubTotalData.nSubTotals[nGroupIdx]; in DoReset()
168 SCCOL* pSubTotals = theSubTotalData.pSubTotals[nGroupIdx]; in DoReset()
229 SCCOL* pSubTotals = NULL; in DoFillItemSet()
241 : static_cast<SCCOL>(0); in DoFillItemSet()
247 pSubTotals = new SCCOL [nCheckCount]; in DoFillItemSet()
285 SCCOL nFirstCol = rSubTotalData.nCol1; in FillListBoxes()
288 SCCOL nMaxCol = rSubTotalData.nCol2; in FillListBoxes()
289 SCCOL col; in FillListBoxes()
320 sal_uInt16 ScTpSubTotalGroup::GetFieldSelPos( SCCOL nField ) in GetFieldSelPos()
/trunk/main/sc/source/filter/lotus/
H A Dlotimpop.cxx159 …pD->SetColWidth( static_cast<SCCOL> (nCol), static_cast<SCTAB> (nLTab), ( sal_uInt16 ) ( TWIPS_PER… in Columnwidth()
187 …pD->SetColHidden(static_cast<SCCOL>(nCol), static_cast<SCCOL>(nCol), static_cast<SCTAB>(nLTab), tr… in Hiddencolumn()
403 SCCOL nColCnt = 0; in _Row()
408 SCCOL nCenterStart = 0, nCenterEnd = 0; in _Row()
426 nColCnt, static_cast<SCCOL> ( nColCnt + nRepeats ), static_cast<SCROW> (nRow), aAttr ); in _Row()
446 nCenterEnd = nColCnt + static_cast<SCCOL>(nRepeats); in _Row()
457 nColCnt = nColCnt + static_cast<SCCOL>(nRepeats); in _Row()

Completed in 1306 milliseconds

12345678910>>...14