Home
last modified time | relevance | path

Searched refs:Col (Results 126 – 150 of 270) sorted by relevance

1234567891011

/aoo41x/main/sc/source/core/tool/
H A Dcompiler.cxx3123 long nMyCol = (long) aPos.Col(); in IsColRowName()
3147 if ( nMax < (long)aAddress.Col() ) in IsColRowName()
3154 SCCOL nCol = aAddress.Col(); in IsColRowName()
3282 if ( nMyCol < (long)aOne.Col() ) in IsColRowName()
3291 long nC1 = nMyCol - aOne.Col(); in IsColRowName()
3293 long nC2 = nMyCol - aTwo.Col(); in IsColRowName()
5261 SCCOL nMyCol = aPos.Col(); in HandleSingleRef()
5317 if ( rRange.aStart.Col() <= nCol && nCol <= rRange.aEnd.Col() ) in HandleSingleRef()
5351 SCCOL nTmp = rRange.aStart.Col(); in HandleSingleRef()
5399 bFound = (aRange.aStart.Col() <= nMyCol in HandleSingleRef()
[all …]
H A Dreftokenhelper.cxx204 aData.Ref1.nCol = rRange.aStart.Col(); in getTokenFromRange()
212 aData.Ref2.nCol = rRange.aEnd.Col(); in getTokenFromRange()
H A Dtoken.cxx1667 if ( rPos.Col() < MAXCOL ) in GetAdjacentExtendOfOuterFuncRefs()
1668 nCol = static_cast<SCCOL>(nExtend = rPos.Col()) + 1; in GetAdjacentExtendOfOuterFuncRefs()
1679 if ( rPos.Col() > 0 ) in GetAdjacentExtendOfOuterFuncRefs()
1680 nCol = static_cast<SCCOL>(nExtend = rPos.Col()) - 1; in GetAdjacentExtendOfOuterFuncRefs()
/aoo41x/main/sc/source/ui/view/
H A Doutput.cxx599 SCCOL nStartX = Max( aRange.aStart.Col(), nX1 ); in SetPagebreakMode()
600 SCCOL nEndX = Min( aRange.aEnd.Col(), nX2 ); in SetPagebreakMode()
2118 aRange.aEnd.SetCol( aRange.aStart.Col() ); in DrawChangeTrack()
2125 DrawOneChange( aRange.aStart.Col(), aRange.aStart.Row(), in DrawChangeTrack()
2126 … aRange.aEnd.Col(), aRange.aEnd.Row(), aColor, sal::static_int_cast<sal_uInt16>(eActionType) ); in DrawChangeTrack()
2141 DrawOneChange( aRange.aStart.Col(), aRange.aStart.Row(), in DrawChangeTrack()
2142 … aRange.aEnd.Col(), aRange.aEnd.Row(), aColor, sal::static_int_cast<sal_uInt16>(eActionType) ); in DrawChangeTrack()
H A Dviewfun4.cxx205 ScEditableTester aTester( pDoc, aMarkRange.aStart.Col(), aMarkRange.aStart.Row(), in DoRefConversion()
206 aMarkRange.aEnd.Col(), aMarkRange.aEnd.Row(),rMark ); in DoRefConversion()
697 SCCOL nPosX = aRange.aStart.Col(); in PasteFile()
H A Dtabview4.cxx286 else if ( nEndX != aMarkRange.aEnd.Col() || nEndY != aMarkRange.aEnd.Row() ) in UpdateRef()
290 SCCOL nAddX = ( nEndX >= aMarkRange.aEnd.Col() ) ? 1 : 0; in UpdateRef()
/aoo41x/main/sc/source/filter/excel/
H A Dxlroot.cxx130 maMaxPos.SetCol( ::std::min( maScMaxPos.Col(), maXclMaxPos.Col() ) ); in XclRootData()
H A Dxecontent.cxx513 sal_uInt16 nXclCol = static_cast< sal_uInt16 >( maScPos.Col() ); in WriteBody()
551 if( pScRange->aStart.Col() != pScRange->aEnd.Col() ) in XclExpLabelranges()
552 pScRange->aEnd.SetCol( pScRange->aStart.Col() ); in XclExpLabelranges()
H A Dxepage.cxx340 …EBREAKS, maData.maHorPageBreaks, static_cast< sal_uInt16 >( GetXclMaxPos().Col() ) ).Save( rStrm ); in Save()
384 static_cast< sal_uInt16 >( GetXclMaxPos().Col() ) ).SaveXml( rStrm ); in SaveXml()
/aoo41x/main/sc/source/ui/app/
H A Dinputhdl.cxx1447 pDoc->GetDataEntries( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.Tab(), in GetColData()
1864 if (!bModified && ValidCol(aCursorPos.Col())) in StartTable()
1879 aTester.TestSelectedBlock( pDoc, aCursorPos.Col(),aCursorPos.Row(), in StartTable()
1880 aCursorPos.Col(),aCursorPos.Row(), rMark ); in StartTable()
1888 const ScPatternAttr* pPattern = pDoc->GetPattern( aCursorPos.Col(), in StartTable()
2448 …const ScPatternAttr* pPattern = pDoc->GetPattern( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.T… in EnterHandler()
2471 … ScDPObject* pDPObj = pDoc->GetDPAtCursor( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.Tab() ); in EnterHandler()
2493 …const ScPatternAttr* pPattern = pDoc->GetPattern( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.T… in EnterHandler()
/aoo41x/main/sc/source/core/data/
H A Dpostit.cxx783 for( aPos.SetCol( rRange.aStart.Col() ); aPos.Col() <= rRange.aEnd.Col(); aPos.IncCol() ) in UpdateCaptionPositions()
H A Dtable4.cxx464 nDestCol - pSrcCell->aPos.Col(), in FillFormula()
472 if ( nDestCol >= aOrg.Col() && nDestRow >= aOrg.Row() ) in FillFormula()
479 nDestCol - aOrg.Col() + 1, in FillFormula()
940 SCCOL nCol1 = rSource.aStart.Col(); in GetAutoFillPreview()
942 SCCOL nCol2 = rSource.aEnd.Col(); in GetAutoFillPreview()
H A Ddocumen9.cxx315 Rectangle aMMRect = GetMMRect( rRange.aStart.Col(), rRange.aStart.Row(), in HasOLEObjectsInArea()
316 rRange.aEnd.Col(), rRange.aEnd.Row(), nTab ); in HasOLEObjectsInArea()
/aoo41x/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx47 return (Col() < rAddress.Col()); in operator <()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx708 pSharedData->SetLastColumn(nTable, aRange.aStart.Col()); in CollectSharedData()
923 pSharedData->SetLastColumn( nTab, rDetPos.Col() ); in GetDetectiveOpList()
2207 xTable->getCellByPosition( aPos.Col(), aPos.Row() ), uno::UNO_QUERY ); in _ExportAutoStyles()
2227 …nce<beans::XPropertySet> xColumnProperties(xTableColumns->getByIndex( aPos.Col() ), uno::UNO_QUERY… in _ExportAutoStyles()
2683 pSharedData->SetLastColumn( nCurrentTable, pCaptData->maStart.Col() ); in CollectInternalShape()
2820 if ((aCellAddress.StartColumn == aCell.Col() && aCellAddress.StartRow == aCell.Row()) && in IsMatrix()
2821 (aCellAddress.EndColumn > aCell.Col() || aCellAddress.EndRow > aCell.Row())) in IsMatrix()
2826 else if (aCellAddress.StartColumn != aCell.Col() || aCellAddress.StartRow != aCell.Row() || in IsMatrix()
2827 aCellAddress.EndColumn != aCell.Col() || aCellAddress.EndRow != aCell.Row()) in IsMatrix()
3232 Rectangle aEndRec(pDoc->GetMMRect(aItr->aEndAddress.Col(), aItr->aEndAddress.Row(), in WriteShapes()
[all …]
/aoo41x/main/sc/inc/
H A Dexternalrefmgr.hxx315 return s.Tab() + s.Col() + s.Row() + e.Tab() + e.Col() + e.Row(); in operator ()()
/aoo41x/main/sc/source/ui/undo/
H A Dundocell.cxx411 pDoc->SetValue( aPos.Col(), aPos.Row(), aPos.Tab(), nValue ); in Redo()
481 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Undo()
499 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Redo()
/aoo41x/main/sc/source/filter/inc/
H A Dscflt.hxx753 void LoadCol(SCCOL Col, SCTAB Tab);
754 void LoadColAttr(SCCOL Col, SCTAB Tab);
/aoo41x/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx187 rStart.Col(), rStart.Row(), in Init()
188 rEnd.Col(), rEnd.Row() ); in Init()
/aoo41x/main/sc/source/ui/docshell/
H A Dtablink.cxx353 SCCOL nStartCol = pRange->aStart.Col(); in Refresh()
355 SCCOL nEndCol = pRange->aEnd.Col(); in Refresh()
/aoo41x/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx433 SCCOL nStartCol = rStartPos.Col(); in CopyListFromArea()
435 SCCOL nEndCol = rEndPos.Col(); in CopyListFromArea()
/aoo41x/main/sc/source/ui/formdlg/
H A Dformula.cxx608 SCCOL nCol=aCursorPos.Col(); in switchBack()
654 return table::CellAddress(aCursorPos.Tab(),aCursorPos.Col(),aCursorPos.Row()); in getReferencePosition()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx640 nStartCol = nStartColFix = aRange.aStart.Col(); in WriteTables()
643 nEndCol = nEndColFix = aRange.aEnd.Col(); in WriteTables()
881 nC = Max( SCCOL(pGraphEntry->aRange.aEnd.Col() - nCol + 1), in WriteCell()
/aoo41x/main/sc/source/ui/navipi/
H A Dnavcitem.cxx73 SCCOL nCol = aScAddress.Col()+1; in StateChanged()
H A Dcontent.cxx411 pParentWindow->SetCurrentCell( aPos.Col(), aPos.Row() ); in IMPL_LINK()
1327 if ( !pSrcDoc->HasSelectedBlockMatrixFragment( rRange.aStart.Col(), rRange.aStart.Row(), in lcl_DoDragCells()
1328 rRange.aEnd.Col(), rRange.aEnd.Row(), in lcl_DoDragCells()

Completed in 293 milliseconds

1234567891011