Home
last modified time | relevance | path

Searched refs:bSuccessful (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/lib/
H A DSimpleStatus.java31 private final boolean bSuccessful; field in SimpleStatus
47 protected SimpleStatus( RunState runState, boolean bSuccessful ) { in SimpleStatus() argument
48 this.bSuccessful = bSuccessful; in SimpleStatus()
64 protected SimpleStatus(String runStateString, boolean bSuccessful) { in SimpleStatus() argument
65 this.bSuccessful = bSuccessful; in SimpleStatus()
71 return bSuccessful; in isSuccessful()
92 if (bSuccessful) in getStateString()
H A DStatus.java44 public Status(RunState runState, boolean bSuccessful ) { in Status() argument
45 super(runState, bSuccessful); in Status()
64 public static Status passed( boolean bSuccessful ) { in passed() argument
65 return new Status(RunState.COMPLETED, bSuccessful ); in passed()
85 public static Status skipped( boolean bSuccessful ) { in skipped() argument
86 return new Status( RunState.SKIPPED, bSuccessful ); in skipped()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/lib/
H A DSimpleStatus.java31 private final boolean bSuccessful; field in SimpleStatus
47 protected SimpleStatus( RunState runState, boolean bSuccessful ) { in SimpleStatus() argument
48 this.bSuccessful = bSuccessful; in SimpleStatus()
64 protected SimpleStatus(String runStateString, boolean bSuccessful) { in SimpleStatus() argument
65 this.bSuccessful = bSuccessful; in SimpleStatus()
71 return bSuccessful; in isSuccessful()
92 if (bSuccessful) in getStateString()
H A DStatus.java44 public Status(RunState runState, boolean bSuccessful ) { in Status() argument
45 super(runState, bSuccessful); in Status()
64 public static Status passed( boolean bSuccessful ) { in passed() argument
65 return new Status(RunState.COMPLETED, bSuccessful ); in passed()
85 public static Status skipped( boolean bSuccessful ) { in skipped() argument
86 return new Status( RunState.SKIPPED, bSuccessful ); in skipped()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Args.cpp195 bool AP_Args::doWindowlessArgs(bool & bSuccessful) in doWindowlessArgs() argument
198 bSuccessful = true; in doWindowlessArgs()
239bSuccessful = bSuccessful && conv->convertTo(m_sFiles[i], m_sFileExtension, m_sName, m_sToFormat); in doWindowlessArgs()
241 bSuccessful = bSuccessful && conv->convertTo(m_sFiles[i], m_sFileExtension, m_sToFormat); in doWindowlessArgs()
250 bSuccessful = bSuccessful && appWindowlessArgsWereSuccessful; in doWindowlessArgs()
H A Dap_Args.h52 bool doWindowlessArgs(bool & bSuccessful);
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/complexlib/
H A DComplexTestCase.java68 if (!(t instanceof RuntimeException) || bSuccessful) in before()
75 bSuccessful = false; in before()
102 bSuccessful = true; in test_method()
203 subEntry.State = (bSuccessful ? "COMPLETED.OK" : message); in test_method()
204 subEntry.hasErrorMsg = !bSuccessful; in test_method()
H A DAssurance.java33 protected boolean bSuccessful = true; field in Assurance
112 bSuccessful &= s; in assure()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/complexlib/
H A DComplexTestCase.java68 if (!(t instanceof RuntimeException) || bSuccessful) in before()
75 bSuccessful = false; in before()
102 bSuccessful = true; in test_method()
203 subEntry.State = (bSuccessful ? "COMPLETED.OK" : message); in test_method()
204 subEntry.hasErrorMsg = !bSuccessful; in test_method()
H A DAssurance.java33 protected boolean bSuccessful = true; field in Assurance
112 bSuccessful &= s; in assure()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlimppr.cxx649 bool bSuccessful = false; in FillMultiPropertySet_() local
661 bSuccessful = true; in FillMultiPropertySet_()
665 OSL_ENSURE(bSuccessful, "Exception caught; style may not be imported correctly."); in FillMultiPropertySet_()
668 return bSuccessful; in FillMultiPropertySet_()
680 bool bSuccessful = false; in FillTolerantMultiPropertySet_() local
692 bSuccessful = !aResults.hasElements(); in FillTolerantMultiPropertySet_()
719 OSL_ENSURE(bSuccessful, "Exception caught; style may not be imported correctly."); in FillTolerantMultiPropertySet_()
722 return bSuccessful; in FillTolerantMultiPropertySet_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlimppr.cxx680 bool bSuccessful = false; in FillMultiPropertySet_() local
692 bSuccessful = true; in FillMultiPropertySet_()
696 OSL_ENSURE(bSuccessful, "Exception caught; style may not be imported correctly."); in FillMultiPropertySet_()
699 return bSuccessful; in FillMultiPropertySet_()
711 bool bSuccessful = false; in FillTolerantMultiPropertySet_() local
723 bSuccessful = !aResults.hasElements(); in FillTolerantMultiPropertySet_()
750 OSL_ENSURE(bSuccessful, "Exception caught; style may not be imported correctly."); in FillTolerantMultiPropertySet_()
753 return bSuccessful; in FillTolerantMultiPropertySet_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/qt5/
H A DQt5DragAndDrop.hxx57 void fire_dragEnd(sal_Int8 nAction, bool bSuccessful);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/qt5/
H A DQt5DragAndDrop.hxx57 void fire_dragEnd(sal_Int8 nAction, bool bSuccessful);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog663827 rename state to bSuccessful in Assurance
663842 rename state to bSuccessful
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog925876 rename state to bSuccessful in Assurance
925891 rename state to bSuccessful