| /aoo41x/main/sc/source/filter/xml/ | 
| H A D | XMLExportIterator.cxx | 77 	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 …] 
 | 
| /aoo41x/main/extensions/source/propctrlr/ | 
| H A D | cellbindinghelper.cxx | 158         Any aAddress;  in convertStringAddress()  local 163                     aAddress,  in convertStringAddress() 166            &&  ( aAddress >>= _rAddress );  in convertStringAddress() 207         Any aAddress;  in convertStringAddress()  local 212                     aAddress,  in convertStringAddress() 215            &&  ( aAddress >>= _rAddress );  in convertStringAddress() 239         CellAddress aAddress;  in createCellBindingFromStringAddress()  local 243         return createCellBindingFromAddress( aAddress, _bSupportIntegerExchange );  in createCellBindingFromStringAddress() 318                 CellAddress aAddress;  in getAddressFromCellBinding()  local 333         CellAddress aAddress;  in getStringAddressFromCellBinding()  local [all …] 
 | 
| H A D | cellbindinghandler.cxx | 328                         CellAddress aAddress;  in setPropertyValue()  local 329                         if ( m_pHelper->getAddressFromCellBinding( xBinding, aAddress ) )  in setPropertyValue() 331 …               xBinding = m_pHelper->createCellBindingFromAddress( aAddress, bNeedIntegerBinding );  in setPropertyValue()
  | 
| /aoo41x/main/xmloff/source/forms/ | 
| H A D | formcellbinding.cxx | 135     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 …] 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | tabvwsh3.cxx | 100     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 …] 
 | 
| /aoo41x/main/oox/source/xls/ | 
| H A D | addressconverter.cxx | 604     CellAddress aAddress;  in createValidCellAddress()  local 605     if( !convertToCellAddress( aAddress, rString, nSheet, bTrackOverflow ) )  in createValidCellAddress() 607         aAddress.Sheet  = getLimitedValue< sal_Int16, sal_Int16 >( nSheet, 0, maMaxPos.Sheet );  in createValidCellAddress() 608         aAddress.Column = ::std::min( aAddress.Column, maMaxPos.Column );  in createValidCellAddress() 609         aAddress.Row    = ::std::min( aAddress.Row, maMaxPos.Row );  in createValidCellAddress() 611     return aAddress;  in createValidCellAddress() 632     CellAddress aAddress;  in createValidCellAddress()  local 633     if( !convertToCellAddress( aAddress, rBinAddress, nSheet, bTrackOverflow ) )  in createValidCellAddress() 635         aAddress.Sheet  = getLimitedValue< sal_Int16, sal_Int16 >( nSheet, 0, maMaxPos.Sheet );  in createValidCellAddress() 637 …   aAddress.Row    = getLimitedValue< sal_Int32, sal_Int32 >( rBinAddress.mnRow, 0, maMaxPos.Row );  in createValidCellAddress() [all …] 
 | 
| H A D | worksheethelper.cxx | 977 …( CellAddress aAddress( getSheetIndex(), aIt->maRange.StartColumn, aIt->maRange.StartRow ); aAddre…  in finalizeHyperlinkRanges()  local 978 …for( aAddress.Column = aIt->maRange.StartColumn; aAddress.Column <= aIt->maRange.EndColumn; ++aAdd…  in finalizeHyperlinkRanges() 979                     insertHyperlink( aAddress, aUrl );  in finalizeHyperlinkRanges() 1428     CellAddress aAddress;  in getCellAddress()  local 1432         aAddress = xAddressable->getCellAddress();  in getCellAddress() 1433     return aAddress;  in getCellAddress()
  | 
| H A D | condformatbuffer.cxx | 538         OUString aAddress, aRanges, aText, aComp;  in finalizeImport()  local 545                     if( aAddress.getLength() == 0 )  in finalizeImport() 546 …aAddress = FormulaProcessorBase::generateAddress2dString( mrCondFormat.getRanges().getBaseAddress(…  in finalizeImport() 547                     aReplaceFormula = aReplaceFormula.replaceAt( nStrPos, 2, aAddress );  in finalizeImport()
  | 
| /aoo41x/main/sc/inc/ | 
| H A D | brdcst.hxx | 41 	ScAddress	aAddress;  member in ScHint 47 							: SfxSimpleHint( n ), aAddress( a ), pCell( p ) {}  in ScHint() 50     const ScAddress&	GetAddress() const { return aAddress; }  in GetAddress() 51           ScAddress&    GetAddress()       { return aAddress; }  in GetAddress() 52     void                SetAddress( const ScAddress& rAdr ) { aAddress = rAdr; }  in SetAddress()
  | 
| /aoo41x/main/sc/source/ui/unoobj/ | 
| H A D | shapeuno.cxx | 374                                 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() 380 …       aAddress.StartColumn == 0 && aAddress.EndColumn == MAXCOL, "here should be a XSpreadsheet");  in setPropertyValue() 385                                         DBG_ASSERT(aAddress.StartRow == aAddress.EndRow &&  in setPropertyValue() 386 …                             aAddress.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 D | celllistsource.cxx | 216         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()
  | 
| H A D | datauno.cxx | 482 			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 D | cellvaluebinding.cxx | 580         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 D | nameuno.cxx | 303 	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 D | fmtuno.cxx | 293 			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()
  | 
| /aoo41x/test/testuno/source/fvt/uno/sc/rowcolumn/ | 
| H A D | CreateShowHideEditDeleteComments.java | 118 	        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()
  | 
| /aoo41x/main/sc/source/core/data/ | 
| H A D | documen7.cxx | 174         ScAddress aAddress( rRange.aStart );  in AreaBroadcastInRange()  local 177             aAddress.SetTab( nTab );  in AreaBroadcastInRange() 180                 aAddress.SetCol( nCol );  in AreaBroadcastInRange() 183                     aAddress.SetRow( nRow );  in AreaBroadcastInRange() 184                     pCondFormList->SourceChanged( aAddress );  in AreaBroadcastInRange()
  | 
| /aoo41x/main/sc/source/filter/lotus/ | 
| H A D | op.cxx | 173 	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()
  | 
| /aoo41x/main/sc/source/ui/vba/ | 
| H A D | vbacomment.cxx | 82 	table::CellAddress aAddress = getAnnotation()->getPosition();  in getAnnotationIndex()  local 92 …if ( xAddress.Column == aAddress.Column && xAddress.Row == aAddress.Row && xAddress.Sheet == aAddr…  in getAnnotationIndex()
  | 
| /aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ | 
| H A D | SpreadsheetSample.java | 273         aText = "Address of this cell:  Column=" + aAddress.Column;  in doCellSamples() 274         aText += ";  Row=" + aAddress.Row;  in doCellSamples() 275         aText += ";  Sheet=" + aAddress.Sheet;  in doCellSamples() 284         xAnnotations.insertNew( aAddress, "This is an annotation" );  in doCellSamples() 592         aAddress.Sheet = (short)nSheet;  in insertRange() 593         aAddress.StartColumn = nStartCol;  in insertRange() 594         aAddress.StartRow = nStartRow;  in insertRange() 595         aAddress.EndColumn = nEndCol;  in insertRange() 596         aAddress.EndRow = nEndRow;  in insertRange() 597         xContainer.addRangeAddress( aAddress, bMerge );  in insertRange() [all …] 
 | 
| /aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/ | 
| H A D | SpreadsheetSample.cs | 157         unoidl.com.sun.star.table.CellAddress aAddress =  in doCellSamples() 160         aText += ";  Row=" + aAddress.Row;  in doCellSamples() 161         aText += ";  Sheet=" + aAddress.Sheet;  in doCellSamples() 563         unoidl.com.sun.star.table.CellRangeAddress aAddress =  in insertRange() 565         aAddress.Sheet = (short)nSheet;  in insertRange() 566         aAddress.StartColumn = nStartCol;  in insertRange() 567         aAddress.StartRow = nStartRow;  in insertRange() 568         aAddress.EndColumn = nEndCol;  in insertRange() 569         aAddress.EndRow = nEndRow;  in insertRange() 570         xContainer.addRangeAddress( aAddress, bMerge );  in insertRange() [all …] 
 | 
| /aoo41x/main/vbahelper/source/msforms/ | 
| H A D | vbacontrol.cxx | 285 			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()
  | 
| /aoo41x/main/sc/source/ui/navipi/ | 
| H A D | navcitem.cxx | 69 					String	aAddress( pCellPosItem->GetValue() );  in StateChanged()  local 71 					aScAddress.Parse( aAddress );  in StateChanged()
  | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | hlinettp.cxx | 173 	SvAddressParser aAddress( SvtUserOptions().GetEmail() );  in setAnonymousFTPUser()  local 174 	maEdPassword.SetText( aAddress.Count() ? aAddress.GetEmailAddress(0) : String() );  in setAnonymousFTPUser()
  | 
| /aoo41x/main/sc/workben/ | 
| H A D | test.cxx | 1026 	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()
  |