Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx572 … Reference< css::view::XSelectionSupplier > xDocView( xModel->getCurrentController(), UNO_QUERY ); in load() local
573 if ( xDocView.is() ) in load()
577 xDocView->select( makeAny( aSelection ) ); in load()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx909 Reference< XSelectionSupplier > xDocView( getCurrentController(), UNO_QUERY ); in getCurrentSelection() local
910 if ( xDocView.is() ) in getCurrentSelection()
911 xRet.set(xDocView->getSelection(),UNO_QUERY); in getCurrentSelection()
/aoo4110/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1331 uno::Reference< view::XSelectionSupplier > xDocView( xController, uno::UNO_QUERY ); in getCurrentSelection() local
1332 if ( xDocView.is() ) in getCurrentSelection()
1334 uno::Any xSel = xDocView->getSelection(); in getCurrentSelection()

Completed in 51 milliseconds