Home
last modified time | relevance | path

Searched refs:args (Results 326 – 350 of 486) sorted by relevance

1...<<11121314151617181920

/trunk/main/bridges/test/java_uno/any/
H A DTestJni.java31 public static void main( String args [] ) in main() argument
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/Lifetime/
H A DMyUnoObject.java33 public static void main( String args[] ) throws java.lang.InterruptedException in main() argument
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java688 Object[] args = new String[] {"Local", "Office" }; in getModelFromDocUrl() local
690 …eateInstanceWithArgumentsAndContext( "com.sun.star.ucb.UniversalContentBroker", args, m_xContext ); in getModelFromDocUrl()
/trunk/main/pyuno/demo/
H A Dhello_world_comp.py34 def trigger( self, args ): argument
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstUnoContact.java26 public static void main(String[] args) { in main() argument
H A DFirstConnection.java26 public static void main(String[] args) { in main() argument
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DVersion.java76 public static void main(String args[]) { in main() argument
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizard.java50 public static void main(String args[]) in main() argument
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_bridgetest.cs993 public int run( String [] args ) in run() argument
999 if (args.Length < 1) in run()
1006 args[ 0 ], m_xContext ); in run()
/trunk/main/desktop/source/deployment/gui/
H A Dlicense_dialog.hxx54 LicenseDialog( Sequence<Any> const & args,
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx557 Sequence<Any> args( 1 ); in setPropertyValueByIndex() local
558 args.getArray()[0] = aValue; in setPropertyValueByIndex()
559 xMethod->invoke( obj, args ); in setPropertyValueByIndex()
666 Sequence<Any> args; in getPropertyValueByIndex() local
667 aRet = xMethod->invoke( obj, args ); in getPropertyValueByIndex()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XPropertySetInfoChangeNotifier.java37 String[] args = null; field in _XPropertySetInfoChangeNotifier
/trunk/main/bean/test/
H A DTest.java38 public static void main(String [] args) in main() argument
/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/
H A DThumbs.java37 public static void main(String[] args) { in main() argument
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug114133_Test.java54 public static void main(String[] args) { in main() argument
H A DBug98508_Test.java66 public static void main(String[] args) { in main() argument
H A DBug51323_Test.java56 public static void main(String[] args) { in main() argument
/trunk/main/odk/examples/java/MinimalComponent/
H A DTestMinimalComponent.java32 public static void main(String args[]) { in main() argument
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_java/
H A DSimpleBootstrap_java.java34 public static void main(String[] args) { in main() argument
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/
H A DTerminationTest.java39 public static void main(String[] args) { in main() argument
/trunk/main/desktop/source/splash/
H A Dfirststart.hxx72 virtual Any SAL_CALL execute(const Sequence<NamedValue>& args)throw ( RuntimeException );
/trunk/main/desktop/source/so_comp/
H A Doemjob.hxx75 virtual Any SAL_CALL execute(const Sequence<NamedValue>& args)throw ( RuntimeException );
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBridgedObject_Test.java39 String oid, Type type, String operation, Object[] args) in test()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DDirtyTagWrapCheck.java39 public static void main(String[] args) { in main() argument
/trunk/main/framework/inc/services/
H A Dlicense.hxx98 … virtual css::uno::Any SAL_CALL execute(const css::uno::Sequence<css::beans::NamedValue>& args)

Completed in 68 milliseconds

1...<<11121314151617181920