Home
last modified time | relevance | path

Searched refs:Sheet (Results 101 – 125 of 203) sorted by relevance

123456789

/trunk/main/oox/source/xls/
H A Dscenariobuffer.cxx164 …aRanges.push_back( CellRangeAddress( aIt->maPos.Sheet, aIt->maPos.Column, aIt->maPos.Row, aIt->maP… in finalizeImport()
H A Dpivottablebuffer.cxx1374 …tTablesSupplier > xDPTablesSupp( getSheetFromDoc( maLocationModel.maRange.Sheet ), UNO_QUERY_THROW… in finalizeImport()
1424 …CellAddress aPos( maLocationModel.maRange.Sheet, maLocationModel.maRange.StartColumn, maLocationMo… in finalizeImport()
H A Dexternallinkbuffer.cxx396 orApiRef.Sheet = nCacheIdx; in lclSetSheetCacheIndex()
/trunk/main/wizards/source/schedule/
H A Dschedule.src69 // Sheet names start at 1410
/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx397 … Reference< XCellRange > xSheet(xSheets->getByIndex( aRangeAddress.Sheet ), UNO_QUERY); in initialize()
H A Dviewuno.cxx289 aAdr.Sheet = pViewData->GetTabNo(); in getVisibleRange()
309 ScRange aRange( (SCCOL)aAdr.StartColumn, (SCROW)aAdr.StartRow, aAdr.Sheet, in getReferredCells()
310 (SCCOL)aAdr.EndColumn, (SCROW)aAdr.EndRow, aAdr.Sheet ); in getReferredCells()
H A Dcellvaluebinding.cxx614 Reference< XCellRange > xSheet(xSheets->getByIndex( aAddress.Sheet ), UNO_QUERY); in initialize()
H A Dshapeuno.cxx375 if (nTab == aAddress.Sheet) in setPropertyValue()
390 … static_cast<SCCOL>(aAddress.EndColumn), static_cast<SCROW>(aAddress.EndRow), aAddress.Sheet )); in setPropertyValue()
H A Ddocuno.cxx1557 (SCCOL)aFormulaPosition.Column, (SCROW)aFormulaPosition.Row, aFormulaPosition.Sheet, in seekGoal()
1558 (SCCOL)aVariablePosition.Column, (SCROW)aVariablePosition.Row, aVariablePosition.Sheet, in seekGoal()
3535 DBG_ASSERT( aPosition.Sheet == nTab, "addAnnotation mit falschem Sheet" ); in insertNew()
3703 DBG_ASSERT( pAry[i].Sheet == nTab, "addScenario mit falscher Tab" ); in addNewByName()
H A Dchart2uno.cxx3252 for ( sal_Int16 nSheet = aStart.Sheet; nSheet <= aEnd.Sheet && !bFound; ++nSheet) in getNumberFormatKeyByIndex()
/trunk/main/sc/source/ui/miscdlgs/
H A Dretypepassdlg.src93 Text [ en-US ] = "Sheet protection" ;
H A Doptsolver.cxx1041 …mpDoc->GetString( (SCCOL)aObjective.Column, (SCROW)aObjective.Row, (SCTAB)aObjective.Sheet, aResul… in CallSolver()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2746 pSharedData->SetLastColumn(aCellAddress2.Sheet, aCellAddress2.EndColumn); in GetMerged()
2747 pSharedData->SetLastRow(aCellAddress2.Sheet, aCellAddress2.EndRow); in GetMerged()
3214 …mn), static_cast<SCROW>(rMyCell.aCellAddress.Row), static_cast<SCTAB>(rMyCell.aCellAddress.Sheet)); in WriteShapes()
3215 sal_Bool bNegativePage(pDoc->IsNegativePage(rMyCell.aCellAddress.Sheet)); in WriteShapes()
3497 static_cast<SCTAB>(aAddress.Sheet)); in IsEditCell()
3539 static_cast<SCTAB>(rCell.aCellAddress.Sheet)); in IsMultiLineFormulaCell()
H A DXMLStylesImportHelper.cxx529 …ScAddress( static_cast<SCCOL>(rAddress.Column), static_cast<SCROW>(rAddress.Row), rAddress.Sheet ); in AddCell()
H A Dxmlimprt.hxx604 sal_Int16 Sheet; member
H A Dxmldrani.cxx351 aCellRangeAddress.Sheet, SC_MF_AUTO ); in EndElement()
/trunk/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx53 …maCellAddress = table::CellAddress( rangeAddress.Sheet, rangeAddress.StartColumn, rangeAddress.St… in ScVbaFormatConditions()
H A Dvbaworksheet.cxx349 if( getSheetID() == xRangeAddr->getRangeAddress().Sheet ) in getFirstDBRangeProperties()
1011 return xAddressable->getRangeAddress().Sheet; in getSheetID()
/trunk/main/sc/source/ui/src/
H A Dmiscdlgs.src472 Text [ en-US ] = "Move/Copy Sheet" ;
904 Text [ en-US ] = "Show Sheet" ;
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java488 address.Sheet = 0; in bindToCell()
/trunk/main/sw/source/ui/envelp/
H A Dlabel.src201 Text [ en-US ] = "~Sheet" ;
/trunk/main/sc/source/ui/pagedlg/
H A Dhfedtdlg.src570 QuickHelpText [ en-US ] = "Sheet Name" ;
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx212 orAddress.Sheet = aRangeAddr.Sheet; in lclExtractAddressFromName()
/trunk/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf89 en-US = "Sheet"
425 en-US = "Sheet Chart"
782 en-US = "On Different Sheet"
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx1407 if( static_cast< SCTAB >( aDestRange.Sheet ) == nScTab ) in XclExpWebQueryBuffer()

Completed in 513 milliseconds

123456789