Home
last modified time | relevance | path

Searched refs:bResult (Results 101 – 125 of 291) sorted by relevance

12345678910>>...12

/aoo41x/main/toolkit/test/accessibility/
H A DAccessibleActionNode.java49 boolean bResult = false; in performAction()
53 bResult = AccessibleActionHandler.getAction( in performAction()
63 + (bResult?" with":" without") + " success", in performAction()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAnnotations.java52 boolean bResult = false; in _insertNew()
60 bResult = (oObj.getCount() == 2 + initialAmount); in _insertNew()
61 tRes.tested("insertNew()", bResult); in _insertNew()
H A D_XSheetAnnotationAnchor.java111 boolean bResult = true; in check_setIsVisible()
121 bResult = true; in check_setIsVisible()
125 return bResult; in check_setIsVisible()
/aoo41x/main/sd/source/ui/func/
H A Dfuoutl.cxx67 sal_Bool bResult = sal_False; in Command() local
76 bResult = sal_True; in Command()
78 return bResult; in Command()
/aoo41x/main/sc/source/core/data/
H A Dstlsheet.cxx117 sal_Bool bResult = sal_False; in SetParent() local
130 bResult = SfxStyleSheet::SetParent( aEffName ); in SetParent()
131 if (bResult) in SetParent()
145 return bResult; in SetParent()
/aoo41x/main/basic/source/runtime/
H A Dcomenumwrapper.cxx32 sal_Bool bResult = sal_False; in hasMoreElements() local
39 bResult = in hasMoreElements()
47 return bResult; in hasMoreElements()
/aoo41x/main/writerfilter/source/doctok/
H A DWW8Clx.cxx65 sal_Bool bResult = sal_False; in isComplexFc() local
70 bResult = sal_True; in isComplexFc()
72 return bResult; in isComplexFc()
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DMultipleItemConverter.cxx66 bool bResult = false; in ApplyItemSet() local
69 ApplyItemSetFunc( rItemSet, bResult )); in ApplyItemSet()
72 return bResult; in ApplyItemSet()
H A DRegressionEquationItemConverter.cxx106 bool bResult = false; in ApplyItemSet() local
109 ::comphelper::ApplyItemSetFunc( rItemSet, bResult )); in ApplyItemSet()
112 return ItemConverter::ApplyItemSet( rItemSet ) || bResult; in ApplyItemSet()
/aoo41x/main/vcl/source/gdi/
H A Dsalgdilayout.cxx513 sal_Bool bResult = sal_False; in DrawPolyLineBezier() local
518 bResult = drawPolyLineBezier( nPoints, bCopied ? pPtAry2 : pPtAry, pFlgAry ); in DrawPolyLineBezier()
522 bResult = drawPolyLineBezier( nPoints, pPtAry, pFlgAry ); in DrawPolyLineBezier()
523 return bResult; in DrawPolyLineBezier()
528 sal_Bool bResult = sal_False; in DrawPolygonBezier() local
533 bResult = drawPolygonBezier( nPoints, bCopied ? pPtAry2 : pPtAry, pFlgAry ); in DrawPolygonBezier()
537 bResult = drawPolygonBezier( nPoints, pPtAry, pFlgAry ); in DrawPolygonBezier()
538 return bResult; in DrawPolygonBezier()
/aoo41x/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx775 sal_Bool bResult = sal_False; in IsSubPath() local
809 bResult = sal_True; in IsSubPath()
836 bResult = in IsSubPath()
865 …te.removeSegment() && aCandidateLowCase.removeSegment() && aCandidate != aLastTmpObj && !bResult ); in IsSubPath()
868 return bResult; in IsSubPath()
874 sal_Bool bResult = sal_False; in EqualURLs() local
905 bResult = !xProvider->compareContentIds( xIdFirst, xIdSecond ); in EqualURLs()
915 return bResult; in EqualURLs()
/aoo41x/main/sfx2/source/doc/
H A Dsfxacldetect.cxx41 sal_Bool bResult = sal_False; in IsReadonlyAccordingACL() local
75 bResult = !bAccessible; in IsReadonlyAccordingACL()
88 return bResult; in IsReadonlyAccordingACL()
/aoo41x/main/svx/source/svdraw/
H A Dsvdoole2.cxx968 sal_Bool bResult = sal_False; in UpdateLinkURL_Impl() local
997 bResult = sal_True; in UpdateLinkURL_Impl()
1014 if ( !bResult ) in UpdateLinkURL_Impl()
1022 return bResult; in UpdateLinkURL_Impl()
2017 sal_Bool bResult = sal_False; in CanUnloadRunningObj() local
2023 bResult = sal_True; in CanUnloadRunningObj()
2029 bResult = sal_True; in CanUnloadRunningObj()
2044 return bResult; in CanUnloadRunningObj()
2051 sal_Bool bResult = sal_False; in Unload() local
2058 bResult = sal_True; in Unload()
[all …]
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx934 sal_Bool bResult(sal_False); in isAccessibleRowSelected() local
938 bResult = rMarkdata.IsRowMarked((SCROW)nRow); in isAccessibleRowSelected()
940 return bResult; in isAccessibleRowSelected()
956 sal_Bool bResult(sal_False); in isAccessibleColumnSelected() local
960 bResult = rMarkdata.IsColumnMarked((SCCOL)nColumn); in isAccessibleColumnSelected()
962 return bResult; in isAccessibleColumnSelected()
1028 sal_Bool bResult(sal_False); in isAccessibleSelected() local
1034 return bResult; in isAccessibleSelected()
1442 sal_Bool bResult(sal_False); in IsCompleteSheetSelected() local
1449 bResult = sal_True; in IsCompleteSheetSelected()
[all …]
/aoo41x/main/framework/source/fwe/helper/
H A Dconfigimporter.cxx47 sal_Bool bResult ( sal_False ); in ImportCustomToolbars() local
71 bResult = sal_True; in ImportCustomToolbars()
86 return bResult; in ImportCustomToolbars()
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx94 bool bResult = false; in lcl_UpdateCurrentSeriesName() local
106 bResult = true; in lcl_UpdateCurrentSeriesName()
109 return bResult; in lcl_UpdateCurrentSeriesName()
896 bool bResult = true; in updateModelFromControl() local
1049 bResult = false; in updateModelFromControl()
1057 if( bResult ) in updateModelFromControl()
1071 return bResult; in updateModelFromControl()
H A DDataBrowserModel.cxx121 bool bResult = false; in lcl_SequenceOfSeriesIsShared() local
123 return bResult; in lcl_SequenceOfSeriesIsShared()
135 bResult = (aValuesRep == aLSeq[i]->getValues()->getSourceRangeRepresentation()); in lcl_SequenceOfSeriesIsShared()
144 return bResult; in lcl_SequenceOfSeriesIsShared()
669 bool bResult = false; in setCellAny() local
674 bResult = true; in setCellAny()
702 bResult = false; in setCellAny()
705 return bResult; in setCellAny()
/aoo41x/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx75 BOOL bResult = FALSE; in MakeInstallForAllUsers() local
79 bResult = UnicodeEquals( pVal , L"1" ); in MakeInstallForAllUsers()
83 return bResult; in MakeInstallForAllUsers()
/aoo41x/main/package/qa/storages/
H A DTestHelper.java891 boolean bResult = InternalCheckStream( xSubStream, sName, sMediaType, bCompressed, pBytes, true ); in checkStream()
897 return bResult; in checkStream()
959 boolean bResult = InternalCheckStream( xSubStream, sName, sMediaType, true, pBytes, false ); in checkEncrStream()
965 return bResult; in checkEncrStream()
1000 boolean bResult = InternalCheckStream( xSubStream, sPath, sMediaType, bCompressed, pBytes, true ); in checkStreamH()
1006 return bResult; in checkStreamH()
1077 boolean bResult = InternalCheckStream( xSubStream, sPath, sMediaType, true, pBytes, false ); in checkEncrStreamH()
1083 return bResult; in checkEncrStreamH()
/aoo41x/main/sd/source/ui/view/
H A Ddrawview.cxx458 sal_Bool bResult = sal_True; in SetStyleSheet() local
468 bResult = sal_False; in SetStyleSheet()
472 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
477 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
479 return bResult; in SetStyleSheet()
/aoo41x/main/embeddedobj/source/general/
H A Ddocholder.cxx387 sal_Bool bResult = sal_False; in SetFrameLMVisibility() local
405 bResult = sal_True; in SetFrameLMVisibility()
411 return bResult; in SetFrameLMVisibility()
729 sal_Bool bResult = sal_False; in ShowUI() local
776 bResult = sal_True; in ShowUI()
818 return bResult; in ShowUI()
824 sal_Bool bResult = sal_False; in HideUI() local
857 bResult = sal_True; in HideUI()
866 return bResult; in HideUI()
/aoo41x/main/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx104 bool bResult = false; in _test_atom() local
108 bResult = pCond->test(); in _test_atom()
110 return bResult; in _test_atom()
/aoo41x/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx197 bool bResult = FALSE; in IsInstallForAllUsers() local
201 bResult = UnicodeEquals( pVal , L"1" ); in IsInstallForAllUsers()
206 return bResult; in IsInstallForAllUsers()
212 bool bResult = FALSE; in GetBasisInstallLocation() local
/aoo41x/main/unotools/source/config/
H A Dconfignode.cxx400 sal_Bool bResult = false; in setNodeValue() local
412 bResult = true; in setNodeValue()
426 bResult = aParentAccess.setNodeValue(sLocalName, _rValue); in setNodeValue()
431 bResult = true; in setNodeValue()
455 return bResult; in setNodeValue()
/aoo41x/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx107 sal_Bool bResult(sal_False); in HasForm() local
112 bResult = sal_True; in HasForm()
116 return bResult; in HasForm()

Completed in 148 milliseconds

12345678910>>...12