/aoo4110/test/testgui/source/fvt/gui/sc/validity/ |
H A D | ValidityDialogSetting.java | 89 activeMsgBox.ok(); in testAllowDateNotBetween() 97 activeMsgBox.ok(); in testAllowDateNotBetween() 105 activeMsgBox.ok(); in testAllowDateNotBetween() 113 activeMsgBox.ok(); in testAllowDateNotBetween() 121 activeMsgBox.ok(); in testAllowDateNotBetween() 129 activeMsgBox.ok(); in testAllowDateNotBetween() 160 activeMsgBox.ok(); in testAllowDecimalEqual() 168 activeMsgBox.ok(); in testAllowDecimalEqual() 176 activeMsgBox.ok(); in testAllowDecimalEqual() 184 activeMsgBox.ok(); in testAllowDecimalEqual() [all …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdb/ |
H A D | _XSingleSelectQueryComposer.java | 169 boolean ok = true; in _appendFilterByColumn() 174 ok = ok && (xQueryAna.getFilter().indexOf(colName) > 0); in _appendFilterByColumn() 185 ok = ok && (xQueryAna.getFilter().indexOf(colName) > 0); in _appendFilterByColumn() 200 ok = ok && true; in _appendFilterByColumn() 213 boolean ok = true; in _appendGroupByColumn() 218 ok = ok && (xQueryAna.getFilter().indexOf(colName) > 0); in _appendGroupByColumn() 232 ok = ok && true; in _appendGroupByColumn() 322 ok = ok && (xQueryAna.getFilter().indexOf(colName) > 0); in _appendHavingClauseByColumn() 336 ok = ok && true; in _appendHavingClauseByColumn() 354 ok = ok && (xQueryAna.getFilter().indexOf(colName) > 0); in _appendOrderByColumn() [all …]
|
/aoo4110/test/testgui/source/fvt/gui/sw/table/ |
H A D | TableGeneral.java | 73 writerInsertTable.ok(); in testTableSize() 95 writerInsertTable.ok(); in testTableBackground() 105 swTableBackground.ok(); in testTableBackground() 129 writerInsertTable.ok(); in testTableBorder() 138 swTableBorder.ok(); in testTableBorder() 149 writerInsertTable.ok(); in testTableBorderLineStyle() 174 swTableBorder.ok(); in testTableBorderLineStyle() 215 swTableBorder.ok(); in testTableBorderLineStyle() 241 swTableAutoFMT.ok(); in testTableAutoFormat() 246 writerInsertTable.ok(); in testTableAutoFormat() [all …]
|
/aoo4110/test/testgui/source/fvt/gui/sc/sort/ |
H A D | SortDialogSetting.java | 187 sortPage.ok(); in testSortCriteriaSortFirstBy() 209 sortPage.ok(); in testSortCriteriaSortFirstBy() 236 sortPage.ok(); in testSortCriteriaSortSecondBy() 261 sortPage.ok(); in testSortCriteriaSortSecondBy() 295 sortPage.ok(); in testSortCriteriaSortThirdBy() 320 sortPage.ok(); in testSortCriteriaSortThirdBy() 334 sortPage.ok(); in testSortCriteriaSortThirdBy() 416 sortPage.ok(); in testSortOptionsCustomSortOrderPredefineFromCopyList() 446 sortPage.ok(); in testSortOptionsCustomSortOrderPredefineFromCopyList() 527 sortPage.ok(); in testSortOptionsCustomSortOrderPredefineFromNewList() [all …]
|
/aoo4110/test/testgui/source/fvt/gui/sc/subtotals/ |
H A D | SubtotalsFunctions.java | 72 scSubTotalsGroup1Dialog.ok(); in testAverage() 91 scSubTotalsGroup1Dialog.ok(); in testCountNumbersOnly() 109 scSubTotalsGroup1Dialog.ok(); in testMax() 127 scSubTotalsGroup1Dialog.ok(); in testMin() 145 scSubTotalsGroup1Dialog.ok(); in testProduct() 164 scSubTotalsGroup1Dialog.ok(); in testStDevPPopulation() 182 scSubTotalsGroup1Dialog.ok(); in testSum() 200 scSubTotalsGroup1Dialog.ok(); in testVarSample() 270 scSubTotalsGroup1Dialog.ok(); in testUsingAllGroup() 291 scSubTotalsGroup1Dialog.ok(); in testRecalculateAfterRowDeleted() [all …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/document/ |
H A D | _XTypeDetection.java | 88 boolean ok = true; in _queryTypeByDescriptor() 97 ok = type.indexOf("writer") > -1; in _queryTypeByDescriptor() 98 result &= ok; in _queryTypeByDescriptor() 99 log.println("flat detection should detect a writer and has detected '"+ type +"': " + ok); in _queryTypeByDescriptor() 102 ok = type.indexOf("calc") > -1; in _queryTypeByDescriptor() 103 result &= ok; in _queryTypeByDescriptor() 104 log.println("deep detection should detect a calc and has detected '"+ type +"': " + ok); in _queryTypeByDescriptor() 112 ok = type.indexOf("writer") > -1; in _queryTypeByDescriptor() 113 result &= ok; in _queryTypeByDescriptor() 114 log.println("deep detection should detect a writer and has detected '"+ type +"': " + ok); in _queryTypeByDescriptor()
|
/aoo4110/main/qadevOOo/tests/java/ifc/frame/ |
H A D | _XModuleManager.java | 111 boolean ok = true; in _identify() 113 ok &= testSequenze(xFrameSeq); in _identify() 115 ok &= testSequenze(xControllerSeq); in _identify() 117 ok &= testSequenze(xModelSeq); in _identify() 118 tRes.tested("identify()", ok); in _identify() 131 boolean ok = true; in testSequenze() 137 ok &= ok; in testSequenze() 142 ok = false; in testSequenze() 155 return ok; in testSequenze()
|
/aoo4110/test/testgui/source/bvt/gui/ |
H A D | BasicFunctionTest.java | 98 pdfGeneralPage.ok(); in testExportAsPDF() 121 activeMsgBox.ok(); in testPrinter() 174 runMacroDlg.ok(); in testRunMacro() 187 aboutDialog.ok(); in testHelp() 369 fillSeriesDlg.ok(); in testFillInSpreadsheet() 399 sortPage.ok(); in testSort() 420 sortPage.ok(); in testSort() 438 sortPage.ok(); in testSort() 503 chartWizard.ok(); in testInsertChartInSpreadsheet() 548 insertTable.ok(); in testInsertTableInDraw() [all …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XPropertyContainer.java | 78 boolean ok = true; in _addProperty() 110 ok &= test; in _addProperty() 144 ok &= test; in _addProperty() 179 ok &= test; in _addProperty() 215 ok &= test; in _addProperty() 217 tRes.tested("addProperty()", ok ); in _addProperty() 229 boolean ok = true; in _removeProperty() 249 ok &= test; in _removeProperty() 275 ok &= test; in _removeProperty() 300 tRes.tested("removeProperty()", ok ); in _removeProperty()
|
H A D | _XPropertyAccess.java | 77 boolean ok = true; in _getPropertyValues() 87 ok=false; in _getPropertyValues() 92 ok =false; in _getPropertyValues() 95 tRes.tested("getPropertyValues()", ok ); in _getPropertyValues() 112 boolean ok = true; in _setPropertyValues() 145 ok &= test; in _setPropertyValues() 182 ok &= test; in _setPropertyValues() 217 ok &= test; in _setPropertyValues() 225 tRes.tested("setPropertyValues()", ok); in _setPropertyValues()
|
/aoo4110/main/qadevOOo/tests/java/ifc/container/ |
H A D | _XNameReplace.java | 129 boolean ok; in _replaceByName() 137 ok = compareRanges(old, newEl); in _replaceByName() 139 ok = ! ValueComparer.equalValue(old, newEl); in _replaceByName() 141 result &= ok; in _replaceByName() 142 log.println("result of replace: " + ok); in _replaceByName() 148 ok = ! compareRanges(old, origEl); in _replaceByName() 150 ok = ValueComparer.equalValue(old, origEl); in _replaceByName() 153 result &= ok; in _replaceByName() 154 log.println("result of replace back: " + ok); in _replaceByName()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.cxx | 369 int error = ok; in parseGlobals() 663 int pos = 0, error = ok, tokenlen; in parseCharWidths() 767 return ok; in reallocFontMetrics() 783 return ok; in reallocFontMetrics() 816 int error = ok, count = 0, tokenlen; in parseCharMetrics() 975 int pos = 0, error = ok, tcount = 0, tokenlen; in parseTrackKernData() 1053 if (error == ok && tcount != fi->numOfTracks) in parseTrackKernData() 1057 if (error == ok && tcount != fi->numOfTracks) in parseTrackKernData() 1184 if (error == ok && pcount != fi->numOfPairs) in parsePairKernData() 1319 if (error == ok && ccount != fi->numOfComps) in parseCompCharData() [all …]
|
/aoo4110/test/testgui/source/svt/gui/sc/ |
H A D | BasicFuncOnCalc.java | 178 sortPage.ok(); in saveNewSCWithDataSort() 193 scInsertSheetDlg.ok(); in saveNewSCWithInsertSheets() 213 standardFilterDlg.ok(); in saveNewSCWithStandardFilter() 248 scInsertSheetDlg.ok(); in saveNewSCWithValidaty() 262 scValidityErrorAlertTabPage.ok(); in saveNewSCWithValidaty() 266 activeMsgBox.ok(); in saveNewSCWithValidaty() 271 activeMsgBox.ok(); in saveNewSCWithValidaty() 299 scInsertSheetDlg.ok(); in insertChartToOpenedSC() 306 chartWizard.ok(); in insertChartToOpenedSC() 335 scInsertSheetDlg.ok(); in insertPicToOpenedSC() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impimagetree.cxx | 237 bool ok = u.Append(b.makeStringAndClear(), INetURLObject::ENCODE_ALL); in resetZips() local 238 OSL_ASSERT(ok); (void) ok; in resetZips() 263 bool ok = u.Append(b.makeStringAndClear(), INetURLObject::ENCODE_ALL); in resetZips() local 264 OSL_ASSERT(ok); (void) ok; in resetZips() 338 bool ok = i->second->getByName(*j) >>= s; in find() local 339 OSL_ASSERT(ok); (void) ok; in find()
|
/aoo4110/test/testgui/source/svt/gui/sw/ |
H A D | BasicFuncOnWriter.java | 120 bulletPage.ok(); in saveNewSWWithBullet() 169 activeMsgBox.ok(); in saveNewSWWithSpellCheck() 207 writerFrameDlg.ok(); in saveNewSWWithFrameAnchor() 238 insertObject.ok(); in saveNewSWWithSDAsOLE() 286 insertIndexDlg.ok(); in saveNewSWWithTOC() 309 writerSplitCellDlg.ok(); in splitMergeTableOnOpenedSW() 341 writerInsertRowsDlg.ok(); in addDelColumnsRowsInTableOnOpenedSW() 348 writerInsertColumnsDlg.ok(); in addDelColumnsRowsInTableOnOpenedSW() 375 alignPage.ok(); in setParaPropertoesOnOpenedSW() 421 insertObject.ok(); in InsertOLEToOpenedSW()
|
/aoo4110/main/soltools/giparser/ |
H A D | gi_parse.cxx | 68 eErrorCode(ok), in GenericInfo_Parser() 130 if ( nLevel > 0 && eErrorCode == ok) in LoadList() 143 return eErrorCode == ok; in LoadList() 162 return eErrorCode == ok; in SaveList() 173 eErrorCode = ok; in ResetState() 187 eErrorCode = ok; in ResetState()
|
/aoo4110/test/testgui/source/fvt/gui/sd/table/ |
H A D | TableBackgroundProperty.java | 61 insertTable.ok(); in testTableBackgroundPropertyDialog() 75 areaAreapage.ok(); in testTableBackgroundPropertyDialog() 85 areaAreapage.ok(); in testTableBackgroundPropertyDialog() 95 areaAreapage.ok(); in testTableBackgroundPropertyDialog() 105 areaAreapage.ok(); in testTableBackgroundPropertyDialog()
|
/aoo4110/test/testgui/source/fvt/gui/sc/sheet/ |
H A D | Sheets.java | 69 scInsertSheetDlg.ok(); in testInsertMultipleSheet() 79 scSelectSheetsDlg.ok(); in testInsertMultipleSheet() 92 scInsertSheetDlg.ok(); in testInsertOneSheet() 100 scSelectSheetsDlg.ok(); in testInsertOneSheet()
|
/aoo4110/main/svl/qa/ |
H A D | test_URIHelper.cxx | 288 bool ok = tests[i].relative == 0 in testNormalizedMakeRelative() local 292 if (!ok) { in testNormalizedMakeRelative() 318 CPPUNIT_ASSERT_MESSAGE(msg.getStr(), ok); in testNormalizedMakeRelative() 419 bool ok = tests[i].result == 0 in testFindFirstURLInText() local 425 if (!ok) { in testFindFirstURLInText() 445 CPPUNIT_ASSERT_MESSAGE(msg.getStr(), ok); in testFindFirstURLInText()
|
/aoo4110/test/testgui/source/fvt/gui/formula/catalog/ |
H A D | SymbolsFromCatalog.java | 92 mathEditSymbolsDlg.ok(); in testAddSymbolFromCatalog() 124 mathEditSymbolsDlg.ok(); in testModifySymbolFontFromCatalog() 150 mathEditSymbolsDlg.ok(); in testModifySymbolTypefaceFromCatalog() 170 mathEditSymbolsDlg.ok(); in testDeleteSymbolFromCatalog()
|
/aoo4110/main/qadevOOo/tests/java/ifc/loader/ |
H A D | _XImplementationLoader.java | 143 boolean ok = true ; in _activate() 163 ok = false ; in _activate() 170 ok = false ; in _activate() 174 tRes.tested("activate()", ok) ; in _activate()
|
/aoo4110/main/cosv/source/service/ |
H A D | commandline.cxx | 263 bool ok = Include_Options(aOptionFile); in Try2Include_Options() local 268 return ok; in Try2Include_Options() 276 bool ok = Load_Options(aIncludedText, i_optionsFile); in Include_Options() local 277 if (NOT ok) in Include_Options() local
|
/aoo4110/test/testgui/source/svt/gui/ |
H A D | TestSample.java | 193 alienFormatDlg.ok(); in testWriter() 220 alienFormatDlg.ok(); in testCalc() 227 msgBox_AdditionalRowsNotSaved.ok(); in testCalc() 261 alienFormatDlg.ok(); in testImpress()
|
/aoo4110/main/autodoc/source/exes/adc_uni/ |
H A D | adc_cl.cxx | 279 ok = true; in Run() local 281 ok AND it != aCommands.end(); in Run() 284 ok = (*it)->Run(); in Run() 297 return ok ? 0 : 1; in Run()
|
/aoo4110/main/ure/source/uretest/ |
H A D | Tester.java | 39 boolean ok = false; in testService() 43 ok = true; in testService() 45 if (!ok) { in testService()
|