Home
last modified time | relevance | path

Searched refs:aDestAddress (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/ui/dbgui/
H A Dconsdlg.cxx413 ScRefAddress aDestAddress; in IMPL_LINK() local
418 if ( pRangeUtil->IsAbsPos( aDestPosStr, pDoc, nTab, NULL, &aDestAddress, eConv ) ) in IMPL_LINK()
433 theOutParam.nCol = aDestAddress.Col(); in IMPL_LINK()
434 theOutParam.nRow = aDestAddress.Row(); in IMPL_LINK()
435 theOutParam.nTab = aDestAddress.Tab(); in IMPL_LINK()
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs1400 unoidl.com.sun.star.table.CellAddress aDestAddress = in doDataPilotSamples()
1402 xDPTables.insertNewByName( "DataPilotExample", aDestAddress, xDPDesc ); in doDataPilotSamples()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java1312 com.sun.star.table.CellAddress aDestAddress = createCellAddress( xSheet, "A40" ); in doDataPilotSamples() local
1313 xDPTables.insertNewByName( "DataPilotExample", aDestAddress, xDPDesc ); in doDataPilotSamples()

Completed in 45 milliseconds