Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DOOXMLParser.java58 public static void main (final String ... aArgumentList) in main() argument
60 if (aArgumentList.length<2 ||aArgumentList.length>3) in main()
63 if (aArgumentList.length == 3) in main()
65 final File aLogFile = new File(aArgumentList[2]); in main()
75 new OOXMLParser(aArgumentList[0], aArgumentList[1]); in main()
H A DLog.java78 public void printf (final String sFormat, final Object ... aArgumentList) in printf() argument
83 maOut.write(String.format(sFormat, aArgumentList).getBytes()); in printf()
/trunk/main/vos/source/
H A Dprocess.cxx73 OArgumentList::OArgumentList( const rtl::OUString aArgumentList[], sal_uInt32 nArgs ) : in OArgumentList() argument
78 m_aVec[i] = aArgumentList[i].pData; in OArgumentList()
268 const OArgumentList& aArgumentList, in execute() argument
272 aArgumentList.m_aVec, in execute()
273 aArgumentList.n_Args, in execute()
285 const OArgumentList& aArgumentList, in execute() argument
289 aArgumentList.m_aVec, in execute()
290 aArgumentList.n_Args, in execute()
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DPartManagerPrototype.java31 public static void main (final String ... aArgumentList) in main() argument
33 if (aArgumentList.length != 3) in main()
41 Log.Dbg = new Log(aArgumentList[2]); in main()
42 ParserFactory.SetParserTableFilename(aArgumentList[1]); in main()
44 final File aOOXMLFile = new File(aArgumentList[0]); in main()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/misc/
H A DLog.java54 final Object ... aArgumentList) in AddComment() argument
60 maOut.printf(sFormat, aArgumentList); in AddComment()
87 final String sFormat, final Object ... aArgumentList) in printf() argument
91 final String sMessage = String.format(sFormat, aArgumentList); in printf()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx286 uno::Sequence< uno::Any > aArgumentList( 1 ); in get() local
287 aArgumentList[0] = uno::makeAny( aProperty ); in get()
291 UNISTRING("com.sun.star.configuration.ConfigurationUpdateAccess"), aArgumentList ), in get()
295 aArgumentList[0] = uno::makeAny( aProperty ); in get()
296 …s( UNISTRING("com.sun.star.configuration.ConfigurationUpdateAccess"), aArgumentList ), uno::UNO_QU… in get()
299 aArgumentList[0] = uno::makeAny( aProperty ); in get()
300 …s( UNISTRING("com.sun.star.configuration.ConfigurationUpdateAccess"), aArgumentList ), uno::UNO_QU… in get()
H A Ddownload.cxx212 uno::Sequence< uno::Any > aArgumentList( 1 ); in getProxyForURL() local
213 aArgumentList[0] = uno::makeAny( aProperty ); in getProxyForURL()
217 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in getProxyForURL()
H A Dupdatehdl.cxx875 uno::Sequence< uno::Any > aArgumentList( 1 ); in setFullVersion() local
876 aArgumentList[0] = uno::makeAny( aProperty ); in setFullVersion()
880 aArgumentList ); in setFullVersion()
/trunk/main/vos/inc/vos/
H A Dprocess.hxx52 OArgumentList( const ::rtl::OUString aArgumentList[], sal_uInt32 nArgs );
179 const OArgumentList& aArgumentList = OArgumentList(),
195 const OArgumentList& aArgumentList = OArgumentList(),
/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx186 Sequence< Any > aArgumentList( 1 ); in sendMailMessage() local
187 aArgumentList[0] = makeAny( aProperty ); in sendMailMessage()
193 aArgumentList ), in sendMailMessage()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java51 public static void main (final String ... aArgumentList) in main() argument
53 if (aArgumentList.length != 1) in main()
68 final SchemaReader aReader = new SchemaReader(new File(aArgumentList[0])); in main()
H A DTest.java37 public static void main (final String ... aArgumentList) in main() argument
/trunk/main/cui/source/options/
H A Doptupdt.cxx350 uno::Sequence< uno::Any > aArgumentList( 1 ); in IMPL_LINK() local
351 aArgumentList[0] = uno::makeAny( aProperty ); in IMPL_LINK()
355 UNISTRING("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in IMPL_LINK()
H A Doptinet2.cxx246 Sequence< Any > aArgumentList( 1 ); in SvxProxyTabPage() local
247 aArgumentList[0] = makeAny( aProperty ); in SvxProxyTabPage()
251 aArgumentList ); in SvxProxyTabPage()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java91 private void WriteComment (final String sFormat, final Object ... aArgumentList) in WriteComment() argument
93 maOut.printf("// "+sFormat+"\n", aArgumentList); in WriteComment()
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx461 uno::Sequence< uno::Any > aArgumentList( 1 ); in getConfigurationItem() local
462 aArgumentList[0] = uno::makeAny( aProperty ); in getConfigurationItem()
467 aArgumentList ), in getConfigurationItem()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java1142 final Object ... aArgumentList) in CreateErrorException() argument
1144 return new RuntimeException(String.format(sFormat, aArgumentList) in CreateErrorException()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx904 uno::Sequence< uno::Any > aArgumentList( 1 ); in createNotifyJob() local
905 aArgumentList[0] = uno::makeAny( aProperty ); in createNotifyJob()
909 OUSTR("com.sun.star.configuration.ConfigurationAccess"), aArgumentList ), in createNotifyJob()
/trunk/main/vcl/source/window/
H A Dwindow.cxx8715 Sequence< Any > aArgumentList( 3 ); in GetClipboard() local
8716 aArgumentList[ 0 ] = makeAny( Application::GetDisplayConnection() ); in GetClipboard()
8717aArgumentList[ 1 ] = makeAny( OUString::createFromAscii( "CLIPBOARD" ) ); in GetClipboard()
8718 aArgumentList[ 2 ] = makeAny( vcl::createBmpConverter() ); in GetClipboard()
8720 xInit->initialize( aArgumentList ); in GetClipboard()
8758 Sequence< Any > aArgumentList( 3 ); in GetPrimarySelection() local
8759 aArgumentList[ 0 ] = makeAny( Application::GetDisplayConnection() ); in GetPrimarySelection()
8760 aArgumentList[ 1 ] = makeAny( OUString::createFromAscii( "PRIMARY" ) ); in GetPrimarySelection()
8761 aArgumentList[ 2 ] = makeAny( vcl::createBmpConverter() ); in GetPrimarySelection()
8764 …teFromAscii( "com.sun.star.datatransfer.clipboard.SystemClipboard" ), aArgumentList ), UNO_QUERY ); in GetPrimarySelection()

Completed in 141 milliseconds