Home
last modified time | relevance | path

Searched refs:bOK (Results 1 – 25 of 179) sorted by relevance

12345678

/AOO41X/main/qadevOOo/tests/java/ifc/awt/tree/
H A D_XTreeControl.java222 boolean bOK = true; in _isNodeExpanded()
231 bOK = false; in _isNodeExpanded()
242 bOK = false; in _isNodeExpanded()
245 bOK = false; in _isNodeExpanded()
255 bOK = false; in _isNodeExpanded()
258 bOK = false; in _isNodeExpanded()
266 bOK &= (isExpanded != isAlsoExpanded); in _isNodeExpanded()
268 log.println("node is expanded: " + isAlsoExpanded + " => " + bOK); in _isNodeExpanded()
271 bOK = false; in _isNodeExpanded()
275 tRes.tested("isNodeExpanded()", bOK); in _isNodeExpanded()
[all …]
H A D_XMutableTreeNode.java71 boolean bOK = true; in _appendChild()
81 bOK = false; in _appendChild()
89 bOK = false; in _appendChild()
99 bOK = false; in _appendChild()
104 tRes.tested("appendChild()", bOK); in _appendChild()
108 boolean bOK = true; in _insertChildByIndex()
117 bOK = false; in _insertChildByIndex()
120 bOK = false; in _insertChildByIndex()
127 bOK = false; in _insertChildByIndex()
132 bOK = false; in _insertChildByIndex()
[all …]
H A D_XTreeNode.java99 boolean bOK = true; in _getChildAt()
110 bOK = false; in _getChildAt()
114 tRes.tested("getChildAt()", bOK); in _getChildAt()
120 boolean bOK = true; in _getChildCount()
125 bOK = false; in _getChildCount()
127 tRes.tested("getChildCount()", bOK); in _getChildCount()
134 boolean bOK = true; in _getParent()
147 bOK = oObj.equals(xParrent); in _getParent()
148 log.println("original object and parrent should be the same: " + bOK); in _getParent()
149 tRes.tested("getParent()", bOK); in _getParent()
[all …]
H A D_XTreeDataModel.java133 boolean bOK = true; in _getRoot()
136 tRes.tested("getRoot()", bOK); in _getRoot()
142 boolean bOK = true; in _addTreeDataModelListener()
155 bOK = mTreeStructureChanged1 & mTreeStructureChanged2; in _addTreeDataModelListener()
157 tRes.tested("addTreeDataModelListener()", bOK); in _addTreeDataModelListener()
162 boolean bOK = true; in _removeTreeDataModelListener()
172 bOK = mTreeStructureChanged1 & ! mTreeStructureChanged2; in _removeTreeDataModelListener()
174 tRes.tested("removeTreeDataModelListener()", bOK); in _removeTreeDataModelListener()
/AOO41X/main/qadevOOo/tests/java/ifc/view/
H A D_XMultiSelectionSupplier.java83 boolean bOK = true; in _addSelection()
90 bOK &= (count == 0); in _addSelection()
92 …if ( ! bOK) log.println("ERROR: after clear selection I got a selection count of '" + count + "' =… in _addSelection()
100 bOK = false; in _addSelection()
106 bOK = false; in _addSelection()
119 bOK = false; in _addSelection()
128 bOK = false; in _addSelection()
133 tRes.tested("addSelection()", bOK); in _addSelection()
139 boolean bOK = true; in _removeSelection()
146 bOK &= (count == 0); in _removeSelection()
[all …]
/AOO41X/main/sw/source/ui/uno/
H A Dunomailmerge.cxx494 sal_Bool bOK = sal_True; in execute() local
496 bOK = rValue >>= aCurSelection; in execute()
498 bOK = rValue >>= xCurResultSet; in execute()
500 bOK = rValue >>= xCurConnection; in execute()
504 bOK = rValue >>= aCurDataSourceName; in execute()
506 bOK = rValue >>= aCurDataCommand; in execute()
508 bOK = rValue >>= aCurFilter; in execute()
511 bOK = rValue >>= aCurDocumentURL; in execute()
518 bOK = rValue >>= aCurOutputURL; in execute()
528 bOK = rValue >>= aCurFileNamePrefix; in execute()
[all …]
/AOO41X/main/sfx2/source/appl/
H A Dappuno.cxx538 sal_Bool bOK = (rProp.Value >>= xVal); in TransformParameters() local
539 DBG_ASSERT( bOK, "invalid type for StatusIndicator" ); in TransformParameters()
540 if (bOK && xVal.is()) in TransformParameters()
546 sal_Bool bOK = (rProp.Value >>= xVal); in TransformParameters() local
547 DBG_ASSERT( bOK, "invalid type for InteractionHandler" ); in TransformParameters()
548 if (bOK && xVal.is()) in TransformParameters()
558 sal_Bool bOK = ((rProp.Value >>= xVal) && xVal.is()); in TransformParameters() local
559 DBG_ASSERT( bOK, "invalid type for InputStream" ); in TransformParameters()
560 if (bOK) in TransformParameters()
566 sal_Bool bOK = ((rProp.Value >>= xVal) && xVal.is()); in TransformParameters() local
[all …]
/AOO41X/main/sal/qa/osl/socket/
H A Dosl_SocketAddr.cxx306 … sal_Bool bOK = compareUString( suResult, rtl::OUString::createFromAscii("sceri.PRC.Sun.COM") ); in getHostname_001() local
309 if ( bOK == sal_False) in getHostname_001()
313 bOK = sal_True; in getHostname_001()
315 CPPUNIT_ASSERT_MESSAGE( suError, sal_True == bOK); in getHostname_001()
327 sal_Bool bOK = saSocketAddr.setHostname( suHostname ); in getHostname_002() local
328 CPPUNIT_ASSERT_MESSAGE("#SocketAddr.setHostname failed", sal_True == bOK ); in getHostname_002()
334 bOK = compareUString( suResult, suHostname ); in getHostname_002()
335 if ( bOK == sal_False) in getHostname_002()
341 bOK = sal_True; in getHostname_002()
345 CPPUNIT_ASSERT_MESSAGE( suError, sal_True == bOK ); in getHostname_002()
[all …]
H A Dosl_Socket.cxx627 sal_Bool bOK; member in AcceptorThread
653 bOK = sal_True; in run()
661 bOK = sal_False; in AcceptorThread()
664 sal_Bool isOK() { return bOK; } in isOK()
930 sal_Bool bOK = compareUString( suResult, aHostName4 ); in getHostname_001() local
933 if ( bOK == sal_False) in getHostname_001()
936 bOK = sal_True; in getHostname_001()
938 CPPUNIT_ASSERT_MESSAGE( suError, sal_True == bOK); in getHostname_001()
949 sal_Bool bOK = saSocketAddr.setHostname( suHostname ); in getHostname_002() local
950 CPPUNIT_ASSERT_MESSAGE("#SocketAddr.setHostname failed", sal_True == bOK ); in getHostname_002()
[all …]
H A Dosl_Socket2.cxx88 sal_Bool bOK; member in AcceptorThread
114 bOK = sal_True; in run()
122 bOK = sal_False; in AcceptorThread()
125 sal_Bool isOK() { return bOK; } in isOK()
451 … sal_Bool bOK = compareUString( saLocalSocketAddr.getHostname( 0 ), sSocket.getLocalHost() ) ; in getLocalAddr_001() local
454 sal_True == bOK ); in getLocalAddr_001()
496 sal_Bool bOK = ( IP_PORT_MYPORT7 == sSocket.getLocalPort( ) ); in getLocalPort_001() local
499 sal_True == bOK ); in getLocalPort_001()
521 sal_Bool bOK = ( OSL_INVALID_PORT == sSocket.getLocalPort( ) ); in getLocalPort_002() local
522 (void)bOK; in getLocalPort_002()
[all …]
/AOO41X/main/framework/source/jobs/
H A Djoburl.cxx402 sal_Bool bOK = sal_True; in impldbg_checkURL() local
408 bOK = !aURL.isValid(); in impldbg_checkURL()
412 (bOK ) && in impldbg_checkURL()
416 bOK = ( in impldbg_checkURL()
423 if (bOK && pExpectedEventArgs!=NULL) in impldbg_checkURL()
425 bOK = ( in impldbg_checkURL()
434 (bOK ) && in impldbg_checkURL()
438 bOK = ( in impldbg_checkURL()
448 (bOK ) && in impldbg_checkURL()
452 bOK = ( in impldbg_checkURL()
[all …]
/AOO41X/main/sw/source/filter/ww1/
H A Dw1class.cxx52 bOK = 0 == rStream.Seek(0) && in Ww1Fib()
60 ulSeek(0), bOK(true) in Ww1PlainText()
227 bOK(sal_False) in Ww1StyleSheet()
251 bOK = cbStshf == 0; in Ww1StyleSheet()
328 : pFontA(0), rFib(rInFib), nFieldFlags(nFieldFlgs), nMax(0), bOK(false) in Ww1Fonts()
381 bOK = sal_True; in Ww1Fonts()
403 bOK = rFib.GetStream().Seek(rFib.GetFIB().fcDopGet()) == in Ww1Dop()
410 : bOK(false), pPic(0) in Ww1Picture()
422 bOK = true; in Ww1Picture()
430 bOK(sal_False), in Ww1Sprm()
[all …]
H A Dw1class.hxx108 sal_Bool bOK; member in Ww1Fib
114 sal_Bool GetError() { return !bOK; } in GetError()
126 sal_Bool bOK; member in Ww1Dop
130 return !bOK; } in GetError()
149 sal_Bool bOK; member in Ww1PlainText
173 sal_Bool GetError() { return !bOK; } in GetError()
288 sal_Bool bOK; member in Ww1StyleSheet
308 return !bOK; } in GetError()
324 sal_Bool bOK; member in Ww1Fonts
336 return !bOK; } in GetError()
[all …]
/AOO41X/main/ucb/workben/ucb/
H A Dsrcharg.cxx369 bool bOK = true; in parseSearchArgument() local
371 if (bOK && r != pEnd && INetMIME::isDigit(*r)) in parseSearchArgument()
374 bOK = false; in parseSearchArgument()
375 if (bOK && r != pEnd && INetMIME::isDigit(*r)) in parseSearchArgument()
377 if (!(bOK && r != pEnd && *r++ == '/')) in parseSearchArgument()
378 bOK = false; in parseSearchArgument()
380 if (bOK && r != pEnd && INetMIME::isDigit(*r)) in parseSearchArgument()
383 bOK = false; in parseSearchArgument()
384 if (bOK && r != pEnd && INetMIME::isDigit(*r)) in parseSearchArgument()
386 if (!(bOK && r != pEnd && *r++ == '/')) in parseSearchArgument()
[all …]
/AOO41X/main/framework/source/helper/
H A Doframes.cxx438 sal_Bool bOK = sal_True; in impldbg_checkParameter_OFramesCtor() local
448 bOK = sal_False ; in impldbg_checkParameter_OFramesCtor()
451 return bOK ; in impldbg_checkParameter_OFramesCtor()
460 sal_Bool bOK = sal_True; in impldbg_checkParameter_append() local
467 bOK = sal_False ; in impldbg_checkParameter_append()
470 return bOK ; in impldbg_checkParameter_append()
479 sal_Bool bOK = sal_True; in impldbg_checkParameter_remove() local
486 bOK = sal_False ; in impldbg_checkParameter_remove()
489 return bOK ; in impldbg_checkParameter_remove()
498 sal_Bool bOK = sal_True; in impldbg_checkParameter_queryFrames() local
[all …]
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx480 sal_Bool bOK = sal_False; in drawNativeControl() local
519 bOK = true; in drawNativeControl()
531 bOK = true; in drawNativeControl()
547 bOK = true; in drawNativeControl()
584 bOK = true; in drawNativeControl()
606 bOK = true; in drawNativeControl()
670 bOK = true; in drawNativeControl()
700 bOK = true; in drawNativeControl()
758 bOK = true; in drawNativeControl()
787 bOK = true; in drawNativeControl()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleContext.java93 boolean bOK = true; in _getAccessibleChild()
164 bOK = false; in _getAccessibleChild()
175 bOK = false; in _getAccessibleChild()
179 tRes.tested("getAccessibleChild()", bOK); in _getAccessibleChild()
209 boolean bOK = true; in _getAccessibleIndexInParent()
217 bOK &= false; in _getAccessibleIndexInParent()
219 bOK &= AccessibilityTools.equals(parentAC.getAccessibleChild( in _getAccessibleIndexInParent()
225 if (!bOK) { in _getAccessibleIndexInParent()
237 bOK = false; in _getAccessibleIndexInParent()
240 tRes.tested("getAccessibleIndexInParent()", bOK); in _getAccessibleIndexInParent()
/AOO41X/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleContext.java98 boolean bOK = true; in _getAccessibleChild()
130 bOK = false; in _getAccessibleChild()
136 bOK = false; in _getAccessibleChild()
140 return bOK; in _getAccessibleChild()
171 boolean bOK = true; in _getAccessibleIndexInParent()
176 bOK &= AccessibilityTools.equals( in _getAccessibleIndexInParent()
178 if (!bOK) { in _getAccessibleIndexInParent()
185 bOK = false; in _getAccessibleIndexInParent()
187 return bOK; in _getAccessibleIndexInParent()
/AOO41X/main/qadevOOo/tests/java/ifc/lang/
H A D_XSingleServiceFactory.java95 boolean bOK = Inst != null ; in _createInstance()
97 if (mustSupport != null && bOK) { in _createInstance()
104 bOK &= ifc != null ; in _createInstance()
109 (negative && Inst == null) || (!negative && bOK)); in _createInstance()
137 boolean bOK = true ; in _createInstanceWithArguments()
140 bOK &= Inst != null ; in _createInstanceWithArguments()
149 bOK &= ifc != null ; in _createInstanceWithArguments()
153 tRes.tested("createInstanceWithArguments()", bOK); in _createInstanceWithArguments()
/AOO41X/main/soltools/testSHL/util/
H A DtstMgr.cxx66 sal_Bool bOK = sal_False; in test_Entries() local
69 bOK = sal_True; in test_Entries()
79 bOK &= oRes.getState(); in test_Entries()
86 return ( bOK ); in test_Entries()
105 sal_Bool bOK = sal_False; in test_EntriesFromFile() local
109 sal_Bool bOK = test_Entries( entries, logName ); in test_EntriesFromFile() local
120 bOK = test_Entry( fName ); in test_EntriesFromFile()
122 return ( bOK ); in test_EntriesFromFile()
/AOO41X/main/vcl/source/fontsubset/
H A Dfontsubset.cxx94 bool bOK = false; in CreateFontSubset() local
101 bOK = CreateFontSubsetFromSfnt( pOutGlyphWidths); in CreateFontSubset()
104 bOK = CreateFontSubsetFromCff( pOutGlyphWidths); in CreateFontSubset()
109 bOK = CreateFontSubsetFromType1( pOutGlyphWidths); in CreateFontSubset()
119 return bOK; in CreateFontSubset()
133 const bool bOK = CreateFontSubsetFromCff( pOutGlyphWidths); in CreateFontSubsetFromSfnt() local
134 return bOK; in CreateFontSubsetFromSfnt()
/AOO41X/main/sd/source/ui/app/
H A Dsdxfer.cxx487 sal_Bool bOK = sal_False; in GetData() local
493 bOK = SetTableRTF( mpSdDrawDocument, rFlavor ); in GetData()
507 bOK = SetGDIMetaFile( mpGraphic->GetGDIMetaFile(), rFlavor ); in GetData()
509 bOK = SetAny( mpOLEDataHelper->GetAny( rFlavor ), rFlavor ); in GetData()
518 bOK = SetTransferableObjectDescriptor( *mpObjDesc, rFlavor ); in GetData()
535 bOK = SetObject( pDoc, SDTRANSFER_OBJECTTYPE_DRAWMODEL, rFlavor ); in GetData()
552 bOK = SetGDIMetaFile( mpSdViewIntern->GetMarkedObjMetaFile(true), rFlavor ); in GetData()
557 bOK = SetBitmapEx( mpSdViewIntern->GetMarkedObjBitmapEx(true), rFlavor ); in GetData()
561 bOK = SetString( mpBookmark->GetURL(), rFlavor ); in GetData()
565 bOK = SetGraphic( *mpGraphic, rFlavor ); in GetData()
[all …]
/AOO41X/main/xmloff/source/style/
H A DXMLBackgroundImageContext.cxx209 sal_Bool bOK = sal_True; in ProcessAttrs() local
210 while( bOK && aTokenEnum.getNextToken( aToken ) ) in ProcessAttrs()
214 bOK = sal_False; in ProcessAttrs()
242 bOK = sal_False; in ProcessAttrs()
265 bOK = sal_False; in ProcessAttrs()
277 bOK = sal_False; in ProcessAttrs()
282 bOK = sal_False; in ProcessAttrs()
286 bOK &= GraphicLocation_NONE != eNewPos; in ProcessAttrs()
287 if( bOK ) in ProcessAttrs()
/AOO41X/main/framework/source/dispatch/
H A Dmenudispatcher.cxx425 sal_Bool bOK = sal_True; in impldbg_checkParameter_MenuDispatcher() local
434 bOK = sal_False ; in impldbg_checkParameter_MenuDispatcher()
437 return bOK ; in impldbg_checkParameter_MenuDispatcher()
447 sal_Bool bOK = sal_True; in impldbg_checkParameter_addStatusListener() local
455 bOK = sal_False ; in impldbg_checkParameter_addStatusListener()
458 return bOK ; in impldbg_checkParameter_addStatusListener()
468 sal_Bool bOK = sal_True; in impldbg_checkParameter_removeStatusListener() local
476 bOK = sal_False ; in impldbg_checkParameter_removeStatusListener()
479 return bOK ; in impldbg_checkParameter_removeStatusListener()
/AOO41X/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1010 sal_Bool bOK = sal_True; in ExecuteRow() local
1014bOK = m_pTable->fetchRow(m_aEvaluateRow, m_pTable->getTableColumns().getBody(), sal_True,sal_True); in ExecuteRow()
1017 if (bOK) in ExecuteRow()
1026 sal_Bool bOK = sal_True; in ExecuteRow() local
1029bOK = m_pTable->fetchRow(m_aEvaluateRow, m_pTable->getTableColumns().getBody(), sal_True,sal_True); in ExecuteRow()
1031 if (bOK) in ExecuteRow()
1123 sal_Bool bOK = sal_True; in Move() local
1125 while (bOK && m_nRowPos >= (sal_Int32)m_pFileSet->get().size()) in Move()
1135bOK = ExecuteRow(IResultSetHelper::BOOKMARK,*m_aEvaluateIter,sal_True, bRetrieveData); in Move()
1140bOK = ExecuteRow(IResultSetHelper::BOOKMARK,*m_aEvaluateIter,sal_True, bRetrieveData); in Move()
[all …]

12345678