/aoo4110/main/toolkit/test/accessibility/ |
H A D | AccessibleSelectionHandler.java | 42 XAccessibleSelection xSelection = in createHandler() local 45 return (xSelection == null) ? null : in createHandler() 46 new AccessibleSelectionHandler(xSelection); in createHandler() 53 public AccessibleSelectionHandler( XAccessibleSelection xSelection ) in AccessibleSelectionHandler() argument 55 if (xSelection != null) in AccessibleSelectionHandler() 66 XAccessibleSelection xSelection = in createChild() local 68 if( xSelection != null ) in createChild() 75 xSelection.getSelectedAccessibleChildCount(), in createChild() 93 XAccessible xSelChild = xSelection. in createChild() 137 XAccessibleSelection xSelection = in getActions() local [all …]
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | cancelcommandexecution.cxx | 71 rtl::Reference< ucbhelper::InteractionContinuation > xSelection in cancelCommandExecution() local 74 if ( xSelection.is() ) in cancelCommandExecution() 110 rtl::Reference< ucbhelper::InteractionContinuation > xSelection in cancelCommandExecution() local 113 if ( xSelection.is() ) in cancelCommandExecution()
|
H A D | simplecertificatevalidationrequest.cxx | 56 rtl::Reference< InteractionContinuation > xSelection = getSelection(); in getResponse() local 57 if ( xSelection.is() ) in getResponse() 59 InteractionContinuation * pSelection = xSelection.get(); in getResponse()
|
H A D | simpleinteractionrequest.cxx | 98 rtl::Reference< InteractionContinuation > xSelection = getSelection(); in getResponse() local 99 if ( xSelection.is() ) in getResponse() 101 InteractionContinuation * pSelection = xSelection.get(); in getResponse()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleComponentBase.cxx | 152 uno::Reference<XAccessibleSelection> xSelection ( in grabFocus() local 154 if (xSelection.is()) in grabFocus() 157 xSelection->clearAccessibleSelection(); in grabFocus() 158 xSelection->selectAccessibleChild (xContext->getAccessibleIndexInParent()); in grabFocus()
|
/aoo4110/main/sd/source/ui/tools/ |
H A D | EventMultiplexer.cxx | 459 Reference<view::XSelectionSupplier> xSelection (xController, UNO_QUERY); in ConnectToController() local 460 if (xSelection.is()) in ConnectToController() 462 xSelection->addSelectionChangeListener(this); in ConnectToController() 506 Reference<view::XSelectionSupplier> xSelection (xController, UNO_QUERY); in DisconnectFromController() local 507 if (xSelection.is()) in DisconnectFromController() 509 xSelection->removeSelectionChangeListener(this); in DisconnectFromController()
|
/aoo4110/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 105 Reference<XRubySelection> xSelection; member in SvxRubyData_Impl 125 … xSelection = Reference<XRubySelection>(xController, UNO_QUERY); in GetRubySelection() 126 return xSelection; in GetRubySelection() 130 if(!xSelection.is()) in UpdateRubyValues() 133 aRubyValues = xSelection->getRubyList(bAutoUpdate); in UpdateRubyValues() 586 Reference<XRubySelection> xSelection = pImpl->GetRubySelection(); in IMPL_LINK() local 587 if(IsModified() && xSelection.is()) in IMPL_LINK() 591 xSelection->setRubyList(aRubyValues, aAutoDetectionCB.IsChecked()); in IMPL_LINK()
|
/aoo4110/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | ControlAndSelectDemo.java | 120 XShapes xSelection = (XShapes)UnoRuntime.queryInterface( XShapes.class, in main() local 123 xSelection.add( xShape ); in main() 124 xSelectionSupplier.select( xSelection ); in main()
|
/aoo4110/main/svtools/source/misc/ |
H A D | transfer.cxx | 1136 Reference< XClipboard > xSelection; in CopyToSelection() local 1139 xSelection = pWindow->GetPrimarySelection(); in CopyToSelection() 1141 if( xSelection.is() && !mxTerminateListener.is() ) in CopyToSelection() 1158 xSelection->setContents( pThis, pThis ); in CopyToSelection() 1222 Reference< XClipboard > xSelection( pWindow->GetPrimarySelection() ); in ClearSelection() local 1224 if( xSelection.is() ) in ClearSelection() 1225 xSelection->setContents( NULL, NULL ); in ClearSelection() 2423 Reference< XClipboard > xSelection; in CreateFromSelection() local 2427 xSelection = pWindow->GetPrimarySelection(); in CreateFromSelection() 2429 if( xSelection.is() ) in CreateFromSelection() [all …]
|
/aoo4110/main/vcl/aqua/source/a11y/ |
H A D | aqua11yfocustracker.cxx | 201 … Reference< XAccessibleSelection > xSelection(xAccessible->getAccessibleContext(), UNO_QUERY); in tabpage_activated() local 203 if( xSelection.is() ) in tabpage_activated() 204 setFocusedObject( xSelection->getSelectedAccessibleChild(0) ); in tabpage_activated()
|
/aoo4110/main/ucb/source/ucp/gio/ |
H A D | gio_mount.cxx | 123 rtl::Reference< ucbhelper::InteractionContinuation > xSelection = xRequest->getSelection(); in ooo_mount_operation_ask_password() local 125 if ( !xSelection.is() ) in ooo_mount_operation_ask_password() 131 uno::Reference< task::XInteractionAbort > xAbort(xSelection.get(), uno::UNO_QUERY ); in ooo_mount_operation_ask_password()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgfilter.cxx | 148 Reference< view::XSelectionSupplier > xSelection (xController, UNO_QUERY); in filter() local 150 if (xSelection.is()) in filter() 154 if(xSelection->getSelection() >>= aSelection) in filter()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 2339 Reference < XIndexAccess > xSelection; in getCursor() local 2340 if ( aAny >>= xSelection ) in getCursor() 2342 if ( xSelection->getCount() == 1 ) in getCursor() 2344 aAny = xSelection->getByIndex(0); in getCursor() 2412 aAny <<= xSelection; in IMPL_LINK() 2463 Reference< XInterface > xSelection; in IMPL_LINK() local 2476 if ( xSelection.is() ) in IMPL_LINK() 2482 aAny <<= xSelection; in IMPL_LINK() 2760 Reference < XIndexAccess > xSelection; in SetPageStyleHeaderOff() local 2761 if ( xSelSup->getSelection() >>= xSelection ) in SetPageStyleHeaderOff() [all …]
|
/aoo4110/main/offapi/com/sun/star/view/ |
H A D | XSelectionSupplier.idl | 52 /** selects the object represented by <var>xSelection</var> if it is 55 boolean select( [in] any xSelection )
|
/aoo4110/main/sd/source/filter/grf/ |
H A D | sdgrffilter.cxx | 362 uno::Reference< lang::XComponent > xSelection; in Export() local 363 if ( aSelection >>= xSelection ) in Export() 364 xSource = xSelection; in Export()
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atkutil.cxx | 407 uno::Reference< accessibility::XAccessibleSelection > xSelection( in handle_tabpage_activated() local 410 if( xSelection.is() ) in handle_tabpage_activated() 411 atk_wrapper_focus_tracker_notify_when_idle( xSelection->getSelectedAccessibleChild(0) ); in handle_tabpage_activated()
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | SelectionView.java | 70 XAccessibleSelection xSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in Create() local 72 if (xSelection != null) in Create()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | SelectionView.java | 73 XAccessibleSelection xSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in Create() local 75 if (xSelection != null) in Create()
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.cxx | 324 Reference<XInterface> xSelection( in execute() local 328 xSelection,UNO_QUERY).is()) in execute() 331 xSelection,UNO_QUERY).is()) { in execute()
|
/aoo4110/main/wizards/com/sun/star/wizards/text/ |
H A D | TextTableHandler.java | 237 …XSelectionSupplier xSelection = UnoRuntime.queryInterface(XSelectionSupplier.class, xTextDocument.… in adjustOptimalTableWidths() local 238 xSelection.select(xLocCellRange); in adjustOptimalTableWidths()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | DAVResourceAccess.cxx | 84 rtl::Reference< ucbhelper::InteractionContinuation > xSelection in authenticate() local 87 if ( xSelection.is() ) in authenticate() 91 xSelection.get(), uno::UNO_QUERY ); in authenticate()
|
H A D | SerfSession.cxx | 614 rtl::Reference< ucbhelper::InteractionContinuation > xSelection in verifySerfCertificateChain() local 617 if ( xSelection.is() ) in verifySerfCertificateChain() 619 … uno::Reference< task::XInteractionApprove > xApprove( xSelection.get(), uno::UNO_QUERY ); in verifySerfCertificateChain()
|
/aoo4110/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 427 xSelection( xRequest->getSelection() ); in interactiveNameClashResolve() local 429 if ( xSelection.is() ) in interactiveNameClashResolve() 433 xSelection.get(), uno::UNO_QUERY ); in interactiveNameClashResolve() 444 xSelection.get(), uno::UNO_QUERY ); in interactiveNameClashResolve() 455 xSelection.get(), uno::UNO_QUERY ); in interactiveNameClashResolve()
|
/aoo4110/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 880 … ::rtl::Reference< ucbhelper::InteractionContinuation > xSelection = xRequest->getSelection(); in RequestPasswordFromUser() 882 if ( xSelection.is() ) in RequestPasswordFromUser() 884 Reference< XInteractionAbort > xAbort( xSelection.get(), UNO_QUERY ); in RequestPasswordFromUser()
|
/aoo4110/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 2893 rtl::Reference< ucbhelper::InteractionContinuation > xSelection in obtainPassword() local 2896 if ( xSelection.is() ) in obtainPassword() 2900 xSelection.get(), uno::UNO_QUERY ); in obtainPassword() 2911 xSelection.get(), uno::UNO_QUERY ); in obtainPassword()
|