Home
last modified time | relevance | path

Searched refs:dashdash (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/cpputools/source/unoexe/
H A Dunoexe.cxx213 const OUString dashdash(RTL_CONSTASCII_USTRINGPARAM("--")); in readOption() local
216 if(aArg.indexOf(dashdash) == 0 && aOpt.equals(aArg.copy(2))) in readOption()
639 const OUString dashdash = OUString(RTL_CONSTASCII_USTRINGPARAM("--")); variable
640 if (dashdash == arg)
/aoo41x/main/unodevtools/source/unodevtools/
H A Doptions.cxx103 const OUString dashdash(RTL_CONSTASCII_USTRINGPARAM("--")); in readOption() local
108 (aArg.indexOf(dashdash) == 0 && aOpt.equalsIgnoreAsciiCase(aArg.copy(2))) ) in readOption()

Completed in 17 milliseconds