Home
last modified time | relevance | path

Searched refs:xControllerSelection (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx370 Reference<XSelectionSupplier> xControllerSelection(xController, UNO_QUERY); in ShowDBObj() local
371 if (xControllerSelection.is()) in ShowDBObj()
378 xControllerSelection->select(makeAny(aSelection.createPropertyValueSequence())); in ShowDBObj()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx96 uno::Reference<view::XSelectionSupplier> xControllerSelection(xController, uno::UNO_QUERY); in ShowInBeamer() local
97 if (xControllerSelection.is()) in ShowInBeamer()
108 xControllerSelection->select(uno::makeAny(aSelection.createPropertyValueSequence())); in ShowInBeamer()

Completed in 26 milliseconds