Home
last modified time | relevance | path

Searched refs:aAddress (Results 1 – 25 of 39) sorted by last modified time

12

/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx374 table::CellRangeAddress aAddress = xRangeAdd->getRangeAddress(); in setPropertyValue() local
375 if (nTab == aAddress.Sheet) in setPropertyValue()
377 … if (aAddress.StartRow != aAddress.EndRow) //should be a Spreadsheet in setPropertyValue()
379 … DBG_ASSERT(aAddress.StartRow == 0 && aAddress.EndRow == MAXROW && in setPropertyValue()
380aAddress.StartColumn == 0 && aAddress.EndColumn == MAXCOL, "here should be a XSpreadsheet"); in setPropertyValue()
385 DBG_ASSERT(aAddress.StartRow == aAddress.EndRow && in setPropertyValue()
386aAddress.StartColumn == aAddress.EndColumn, "here should be a XCell"); in setPropertyValue()
389 …ectangle aRect(pDoc->GetMMRect( static_cast<SCCOL>(aAddress.StartColumn), static_cast<SCROW>(aAddr… in setPropertyValue()
390 … static_cast<SCCOL>(aAddress.EndColumn), static_cast<SCROW>(aAddress.EndRow), aAddress.Sheet )); in setPropertyValue()
H A Dfmtuno.cxx293 table::CellAddress aAddress; in addNew() local
294 if ( rProp.Value >>= aAddress ) in addNew()
295 aEntry.maPos = ScAddress( (SCCOL)aAddress.Column, (SCROW)aAddress.Row, aAddress.Sheet ); in addNew()
H A Dservuno.cxx538 ScAddress aAddress; in MakeInstance() local
539 ScCompiler* pComp = new ScCompiler(pDoc,aAddress); in MakeInstance()
H A Ddocuno.cxx687 ScAddress aAddress; in lcl_ParseTarget() local
699 else if ( aAddress.Parse( rTarget, pDoc ) & SCA_VALID ) in lcl_ParseTarget()
701 rTargetRange = aAddress; in lcl_ParseTarget()
H A Dnameuno.cxx303 table::CellAddress aAddress; in getReferencePosition() local
304 aAddress.Column = aPos.Col(); in getReferencePosition()
305 aAddress.Row = aPos.Row(); in getReferencePosition()
306 aAddress.Sheet = aPos.Tab(); in getReferencePosition()
310 if ( aAddress.Sheet >= nDocTabs && nDocTabs > 0 ) in getReferencePosition()
315 aAddress.Sheet = nDocTabs - 1; in getReferencePosition()
318 return aAddress; in getReferencePosition()
H A Ddatauno.cxx482 table::CellAddress aAddress; in FillSortParam() local
483 if ( rProp.Value >>= aAddress ) in FillSortParam()
485 rParam.nDestTab = aAddress.Sheet; in FillSortParam()
487 rParam.nDestRow = (SCROW)aAddress.Row; in FillSortParam()
1450 table::CellAddress aAddress; in setPropertyValue() local
1451 if ( aValue >>= aAddress ) in setPropertyValue()
1453 aParam.nDestTab = aAddress.Sheet; in setPropertyValue()
1455 aParam.nDestRow = (SCROW)aAddress.Row; in setPropertyValue()
1688 table::CellRangeAddress aAddress; in getDataArea() local
1698 aAddress.EndRow = aRange.aEnd.Row(); in getDataArea()
[all …]
H A Dcellvaluebinding.cxx580 CellAddress aAddress; in initialize() local
592 if ( aValue.Value >>= aAddress ) in initialize()
614 Reference< XCellRange > xSheet(xSheets->getByIndex( aAddress.Sheet ), UNO_QUERY); in initialize()
620 m_xCell.set(xSheet->getCellByPosition( aAddress.Column, aAddress.Row )); in initialize()
H A Dcelllistsource.cxx216 CellRangeAddress aAddress; in getRangeAddress() local
219 aAddress = xRangeAddress->getRangeAddress( ); in getRangeAddress()
220 return aAddress; in getRangeAddress()
245 CellRangeAddress aAddress( getRangeAddress( ) ); in getListEntryCount() local
246 return aAddress.EndRow - aAddress.StartRow + 1; in getListEntryCount()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx285 table::CellAddress aAddress; in getControlSource() local
286 …xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("BoundCell") ) ) >>= aAddress; in getControlSource()
287 …PropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Address") ), uno::makeAny( aAddress ) ); in getControlSource()
325 table::CellRangeAddress aAddress; in getRowSource() local
326 …xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CellRange") ) ) >>= aAddress; in getRowSource()
327 …tPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Address")), uno::makeAny( aAddress ) ); in getRowSource()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2418 table::CellRangeAddress aAddress = xRangeAddr->getRangeAddress(); in setMergeCells() local
2420 if( ScUnoConversion::Intersects( *aIt, aAddress ) ) in setMergeCells()
2422 aList.push_back( aAddress ); in setMergeCells()
H A Dvbacomment.cxx82 table::CellAddress aAddress = getAnnotation()->getPosition(); in getAnnotationIndex() local
92 …if ( xAddress.Column == aAddress.Column && xAddress.Row == aAddress.Row && xAddress.Sheet == aAddr… in getAnnotationIndex()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DCreateShowHideEditDeleteComments.java118 CellAddress aAddress = xCellAddr.getCellAddress(); in testCreateEditDeleteComments() local
125 xAnnotations.insertNew(aAddress, "This is an annotation"); in testCreateEditDeleteComments()
179 CellAddress aAddress = xCellAddr.getCellAddress(); in testShowHideComments() local
186 xAnnotations.insertNew(aAddress, "This is an annotation"); in testShowHideComments()
/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx135 Any aAddress; in convertStringAddress() local
140 aAddress, in convertStringAddress()
143 && ( aAddress >>= _rAddress ); in convertStringAddress()
150 Any aAddress; in convertStringAddress() local
155 aAddress, in convertStringAddress()
158 && ( aAddress >>= _rAddress ); in convertStringAddress()
170 CellAddress aAddress; in createCellBindingFromStringAddress() local
171 if ( !_rAddress.getLength() || !convertStringAddress( _rAddress, aAddress ) ) in createCellBindingFromStringAddress()
177 makeAny( aAddress ) in createCellBindingFromStringAddress()
214 CellAddress aAddress; in getStringAddressFromCellBinding() local
[all …]
/trunk/main/sc/workben/
H A Dtest.cxx1026 CellRangeAddress aAddress; in lcl_Filter() local
1027 aAddress.Sheet = 3; in lcl_Filter()
1028 aAddress.StartColumn = 0; in lcl_Filter()
1029 aAddress.StartRow = 0; in lcl_Filter()
1030 aAddress.EndColumn = 1; in lcl_Filter()
1031 aAddress.EndRow = 2; in lcl_Filter()
1032 XCellRangeRef xRange = xDoc->getCellRange(aAddress); in lcl_Filter()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx100 sal_uInt16 nResult = rScRange.Parse(aAddress, pDoc); in lcl_ParseRange()
111 sal_uInt16 nResult = rScAddress.Parse(aAddress, pDoc); in lcl_ParseAddress()
248 String aAddress; in Execute() local
251 aAddress = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
254 aAddress = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
267 aAddress = INetURLObject::decode( aAddress, INET_HEX_ESCAPE, in Execute()
326 ByteString(aAddress, RTL_TEXTENCODING_ASCII_US).IsNumericAscii() ) in Execute()
328 sal_Int32 nNumeric = aAddress.ToInt32(); in Execute()
410 rReq.SetReturnValue( SfxStringItem( SID_CURRENTCELL, aAddress ) ); in Execute()
418 if ( pDoc->GetTable( aAddress, nNameTab ) ) in Execute()
[all …]
H A Doutput.cxx2287 ScAddress aAddress( nMergeX, nMergeY, nTab ); in AddPDFNotes() local
2288 aAddress.Format( aTitle, SCA_VALID, pDoc, pDoc->GetAddressConvention() ); in AddPDFNotes()
/trunk/main/sc/source/ui/navipi/
H A Dnavcitem.cxx69 String aAddress( pCellPosItem->GetValue() ); in StateChanged() local
71 aScAddress.Parse( aAddress ); in StateChanged()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1593 ScAddress aAddress; in lcl_GetInputType() local
1600 else if ( aAddress.Parse( rText, pDoc, eConv ) & SCA_VALID ) in lcl_GetInputType()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx704 aMyShape.aAddress = aRange.aStart; in CollectSharedData()
781 while (aShapeItr != aEndItr && (static_cast<sal_Int32>(aShapeItr->aAddress.Tab()) == nTable)) in CollectShapesAutoStyles()
3493 sal_Bool ScXMLExport::IsEditCell(const com::sun::star::table::CellAddress& aAddress, ScMyCell* pMyC… in IsEditCell() argument
3495 ScAddress aCoreAddress(static_cast<SCCOL>(aAddress.Column), in IsEditCell()
3496 static_cast<SCROW>(aAddress.Row), in IsEditCell()
3497 static_cast<SCTAB>(aAddress.Sheet)); in IsEditCell()
H A Dxmlexprt.hxx191 …sal_Bool IsEditCell(const com::sun::star::table::CellAddress& aAddress, ScMyCell* pMyCell = NULL) …
H A DXMLChangeTrackingImportHelper.cxx765 ScAddress aAddress (static_cast<SCCOL>(nCol), in SetNewCell() local
768 ScBaseCell* pCell = pDoc->GetCell(aAddress); in SetNewCell()
799 …pNewCell = new ScFormulaCell(pDoc, aAddress, sFormula2,formula::FormulaGrammar::GRAM_ODFF, nMatrix… in SetNewCell()
H A DXMLExportIterator.cxx77 if( aAddress.Tab() != aShape.aAddress.Tab() ) in operator <()
78 return (aAddress.Tab() < aShape.aAddress.Tab()); in operator <()
79 else if( aAddress.Row() != aShape.aAddress.Row() ) in operator <()
80 return (aAddress.Row() < aShape.aAddress.Row()); in operator <()
82 return (aAddress.Col() < aShape.aAddress.Col()); in operator <()
113 ScAddress aAddress; in SetCellData() local
118 while( (aItr != aEndItr) && (aItr->aAddress == aAddress) ) in SetCellData()
176 ScAddress aAddress; in SetCellData() local
338 table::CellAddress aAddress; in SetCellData() local
836 UpdateAddress( aAddress ); in GetNext()
[all …]
H A DXMLExportIterator.hxx67 ScAddress aAddress; member
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx173 ScAddress aAddress( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab ); in OP_Formula() local
176 aConv.Reset( aAddress ); in OP_Formula()
181 ScFormulaCell* pZelle = new ScFormulaCell( pLotusRoot->pDoc, aAddress, pErg ); in OP_Formula()
419 ScAddress aAddress( nCol, nRow, nTab ); in OP_Formula123() local
422 aConv.Reset( aAddress ); in OP_Formula123()
427 ScFormulaCell* pCell = new ScFormulaCell( pLotusRoot->pDoc, aAddress, pErg ); in OP_Formula123()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx737 ScAddress aAddress; in lcl_ToAddress() local
742 aAddress.SetRow( std::min<sal_Int32>( rAddress.mnRow, MAXROW-1 ) ); in lcl_ToAddress()
743 aAddress.SetCol( static_cast<sal_Int16>(std::min<sal_Int32>( rAddress.mnCol, MAXCOL-1 )) ); in lcl_ToAddress()
745 return aAddress; in lcl_ToAddress()

Completed in 274 milliseconds

12