Searched refs:xSelSupp (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/ui/envelp/ |
H A D | mailmrge.cxx | 97 uno::Reference<XSelectionSupplier> xSelSupp; member 133 if(rParent.pImpl->xSelSupp.is()) in selectionChanged() 134 rParent.pImpl->xSelSupp->getSelection() >>= aSelection; in selectionChanged() 332 pImpl->xSelSupp = uno::Reference<XSelectionSupplier>(xCtrl, UNO_QUERY); in SwMailMergeDlg() 333 if(pImpl->xSelSupp.is()) in SwMailMergeDlg() 336 pImpl->xSelSupp->addSelectionChangeListener( pImpl->xChgLstnr ); in SwMailMergeDlg() 710 if(pImpl->xSelSupp.is()) in ExecQryShell() 712 pImpl->xSelSupp->removeSelectionChangeListener( pImpl->xChgLstnr ); in ExecQryShell() 785 if(pImpl->xSelSupp.is()) in ExecQryShell() 790 pImpl->xSelSupp->getSelection() >>= m_aSelection; in ExecQryShell()
|
/aoo4110/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 159 Reference<XSelectionSupplier> xSelSupp(xController, UNO_QUERY); in SetController() local 160 if(xSelSupp.is()) in SetController() 161 xSelSupp->removeSelectionChangeListener(this); in SetController() 165 xSelSupp = Reference<XSelectionSupplier>(xController, UNO_QUERY); in SetController() 166 if(xSelSupp.is()) in SetController() 167 xSelSupp->addSelectionChangeListener(this); in SetController() 183 Reference<XSelectionSupplier> xSelSupp(xController, UNO_QUERY); in disposing() local 184 if(xSelSupp.is()) in disposing() 185 xSelSupp->removeSelectionChangeListener(this); in disposing()
|
/aoo4110/main/chart2/source/controller/accessibility/ |
H A D | AccessibleBase.cxx | 669 Reference< view::XSelectionSupplier > xSelSupp( GetInfo().m_xSelectionSupplier ); in getAccessibleStateSet() local 670 if ( xSelSupp.is() ) in getAccessibleStateSet() 672 ObjectIdentifier aOID( xSelSupp->getSelection() ); in getAccessibleStateSet() 833 Reference< view::XSelectionSupplier > xSelSupp( GetInfo().m_xSelectionSupplier ); in grabFocus() local 834 if ( xSelSupp.is() ) in grabFocus() 836 xSelSupp->select( GetId().getAny() ); in grabFocus()
|
H A D | AccessibleChartElement.cxx | 120 Reference< view::XSelectionSupplier > xSelSupp( GetInfo().m_xSelectionSupplier ); in InitTextEdit() local 122 Reference< lang::XMultiServiceFactory > xFact( xSelSupp, uno::UNO_QUERY ); in InitTextEdit()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | StatusBarCommandDispatch.cxx | 53 const Reference< view::XSelectionSupplier > & xSelSupp ) : in StatusBarCommandDispatch() 56 m_xSelectionSupplier( xSelSupp ), in StatusBarCommandDispatch()
|
H A D | CommandDispatchContainer.cxx | 110 … Reference< view::XSelectionSupplier > xSelSupp( xModel->getCurrentController(), uno::UNO_QUERY ); in getDispatchForURL() local 111 … CommandDispatch * pDispatch = new StatusBarCommandDispatch( m_xContext, xModel, xSelSupp ); in getDispatchForURL()
|
H A D | ChartModelClone.cxx | 119 …const Reference< XSelectionSupplier > xSelSupp( m_xModelClone->getCurrentController(), UNO_QUERY_T… in ChartModelClone() local 120 m_aSelection = xSelSupp->getSelection(); in ChartModelClone()
|
H A D | StatusBarCommandDispatch.hxx | 58 ::com::sun::star::view::XSelectionSupplier > & xSelSupp );
|
/aoo4110/main/chart2/source/model/main/ |
H A D | ChartModel.cxx | 943 …uno::Reference< view::XSelectionSupplier > xSelSupp( this->getCurrentController(), uno::UNO_QUERY … in getRangeHighlighter() local 944 if( xSelSupp.is() ) in getRangeHighlighter() 945 m_xRangeHighlighter.set( ChartModelHelper::createRangeHighlighter( xSelSupp )); in getRangeHighlighter()
|
Completed in 48 milliseconds