Lines Matching refs:options

466 static sal_uInt32 checkConstValue(Options_Impl const & options,  in checkConstValue()  argument
481 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
494 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
506 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
518 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
530 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
543 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
556 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
575 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
600 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
612 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkConstValue()
628 static sal_uInt32 checkField(Options_Impl const & options, in checkField() argument
640 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField()
650 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField()
664 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField()
679 nError += checkConstValue(options, keyName, typeClass, bDump, constValue1, constValue2, index1); in checkField()
685 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField()
695 …if ( options.fullCheck() && (reader1.getFieldDocumentation(index1) != reader2.getFieldDocumentatio… in checkField()
697 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkField()
740 static sal_uInt32 checkMethod(Options_Impl const & options, in checkMethod() argument
751 if ( options.forceOutput() ) in checkMethod()
763 if ( options.forceOutput() ) in checkMethod()
777 if ( options.forceOutput() ) in checkMethod()
789 if ( options.forceOutput() ) in checkMethod()
798 …if ( options.fullCheck() && (reader1.getMethodParameterName(index, i) != reader2.getMethodParamete… in checkMethod()
800 if ( options.forceOutput() ) in checkMethod()
811 if ( options.forceOutput() ) in checkMethod()
821 if ( i < nParams1 && options.forceOutput() ) in checkMethod()
826 if ( i < nParams2 && options.forceOutput() ) in checkMethod()
836 if ( options.forceOutput() ) in checkMethod()
847 if ( options.forceOutput() ) in checkMethod()
857 if ( i < nExcep1 && options.forceOutput() ) in checkMethod()
862 if ( i < nExcep2 && options.forceOutput() ) in checkMethod()
870 if ( options.forceOutput() ) in checkMethod()
880 …if ( options.fullCheck() && (reader1.getMethodDocumentation(index) != reader2.getMethodDocumentati… in checkMethod()
882 if ( options.forceOutput() ) in checkMethod()
911 static sal_uInt32 checkReference(Options_Impl const & options, in checkReference() argument
923 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkReference()
934 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkReference()
943 …if ( options.fullCheck() && (reader1.getReferenceDocumentation(index1) != reader2.getReferenceDocu… in checkReference()
945 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkReference()
956 if ( options.forceOutput() && !options.unoTypeCheck() ) in checkReference()
968 static sal_uInt32 checkFieldsWithoutOrder(Options_Impl const & options, in checkFieldsWithoutOrder() argument
983 if ( options.forceOutput() ) in checkFieldsWithoutOrder()
998 if (!checkField(options, keyName, typeClass, bDump, reader1, reader2, i, j)) in checkFieldsWithoutOrder()
1007 if (options.forceOutput()) in checkFieldsWithoutOrder()
1029 if ( options.forceOutput() ) in checkFieldsWithoutOrder()
1047 Options_Impl const & options, in checkBlob() argument
1055 if ( options.fullCheck() && (size1 != size2) ) in checkBlob()
1057 if ( options.forceOutput() ) in checkBlob()
1069 if (options.forceOutput()) in checkBlob()
1077 else if (!options.checkUnpublished()) in checkBlob()
1083 if ( options.forceOutput() ) in checkBlob()
1096 if ( options.forceOutput() ) in checkBlob()
1122 if ( options.forceOutput() ) in checkBlob()
1140 typeClass == RT_TYPE_CONSTANTS) && options.unoTypeCheck() ) in checkBlob()
1149 if ( options.forceOutput() ) in checkBlob()
1160 nError += checkField(options, keyName, typeClass, bDump, reader1, reader2, i, i); in checkBlob()
1162 if ( i < nFields1 && options.forceOutput() ) in checkBlob()
1167 if ( i < nFields2 && options.forceOutput() ) in checkBlob()
1175 nError += checkFieldsWithoutOrder(options, keyName, typeClass, bDump, reader1, reader2); in checkBlob()
1184 if ( options.forceOutput() ) in checkBlob()
1195 nError += checkMethod(options, keyName, typeClass, bDump, reader1, reader2, i); in checkBlob()
1197 if ( i < nMethods1 && options.forceOutput() ) in checkBlob()
1201 if ( i < nMethods2 && options.forceOutput() ) in checkBlob()
1217 if ( options.forceOutput() ) in checkBlob()
1232 if (!checkReference(options, keyName, typeClass, bDump, reader1, reader2, i, j)) in checkBlob()
1241 if (options.forceOutput()) in checkBlob()
1265 if ( options.forceOutput() ) in checkBlob()
1283 if ( options.forceOutput() ) in checkBlob()
1294 nError += checkReference(options, keyName, typeClass, bDump, reader1, reader2, i, i); in checkBlob()
1296 if ( i < nReference1 && options.forceOutput() ) in checkBlob()
1300 if ( i < nReference2 && options.forceOutput() ) in checkBlob()
1307 if ( options.fullCheck() && (reader1.getDocumentation() != reader2.getDocumentation()) ) in checkBlob()
1309 if ( options.forceOutput() ) in checkBlob()
1321 Options_Impl const & options, in checkValueDifference() argument
1421 return checkBlob(options, key1.getName(), reader1, size1, reader2, size2); in checkValueDifference()
1430 if ( options.forceOutput() ) in checkValueDifference()
1439 if ( options.forceOutput() ) in checkValueDifference()
1648 static bool hasPublishedChildren(Options_Impl const & options, RegistryKey & key) in hasPublishedChildren() argument
1655 if (!options.matchedWithExcludeKey(keyName)) in hasPublishedChildren()
1661 if (options.forceOutput()) in hasPublishedChildren()
1668 options.getRegName1().c_str()); in hasPublishedChildren()
1677 if (options.forceOutput()) in hasPublishedChildren()
1684 options.getRegName1().c_str()); in hasPublishedChildren()
1693 if (options.forceOutput()) in hasPublishedChildren()
1700 options.getRegName1().c_str()); in hasPublishedChildren()
1719 Options_Impl const & options, in checkDifferences() argument
1743 if ( options.fullCheck() ) in checkDifferences()
1745 if ( options.forceOutput() ) in checkDifferences()
1748 U2S(subKeyNames1.getElement(i)), options.getRegName1().c_str()); in checkDifferences()
1755 if (!options.matchedWithExcludeKey(keyName)) in checkDifferences()
1761 if (options.forceOutput()) in checkDifferences()
1768 options.getRegName1().c_str()); in checkDifferences()
1778 if (options.forceOutput()) in checkDifferences()
1785 options.getRegName1().c_str()); in checkDifferences()
1794 if (options.forceOutput()) in checkDifferences()
1801 options.getRegName1().c_str()); in checkDifferences()
1810 … if (options.checkUnpublished() || hasPublishedChildren(options, subKey)) in checkDifferences()
1812 if (options.forceOutput()) in checkDifferences()
1820 (options.checkUnpublished() in checkDifferences()
1827 else if (options.checkUnpublished() || reader.isPublished()) in checkDifferences()
1829 if (options.forceOutput()) in checkDifferences()
1860 if ( !bFound && options.fullCheck() ) in checkDifferences()
1862 if ( options.forceOutput() ) in checkDifferences()
1865 U2S(subKeyNames2.getElement(i)), options.getRegName2().c_str()); in checkDifferences()
1874 Options_Impl const & options, in compareKeys() argument
1890 nError += checkValueDifference(options, key1, valueType1, size1, key2, valueType2, size2); in compareKeys()
1896 if ( options.forceOutput() ) in compareKeys()
1911 nError += checkDifferences(options, key1, keys, subKeyNames1, subKeyNames2); in compareKeys()
1919 if ( options.matchedWithExcludeKey(keyName) ) in compareKeys()
1931 if ( options.forceOutput() ) in compareKeys()
1934 U2S(*iter), options.getRegName1().c_str()); in compareKeys()
1942 if ( options.forceOutput() ) in compareKeys()
1945 U2S(*iter), options.getRegName2().c_str()); in compareKeys()
1952 nError += compareKeys(options, subKey1, subKey2); in compareKeys()
1968 Options_Impl options(argv[0]); in main() local
1974 options.printUsage(); in main()
1978 if (!options.initOptions(args)) in main()
1983 OUString regName1( convertToFileUrl(options.getRegName1().c_str(), options.getRegName1().size()) ); in main()
1984 OUString regName2( convertToFileUrl(options.getRegName2().c_str(), options.getRegName2().size()) ); in main()
1990 options.getProgramName().c_str(), options.getRegName1().c_str()); in main()
1996 options.getProgramName().c_str(), options.getRegName2().c_str()); in main()
2004 options.getProgramName().c_str(), options.getRegName1().c_str()); in main()
2010 options.getProgramName().c_str(), options.getRegName2().c_str()); in main()
2014 if ( options.isStartKeyValid() ) in main()
2016 if ( options.matchedWithExcludeKey( options.getStartKey() ) ) in main()
2019 options.getProgramName().c_str()); in main()
2023 if ( key1.openKey(options.getStartKey(), sk1) ) in main()
2026 options.getProgramName().c_str(), options.getRegName1().c_str()); in main()
2029 if ( key2.openKey(options.getStartKey(), sk2) ) in main()
2032 options.getProgramName().c_str(), options.getRegName2().c_str()); in main()
2040 sal_uInt32 nError = compareKeys(options, key1, key2); in main()
2043 if ( options.unoTypeCheck() ) in main()
2046 options.getProgramName().c_str(), in main()
2052 options.getProgramName().c_str(), in main()
2058 if ( options.unoTypeCheck() ) in main()
2061 options.getProgramName().c_str()); in main()
2066 options.getProgramName().c_str()); in main()
2075 options.getProgramName().c_str(), options.getRegName1().c_str()); in main()
2081 options.getProgramName().c_str(), options.getRegName2().c_str()); in main()