/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XNamedRanges.java | 170 XCellRange CR = CRR.getReferredCells(); in _addNewFromTitles() 191 XCellRange CR = CRR.getReferredCells(); in _addNewFromTitles()
|
H A D | _XCellRangeReferrer.java | 67 XCellRange cr = oObj.getReferredCells(); in _getReferredCells()
|
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScNamedRangeObj.csv | 1 "ScNamedRangeObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()"
|
H A D | com.sun.star.comp.office.ScViewPaneObj.csv | 6 "ScViewPaneObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()"
|
H A D | com.sun.star.comp.office.ScDatabaseRangeObj.csv | 4 "ScDatabaseRangeObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()"
|
H A D | com.sun.star.comp.office.ScTabViewObj.csv | 15 "ScTabViewObj";"com::sun::star::sheet::XCellRangeReferrer";"getReferredCells()"
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XCellRangeReferrer.idl | 55 com::sun::star::table::XCellRange getReferredCells();
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | ViewSample.cs | 83 unoidl.com.sun.star.table.XCellRange xRange = xRefer.getReferredCells(); in doSampleFunction()
|
H A D | SpreadsheetSample.cs | 1331 xRef.getReferredCells(); in doDatabaseSamples()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | ViewSample.java | 83 com.sun.star.table.XCellRange xRange = xRefer.getReferredCells(); in doSampleFunction()
|
H A D | SpreadsheetSample.java | 1262 com.sun.star.table.XCellRange xResultRange = xRef.getReferredCells(); in doDatabaseSamples()
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScDatabaseRangeObj.java | 193 aReferrer.getReferredCells()); in createTestEnvironment()
|
/aoo4110/main/sc/inc/ |
H A D | nameuno.hxx | 110 getReferredCells() throw(::com::sun::star::uno::RuntimeException);
|
H A D | viewuno.hxx | 120 getReferredCells() throw(::com::sun::star::uno::RuntimeException);
|
H A D | datauno.hxx | 544 getReferredCells() throw(::com::sun::star::uno::RuntimeException);
|
/aoo4110/main/sc/workben/ |
H A D | test.cxx | 750 XCellRangeRef xRange = xSource->getReferredCells(); in lcl_Names() 2016 XCellRangeRef xRange = xSrc->getReferredCells(); in IMPL_LINK()
|
/aoo4110/main/connectivity/source/drivers/calc/ |
H A D | CTable.cxx | 598 Reference<XSheetCellRange> xSheetRange( xRefer->getReferredCells(), UNO_QUERY ); in construct()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | nameuno.cxx | 392 uno::Reference<table::XCellRange> SAL_CALL ScNamedRangeObj::getReferredCells() in getReferredCells() function in ScNamedRangeObj
|
H A D | datauno.cxx | 1944 uno::Reference<table::XCellRange> SAL_CALL ScDatabaseRangeObj::getReferredCells() in getReferredCells() function in ScDatabaseRangeObj
|
H A D | viewuno.cxx | 300 uno::Reference<table::XCellRange> SAL_CALL ScViewPaneBase::getReferredCells() in getReferredCells() function in ScViewPaneBase
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaworksheet.cxx | 348 …uno::Reference< sheet::XCellRangeAddressable > xRangeAddr( xDBRange->getReferredCells(), uno::UNO_… in getFirstDBRangeProperties()
|
H A D | vbarange.cxx | 4169 uno::Reference< table::XCellRange > xRange = xReferrer->getReferredCells(); in ApplicationRange()
|
/aoo4110/main/oox/source/ole/ |
H A D | axcontrol.cxx | 195 … Reference< XCellRangeAddressable > xAddressable( xReferrer->getReferredCells(), UNO_QUERY_THROW ); in lclExtractRangeFromName()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 3957 uno::Reference <table::XCellRange> xCellRange(xCellRangeReferrer->getReferredCells()); in WriteNamedExpressions()
|