Home
last modified time | relevance | path

Searched refs:Col (Results 151 – 175 of 270) sorted by relevance

1234567891011

/aoo41x/main/sc/source/ui/app/
H A Dinputwin.cxx381 aRange.aStart.Col(), aRange.aStart.Row(), in Select()
382 aRange.aEnd.Col(), aRange.aEnd.Row() ) ) in Select()
410 pViewSh->SetCursor( aRange.aEnd.Col(), aRange.aEnd.Row() ); in Select()
/aoo41x/main/sc/source/core/data/
H A Dvalidat.cxx611 const ScPatternAttr* pPattern = rDoc.GetPattern( rPos.Col(), rPos.Row(), rPos.Tab() ); in lclGetCellFormat()
774 pDocument->GetInputString((SCCOL)(nCol+aRange.aStart.Col()), in GetSelectionFromFormula()
H A Dbcaslot.cxx530 SCCOL nCol = rAddress.Col(); in ComputeSlotOffset()
558 ScAddress( rRange.aStart.Col(), rRange.aEnd.Row(), 0 ) ) - rStart; in ComputeAreaPoints()
H A Ddptablecache.cxx524 sal_uInt16 nStartCol = rRange.aStart.Col(); in InitFromDoc()
525 sal_uInt16 nEndCol = rRange.aEnd.Col(); in InitFromDoc()
H A Dfillinfo.cxx202 nBlockStartX = aTmpRange.aStart.Col(); in FillInfo()
204 nBlockEndX = aTmpRange.aEnd.Col(); in FillInfo()
/aoo41x/main/sc/source/core/tool/
H A Dconsoli.cxx786 pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument()
808 pDestDoc->PutCell( aDest.Col(), aDest.Row(), aDest.Tab(), pCell ); in OutputToDocument()
H A Ddbcolect.cxx891 pData->SetArea( nTab, aRange.aStart.Col(), aRange.aStart.Row(), in UpdateMoveTab()
892 aRange.aEnd.Col(),aRange.aEnd .Row() ); in UpdateMoveTab()
/aoo41x/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx895 if ((bIsRow && rStart.Row() != rEnd.Row()) || (!bIsRow && rStart.Col() != rEnd.Col())) in lcl_GetRepeatRangeString()
/aoo41x/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx321 pViewShell->MoveCursorAbs( pRange->aStart.Col(), in ReleaseFocus()
323 pViewShell->MoveCursorAbs( pRange->aEnd.Col(), in ReleaseFocus()
H A Dsolvrdlg.cxx246 pDoc->GetCellType( theFormulaCell.Col(), in IMPL_LINK()
H A Dacredlin.cxx445 pNewData->nCol = aRef.aStart.Col(); in InsertChangeAction()
627 pNewData->nCol = aRef.aStart.Col(); in InsertFilteredAction()
814 pNewData->nCol = aRef.aStart.Col(); in InsertChangeActionContent()
/aoo41x/main/sc/source/filter/xml/
H A DXMLConsolidationContext.cxx110 aConsParam.nCol = aTargetAddr.Col(); in EndElement()
H A DXMLExportDataPilot.cxx767 aOutRange.aStart.Col(), aOutRange.aStart.Row(), in WriteDataPilots()
768 aOutRange.aEnd.Col(), aOutRange.aEnd.Row()); in WriteDataPilots()
H A Dxmldpimp.cxx314 pDoc->GetString(aScAddress.Col(), aScAddress.Row(), aScAddress.Tab(), aCellStr); in SetButtons()
318 …pDoc->ApplyFlagsTab(aScAddress.Col(), aScAddress.Row(), aScAddress.Col(), aScAddress.Row(), aScAdd… in SetButtons()
/aoo41x/main/sc/source/filter/excel/
H A Dxladdress.cxx131 mnMaxCol( static_cast< sal_uInt16 >( rMaxPos.Col() ) ), in XclAddressConverterBase()
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx156 …ProtAttr = static_cast< const ScProtectionAttr* >( rDoc.GetAttr( rNotePos.Col(), rNotePos.Row(), … in IsNoteCaptionClicked()
H A Dfutext3.cxx231 pViewShell->SetNote( aTabPos.Col(), aTabPos.Row(), aTabPos.Tab(), aNote ); in StopDragMode()
/aoo41x/main/sc/source/ui/unoobj/
H A Dchartuno.cxx739 aRangeAddress.StartColumn = aRange.aStart.Col(); in getRanges()
741 aRangeAddress.EndColumn = aRange.aEnd.Col(); in getRanges()
H A Dnotesuno.cxx197 aAdr.Column = aCellPos.Col(); in getPosition()
H A Dtextuno.cxx1025 pDoc->GetInputString( rCellPos.Col(), rCellPos.Row(), rCellPos.Tab(), rText ); in GetCellText()
1066 pDoc->GetPattern( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab() ) ) in GetTextForwarder()
H A Ddocuno.cxx755 rTargetRect = pDoc->GetMMRect( rTargetRange.aStart.Col(), rTargetRange.aStart.Row(), in lcl_ParseTarget()
756 rTargetRange.aEnd.Col(), rTargetRange.aEnd.Row(), in lcl_ParseTarget()
1090 aCellRange.aStart.Col(), aCellRange.aStart.Row(), in getRenderer()
1091 aCellRange.aEnd.Col(), aCellRange.aEnd.Row() ); in getRenderer()
1249 aLocRange.aStart.Col(), aLocRange.aStart.Row(), in render()
1250 aLocRange.aEnd.Col(), aLocRange.aEnd.Row(), in render()
H A Dviewuno.cxx419 …Rectangle aCellRect( pDoc->GetMMRect( aCell.Col(), aCell.Row(), aCell.Col(), aCell.Row(), aCell.Ta… in GetVisArea()
805 pViewSh->AlignToCursor( pFirst->aStart.Col(), pFirst->aStart.Row(), in select()
807 pViewSh->SetCursor( pFirst->aStart.Col(), pFirst->aStart.Row() ); in select()
/aoo41x/main/sc/source/filter/inc/
H A Dformel.hxx193 inline SCCOL GetEingabeCol( void ) const { return aEingPos.Col(); } in GetEingabeCol()
/aoo41x/main/sc/source/ui/view/
H A Dviewdata.cxx2548 … bool bHSplit = bFrozen ? (rTabSett.maFreezePos.Col() > 0) : (rTabSett.maSplitPos.X() > 0); in ReadExtOptions()
2552 rViewTab.nPosX[ SC_SPLIT_LEFT ] = rTabSett.maFirstVis.Col(); in ReadExtOptions()
2554 if( bHSplit ) rViewTab.nPosX[ SC_SPLIT_RIGHT ] = rTabSett.maSecondVis.Col(); in ReadExtOptions()
2567 rViewTab.nFixPosX = rTabSett.maFreezePos.Col(); in ReadExtOptions()
2630 rViewTab.nCurX = rCursor.Col(); in ReadExtOptions()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewCell.cxx288 maCellAddress.Col(), maCellAddress.Row(), maCellAddress.Tab(), ATTR_BACKGROUND); in IsOpaque()

Completed in 151 milliseconds

1234567891011