Home
last modified time | relevance | path

Searched refs:bResult (Results 76 – 100 of 291) sorted by relevance

12345678910>>...12

/aoo41x/main/writerfilter/source/doctok/
H A DWW8CpAndFc.cxx88 bool bResult = false; in operator <() local
91 bResult = true; in operator <()
93 bResult = true; in operator <()
95 return bResult; in operator <()
/aoo41x/main/svl/source/misc/
H A DPasswordHelper.cxx85 bool bResult = false; in CompareHashPassword() local
90 bResult = true; in CompareHashPassword()
94 bResult = (aNewPass == rOldPassHash); in CompareHashPassword()
97 return bResult; in CompareHashPassword()
/aoo41x/main/qadevOOo/tests/java/ifc/table/
H A D_XAutoFormattable.java61 boolean bResult = true; in _autoFormat()
114 bResult &= !bkgrnd1.equals(bkgrnd2); in _autoFormat()
118 bResult = false; in _autoFormat()
121 tRes.tested("autoFormat()", bResult); in _autoFormat()
/aoo41x/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx331 sal_Bool bResult = ChartTypeTemplate::matchesTemplate( xDiagram, bAdaptProperties ); in matchesTemplate() local
339 if( bResult ) in matchesTemplate()
388 bResult = ( eOffsetMode == ePieOffsetMode ); in matchesTemplate()
393 bResult = false; in matchesTemplate()
398 if( bResult ) in matchesTemplate()
405 bResult = ( bTemplateUsesRings == bUseRings ); in matchesTemplate()
409 return bResult; in matchesTemplate()
H A DBubbleChartTypeTemplate.cxx201 sal_Bool bResult = ChartTypeTemplate::matchesTemplate( xDiagram, bAdaptProperties ); in matchesTemplate() local
203 if( bResult ) in matchesTemplate()
222 if( bResult && bAdaptProperties ) in matchesTemplate()
233 return bResult; in matchesTemplate()
/aoo41x/main/comphelper/source/misc/
H A Dstoragehelper.cxx523 sal_Bool bResult = sal_False; in PathHasSegment() local
536 bResult = sal_True; in PathHasSegment()
538 if ( !bResult && !aPath.compareTo( aSegment, nSegLen ) ) in PathHasSegment()
541 bResult = sal_True; in PathHasSegment()
544 …if ( !bResult && nPathLen > nSegLen && aPath.copy( nPathLen - nSegLen - 1, nSegLen + 1 ).equals( a… in PathHasSegment()
545 bResult = sal_True; in PathHasSegment()
548 return bResult; in PathHasSegment()
/aoo41x/main/desktop/source/migration/
H A Dcfgfilter.cxx96 sal_Bool bResult = sal_False; in checkElement() local
114 bResult = sal_True; in checkElement()
119 if (bResult) in checkElement()
126 bResult = sal_False; in checkElement()
131 return bResult; in checkElement()
/aoo41x/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1122 sal_Bool bResult = sal_False; in authorizateWithMasterPassword() local
1134 bResult = sal_True; in authorizateWithMasterPassword()
1154 } while( !bResult && aPass.getLength() ); in authorizateWithMasterPassword()
1161 bResult = ( GetMasterPassword( xTmpHandler ).getLength() > 0 ); in authorizateWithMasterPassword()
1169 return bResult; in authorizateWithMasterPassword()
1176 sal_Bool bResult = sal_False; in changeMasterPassword() local
1221 bResult = sal_True; in changeMasterPassword()
1226 return bResult; in changeMasterPassword()
1292 sal_Bool bResult = sal_False; in useDefaultMasterPassword() local
1334 bResult = sal_True; in useDefaultMasterPassword()
[all …]
/aoo41x/main/qadevOOo/runner/basicrunner/basichelper/
H A DFilter.java131 static boolean bResult; field in FilterImpl
138 bResult = false; in FilterImpl()
168 return new Boolean(bResult); in getByName()
258 FilterImpl.bResult = bOK; in run()
/aoo41x/main/sot/source/sdstor/
H A Dstgelem.cxx123 sal_Bool bResult = sal_False; in Load() local
127 bResult = Load( r ); in Load()
128 bResult = ( bResult && rIo.Good() ); in Load()
131 return bResult; in Load()
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java762 boolean bResult = true;
772 bResult = ( aCallback.m_nErrorInd >= 0 );
780 return bResult;
942 boolean bResult = false; in PasswordStoringIsAllowed()
947 bResult = xMasterHdl.isPersistentStoringAllowed(); in PasswordStoringIsAllowed()
954 return bResult; in PasswordStoringIsAllowed()
968 boolean bResult = false; in ShowError()
1027 bResult = MainThreadDialogExecutor.Execute( xContext, xMB ); in ShowError()
1044 return bResult; in ShowError()
H A DWikiEditorImpl.java109 boolean bResult = Factory.writeRegistryServiceInfo( m_implementationName, in __writeRegistryServiceInfo()
112 …return ( bResult && Factory.writeRegistryServiceInfo( WikiOptionsEventHandlerImpl.m_sImplementatio… in __writeRegistryServiceInfo()
353 boolean bResult = false; in SendArticleImpl()
400 bResult = true; in SendArticleImpl()
469 return bResult; in SendArticleImpl()
/aoo41x/main/extensions/source/activex/main/
H A DSOActiveX.cpp861 SOVersion bResult = SO_NOT_DETECTED; in GetVersionConnected() local
923 bResult = SO_61; in GetVersionConnected()
925 bResult = SO_60; in GetVersionConnected()
927 bResult = SO_52; in GetVersionConnected()
929 bResult = SO_UNKNOWN; in GetVersionConnected()
934 bResult = OO_11; in GetVersionConnected()
936 bResult = OO_10; in GetVersionConnected()
938 bResult = OO_UNKNOWN; in GetVersionConnected()
947 return bResult; in GetVersionConnected()
/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx2578 return bResult; in IsNumbered()
2584 bool bResult = false; in HasMarkedLabel() local
2588 bResult = in HasMarkedLabel()
2592 return bResult; in HasMarkedLabel()
2799 return bResult; in HasNumber()
2814 return bResult; in HasBullet()
3757 bool bResult = false; in IsOutline() local
3773 return bResult; in IsOutline()
4000 bool bResult = false; in IsNotificationEnabled() local
4006 return bResult; in IsNotificationEnabled()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_XTextEmbeddedObject.java38 boolean bResult = false; in _getObject()
42 if (!(oTEobj == null)){ bResult = true; } in _getObject()
43 tRes.tested("getObject", bResult ); in _getObject()
H A D_XTextEmbeddedObjectsSupplier.java50 boolean bResult = false; in _getEmbeddedObjects()
52 bResult = oNA != null ; in _getEmbeddedObjects()
53 tRes.tested("getEmbeddedObjects()", bResult ); in _getEmbeddedObjects()
/aoo41x/main/qadevOOo/tests/java/ifc/form/
H A D_XImageProducerSupplier.java50 boolean bResult = false; in _getImageProducer()
52 bResult = ip!=null; in _getImageProducer()
53 tRes.tested("getImageProducer()", bResult); in _getImageProducer()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java238 boolean bResult = false; in supportsService()
240 for( i = 0; !bResult && i < nLength; ++i ) in supportsService()
241 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
243 return bResult; in supportsService()
/aoo41x/main/chart2/source/controller/accessibility/
H A DAccessibleChartElement.cxx97 bool bResult = false; in ImplUpdateChildren() local
107 bResult = true; in ImplUpdateChildren()
110 bResult = AccessibleBase::ImplUpdateChildren(); in ImplUpdateChildren()
112 return bResult; in ImplUpdateChildren()
/aoo41x/main/reportdesign/source/core/sdr/
H A DRptObject.cxx574 FASTBOOL bResult = SdrObjCustomShape::EndCreate(rStat, eCmd); in EndCreate() local
575 if ( bResult ) in EndCreate()
587 return bResult; in EndCreate()
810 FASTBOOL bResult = SdrUnoObj::EndCreate(rStat, eCmd); in EndCreate() local
811 if ( bResult ) in EndCreate()
835 return bResult; in EndCreate()
1110 FASTBOOL bResult = SdrOle2Obj::EndCreate(rStat, eCmd); in EndCreate() local
1111 if ( bResult ) in EndCreate()
1124 return bResult; in EndCreate()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx226 sal_Bool bResult(sal_False); in operator ()() local
228 bResult = sal_True; in operator ()()
231 return bResult; in operator ()()
283 sal_Bool bResult(sal_False); in operator ()() local
285 bResult = sal_True; in operator ()()
288 return bResult; in operator ()()
666 sal_Bool bResult(sal_False); in operator ()() local
669 return bResult; in operator ()()
1046 sal_Bool bResult(sal_False); in operator ()() local
1048 bResult = sal_True; in operator ()()
[all …]
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Window.cxx1625 bool bResult( !aCID.isEmpty() ); in requestQuickHelp() local
1627 if( bResult ) in requestQuickHelp()
1639 return bResult; in requestQuickHelp()
1783 bool bResult = false; in impl_moveOrResizeObject() local
1837bResult = lcl_MoveObjectLogic( aRelPos, aRelSize, aRefSize, fAmountLogicX, fAmountLogicY ); in impl_moveOrResizeObject()
1839 if( bResult ) in impl_moveOrResizeObject()
1858 return bResult; in impl_moveOrResizeObject()
1863 bool bResult = false; in impl_DragDataPoint() local
1865 return bResult; in impl_DragDataPoint()
1886 bResult = true; in impl_DragDataPoint()
[all …]
/aoo41x/main/sc/source/ui/inc/
H A DScDevChart.hxx44 bool bResult = false; in UseDevelopmentChart() local
52 aResult[0] >>= bResult; in UseDevelopmentChart()
54 return bResult; in UseDevelopmentChart()
/aoo41x/main/qadevOOo/tests/java/ifc/task/
H A D_XStatusIndicatorFactory.java51 boolean bResult = true; in _createStatusIndicator()
68 bResult &= SI1 != null; in _createStatusIndicator()
70 tRes.tested("createStatusIndicator()", bResult); in _createStatusIndicator()
/aoo41x/main/forms/source/component/
H A DGroupManager.cxx146 sal_Bool bResult; in operator ()() local
149 bResult = lhs.m_nPos < rhs.GetPos(); in operator ()()
151 bResult = lhs.m_nTabIndex < rhs.GetTabIndex(); in operator ()()
153 bResult = lhs.m_nTabIndex != 0; in operator ()()
154 return bResult; in operator ()()

Completed in 186 milliseconds

12345678910>>...12