Home
last modified time | relevance | path

Searched refs:bResult (Results 26 – 50 of 291) sorted by relevance

12345678910>>...12

/aoo41x/main/sfx2/source/doc/
H A Dgraphhelp.cxx382 sal_Bool bResult = sal_False; in getThumbnailFormatFromGDI_Impl() local
400 if ( bResult ) in getThumbnailFormatFromGDI_Impl()
401 bResult = ( !aResultBitmap.IsEmpty() in getThumbnailFormatFromGDI_Impl()
411 return bResult; in getThumbnailFormatFromGDI_Impl()
419 sal_Bool bResult = sal_False; in getSignedThumbnailFormatFromBitmap_Impl() local
430 bResult = mergeBitmaps_Impl( aBitmap, in getSignedThumbnailFormatFromBitmap_Impl()
435 if ( bResult ) in getSignedThumbnailFormatFromBitmap_Impl()
445 return bResult; in getSignedThumbnailFormatFromBitmap_Impl()
452 sal_Bool bResult = sal_False; in getThumbnailReplacement_Impl() local
483 bResult = sal_True; in getThumbnailReplacement_Impl()
[all …]
H A Ddocfile.cxx775 return bResult; in Commit()
1128 if ( !bResult ) in LockOrigFileOnDemand()
1435 return bResult; in LockOrigFileOnDemand()
1752 bResult = sal_True; in StorageCommit_Impl()
1790 return bResult; in StorageCommit_Impl()
1872 bResult = sal_True; in TransactedTransferForFS_Impl()
1899 if ( bResult ) in TransactedTransferForFS_Impl()
1917 return bResult; in TransactedTransferForFS_Impl()
3726 return bResult; in SetWritableForUserOnly()
4120 return bResult; in CallApproveHandler()
[all …]
H A Dobjstor.cxx228 return bResult; in GetEncryptionData_Impl()
286 return bResult; in PutURLContentsToVersionStream_Impl()
585 return bResult; in ImportFromGeneratedStream_Impl()
1904 return bResult; in DisconnectStorage_Impl()
1991 return bResult; in ConnectTmpStorage_Impl()
3311 return bResult; in SaveChildren()
3334 if ( bResult ) in SaveAsChildren()
3337 return bResult; in SaveAsChildren()
3373 return bResult; in SaveCompletedChildren()
3422 if ( bResult ) in SaveCompleted()
[all …]
H A Dobjmisc.cxx565 sal_Bool bResult = sal_True; in SwitchToShared() local
585 if ( bResult ) in SwitchToShared()
594 if ( bResult && bShared ) in SwitchToShared()
608 if ( bResult && bSave ) in SwitchToShared()
622 if ( bResult ) in SwitchToShared()
670 if ( bResult ) in SwitchToShared()
673 return bResult; in SwitchToShared()
2131 return bResult; in UseInteractionToHandleError()
2137 sal_Bool bResult = sal_True; in NeedsOfficeUpdateDialog() local
2158 return bResult; in NeedsOfficeUpdateDialog()
[all …]
/aoo41x/main/oox/source/core/
H A Dbinarycodec.cxx183 bool bResult = sal_False; in initCodec() local
191 bResult = sal_True; in initCodec()
199 return bResult; in initCodec()
290 bool bResult = sal_False; in initCodec() local
302 bResult = sal_False; in initCodec()
310 return bResult; in initCodec()
363 return bResult; in verifyKey()
410 bool bResult = true; in skip() local
411 while( bResult && (nBytesLeft > 0) ) in skip()
414 bResult = decode( pnDummy, pnDummy, nBlockLen ); in skip()
[all …]
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx154 return bResult; in LessThanSheet()
195 return bResult; in operator ()()
483 return bResult; in ReplaceChild()
664 return bResult; in IsSelected()
677 return bResult; in SelectionChanged()
1135 return bResult; in FindSelectedShapesChanges()
1366 …DBG_ASSERT((bResult == bResult2) && ((bResult && (rItr == aDebugItr)) || !bResult), "wrong Shape f… in FindShape()
1368 return bResult; in FindShape()
1958 return bResult; in isAccessibleChildSelected()
2294 bResult = sal_True; in IsTableSelected()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XNamedRange.java69 boolean bResult = content.equals(sContent); in _getContent()
70 tRes.tested("getContent()", bResult); in _getContent()
119 boolean bResult = true; in _setType()
133 tRes.tested("setType()", bResult); in _setType()
154 boolean bResult = rCA.Sheet == CA.Sheet; in _getReferencePosition()
155 bResult &= rCA.Column == CA.Column; in _getReferencePosition()
156 bResult &= rCA.Row == CA.Row; in _getReferencePosition()
158 tRes.tested("getReferencePosition()", bResult); in _getReferencePosition()
H A D_XAreaLinks.java51 boolean bResult = true ; in _insertAtPosition()
59 if (bResult) { in _insertAtPosition()
63 bResult = false ; in _insertAtPosition()
69 tRes.tested("insertAtPosition()", bResult) ; in _insertAtPosition()
86 boolean bResult = true ; in _removeByIndex()
94 bResult = false ; in _removeByIndex()
98 tRes.tested("removeByIndex()", bResult) ; in _removeByIndex()
H A D_XCellRangeReferrer.java60 boolean bResult = true; in _getReferredCells()
89 bResult &= objCRA.EndColumn == oldCRA.EndColumn; in _getReferredCells()
90 bResult &= objCRA.EndRow == oldCRA.EndRow; in _getReferredCells()
91 bResult &= objCRA.Sheet == oldCRA.Sheet; in _getReferredCells()
92 bResult &= objCRA.StartColumn == oldCRA.StartColumn; in _getReferredCells()
93 bResult &= objCRA.StartRow == oldCRA.StartRow; in _getReferredCells()
95 tRes.tested("getReferredCells()", bResult); in _getReferredCells()
H A D_XSheetAnnotation.java98 boolean bResult = false; in _getPosition()
105 bResult = (oCAddr != null) && (sCAddr != null) && in _getPosition()
108 tRes.tested("getPosition()", bResult); in _getPosition()
119 boolean bResult = true; in _setIsVisible()
129 bResult = true; in _setIsVisible()
133 tRes.tested("setIsVisible()", bResult); in _setIsVisible()
H A D_XDatabaseRange.java91 boolean bResult = true; in _getDataArea()
93 bResult &= objCRA.EndColumn == oldCRA.EndColumn; in _getDataArea()
94 bResult &= objCRA.EndRow == oldCRA.EndRow; in _getDataArea()
95 bResult &= objCRA.Sheet == oldCRA.Sheet; in _getDataArea()
96 bResult &= objCRA.StartColumn == oldCRA.StartColumn; in _getDataArea()
97 bResult &= objCRA.StartRow == oldCRA.StartRow; in _getDataArea()
98 tRes.tested("getDataArea()", bResult); in _getDataArea()
/aoo41x/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx94 BOOL bResult = ReBaseImage( in rebaseImage() local
107 return bResult; in rebaseImage()
115 BOOL bResult = rebaseImage( sFilePath, address ); in rebaseImage() local
117 if ( !bResult ) in rebaseImage()
122 return bResult; in rebaseImage()
168 BOOL bResult = rebaseImagesInFolder( handle, sBasisDir, pAddress, rMap ); in rebaseImages() local
169 bResult &= rebaseImagesInFolder( handle, sOfficeDir, pAddress, rMap ); in rebaseImages()
170 bResult &= rebaseImagesInFolder( handle, sUreDir, pAddress, rMap ); in rebaseImages()
172 return bResult; in rebaseImages()
/aoo41x/main/qadevOOo/tests/java/ifc/container/
H A D_XContentEnumerationAccess.java50 boolean bResult = true; in _getAvailableServiceNames()
53 bResult = serviceNames != null ; in _getAvailableServiceNames()
56 bResult = false; in _getAvailableServiceNames()
58 tRes.tested("getAvailableServiceNames()", bResult); in _getAvailableServiceNames()
81 boolean bResult = true; in _createContentEnumeration()
85 bResult &= oEnum != null; in _createContentEnumeration()
87 tRes.tested( "createContentEnumeration()", bResult); in _createContentEnumeration()
/aoo41x/main/chart2/source/tools/
H A DXMLRangeHelper.cxx246 bool bResult = true; in lcl_getCellRangeAddressFromXMLString() local
270 bResult = lcl_getCellAddressFromXMLString( rXMLString, nStartPos, nEndPos, in lcl_getCellRangeAddressFromXMLString()
274 bResult = false; in lcl_getCellRangeAddressFromXMLString()
279 bResult = lcl_getCellAddressFromXMLString( rXMLString, nStartPos, nDelimiterPos - 1, in lcl_getCellRangeAddressFromXMLString()
283 bResult = false; in lcl_getCellRangeAddressFromXMLString()
286 if( bResult ) in lcl_getCellRangeAddressFromXMLString()
288 bResult = lcl_getCellAddressFromXMLString( rXMLString, nDelimiterPos + 1, nEndPos, in lcl_getCellRangeAddressFromXMLString()
292 if( bResult && in lcl_getCellRangeAddressFromXMLString()
295 bResult = false; in lcl_getCellRangeAddressFromXMLString()
298 return bResult; in lcl_getCellRangeAddressFromXMLString()
/aoo41x/main/embeddedobj/source/msole/
H A Downview.cxx119 sal_Bool bResult = sal_False; in CreateModelFromURL() local
176 bResult = sal_True; in CreateModelFromURL()
186 return bResult; in CreateModelFromURL()
192 sal_Bool bResult = sal_False; in CreateModel() local
201 return bResult; in CreateModel()
498 sal_Bool bResult = sal_False; in Open() local
525 bResult = sal_True; in Open()
537 if ( !bResult && !m_bUseNative ) in Open()
548 bResult = CreateModel( sal_True ); in Open()
549 if ( bResult ) in Open()
[all …]
/aoo41x/main/chart2/source/model/template/
H A DNetChartTypeTemplate.cxx106 sal_Bool bResult = ChartTypeTemplate::matchesTemplate( xDiagram, bAdaptProperties ); in matchesTemplate() local
111 if( bResult ) in matchesTemplate()
143 bResult = false; in matchesTemplate()
155 bResult = false; in matchesTemplate()
165 if(bResult) in matchesTemplate()
168 bResult = false; in matchesTemplate()
170 bResult = false; in matchesTemplate()
176 return bResult; in matchesTemplate()
H A DLineChartTypeTemplate.cxx216 sal_Bool bResult = ChartTypeTemplate::matchesTemplate( xDiagram, bAdaptProperties ); in matchesTemplate() local
221 if( bResult ) in matchesTemplate()
246 bResult = false; in matchesTemplate()
258 bResult = false; in matchesTemplate()
268 if(bResult) in matchesTemplate()
271 bResult = false; in matchesTemplate()
273 bResult = false; in matchesTemplate()
280 if( bResult && bAdaptProperties ) in matchesTemplate()
297 return bResult; in matchesTemplate()
H A DScatterChartTypeTemplate.cxx250 sal_Bool bResult = ChartTypeTemplate::matchesTemplate( xDiagram, bAdaptProperties ); in matchesTemplate() local
255 if( bResult ) in matchesTemplate()
280 bResult = false; in matchesTemplate()
292 bResult = false; in matchesTemplate()
302 if(bResult) in matchesTemplate()
305 bResult = false; in matchesTemplate()
307 bResult = false; in matchesTemplate()
314 if( bResult && bAdaptProperties ) in matchesTemplate()
331 return bResult; in matchesTemplate()
/aoo41x/main/svtools/source/brwbox/
H A Debbcontrols.cxx440 sal_Bool bResult; in MoveAllowed() local
447 bResult = !aSel && aSel.Max() == m_pEditImplementation->GetText( LINEEND_LF ).Len(); in MoveAllowed()
453 bResult = !aSel && aSel.Min() == 0; in MoveAllowed()
456 bResult = sal_True; in MoveAllowed()
458 return bResult; in MoveAllowed()
497 sal_Bool bResult; in MoveAllowed() local
504 bResult = !aSel && aSel.Max() == GetSpinWindow().GetText().Len(); in MoveAllowed()
510 bResult = !aSel && aSel.Min() == 0; in MoveAllowed()
513 bResult = sal_True; in MoveAllowed()
515 return bResult; in MoveAllowed()
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_XTextSection.java50 boolean bResult = false; in _getChildSections()
53 bResult = true; in _getChildSections()
56 tRes.tested("getChildSections()", bResult); in _getChildSections()
66 boolean bResult = false; in _getParentSection()
67 bResult = (child.getParentSection() != null); in _getParentSection()
68 tRes.tested("getParentSection()", bResult); in _getParentSection()
/aoo41x/main/qadevOOo/tests/java/ifc/util/
H A D_XSearchDescriptor.java51 boolean bResult = false; in _getSearchString()
57 if (!(searchStr == null)){ bResult = true; } in _getSearchString()
58 tRes.tested("getSearchString()", bResult); in _getSearchString()
67 boolean bResult = false; in _setSearchString()
77 if(!(cmpSearchStr.equals(oldSearchStr))){ bResult = true; } in _setSearchString()
79 tRes.tested("setSearchString()", bResult); in _setSearchString()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dcontrolcommandresult.hxx42 CControlCommandResult( sal_Bool bResult = sal_False ) : in CControlCommandResult() argument
43 m_bResult( bResult ) in CControlCommandResult()
67 CValueCommandResult( sal_Bool bResult, const ::com::sun::star::uno::Any& aValue ) : in CValueCommandResult() argument
68 CControlCommandResult( bResult ), in CValueCommandResult()
89 CLabelCommandResult( sal_Bool bResult, const rtl::OUString& aLabel ) : in CLabelCommandResult() argument
90 CControlCommandResult( bResult ), in CLabelCommandResult()
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XPersistObject.java114 boolean bResult = true; in _read()
162 bResult &= locRes; in _read()
171 bResult = ( persCopy.getServiceName().equals(sname) ); in _read()
178 bResult = false; in _read()
181 tRes.tested("read()", bResult); in _read()
190 boolean bResult = true; in _write()
196 bResult = false; in _write()
198 tRes.tested("write()", bResult); in _write()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx452 sal_Bool bResult = sal_False; in KeyInput() local
477 bResult = sal_True; in KeyInput()
495 bResult = sal_True; in KeyInput()
509 bResult = sal_True; in KeyInput()
517 bResult = sal_True; in KeyInput()
523 bResult = sal_True; in KeyInput()
529 bResult = sal_True; in KeyInput()
535 bResult = sal_True; in KeyInput()
541 bResult = sal_True; in KeyInput()
585 if ( ! bResult) in KeyInput()
[all …]
/aoo41x/main/filter/source/msfilter/
H A Dmscodec.cxx174 sal_Bool bResult = sal_False; in InitCodec() local
182 bResult = sal_True; in InitCodec()
190 return bResult; in InitCodec()
314 sal_Bool bResult = sal_False; in InitCodec() local
326 bResult = sal_True; in InitCodec()
336 return bResult; in InitCodec()
490 bool bResult = true; in Skip() local
492 while (bResult && nDatLeft) in Skip()
495 bResult = Decode( pnDummy, nBlockLen, pnDummy, nBlockLen ); in Skip()
499 return bResult; in Skip()

Completed in 157 milliseconds

12345678910>>...12