Home
last modified time | relevance | path

Searched refs:bResult (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/AOO41X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetCellCursor.java73 boolean bResult = false; in _collapseToCurrentArray()
114 bResult = true; in _collapseToCurrentArray()
116 bResult = false; in _collapseToCurrentArray()
129 bResult = false ; in _collapseToCurrentArray()
143 tRes.tested("collapseToCurrentArray()", bResult ); in _collapseToCurrentArray()
156 boolean bResult = true; in _collapseToCurrentRegion()
172 bResult = false ; in _collapseToCurrentRegion()
179 if (bResult) { in _collapseToCurrentRegion()
187 bResult = false; in _collapseToCurrentRegion()
201 bResult &= true; in _collapseToCurrentRegion()
[all …]
H A D_XNamedRanges.java88 boolean bResult = true; in _addNewByName()
112 bResult = false; in _addNewByName()
117 bResult &= oObj.hasByName(name); in _addNewByName()
119 tRes.tested("addNewByName()", bResult); in _addNewByName()
130 boolean bResult = true; in _addNewFromTitles()
164 bResult &= oObj.hasByName("Column" + i); in _addNewFromTitles()
176 bResult &= (objCRA.EndColumn == i && objCRA.StartColumn == i); in _addNewFromTitles()
177 bResult &= objCRA.StartRow == 1; in _addNewFromTitles()
178 bResult &= objCRA.EndRow == 3; in _addNewFromTitles()
179 bResult &= objCRA.Sheet == 0; in _addNewFromTitles()
[all …]
H A D_XDataPilotDescriptor.java93 boolean bResult = true; in _getSourceRange()
96 bResult &= objRA.Sheet == CRA.Sheet; in _getSourceRange()
97 bResult &= objRA.StartRow == CRA.StartRow; in _getSourceRange()
98 bResult &= objRA.StartColumn == CRA.StartColumn; in _getSourceRange()
99 bResult &= objRA.EndRow == CRA.EndRow; in _getSourceRange()
100 bResult &= objRA.EndColumn == CRA.EndColumn; in _getSourceRange()
102 tRes.tested("getSourceRange()", bResult); in _getSourceRange()
142 boolean bResult = true; in _getTag()
145 bResult &= objTag.equals(sTag); in _getTag()
147 tRes.tested("getTag()", bResult); in _getTag()
[all …]
H A D_XDataPilotTables.java91 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()
113 log.println("Inserting new table " + (bResult ? "OK" : "FAILED")); in _insertNewByName()
114 tRes.tested("insertNewByName()", bResult); in _insertNewByName()
128 boolean bResult = true; in _removeByName()
132 bResult &= oSheet.getCellByPosition in _removeByName()
136 bResult = false; in _removeByName()
[all …]
H A D_XAreaLink.java55 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.java82 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.java55 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.java61 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.java50 boolean bResult = true; field in _XChartDataArray
88 bResult = true; in _setColumnDescriptions()
100 tRes.tested("setColumnDescriptions()", bResult); in _setColumnDescriptions()
112 bResult = true; in _setRowDescriptions()
124 tRes.tested("setRowDescriptions()", bResult); in _setRowDescriptions()
139 bResult = true; in _setData()
149 tRes.tested("setData()", bResult); in _setData()
163 bResult = true; in _getColumnDescriptions()
166 bResult &= dscs.length == colDscs.length; in _getColumnDescriptions()
167 if (bResult) { in _getColumnDescriptions()
[all …]
/AOO41X/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx707 bool bResult = false; in handleKeyEvent() local
713 bResult = previous(); in handleKeyEvent()
715 bResult = next(); in handleKeyEvent()
718 bResult = first(); in handleKeyEvent()
721 bResult = last(); in handleKeyEvent()
725 bResult = up(); in handleKeyEvent()
727 bResult = down(); in handleKeyEvent()
731 bResult = true; in handleKeyEvent()
734 bResult = false; in handleKeyEvent()
737 return bResult; in handleKeyEvent()
[all …]
/AOO41X/main/sw/source/core/edit/
H A Dednumber.cxx169 sal_Bool bResult = HasNumber(); in SelectionHasNumber() local
172 if (!bResult && pTxtNd && pTxtNd->Len()==0 && !pTxtNd->GetNumRule()) { in SelectionHasNumber()
189 bResult = pTxtNd->HasNumber(); in SelectionHasNumber()
193 if ( bResult && in SelectionHasNumber()
197 bResult = sal_False; in SelectionHasNumber()
199 if (bResult==sal_False) { in SelectionHasNumber()
210 return bResult; in SelectionHasNumber()
215 sal_Bool bResult = HasBullet(); in SelectionHasBullet() local
218 if (!bResult && pTxtNd && pTxtNd->Len()==0 && !pTxtNd->GetNumRule()) { in SelectionHasBullet()
235 bResult = pTxtNd->HasBullet(); in SelectionHasBullet()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/container/
H A D_XContainer.java166 boolean bResult = true; in _addContainerListener()
169 bResult &= performChanges(); in _addContainerListener()
171 if (NC != null) bResult &= bElementReplaced; in _addContainerListener()
173 if (NR == null) bResult &= bElementRemoved; in _addContainerListener()
174 if (NR == null) bResult &= bElementInserted; in _addContainerListener()
176 if (!bResult) { in _addContainerListener()
188 tRes.tested("addContainerListener()", bResult); in _addContainerListener()
204 boolean bResult = true; in _removeContainerListener()
208 bResult &= performChanges(); in _removeContainerListener()
209 bResult &= !bElementReplaced; in _removeContainerListener()
[all …]
H A D_XContainerQuery.java96 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.java121 boolean bResult = true; in _getSourceRange()
124 bResult &= objRA.Sheet == CRA.Sheet; in _getSourceRange()
125 bResult &= objRA.StartRow == CRA.StartRow; in _getSourceRange()
126 bResult &= objRA.StartColumn == CRA.StartColumn; in _getSourceRange()
127 bResult &= objRA.EndRow == CRA.EndRow; in _getSourceRange()
128 bResult &= objRA.EndColumn == CRA.EndColumn; 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()
[all …]
/AOO41X/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx805 bool bResult = false; in IsValid() local
811 bResult = ! (*mItLastValid)->LessThan(*pChild); in IsValid()
815 return bResult; in IsValid()
830 bool bResult = false; in HasOnlyPhantoms() local
836 bResult = (*aIt)->IsPhantom() && (*aIt)->HasOnlyPhantoms(); in HasOnlyPhantoms()
839 bResult = true; in HasOnlyPhantoms()
841 return bResult; in HasOnlyPhantoms()
889 bool bResult = true; in IsFirst() local
901 bResult = false; in IsFirst()
912 if ( bResult && in IsFirst()
[all …]
H A DSwNodeNum.cxx224 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.java74 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()
131 tRes.tested( "gotoOffset()", bResult ); in _gotoOffset()
143 boolean bResult = false; in _gotoPrevious()
164 bResult = true; in _gotoPrevious()
166 tRes.tested( "gotoPrevious()", bResult ); in _gotoPrevious()
179 boolean bResult = false; in _gotoStart()
[all …]
/AOO41X/main/connectivity/source/drivers/file/
H A Dfcode.cxx343 sal_Bool bResult = sal_False; in operate() local
362 case SQLFilterOperator::EQUAL: bResult = (nRes == 0); break; in operate()
363 case SQLFilterOperator::NOT_EQUAL: bResult = (nRes != 0); break; in operate()
364 case SQLFilterOperator::LESS: bResult = (nRes < 0); break; in operate()
365 case SQLFilterOperator::LESS_EQUAL: bResult = (nRes <= 0); break; in operate()
366 case SQLFilterOperator::GREATER: bResult = (nRes > 0); break; in operate()
367 case SQLFilterOperator::GREATER_EQUAL: 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()
[all …]
/AOO41X/main/xmloff/source/chart/
H A DXMLAxisPositionPropertyHdl.cxx47 sal_Bool bResult = false; in importXML() local
54 bResult = true; in importXML()
62 bResult = true; in importXML()
70 bResult = true; in importXML()
75 bResult = SvXMLUnitConverter::convertDouble( fDblValue, rStrImpValue ); 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()
[all …]
H A DSchXMLTools.cxx683 bool bResult = false; in getXMLRangePropertyFromDataSequence() local
691 bResult = in getXMLRangePropertyFromDataSequence()
696 if( bClearProp && bResult ) in getXMLRangePropertyFromDataSequence()
707 return bResult; in getXMLRangePropertyFromDataSequence()
781 bool bResult = isDocumentGeneratedWithOpenOfficeOlderThan3_0( xChartModel ); in isDocumentGeneratedWithOpenOfficeOlderThan3_3() local
782 if( !bResult ) in isDocumentGeneratedWithOpenOfficeOlderThan3_3()
791 bResult= true; in isDocumentGeneratedWithOpenOfficeOlderThan3_3()
794 bResult= true; in isDocumentGeneratedWithOpenOfficeOlderThan3_3()
796 bResult= true; in isDocumentGeneratedWithOpenOfficeOlderThan3_3()
799 return bResult; in isDocumentGeneratedWithOpenOfficeOlderThan3_3()
[all …]
H A DXMLSymbolTypePropertyHdl.cxx125 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/framework/qa/complex/path_settings/
H A DPathSettingsTest.java431 boolean bResult; in checkXFastPropertySet()
434 bResult = checkStringProperty(property); in checkXFastPropertySet()
438 bResult = checkStringListProperty(property); in checkXFastPropertySet()
442 bResult = checkStringListProperty(property); in checkXFastPropertySet()
447 bResult = checkStringProperty(property); in checkXFastPropertySet()
450 if (bResult) in checkXFastPropertySet()
466 boolean bResult = true; in checkStringListProperty()
530 bResult = false; in checkStringListProperty()
540 bResult = false; in checkStringListProperty()
553 bResult = false; in checkStringListProperty()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertySet.java116 boolean bResult = true; in _getPropertySetInfo()
121 bResult = false; in _getPropertySetInfo()
124 tRes.tested("getPropertySetInfo()", bResult) ; 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()
254 tRes.tested("removePropertiesChangeListener()", bResult); in _removePropertiesChangeListener()
271 boolean bResult = true; in _setPropertyValues()
292 bResult = true; in _setPropertyValues()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/form/
H A D_XUpdateBroadcaster.java137 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 Drangeutl.cxx276 sal_Bool bResult=sal_False; in MakeRangeFromName() local
306 bResult = sal_True; in MakeRangeFromName()
318 bResult = sal_True; in MakeRangeFromName()
334 bResult = sal_True; in MakeRangeFromName()
342 if( bResult ) in MakeRangeFromName()
347 return bResult; in MakeRangeFromName()
489 sal_Bool bResult(sal_False); in GetRangeFromString() local
500bResult = ((rRange.aStart.Parse( aUIString, const_cast<ScDocument*> (pDocument), eConv) & SCA_VALI… in GetRangeFromString()
515bResult = ((rRange.Parse(aUIString, const_cast<ScDocument*> (pDocument), eConv) & SCA_VALID) == SC… in GetRangeFromString()
519 if (!bResult) in GetRangeFromString()
[all …]

12345678910>>...12