Home
last modified time | relevance | path

Searched refs:sNodepath (Results 1 – 1 of 1) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java598 …protected static Object GetConfig( XComponentContext xContext, String sNodepath, boolean bWriteAcc… in GetConfig() argument
601 if ( xContext == null || sNodepath == null ) in GetConfig()
606 aVal.Value = sNodepath; in GetConfig()
616 protected static XPropertySet GetConfigProps( XComponentContext xContext, String sNodepath ) in GetConfigProps() argument
619 …pertySet ) UnoRuntime.queryInterface( XPropertySet.class, GetConfig( xContext, sNodepath, true ) ); in GetConfigProps()
627 …tected static XNameContainer GetConfigNameContainer( XComponentContext xContext, String sNodepath ) in GetConfigNameContainer() argument
630 …tainer ) UnoRuntime.queryInterface( XNameContainer.class, GetConfig( xContext, sNodepath, true ) ); in GetConfigNameContainer()
637 protected static XNameAccess GetConfigNameAccess( XComponentContext xContext, String sNodepath ) in GetConfigNameAccess() argument
640 …meAccess ) UnoRuntime.queryInterface( XNameAccess.class, GetConfig( xContext, sNodepath, false ) ); in GetConfigNameAccess()

Completed in 29 milliseconds