/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetCellCursor.java | 114 bResult = true; in _collapseToCurrentArray() 116 bResult = false; in _collapseToCurrentArray() 129 bResult = false ; in _collapseToCurrentArray() 172 bResult = false ; in _collapseToCurrentRegion() 179 if (bResult) { in _collapseToCurrentRegion() 242 bResult = false; in _collapseToMergedArea() 273 bResult &= true; in _collapseToMergedArea() 275 bResult = false; in _collapseToMergedArea() 310 bResult = true ; in _collapseToSize() 347 bResult = true ; in _expandToEntireColumns() [all …]
|
H A D | _XNamedRanges.java | 88 boolean bResult = true; in _addNewByName() 112 bResult = false; in _addNewByName() 117 bResult &= oObj.hasByName(name); in _addNewByName() 130 boolean bResult = true; in _addNewFromTitles() 207 bResult = false; in _addNewFromTitles() 210 bResult = false; in _addNewFromTitles() 213 bResult = false; in _addNewFromTitles() 226 boolean bResult = true; in _outputList() 246 bResult = false; in _outputList() 265 boolean bResult = true; in _removeByName() [all …]
|
H A D | _XDataPilotDescriptor.java | 93 boolean bResult = true; in _getSourceRange() 96 bResult &= objRA.Sheet == CRA.Sheet; in _getSourceRange() 99 bResult &= objRA.EndRow == CRA.EndRow; in _getSourceRange() 142 boolean bResult = true; in _getTag() 145 bResult &= objTag.equals(sTag); in _getTag() 147 tRes.tested("getTag()", bResult); in _getTag() 169 boolean bResult = true; in _getDataPilotFields() 283 boolean bResult = CheckNames(IA, 0); in _getColumnFields() 300 boolean bResult = CheckNames(IA, 2); in _getDataFields() 317 boolean bResult = CheckNames(IA, 3); in _getHiddenFields() [all …]
|
H A D | _XDataPilotTables.java | 91 boolean bResult = true; in _insertNewByName() 95 bResult &= oSheet.getCellByPosition in _insertNewByName() 99 bResult = false; in _insertNewByName() 102 log.println(bResult ? "OK" : "FAILED"); in _insertNewByName() 108 bResult = false; in _insertNewByName() 128 boolean bResult = true; in _removeByName() 132 bResult &= oSheet.getCellByPosition in _removeByName() 136 bResult = false; in _removeByName() 138 log.println(bResult ? "OK" : "FAILED"); in _removeByName() 143 bResult = false; in _removeByName() [all …]
|
H A D | _XAreaLink.java | 55 boolean bResult = false; in _getDestArea() 57 if (!(oORAdd == null)){ bResult = true; } in _getDestArea() 58 tRes.tested("getDestArea()", bResult) ; in _getDestArea() 68 boolean bResult = false; in _getSourceArea() 71 if (!(src == null)){ bResult = true; } in _getSourceArea() 72 tRes.tested("getSourceArea()", bResult) ; in _getSourceArea() 86 boolean bResult = false; in _setDestArea() 110 bResult = true; in _setDestArea() 113 tRes.tested("setDestArea()", bResult) ; in _setDestArea() 123 boolean bResult = false; in _setSourceArea() [all …]
|
H A D | _XRecentFunctions.java | 82 boolean bResult = true; in _getRecentFunctionIds() 88 bResult &= (iNumber <= iMaxNumber); in _getRecentFunctionIds() 90 bResult &= (IDs != null); in _getRecentFunctionIds() 91 if (bResult) { in _getRecentFunctionIds() 94 bResult &= (IDs[i] != IDs[j]); in _getRecentFunctionIds() 98 tRes.tested("getRecentFunctionIds()", bResult); in _getRecentFunctionIds() 116 boolean bResult = true; in _setRecentFunctionIds() 127 bResult &= (oObj.getRecentFunctionIds().length == 0); in _setRecentFunctionIds() 151 bResult = false; in _setRecentFunctionIds() 154 bResult = false; in _setRecentFunctionIds() [all …]
|
H A D | _XDatabaseRanges.java | 55 boolean bResult = true; in _addNewByName() 63 bResult &= oObj.hasByName(name); in _addNewByName() 65 if (bResult) log.println("Ok"); in _addNewByName() 71 bResult = false; in _addNewByName() 74 bResult = true; in _addNewByName() 77 tRes.tested("addNewByName()", bResult); in _addNewByName() 92 boolean bResult = true; in _removeByName() 99 bResult &= !oObj.hasByName(name); in _removeByName() 102 bResult = false; in _removeByName() 110 bResult = false; in _removeByName() [all …]
|
H A D | _XDDELink.java | 61 boolean bResult = false; in _getApplication() 67 bResult = oAppl.equals(oObj.getApplication()); in _getApplication() 68 tRes.tested("getApplication()", bResult) ; in _getApplication() 78 boolean bResult = false; in _getItem() 85 bResult = oItem.equals(sItem); in _getItem() 86 tRes.tested("getItem()", bResult) ; in _getItem() 96 boolean bResult = false; in _getTopic() 103 bResult = oTopic.equals(sTopic); in _getTopic() 104 tRes.tested("getTopic()", bResult) ; in _getTopic()
|
/aoo41x/main/qadevOOo/tests/java/ifc/chart/ |
H A D | _XChartDataArray.java | 50 boolean bResult = true; field in _XChartDataArray 88 bResult = true; in _setColumnDescriptions() 112 bResult = true; in _setRowDescriptions() 139 bResult = true; in _setData() 149 tRes.tested("setData()", bResult); in _setData() 163 bResult = true; in _getColumnDescriptions() 167 if (bResult) { in _getColumnDescriptions() 187 bResult = true; in _getRowDescriptions() 191 if (bResult) { in _getRowDescriptions() 211 bResult = true; in _getData() [all …]
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 737 return bResult; in handleKeyEvent() 755 if( bResult ) in first() 759 return bResult; in first() 767 if( bResult ) in last() 771 return bResult; in last() 779 if( bResult ) in next() 799 if( bResult ) in previous() 818 if( bResult ) in up() 827 if( bResult ) in down() 841 if( bResult ) in veryFirst() [all …]
|
/aoo41x/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 193 if ( bResult && in SelectionHasNumber() 197 bResult = sal_False; in SelectionHasNumber() 210 return bResult; in SelectionHasNumber() 247 return bResult; in SelectionHasBullet() 263 if ( bResult && in HasNumber() 272 return bResult; in HasNumber() 287 return bResult; in HasBullet() 366 return bResult; in IsFirstOfNumRule() 376 return bResult; in IsFirstOfNumRule() 732 return bResult; in IsNoNum() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/container/ |
H A D | _XContainer.java | 166 boolean bResult = true; in _addContainerListener() 169 bResult &= performChanges(); in _addContainerListener() 176 if (!bResult) { in _addContainerListener() 204 boolean bResult = true; in _removeContainerListener() 208 bResult &= performChanges(); in _removeContainerListener() 226 boolean bResult = true; in performChanges() 242 bResult = false; in performChanges() 246 bResult = false; in performChanges() 250 bResult = false; in performChanges() 254 bResult = false; in performChanges() [all …]
|
H A D | _XContainerQuery.java | 96 boolean bResult = true; in _createSubSetEnumerationByQuery() 105 bResult &= subSet.hasMoreElements(); in _createSubSetEnumerationByQuery() 114 bResult = false; in _createSubSetEnumerationByQuery() 118 bResult = false; in _createSubSetEnumerationByQuery() 124 tRes.tested("createSubSetEnumerationByQuery()", bResult); in _createSubSetEnumerationByQuery() 135 boolean bResult = true; in _createSubSetEnumerationByProperties() 139 bResult = subSet.hasMoreElements(); in _createSubSetEnumerationByProperties() 148 bResult = false; in _createSubSetEnumerationByProperties() 152 bResult = false; in _createSubSetEnumerationByProperties() 156 tRes.tested("createSubSetEnumerationByProperties()", bResult); in _createSubSetEnumerationByProperties()
|
/aoo41x/main/sc/qa/complex/dataPilot/ |
H A D | _XDataPilotDescriptor.java | 121 boolean bResult = true; in _getSourceRange() 124 bResult &= objRA.Sheet == CRA.Sheet; in _getSourceRange() 130 return bResult; in _getSourceRange() 172 boolean bResult = true; in _getTag() 175 bResult &= objTag.equals(sTag); in _getTag() 177 return bResult; in _getTag() 201 boolean bResult = true; in _getDataPilotFields() 295 return bResult; in _getDataPilotFields() 368 return bResult; in _getRowFields() 386 return bResult; in _getPageFields() [all …]
|
/aoo41x/main/sw/source/core/SwNumberTree/ |
H A D | SwNumberTree.cxx | 805 bool bResult = false; in IsValid() local 815 return bResult; in IsValid() 839 bResult = true; in HasOnlyPhantoms() 841 return bResult; in HasOnlyPhantoms() 889 bool bResult = true; in IsFirst() local 924 return bResult; in IsFirst() 1044 bResult = (*aIt)->IsSane(bRecursive, rParents) && bResult; in IsSane() 1049 return bResult; in IsSane() 1106 bool bResult = false; in SwNumberTreeNodeLessThan() local 1109 bResult = true; in SwNumberTreeNodeLessThan() [all …]
|
H A D | SwNodeNum.cxx | 224 bool bResult = false; in HasCountedChildren() local 237 bResult = true; in HasCountedChildren() 243 return bResult; in HasCountedChildren() 270 bool bResult = false; in LessThan() local 274 bResult = true; in LessThan() 282 bResult = ( mpTxtNode->GetIndex() < rTmpNode.mpTxtNode->GetIndex() ) ? true : false; in LessThan() 286 return bResult; in LessThan() 338 bool bResult = true; in IsCountPhantoms() local 343 bResult = !mpNumRule->IsContinusNum() && in IsCountPhantoms() 352 return bResult; in IsCountPhantoms()
|
/aoo41x/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XCellCursor.java | 74 boolean bResult = false; in _gotoNext() 95 bResult = true; in _gotoNext() 97 tRes.tested( "gotoNext()", bResult ); in _gotoNext() 109 boolean bResult = false; in _gotoOffset() 129 bResult = true; in _gotoOffset() 143 boolean bResult = false; in _gotoPrevious() 164 bResult = true; in _gotoPrevious() 179 boolean bResult = false; in _gotoStart() 191 bResult = true; in _gotoStart() 216 boolean bResult = false; in _gotoEnd() [all …]
|
/aoo41x/main/xmloff/source/chart/ |
H A D | XMLAxisPositionPropertyHdl.cxx | 47 sal_Bool bResult = false; in importXML() local 54 bResult = true; in importXML() 62 bResult = true; in importXML() 70 bResult = true; in importXML() 80 return bResult; in importXML() 86 sal_Bool bResult = sal_False; in exportXML() local 97 bResult = true; in exportXML() 108 bResult = true; in exportXML() 112 bResult = true; in exportXML() 117 bResult = true; in exportXML() [all …]
|
H A D | SchXMLTools.cxx | 683 bool bResult = false; in getXMLRangePropertyFromDataSequence() local 691 bResult = in getXMLRangePropertyFromDataSequence() 707 return bResult; in getXMLRangePropertyFromDataSequence() 782 if( !bResult ) in isDocumentGeneratedWithOpenOfficeOlderThan3_3() 799 return bResult; in isDocumentGeneratedWithOpenOfficeOlderThan3_3() 805 if( !bResult ) in isDocumentGeneratedWithOpenOfficeOlderThan3_0() 811 return bResult; in isDocumentGeneratedWithOpenOfficeOlderThan3_0() 830 bool bResult = false; in isDocumentGeneratedWithOpenOfficeOlderThan2_3() local 853 return bResult; in isDocumentGeneratedWithOpenOfficeOlderThan2_3() 866 bResult= true; in isDocumentGeneratedWithOpenOfficeOlderThan2_0() [all …]
|
H A D | XMLSymbolTypePropertyHdl.cxx | 125 sal_Bool bResult = sal_False; in importXML() local 130 bResult = lcl_convertEnum( nValue, rStrImpValue, aXMLChartSymbolNameMap ); in importXML() 136 bResult = lcl_convertEnum( nValue, rStrImpValue, aXMLChartSymbolTypeEnumMap ); in importXML() 140 return bResult; in importXML() 146 sal_Bool bResult = sal_False; in exportXML() local 154 bResult = lcl_convertEnum( aBuf, nType, aXMLChartSymbolNameMap ); in exportXML() 162 bResult = lcl_convertEnum( aBuf, nType, aXMLChartSymbolTypeEnumMap ); in exportXML() 167 bResult = true; in exportXML() 172 return bResult; in exportXML()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | fcode.cxx | 343 sal_Bool bResult = sal_False; in operate() local 362 case SQLFilterOperator::EQUAL: bResult = (nRes == 0); break; in operate() 364 case SQLFilterOperator::LESS: bResult = (nRes < 0); break; in operate() 368 default: bResult = sal_False; in operate() 387 case SQLFilterOperator::EQUAL: bResult = (n == m); break; in operate() 388 case SQLFilterOperator::LIKE: bResult = (n == m); break; in operate() 391 case SQLFilterOperator::LESS: bResult = (n < m); break; in operate() 393 case SQLFilterOperator::GREATER: bResult = (n > m); break; in operate() 395 default: bResult = sal_False; in operate() 399 bResult = aLH == aRH; in operate() [all …]
|
/aoo41x/main/framework/qa/complex/path_settings/ |
H A D | PathSettingsTest.java | 431 boolean bResult; in checkXFastPropertySet() 450 if (bResult) in checkXFastPropertySet() 466 boolean bResult = true; in checkStringListProperty() 575 bResult = false; in checkStringListProperty() 581 bResult = false; in checkStringListProperty() 583 return bResult; in checkStringListProperty() 588 boolean bResult = true; in checkStringProperty() 623 bResult = false; in checkStringProperty() 641 bResult = false; in checkStringProperty() 684 bResult = false; in checkStringProperty() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XMultiPropertySet.java | 116 boolean bResult = true; in _getPropertySetInfo() 121 bResult = false; in _getPropertySetInfo() 142 boolean bResult = true; in _getPropertyValues() 152 bResult &= values!=null; in _getPropertyValues() 153 tRes.tested("getPropertyValues()", bResult) ; in _getPropertyValues() 250 boolean bResult = true; in _removePropertiesChangeListener() 271 boolean bResult = true; in _setPropertyValues() 292 bResult = true; in _setPropertyValues() 298 bResult = false; in _setPropertyValues() 302 bResult = false; in _setPropertyValues() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/form/ |
H A D | _XUpdateBroadcaster.java | 137 boolean bResult = true; in _addUpdateListener() 150 bResult = listener.approveCalled && in _addUpdateListener() 177 bResult = listener.approveCalled && in _addUpdateListener() 181 bResult = false ; in _addUpdateListener() 185 tRes.tested("addUpdateListener()", bResult); in _addUpdateListener() 200 boolean bResult = true; in _removeUpdateListener() 214 bResult = ! listener.approveCalled && in _removeUpdateListener() 220 bResult = false; in _removeUpdateListener() 223 tRes.tested("removeUpdateListener()", bResult); in _removeUpdateListener()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 334 bResult = sal_True; in MakeRangeFromName() 342 if( bResult ) in MakeRangeFromName() 347 return bResult; in MakeRangeFromName() 519 if (!bResult) in GetRangeFromString() 528 return bResult; in GetRangeFromString() 574 bResult = sal_True; in GetAreaFromString() 576 return bResult; in GetAreaFromString() 596 bResult = sal_True; in GetAddressFromString() 598 return bResult; in GetAddressFromString() 615 bResult = sal_True; in GetRangeFromString() [all …]
|