Home
last modified time | relevance | path

Searched refs:GetCommandLineParam (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/xmlscript/test/
H A Dimexp.cxx181 createInitialComponentContext( OUString( GetCommandLineParam( 0 ) ) ) ); in Main()
194 OUString( GetCommandLineParam( 1 ) ), in Main()
211 … OUString( GetCommandLineParam( 2 ) ), RTL_TEXTENCODING_ASCII_US ) ); in Main()
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx919 ::rtl::OUString aParam = GetCommandLineParam( i ); in Main()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx336 XubString Application::GetCommandLineParam( sal_uInt16 nParam ) in GetCommandLineParam() function in Application
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx268 static XubString GetCommandLineParam( sal_uInt16 nParam );
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx1149 String aPara = GetCommandLineParam( i ); in Main()
1153 String aRootURL = GetCommandLineParam( 0 ); in Main()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx2495 String aParam( Application::GetCommandLineParam( n ) ); in Main()
/trunk/main/tools/source/testtoolloader/
H A Dtesttoolloader.cxx59 String GetCommandLineParam( sal_uInt32 nParam ) in GetCommandLineParam() function
94 if ( GetCommandLineParam( i ).EqualsIgnoreCaseAscii("/enableautomation") in InitTestToolLib()
95 || GetCommandLineParam( i ).EqualsIgnoreCaseAscii("-enableautomation")) in InitTestToolLib()
/trunk/main/toolkit/workben/layout/
H A Dtest.cxx195 OUString aParam = OUString( GetCommandLineParam( i ) ); in ParseCommandLine()
202 mInstallDir = GetCommandLineParam( ++i ); in ParseCommandLine()
209 mTestDialog = GetCommandLineParam( ++i ); in ParseCommandLine()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8.cxx87 aName = GetCommandLineParam( 0 ); in Main()
92 aOutName = GetCommandLineParam( 1 ); in Main()
95 nVersion = GetCommandLineParam( 2 ).ToInt32(); in Main()
/trunk/main/slideshow/test/
H A Ddemoshow.cxx523 ::rtl::OUString aParam = GetCommandLineParam( i ); in Main()
/trunk/main/l10ntools/layout/
H A Dtralay.cxx63 ByteString GetCommandLineParam( int i );
72 using Application::GetCommandLineParam;
108 ByteString TranslateLayout::GetCommandLineParam( int i ) in GetCommandLineParam() function in TranslateLayout
110 …return ByteString( OUSTRING_CSTR( Application::GetCommandLineParam( sal::static_int_cast< sal_uInt… in GetCommandLineParam()
117 ByteString arg = GetCommandLineParam( i ); in GetOptionArgument()
121 GetCommandLineParam( i - 1 ).GetBuffer(), in GetOptionArgument()
132 ByteString aParam = GetCommandLineParam( i ); in ParseCommandLine()
/trunk/main/l10ntools/inc/l10ntools/
H A Dvosapp.hxx35 XubString GetCommandLineParam( sal_uInt16 nParam );
46 XubString Application::GetCommandLineParam( sal_uInt16 nParam ) in GetCommandLineParam() function in Application
/trunk/main/canvas/workben/
H A Dcanvasdemo.cxx652 ::rtl::OUString aParam = GetCommandLineParam( i ); in Main()
/trunk/main/automation/source/server/
H A Dserver.cxx183 if ( Application::GetCommandLineParam( i ).EqualsIgnoreCaseAscii("/enableautomation") in GetPort()
184 || Application::GetCommandLineParam( i ).EqualsIgnoreCaseAscii("-enableautomation")) in GetPort()
195 if ( Application::GetCommandLineParam( i ).Copy(0,16).EqualsIgnoreCaseAscii("/automationport=") in GetPort()
196 || Application::GetCommandLineParam( i ).Copy(0,16).EqualsIgnoreCaseAscii("-automationport=")) in GetPort()
198 nPortIs = Application::GetCommandLineParam( i ).Copy(16).ToInt32(); in GetPort()
210 if ( Application::GetCommandLineParam( i ).Copy(0,8).EqualsIgnoreCaseAscii("/userid:") in GetPort()
211 || Application::GetCommandLineParam( i ).Copy(0,8).EqualsIgnoreCaseAscii("-userid:") ) in GetPort()
214 = Application::GetCommandLineParam(i).GetBuffer(); in GetPort()
236 …if ( Application::GetCommandLineParam( i ).CompareIgnoreCaseToAscii("-notesttool") == COMPARE_EQUA… in GetPort()

Completed in 67 milliseconds