/aoo41x/main/sw/source/ui/smartmenu/ |
H A D | stmenu.cxx | 92 Reference< smarttags::XSmartTagAction > xAction = rActionComponents[0]; in SwSmartTagPopup() local 94 if ( !xAction.is() ) in SwSmartTagPopup() 98 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in SwSmartTagPopup() 99 … const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, aLocale ); in SwSmartTagPopup() 119 xAction = rActionComponents[i]; in SwSmartTagPopup() 121 …for ( sal_Int32 k = 0; k < xAction->getActionCount( aSmartTagType, xController, xSmartTagPropertie… in SwSmartTagPopup() 123 const sal_uInt32 nActionID = xAction->getActionID( aSmartTagType, k, xController ); in SwSmartTagPopup() 124 rtl::OUString aActionCaption = xAction->getActionCaptionFromID( nActionID, in SwSmartTagPopup() 134 InvokeAction aEntry( xAction, xSmartTagProperties, nActionID ); in SwSmartTagPopup()
|
/aoo41x/main/svx/source/mnuctrls/ |
H A D | SmartTagCtl.cxx | 100 Reference< smarttags::XSmartTagAction > xAction = rActionComponents[0]; in FillMenu() local 102 if ( !xAction.is() ) in FillMenu() 106 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in FillMenu() 107 … const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, rLocale); in FillMenu() 128 xAction = rActionComponents[i]; in FillMenu() 130 …for ( sal_Int32 k = 0; k < xAction->getActionCount( aSmartTagType, xController, xSmartTagPropertie… in FillMenu() 132 const sal_uInt32 nActionID = xAction->getActionID( aSmartTagType, k, xController ); in FillMenu() 133 rtl::OUString aActionCaption = xAction->getActionCaptionFromID( nActionID, in FillMenu() 143 InvokeAction aEntry( xAction, xSmartTagProperties, nActionID ); in FillMenu()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibleActionHandler.java | 46 public AccessibleActionHandler (XAccessibleAction xAction) in AccessibleActionHandler() argument 48 if (xAction != null) in AccessibleActionHandler() 49 maChildList.setSize (1 + xAction.getAccessibleActionCount()); in AccessibleActionHandler() 66 XAccessibleAction xAction = getAction ((AccTreeNode)aParent); in createChild() local 67 if( xAction != null ) in createChild() 70 … aChild = new StringNode ("Number of actions: " + xAction.getAccessibleActionCount(), in createChild() 79 + xAction.getAccessibleActionDescription (nIndex), in createChild()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | PathSelection.java | 43 public XPathSelectionListener xAction; field in PathSelection 101 public void addSelectionListener(XPathSelectionListener xAction) in addSelectionListener() argument 103 this.xAction = xAction; in addSelectionListener() 179 if (xAction != null) in callXPathSelectionListener() 181 xAction.validatePath(); in callXPathSelectionListener()
|
/aoo41x/main/stoc/source/security/ |
H A D | access_controller.cxx | 454 Reference< security::XAction > const & xAction, 458 Reference< security::XAction > const & xAction, 911 Reference< security::XAction > const & xAction, in doRestricted() 922 return xAction->run(); in doRestricted() 935 return xAction->run(); in doRestricted() 939 return xAction->run(); in doRestricted() 944 Reference< security::XAction > const & xAction, in doPrivileged() 956 return xAction->run(); in doPrivileged() 972 return xAction->run(); in doPrivileged() 976 return xAction->run(); in doPrivileged()
|
/aoo41x/main/scripting/workben/ifc/scripting/ |
H A D | SecurityDialogUtil.java | 143 XAccessibleAction xAction = in run() local 146 xAction.doAccessibleAction(0); in run() 157 XAccessibleAction xAction = in run() local 160 xAction.doAccessibleAction(0); in run()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessiblemenuitem.cxx | 513 Reference< XAccessibleAction > xAction( xParentContext, UNO_QUERY ); in getAccessibleActionKeyBinding() local 514 if ( xAction.is() && xAction->getAccessibleActionCount() > 0 ) in getAccessibleActionKeyBinding() 516 Reference< XAccessibleKeyBinding > xKeyB( xAction->getAccessibleActionKeyBinding( 0 ) ); in getAccessibleActionKeyBinding()
|
/aoo41x/main/svx/inc/svx/ |
H A D | SmartTagCtl.hxx | 62 …InvokeAction( com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > xAction, in InvokeAction() 64 …sal_uInt32 nActionID ) : mxAction( xAction ), mxSmartTagProperties( xSmartTagProperties ), mnActio… in InvokeAction()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | stmenu.hxx | 62 …InvokeAction( com::sun::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > xAction, in InvokeAction() 64 …sal_uInt32 nActionID ) : mxAction( xAction ), mxSmartTagProperties( xSmartTagProperties ), mnActio… in InvokeAction()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | UndoGuard.cxx | 73 …const Reference< document::XUndoAction > xAction( new impl::UndoElement( m_aUndoString, m_xChartMo… in commit() local 75 m_xUndoManager->addUndoAction( xAction ); in commit()
|
H A D | ChartController.cxx | 1462 … const Reference< document::XUndoAction > xAction( new impl::ShapeUndoElement( *pUndoAction ) ); in IMPL_LINK() local 1463 xUndoManager->addUndoAction( xAction ); in IMPL_LINK()
|
/aoo41x/main/svx/source/smarttags/ |
H A D | SmartTagMgr.cxx | 216 Reference< smarttags::XSmartTagAction > xAction = rActionRef.mxSmartTagAction; in GetSmartTagCaption() local 218 if ( xAction.is() ) in GetSmartTagCaption() 221 aRet = xAction->getSmartTagCaption( nSmartTagIndex, rLocale ); in GetSmartTagCaption()
|