Searched refs:copt (Results 1 – 3 of 3) sorted by relevance
80 OUString const & opt, sal_Unicode copt ) in getOptionInfo() argument89 (copt == '\0' || copt == option_info.m_short_option)) in getOptionInfo()96 OSL_ASSERT( copt != '\0' ); in getOptionInfo()97 if (copt == option_info.m_short_option) in getOptionInfo()
93 ::rtl::OUString const & opt, sal_Unicode copt = '\0' );
122 OUString const & opt, sal_Unicode copt = '\0' ) in get_option_info() argument134 (copt == '\0' || copt == option_info.m_short_option)) in get_option_info()141 OSL_ASSERT( copt != '\0' ); in get_option_info()142 if (copt == option_info.m_short_option) in get_option_info()
Completed in 32 milliseconds