Searched refs:xDocView (Results 1 – 3 of 3) sorted by relevance
572 … Reference< css::view::XSelectionSupplier > xDocView( xModel->getCurrentController(), UNO_QUERY ); in load() local573 if ( xDocView.is() ) in load()577 xDocView->select( makeAny( aSelection ) ); in load()
909 Reference< XSelectionSupplier > xDocView( getCurrentController(), UNO_QUERY ); in getCurrentSelection() local910 if ( xDocView.is() ) in getCurrentSelection()911 xRet.set(xDocView->getSelection(),UNO_QUERY); in getCurrentSelection()
1331 uno::Reference< view::XSelectionSupplier > xDocView( xController, uno::UNO_QUERY ); in getCurrentSelection() local1332 if ( xDocView.is() ) in getCurrentSelection()1334 uno::Any xSel = xDocView->getSelection(); in getCurrentSelection()
Completed in 37 milliseconds