Home
last modified time | relevance | path

Searched refs:xContext (Results 1 – 25 of 928) sorted by relevance

12345678910>>...38

/trunk/main/toolkit/test/accessibility/
H A DNodeFactory.java69 aNode.addHandler (maTextHandler.createHandler (xContext)); in addDefaultHandlers()
76 aNode.addHandler (maCellHandler.createHandler (xContext)); in addDefaultHandlers()
81 aNode.addHandler (maUNOHandler.createHandler (xContext)); in addDefaultHandlers()
90 aHandler = maTextHandler.createHandler (xContext); in addDefaultHandlers()
98 aHandler = maComponentHandler.createHandler (xContext); in addDefaultHandlers()
122 XAccessibleContext xContext = null; in createDefaultNode() local
124 xContext = xAccessible.getAccessibleContext(); in createDefaultNode()
125 if (xContext != null) in createDefaultNode()
127 sDisplay = xContext.getAccessibleName(); in createDefaultNode()
132 xContext.getAccessibleRole()); in createDefaultNode()
[all …]
H A DAccessibleCellHandler.java34 if (xContext != null) in createHandler()
70 XAccessibleContext xContext = null; in createChild() local
75 xContext = ((AccTreeNode)aGrandParent).getContext(); in createChild()
79 xContext = ((AccTreeNode)aParent).getContext(); in createChild()
83 if( xTable != null && xContext != null ) in createChild()
89 int nChild = xContext.getAccessibleIndexInParent(); in createChild()
97 int nChild = xContext.getAccessibleIndexInParent(); in createChild()
105 int nChild = xContext.getAccessibleIndexInParent(); in createChild()
115 int nChild = xContext.getAccessibleIndexInParent(); in createChild()
125 int nChild = xContext.getAccessibleIndexInParent(); in createChild()
[all …]
H A DAccessibleContextHandler.java36 public NodeHandler createHandler (XAccessibleContext xContext) in createHandler() argument
38 if (xContext != null) in createHandler()
39 return new AccessibleContextHandler (xContext); in createHandler()
49 public AccessibleContextHandler (XAccessibleContext xContext) in AccessibleContextHandler() argument
52 if (xContext != null) in AccessibleContextHandler()
58 XAccessibleContext xContext = null; in createChild() local
60 xContext = ((AccTreeNode)aParent).getContext(); in createChild()
63 if (xContext != null) in createChild()
69 xContext.getAccessibleDescription(); in createChild()
72 int nRole = xContext.getAccessibleRole(); in createChild()
[all …]
H A DInformationWriter.java257 XAccessibleContext xContext in showAccessibility() local
260 if (xContext == null) in showAccessibility()
276 if (xContext != null) in showAccessibility()
279 + xContext.getAccessibleName()); in showAccessibility()
281 + xContext.getAccessibleDescription()); in showAccessibility()
283 + xContext.getAccessibleRole()); in showAccessibility()
285 if (xContext.getAccessibleParent() != null) in showAccessibility()
294 + xContext.getAccessibleChildCount()); in showAccessibility()
297 = xContext.getAccessibleRelationSet(); in showAccessibility()
314 xContext.getAccessibleStateSet(); in showAccessibility()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java266 if ( m_xPasswordContainer == null && xContext != null ) in GetPasswordContainer()
387 if ( xContext != null ) in SaveHTMLTemp()
391 …Object oTempFile = xContext.getServiceManager().createInstanceWithContext( "com.sun.star.io.TempFi… in SaveHTMLTemp()
425 …Object oTempFile = xContext.getServiceManager().createInstanceWithContext( "com.sun.star.io.TempFi… in CreateTempFile()
507 if ( xModel != null && xContext != null ) in GetDocServiceName()
537 …Object oFilterFactory = xContext.getServiceManager().createInstanceWithContext( "com.sun.star.docu… in GetFilterName()
585 if ( xContext != null ) in GetConfigurationProvider()
601 if ( xContext == null || sNodepath == null ) in GetConfig()
649 if ( aHostConfig == null || xContext == null ) in SetConfigurationProxy()
926 …UrlRecord aRec = GetPasswordContainer( xContext ).findForName( sURL, sUserName, GetInteractionHand… in GetPasswordsForURLAndUser()
[all …]
H A DWikiEditSettingDialog.java49 public WikiEditSettingDialog( XComponentContext xContext, String DialogURL ) in WikiEditSettingDialog() argument
51 super( xContext, DialogURL ); in WikiEditSettingDialog()
57 InitStrings( xContext ); in WikiEditSettingDialog()
58 InitSaveCheckbox( xContext, false ); in WikiEditSettingDialog()
63 super( xContext, DialogURL ); in WikiEditSettingDialog()
95 InitStrings( xContext ); in WikiEditSettingDialog()
96 InitSaveCheckbox( xContext, bInitSaveCheckBox ); in WikiEditSettingDialog()
162 private void InitStrings( XComponentContext xContext ) in InitStrings() argument
166 SetTitle( Helper.GetLocalizedString( xContext, Helper.DLG_MEDIAWIKI_TITLE ) ); in InitStrings()
181 private void InitSaveCheckbox( XComponentContext xContext, boolean bInitSaveCheckBox ) in InitSaveCheckbox() argument
[all …]
H A DWikiPropDialog.java58 …public WikiPropDialog(XComponentContext xContext, String DialogURL, WikiEditorImpl aWikiEditorForT… in WikiPropDialog() argument
60 super(xContext, DialogURL); in WikiPropDialog()
69 InitStrings( xContext ); in WikiPropDialog()
70 InitShowBrowser( xContext ); in WikiPropDialog()
71 InitControls( xContext ); in WikiPropDialog()
74 private void InitControls( XComponentContext xContext ) in InitControls() argument
86 private void InitStrings( XComponentContext xContext ) in InitStrings() argument
90 SetTitle( Helper.GetLocalizedString( xContext, Helper.DLG_SENDTITLE ) ); in InitStrings()
106 private void InitShowBrowser( XComponentContext xContext ) in InitShowBrowser() argument
293 final XComponentContext xContext = m_xContext; in callHandlerMethod() local
[all …]
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventHandler.java83 if (xContext != null) in windowOpened()
91 xContext, in windowOpened()
131 if (xContext != null) in focusGained()
147 mxFocusedObject = xContext; in focusGained()
161 if (xContext != null) in focusLost()
191 if (xContext == mxFocusedObject) in handleCaretEvent()
225 if (xContext != null) in handleStateChange()
238 focusGained (xContext); in handleStateChange()
240 focusLost (xContext); in handleStateChange()
300 if (xContext != null) in handleGenericEvent()
[all …]
H A DTextualDisplay.java78 if (xContext != null) in setAccessibleObject()
80 String sIndentation = showParents (xContext); in setAccessibleObject()
81 showContextInfo (xContext, sIndentation); in setAccessibleObject()
82 showComponentInfo (xContext, sIndentation); in setAccessibleObject()
93 setAccessibleObject (xContext); in updateAccessibleObject()
105 + xContext.getAccessibleDescription() + "\n"; in showContextInfo()
107 showStates (xContext, sIndentation); in showContextInfo()
149 XAccessibleComponent.class, xContext); in showComponentInfo()
174 while (xContext != null) in showParents()
176 aPathToRoot.add (xContext); in showParents()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx261 if( xContext.is() ) in getAccessible()
286 if( xContext.is() ) in attachRecursive()
287 attachRecursive(xAccessible, xContext); in attachRecursive()
298 xContext->getAccessibleStateSet(); in attachRecursive()
346 if( xContext.is() ) in detachRecursive()
358 xContext->getAccessibleStateSet(); in detachRecursive()
431 if( ! xContext.is() ) in notify_toolbox_item_focus()
470 if( xContext.is() ) in create_wrapper_for_child()
554 if( ! xContext.is() ) in handle_get_focus()
558 xContext->getAccessibleStateSet(); in handle_get_focus()
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Ddocumentfocuslistener.cxx123 if( xContext.is() ) in getAccessible()
146 if( xContext.is() ) in attachRecursive()
147 attachRecursive(xAccessible, xContext); in attachRecursive()
154 const Reference< XAccessibleContext >& xContext in attachRecursive()
157 if( xContext.is() ) in attachRecursive()
170 const Reference< XAccessibleContext >& xContext, in attachRecursive()
206 if( xContext.is() ) in detachRecursive()
207 detachRecursive(xAccessible, xContext); in detachRecursive()
214 const Reference< XAccessibleContext >& xContext in detachRecursive()
220 detachRecursive(xAccessible, xContext, xStateSet); in detachRecursive()
[all …]
/trunk/main/cppuhelper/test/
H A Dcfg_test.cxx90 ServiceImpl0( Reference< XComponentContext > const & xContext ) SAL_THROW( () );
102 : m_xContext( xContext ) in ServiceImpl0()
168 inline ServiceImpl1( Reference< XComponentContext > const & xContext ) SAL_THROW( () )
169 : ServiceImpl0( xContext )
191 Reference< XComponentContext > const & xContext ) in ServiceImpl0_create()
194 return (OWeakObject *)new ServiceImpl0( xContext ); in ServiceImpl0_create()
198 Reference< XComponentContext > const & xContext ) in ServiceImpl1_create()
201 return (OWeakObject *)new ServiceImpl1( xContext ); in ServiceImpl1_create()
256 Reference< lang::XMultiComponentFactory > xMgr( xContext->getServiceManager() ); in SAL_IMPLEMENT_MAIN()
259 xContext->getValueByName( OUSTR("dump_maps") ); in SAL_IMPLEMENT_MAIN()
[all …]
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_bridgetest_inprocess.cs49 public Object createInstanceWithContext( XComponentContext xContext ) in createInstanceWithContext() argument
51 return m_ctor.Invoke( new Object [] { xContext } ); in createInstanceWithContext()
55 uno.Any [] args, XComponentContext xContext ) in createInstanceWithArgumentsAndContext() argument
57 return m_ctor.Invoke( new Object [] { xContext } ); in createInstanceWithArgumentsAndContext()
109 XComponentContext xContext = in Main()
113 using (new uno.util.DisposeGuard( (XComponent) xContext )) in Main()
115 XSet xSet = (XSet) xContext.getServiceManager(); in Main()
152 test_client = new cs_testobj.BridgeTest( xContext ); in Main()
188 xContext ); in Main()
204 xContext ); in Main()
[all …]
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx789 Reference< XComponentContext > xContext; in setPropertyValue() local
790 if (aValue >>= xContext) in setPropertyValue()
793 m_xContext = xContext; in setPropertyValue()
853 , m_xContext( xContext ) in OServiceManagerWrapper()
899 , m_xContext( xContext ) in OServiceManager()
1102 if (aValue >>= xContext) in setPropertyValue()
1105 m_xContext = xContext; in setPropertyValue()
1228 xContext == xDefContext, in createInstanceWithContext()
1292 xContext == xDefContext, in createInstanceWithArgumentsAndContext()
1722 : OServiceManager( xContext ) in ORegistryServiceManager()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx408 const uno::Reference< uno::XComponentContext >& xContext, in createShapeControl()
423 … return new ScVbaComboBox( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
425 … return new ScVbaButton( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
427 … return new ScVbaLabel( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
429 … return new ScVbaTextBox( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
433 … return new ScVbaListBox( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
435 … return new ScVbaSpinButton( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
437 … return new ScVbaImage( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
443 const uno::Reference< uno::XComponentContext >& xContext, in createUserformControl()
475 … xVBAControl.set( new ScVbaLabel( xVbaParent, xContext, xControl, xModel, xGeoHelper.release() ) ); in createUserformControl()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbawindows.cxx44 …rame::XModel >& xModel, const uno::Reference< uno::XComponentContext >& xContext, const uno::Any& … in lcl_createWorkbookHIParent() argument
46 …ook( uno::Reference< XHelperInterface >( aApplication, uno::UNO_QUERY_THROW ), xContext, xModel ); in lcl_createWorkbookHIParent()
49 …ow( const uno::Any& aSource, uno::Reference< uno::XComponentContext > & xContext, const uno::Any& … in ComponentToWindow() argument
54 …xWin( new ScVbaWindow( lcl_createWorkbookHIParent( xModel, xContext, aApplication ), xContext, xMo… in ComponentToWindow()
68 …< uno::XComponentContext >& xContext, const Components& components ) throw ( uno::RuntimeException… in WindowComponentEnumImpl() argument
73 … uno::Reference< uno::XComponentContext >& xContext ) throw ( uno::RuntimeException ) : m_xContex… in WindowComponentEnumImpl() argument
109 …o::XComponentContext >& xContext, const Components& components, const uno::Any& aApplication ):Win… in WindowEnumImpl() argument
110 …:Reference< uno::XComponentContext >& xContext, const uno::Any& aApplication ): WindowComponentEn… in WindowEnumImpl() argument
128 …WindowsAccessImpl( const uno::Reference< uno::XComponentContext >& xContext ):m_xContext( xContext in WindowsAccessImpl() argument
210 …omponentContext > & xContext, const uno::Reference< container::XIndexAccess >& xIndexAccess ): S… in ScVbaWindows() argument
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java168 if (xContext != null) in getSMgr()
182 XComponentContext xContext ) in createInstanceWithContext() argument
192 args = new Object [] { xContext, _xRegistryKey }; in createInstanceWithContext()
195 args = new Object [] { xContext, new Object[ 0 ] }; in createInstanceWithContext()
198 args = new Object [] { xContext }; in createInstanceWithContext()
210 args = new Object [] { getSMgr( xContext ) }; in createInstanceWithContext()
248 Object rArguments[], XComponentContext xContext ) in createInstanceWithArgumentsAndContext() argument
261 args = new Object [] { xContext, _xRegistryKey }; in createInstanceWithArgumentsAndContext()
264 args = new Object [] { xContext, rArguments }; in createInstanceWithArgumentsAndContext()
268 args = new Object [] { xContext }; in createInstanceWithArgumentsAndContext()
[all …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelperinterface.hxx69 …pl( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : mxContext( xContext ) {} in InheritedHelperInterfaceImpl() argument
70 …s::uno::Reference< css::uno::XComponentContext >& xContext ) : mxParent( xParent ), mxContext( xCo… in InheritedHelperInterfaceImpl() argument
113 … Ifc1 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {}
114 …const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext ) {}
123 … Ifc2 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {}
124 …const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext ) {}
133 … Ifc3 >( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xContext ) {}
134 …const css::uno::Reference< css::uno::XComponentContext >& xContext ) : Base( xParent, xContext ) {}
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java46 XComponentContext xContext = new ComponentContext( table, xInitialContext ); in main() local
48 XMultiComponentFactory xSMgr = xContext.getServiceManager(); in main()
49 Object o = xSMgr.createInstanceWithContext( "com.sun.star.loader.Java", xContext ); in main()
61 o = xSMgr.createInstanceWithContext( "com.sun.star.connection.Acceptor", xContext ); in main()
64 o = xSMgr.createInstanceWithContext( "com.sun.star.lang.ServiceManager", xContext ); in main()
68 if (xContext.getValueByName( "bla1" ) == null || in main()
69 xContext.getValueByName( "bla2" ) == null || in main()
70 xContext.getValueByName( "bla3" ) == null || in main()
76 if (((Integer)xContext.getValueByName( "bla1" )).intValue() != 1 || in main()
77 ((Integer)xContext.getValueByName( "bla2" )).intValue() != 2 || in main()
[all …]
/trunk/main/sal/test/unloading/
H A DunloadTest.cxx202 Reference<XComponentContext> xContext; in test1() local
203 any_prop >>= xContext; in test1()
246 Reference<XComponentContext> xContext; in test2() local
247 any_prop >>= xContext; in test2()
290 Reference<XComponentContext> xContext; in test3() local
291 any_prop >>= xContext; in test3()
338 Reference<XComponentContext> xContext; in test4() local
339 any_prop >>= xContext; in test4()
395 any_prop >>= xContext; in test5()
450 any_prop >>= xContext; in test6()
[all …]
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx355 Reference< XCurrentContext > const & xContext ) in getDynamicRestriction()
358 if (xContext.is()) in getDynamicRestriction()
725 if (xContext.is()) in getEffectivePermissions()
895 Reference< XCurrentContext > xContext; in checkPermission() local
926 Reference< XCurrentContext > xContext; in doRestricted() local
934 cc_reset reset( xContext.get() ); in doRestricted()
959 Reference< XCurrentContext > xContext; in doPrivileged() local
963 getDynamicRestriction( xContext ) ); in doPrivileged()
971 cc_reset reset( xContext.get() ); in doPrivileged()
994 Reference< XCurrentContext > xContext; in getContext() local
[all …]
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx99 Reference<XComponentContext> const & xContext ) const;
102 Reference<XComponentContext> const & xContext ) const;
138 m_xContext(xContext), in CanvasFactory()
235 new CanvasFactory( xContext ) ); in create()
278 name, Sequence<Any>(), xContext ); in createInstanceWithContext()
285 Reference<XComponentContext> const & xContext ) const in use()
289 serviceName, args, xContext); in use()
323 Reference<XComponentContext> const & xContext ) const in lookupAndUse()
452 use( pCurrImpl->trim(), args, xContext ) ); in lookupAndUse()
485 lookupAndUse( preferredOne, args, xContext ) ); in createInstanceWithArgumentsAndContext()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextDialogFactory.java40 static public JDialog CreateSelectionDialog (XAccessibleContext xContext) in CreateSelectionDialog() argument
43 xContext, in CreateSelectionDialog()
60 static public JDialog CreateCopyDialog (XAccessibleContext xContext) in CreateCopyDialog() argument
63 xContext, in CreateCopyDialog()
79 static public JDialog CreateCutDialog (XAccessibleContext xContext) in CreateCutDialog() argument
82 xContext, in CreateCutDialog()
98 static public JDialog CreatePasteDialog (XAccessibleContext xContext) in CreatePasteDialog() argument
101 xContext, in CreatePasteDialog()
115 static public JDialog CreateEditDialog (XAccessibleContext xContext) in CreateEditDialog() argument
118 xContext, in CreateEditDialog()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java261 XAccessibleContext xContext in showAccessibility() local
264 if (xContext == null) in showAccessibility()
280 if (xContext != null) in showAccessibility()
283 + xContext.getAccessibleName()); in showAccessibility()
285 + xContext.getAccessibleDescription()); in showAccessibility()
287 + xContext.getAccessibleRole()); in showAccessibility()
289 if (xContext.getAccessibleParent() != null) in showAccessibility()
298 + xContext.getAccessibleChildCount()); in showAccessibility()
301 = xContext.getAccessibleRelationSet(); in showAccessibility()
318 xContext.getAccessibleStateSet(); in showAccessibility()
[all …]
/trunk/main/xmlscript/test/
H A Dimexp.cxx75 Reference< XComponentContext > xContext; in createInitialComponentContext() local
96 return xContext; in createInitialComponentContext()
104 Reference< XComponentContext > const & xContext ) in importFile()
120 ::xmlscript::importDialogModel( ::xmlscript::createInputStream( bytes ), xModel, xContext ); in importFile()
134 Reference< XComponentContext > const & xContext ) in exportToFile()
136 …Reference< io::XInputStreamProvider > xProvider( ::xmlscript::exportDialogModel( xModel, xContext in exportToFile()
180 Reference< XComponentContext > xContext( in Main() local
183 xContext->getServiceManager(), UNO_QUERY ); in Main()
197 importFile( aParam1.getStr(), xContext ) ); in Main()
212 exportToFile( aParam2.getStr(), xModel, xContext ); in Main()
[all …]

Completed in 111 milliseconds

12345678910>>...38