Home
last modified time | relevance | path

Searched refs:xCellAddr (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbacomment.cxx210 …uno::Reference< sheet::XCellAddressable > xCellAddr(mxRange->getCellByPosition(0, 0), uno::UNO_QUE… in Text() local
211 table::CellAddress aAddress = xCellAddr->getCellAddress(); in Text()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbacomment.cxx210 …uno::Reference< sheet::XCellAddressable > xCellAddr(mxRange->getCellByPosition(0, 0), uno::UNO_QUE… in Text() local
211 table::CellAddress aAddress = xCellAddr->getCellAddress(); in Text()
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dxdatapilottable2.cxx244 …uno::Reference< sheet::XCellAddressable > xCellAddr(xCursor->getCellByPosition(0, 0), UNO_QUERY_TH… in getLastUsedCellAddress() local
245 return xCellAddr->getCellAddress(); in getLastUsedCellAddress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dxdatapilottable2.cxx245 …uno::Reference< sheet::XCellAddressable > xCellAddr(xCursor->getCellByPosition(0, 0), UNO_QUERY_TH… in getLastUsedCellAddress() local
246 return xCellAddr->getCellAddress(); in getLastUsedCellAddress()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java275 …com.sun.star.sheet.XCellAddressable xCellAddr = UnoRuntime.queryInterface( com.sun.star.sheet.XCel… in doCellSamples() local
276 com.sun.star.table.CellAddress aAddress = xCellAddr.getCellAddress(); in doCellSamples()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java275 …com.sun.star.sheet.XCellAddressable xCellAddr = UnoRuntime.queryInterface( com.sun.star.sheet.XCel… in doCellSamples() local
276 com.sun.star.table.CellAddress aAddress = xCellAddr.getCellAddress(); in doCellSamples()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs151 unoidl.com.sun.star.sheet.XCellAddressable xCellAddr = in doCellSamples()
154 xCellAddr.getCellAddress(); in doCellSamples()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs151 unoidl.com.sun.star.sheet.XCellAddressable xCellAddr = in doCellSamples()
154 xCellAddr.getCellAddress(); in doCellSamples()