Home
last modified time | relevance | path

Searched refs:xSelection (Results 26 – 37 of 37) sorted by relevance

12

/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1627 rtl::Reference< ucbhelper::InteractionContinuation > xSelection in vfs_authentication_callback() local
1630 if ( xSelection.is() ) { in vfs_authentication_callback()
1632 uno::Reference< task::XInteractionAbort > xAbort(xSelection.get(), uno::UNO_QUERY ); in vfs_authentication_callback()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx587 rtl::Reference< ucbhelper::InteractionContinuation > xSelection in verifyCertificateChain() local
590 if ( xSelection.is() ) in verifyCertificateChain()
592 … uno::Reference< task::XInteractionApprove > xApprove( xSelection.get(), uno::UNO_QUERY ); in verifyCertificateChain()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx1180 Reference<XAccessibleSelection> xSelection( mxParent, UNO_QUERY); in doAccessibleAction() local
1182 xSelection->selectAccessibleChild(mnIndexInParent); in doAccessibleAction()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx2360 Reference< XPropertySet > xSelection; in selectionChanged() local
2361 aSelection >>= xSelection; in selectionChanged()
2362 if (xSelection.is()) in selectionChanged()
2371 if ( xCol == xSelection ) in selectionChanged()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx492 uno::Reference< uno::XInterface> xSelection(aSec,uno::UNO_QUERY); in _selectionChanged() local
493 SvLBoxEntry* pEntry = find(xSelection); in _selectionChanged()
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.hxx86 …virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& xSelection ) throw (::com::s…
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.hxx62 …virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& xSelection ) throw (::com::s…
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx604 …virtual ::sal_Bool SAL_CALL select( const Any& xSelection ) throw (IllegalArgumentException, Runti…
/trunk/main/sw/source/core/access/
H A Dacctable.cxx912 uno::Reference<XAccessibleSelection> xSelection( this ); in queryInterface() local
913 aRet <<= xSelection; in queryInterface()
/trunk/main/reportdesign/source/ui/inc/
H A DReportController.hxx392 …virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& xSelection ) throw (::com::s…
/trunk/main/dbaccess/source/ui/app/
H A DAppController.hxx476 …virtual ::sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& xSelection ) throw (::com::s…
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2214 …uno::Reference< view::XSelectionSupplier > xSelection( xModel->getCurrentController(), uno::UNO_QU… in Select() local
2216 xSelection->select( uno::Any( lclExpandToMerged( mxRanges, true ) ) ); in Select()
2218 xSelection->select( uno::Any( lclExpandToMerged( mxRange, true ) ) ); in Select()
2833 …uno::Reference< view::XSelectionSupplier > xSelection( xModel->getCurrentController(), uno::UNO_QU… in PasteSpecial() local
2837 xSelection->select( uno::makeAny( mxRange ) ); in PasteSpecial()
2857 xSelection->select( uno::makeAny( xSel ) ); in PasteSpecial()

Completed in 118 milliseconds

12