Home
last modified time | relevance | path

Searched refs:args (Results 201 – 225 of 486) sorted by relevance

12345678910>>...20

/trunk/main/desktop/source/deployment/
H A Ddp_log.cxx62 ProgressLogImpl( Sequence<Any> const & args,
94 Sequence<Any> const & args, in ProgressLogImpl() argument
101 comphelper::unwrapArgs( args, log_file, interactionHandler ); in ProgressLogImpl()
/trunk/main/javaunohelper/source/
H A Dvm.cxx68 …css::uno::Sequence< css::uno::Any > const & args, css::uno::Reference< css::uno::XComponentContext…
96 …css::uno::Sequence< css::uno::Any > const & args, css::uno::Reference< css::uno::XComponentContext… in createInstanceWithArgumentsAndContext()
103 args, xContext ); in createInstanceWithArgumentsAndContext()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dvistaspecial.cxx59 va_list args; in OutputDebugStringFormat() local
61 va_start( args, pFormat ); in OutputDebugStringFormat()
62 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
H A Dcheckrunningoffice.cxx60 va_list args; in OutputDebugStringFormat() local
62 va_start( args, pFormat ); in OutputDebugStringFormat()
63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DNetBeansSourceView.java96 public static void main(String[] args) { in main() argument
97 if (args.length < 1) { in main()
102 File f = new File(args[0]); in main()
/trunk/main/scripting/source/storage/
H A DScriptStorage.cxx151 ScriptStorage::initialize( const Sequence <Any> & args ) in initialize() argument
168 if ( args.getLength() != NUMBER_STORAGE_INITIALIZE_ARGS ) in initialize()
176 if ( sal_False == ( args[ 0 ] >>= m_xSimpleFileAccess ) ) in initialize()
183 if ( sal_False == ( args[ 1 ] >>= m_scriptStorageID ) ) in initialize()
190 if ( sal_False == ( args[ 2 ] >>= m_stringUri ) ) in initialize()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java440 private Token readOperatorToken(int b, int args) { in readOperatorToken() argument
445 t = tf.getOperatorToken("+", args); in readOperatorToken()
447 t = tf.getOperatorToken("-", args); in readOperatorToken()
449 t = tf.getOperatorToken(operatorLookup.getStringFromID(b), args); in readOperatorToken()
/trunk/main/odk/examples/java/Text/
H A DGraphicsInserter.java32 public static void main(String args[]) { in main() argument
33 if ( args.length < 1 ) in main()
129 java.io.File sourceFile = new java.io.File(args[0]); in main()
/trunk/main/odk/examples/java/Storage/
H A DStorageFunctionality.java43 public static void main( String args[] ) in main() argument
49 if ( args.length == 1 ) { in main()
50 sConnectionString = args[0]; in main()
/trunk/main/setup_native/source/win32/customactions/languagepacks/
H A Dcheckrunningofficelanguagepack.cxx60 va_list args; in OutputDebugStringFormat() local
62 va_start( args, pFormat ); in OutputDebugStringFormat()
63 _vsntprintf( buffer, elementsof(buffer), pFormat, args ); in OutputDebugStringFormat()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java47 public static void main(String args[]) { in main() argument
50 if (args.length == 0) { in main()
74 XGraphic xGraphic = oImageControlSample.getGraphic(oImageControlSample.m_xMCF, args[0]); in main()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DPipedConnection.java102 public PipedConnection(Object args[]) throws com.sun.star.uno.RuntimeException { in PipedConnection() argument
105 _otherSide = (args.length == 1) ? (PipedConnection)args[0] : null; in PipedConnection()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java168 Object args[] = new Object[updateable ? 2 : 1]; in getConfigurationRoot() local
174 args[0] = aPathArgument; in getConfigurationRoot()
183 args[1] = aModeArgument; in getConfigurationRoot()
186 return confMsf.createInstanceWithArguments(sView, args); in getConfigurationRoot()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx53 va_list args; in OutputDebugStringFormat() local
55 va_start( args, pFormat ); in OutputDebugStringFormat()
56 StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args ); in OutputDebugStringFormat()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DFactory_Test.java144 public static void main( String args [] ) in main() argument
148 String jar = "file://" + new java.io.File( args[ 0 ] ).toURL().getPath(); in main()
149 String rdb = "file://" + new java.io.File( args[ 1 ] ).toURL().getPath(); in main()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java209 public static void main(String[] args) { in main() argument
212 if (args.length == 0) in main()
215 ov = new SVersionRCFile(args[0]); in main()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java411 public final static void main( String[] args ) in main() argument
413 if( args.length < 3 ){ in main()
417 String flag = args[0]; in main()
418 String infile = args[1]; in main()
419 String outfile = args[2]; in main()
/trunk/main/desktop/source/app/
H A Dapp.cxx1678 std::vector< rtl::OString > args; in restartOnMac() local
1679 args.push_back(execPath8); in restartOnMac()
1697 args.push_back(arg8); in restartOnMac()
1701 for (std::vector< rtl::OString >::iterator i(args.begin()); i != args.end(); in restartOnMac()
2587 Sequence<NamedValue> args; in CheckOEM() local
2590 Any aResult = rOemJob->execute(args); in CheckOEM()
2602 Sequence < com::sun::star::beans::PropertyValue > args(1); in PreloadModuleData() local
2603 args[0].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Hidden")); in PreloadModuleData()
2604 args[0].Value <<= sal_True; in PreloadModuleData()
2616 … ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("_blank")), 0, args ), UNO_QUERY_THROW ); in PreloadModuleData()
[all …]
/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx549 PyRef args( PyTuple_New( 1 ), SAL_NO_ACQUIRE ); in any2PyObject() local
555 PyTuple_SetItem( args.get(), 0 , pymsg.getAcquired() ); in any2PyObject()
558 PyObject_SetAttrString( ret.get(), const_cast< char * >("args"), args.get() ); in any2PyObject()
937 PyRef args( PyTuple_New( 1), SAL_NO_ACQUIRE ); in extractUnoException() local
938 PyTuple_SetItem( args.get(), 0, excTraceback.getAcquired() ); in extractUnoException()
939 … str = PyRef( PyObject_CallObject( extractTraceback.get(),args.get() ), SAL_NO_ACQUIRE); in extractUnoException()
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java234 public static void main( String [] args ) throws java.lang.Exception in main() argument
236 if( args.length != 1 ) in main()
244 ConnectionAwareClient connAware = new ConnectionAwareClient( ctx, args[0]); in main()
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java54 Object[] args = new Object[1]; in showForm() local
55 args[0] = context.getDocument(); in showForm()
60 "com.sun.star.awt.DialogProvider", args, in showForm()
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx206 PyRef args ( PyTuple_New( 1 ), SAL_NO_ACQUIRE ); in CreateInstance() local
207 PyTuple_SetItem( args.get(), 0 , pyCtx.getAcquired() ); in CreateInstance()
208 PyRef pyInstance( PyObject_CallObject( clazz.get() , args.get() ), SAL_NO_ACQUIRE ); in CreateInstance()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx261 Sequence<Any> const & args,
296 Sequence<Any> const & args, in BackendImpl() argument
299 : ImplBaseT( args, xComponentContext ), in BackendImpl()
1678 Sequence<Any> args( in create() local
1680 args[ 0 ] <<= context; in create()
1682 args[ 1 ] <<= cachePath; in create()
1683 args[ 2 ] <<= readOnly; in create()
1685 return new BackendImpl( args, xComponentContext, xRootRegistry ); in create()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java51 public static void main( String args[] ) in main() argument
55 Number_Formats aSample = new Number_Formats( args ); in main()
180 public Number_Formats( String[] args ) throws java.lang.Exception in Number_Formats() argument
/trunk/main/registry/tools/
H A Dchecksingleton.cxx235 std::vector< std::string > args; in main() local
238 int result = Options::checkArgument(args, argv[i], strlen(argv[i])); in main()
247 if (!options.initOptions(args)) in main()

Completed in 140 milliseconds

12345678910>>...20