Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 25 of 100) sorted by relevance

1234

/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDialogSetting.java89 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_XSingleSelectQueryComposer.java169 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 …]
/trunk/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java73 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()
216 swTableBorder.ok(); in testTableBorderLineStyle()
242 swTableAutoFMT.ok(); in testTableAutoFormat()
247 writerInsertTable.ok(); in testTableAutoFormat()
[all …]
/trunk/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java187 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 …]
/trunk/test/testgui/source/fvt/gui/sc/subtotals/
H A DSubtotalsFunctions.java72 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XTypeDetection.java88 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XModuleManager.java111 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()
/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java103 pdfGeneralPage.ok(); in testExportAsPDF()
126 activeMsgBox.ok(); in testPrinter()
179 runMacroDlg.ok(); in testRunMacro()
193 aboutDialog.ok(); in testHelp()
406 fillSeriesDlg.ok(); in testFillInSpreadsheet()
436 sortPage.ok(); in testSort()
457 sortPage.ok(); in testSort()
475 sortPage.ok(); in testSort()
540 chartWizard.ok(); in testInsertChartInSpreadsheet()
585 insertTable.ok(); in testInsertTableInDraw()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyContainer.java78 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.java77 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XNameReplace.java129 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()
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx369 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 …]
/trunk/test/testgui/source/svt/gui/sc/
H A DBasicFuncOnCalc.java178 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 …]
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx237 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()
/trunk/test/testgui/source/svt/gui/sw/
H A DBasicFuncOnWriter.java120 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()
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx68 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()
/trunk/test/testgui/source/fvt/gui/sd/table/
H A DTableBackgroundProperty.java61 insertTable.ok(); in testTableBackgroundPropertyDialog()
75 areaAreapage.ok(); in testTableBackgroundPropertyDialog()
85 areaAreapage.ok(); in testTableBackgroundPropertyDialog()
95 areaAreapage.ok(); in testTableBackgroundPropertyDialog()
105 areaAreapage.ok(); in testTableBackgroundPropertyDialog()
/trunk/main/svl/qa/
H A Dtest_URIHelper.cxx283 bool ok = tests[i].relative == 0 in TEST_F() local
287 if (!ok) { in TEST_F()
313 ASSERT_TRUE(ok) << msg.getStr(); in TEST_F()
416 bool ok = tests[i].result == 0 in TEST_F() local
422 if (!ok) { in TEST_F()
442 ASSERT_TRUE(ok) << msg.getStr(); in TEST_F()
/trunk/test/testgui/source/fvt/gui/sc/sheet/
H A DSheets.java69 scInsertSheetDlg.ok(); in testInsertMultipleSheet()
79 scSelectSheetsDlg.ok(); in testInsertMultipleSheet()
92 scInsertSheetDlg.ok(); in testInsertOneSheet()
100 scSelectSheetsDlg.ok(); in testInsertOneSheet()
/trunk/test/testgui/source/fvt/gui/formula/catalog/
H A DSymbolsFromCatalog.java92 mathEditSymbolsDlg.ok(); in testAddSymbolFromCatalog()
124 mathEditSymbolsDlg.ok(); in testModifySymbolFontFromCatalog()
150 mathEditSymbolsDlg.ok(); in testModifySymbolTypefaceFromCatalog()
170 mathEditSymbolsDlg.ok(); in testDeleteSymbolFromCatalog()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/loader/
H A D_XImplementationLoader.java143 boolean ok = true ; in _activate()
163 ok = false ; in _activate()
170 ok = false ; in _activate()
174 tRes.tested("activate()", ok) ; in _activate()
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java189 scSelectSheetsDlg.ok(); in insertSheetFromFileLinkedNormal()
220 scInsertSheetDlg.ok(); in insertSheetFromFileLinkedNormal()
404 scSelectSheetsDlg.ok(); in insertSheetFromFileLinkedValue()
435 scInsertSheetDlg.ok(); in insertSheetFromFileLinkedValue()
622 scSelectSheetsDlg.ok(); in insertSheetFromFileLinkedNone()
653 scInsertSheetDlg.ok(); in insertSheetFromFileLinkedNone()
H A DInsertCalcSheetTest.java189 scSelectSheetsDlg.ok(); in insertSheetFromFileLinkedNormal()
220 scInsertSheetDlg.ok(); in insertSheetFromFileLinkedNormal()
404 scSelectSheetsDlg.ok(); in insertSheetFromFileLinkedValue()
435 scInsertSheetDlg.ok(); in insertSheetFromFileLinkedValue()
623 scSelectSheetsDlg.ok(); in insertSheetFromFileLinkedNone()
654 scInsertSheetDlg.ok(); in insertSheetFromFileLinkedNone()
/trunk/main/autodoc/source/cosv/service/
H A Dcommandline.cxx263 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
/trunk/test/testgui/source/svt/gui/
H A DTestSample.java193 alienFormatDlg.ok(); in testWriter()
220 alienFormatDlg.ok(); in testCalc()
227 msgBox_AdditionalRowsNotSaved.ok(); in testCalc()
261 alienFormatDlg.ok(); in testImpress()

Completed in 114 milliseconds

1234