Lines Matching refs:sCommand
877 ::rtl::OUString sCommand; in clearDatabase()
881 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_cons.exe")); in clearDatabase()
884 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_clear")); in clearDatabase()
887 OProcess aApp( sCommand,m_sDbWorkURL); in clearDatabase()
1051 ::rtl::OUString sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("putparam")); in PutParam()
1053 sCommand += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".exe")); in PutParam()
1056 OProcess aApp(sCommand,m_sDbWorkURL); in PutParam()
1113 ::rtl::OUString sCommand; in X_START()
1121 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("strt.exe")); in X_START()
1124 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_start")); in X_START()
1127 OProcess aApp( sCommand ,m_sDbWorkURL); in X_START()
1136 "$progname$",sCommand in X_START()
1151 ::rtl::OUString sCommand; in X_STOP()
1158 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("stp.exe")); in X_STOP()
1161 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_stop")); in X_STOP()
1163 OProcess aApp( sCommand ,m_sDbWorkURL); in X_STOP()