Searched refs:aDestAddress (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | consdlg.cxx | 413 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 D | SpreadsheetSample.cs | 1400 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 D | SpreadsheetSample.java | 1312 com.sun.star.table.CellAddress aDestAddress = createCellAddress( xSheet, "A40" ); in doDataPilotSamples() local 1313 xDPTables.insertNewByName( "DataPilotExample", aDestAddress, xDPDesc ); in doDataPilotSamples()
|
Completed in 48 milliseconds