Lines Matching refs:Options_Impl
48 class Options_Impl : public Options class
51 explicit Options_Impl(char const * program) in Options_Impl() function in Options_Impl
99 bool Options_Impl::setRegName_Impl(char c, std::string const & param) in setRegName_Impl()
110 void Options_Impl::printUsage_Impl() const in printUsage_Impl()
144 bool Options_Impl::initOptions_Impl (std::vector< std::string > & rArgs) in initOptions_Impl()
273 bool Options_Impl::matchedWithExcludeKey( const OUString& keyName) const in matchedWithExcludeKey()
466 static sal_uInt32 checkConstValue(Options_Impl const & options, in checkConstValue()
628 static sal_uInt32 checkField(Options_Impl const & options, in checkField()
740 static sal_uInt32 checkMethod(Options_Impl const & options, in checkMethod()
911 static sal_uInt32 checkReference(Options_Impl const & options, in checkReference()
968 static sal_uInt32 checkFieldsWithoutOrder(Options_Impl const & options, in checkFieldsWithoutOrder()
1047 Options_Impl const & options, in checkBlob()
1321 Options_Impl const & options, in checkValueDifference()
1648 static bool hasPublishedChildren(Options_Impl const & options, RegistryKey & key) in hasPublishedChildren()
1719 Options_Impl const & options, in checkDifferences()
1874 Options_Impl const & options, in compareKeys()
1968 Options_Impl options(argv[0]); in main()