Home
last modified time | relevance | path

Searched refs:toBoolean (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java159 assure( "Property HasMainTitle", AnyConverter.toBoolean( in testTitle()
209 assure( "Property HasSubTitle", AnyConverter.toBoolean( in testSubTitle()
278 boolean bNewFirstYAxisText = AnyConverter.toBoolean( in testDiagram()
300 boolean bNewSecYAxisValue = AnyConverter.toBoolean( in testDiagram()
411 AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
414 ! AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis()
444 assure( "Property DisplayLabels", ! AnyConverter.toBoolean( in testAxis()
574 AnyConverter.toBoolean( in testChartType()
579 ! AnyConverter.toBoolean( in testChartType()
584 AnyConverter.toBoolean( in testChartType()
[all …]
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java92 boolean b= AnyConverter.toBoolean(aBool); in test_toBoolean()
94 b= AnyConverter.toBoolean(anyBool); in test_toBoolean()
98 try { AnyConverter.toBoolean(aChar); failed(""); in test_toBoolean()
102 try { AnyConverter.toBoolean(aByte); failed(""); in test_toBoolean()
106 try { AnyConverter.toBoolean(aShort); failed(""); in test_toBoolean()
110 try { AnyConverter.toBoolean(aInt); failed(""); in test_toBoolean()
112 try { AnyConverter.toBoolean(anyInt); failed(""); in test_toBoolean()
114 try { AnyConverter.toBoolean(aLong); failed(""); in test_toBoolean()
126 try { AnyConverter.toBoolean(aObj); failed(""); in test_toBoolean()
128 try { AnyConverter.toBoolean(aStr); failed(""); in test_toBoolean()
[all …]
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx520 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
525 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
530 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
535 … AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); // the property has boolean type in characters()
609 AddCustomProperty( uno::makeAny( aChars.toBoolean() ) ); in characters()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java775 public static boolean toBoolean(Object aValue) in toBoolean() method in NumericalHelper
1074 public static boolean toBoolean(Object aValue, boolean defaultValue) in toBoolean() method in NumericalHelper
1078 return toBoolean(aValue); in toBoolean()
1218 aTypeObject.aValue = Boolean.valueOf(AnyConverter.toBoolean(aValue)); in getTypeObject()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java111 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
123 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
H A DSampleSpellChecker.java113 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
125 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
H A DSampleHyphenator.java113 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
125 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java205 enabled = AnyConverter.toBoolean(propertyValue.Value); in isDataSourcePropertyEnabled()
480 …boolean isAutoIncrement = AnyConverter.toBoolean(columnProperties.getPropertyValue("IsAutoIncremen… in createStandardColumnPart()
780 updatedObject.updateBoolean(columnIndex, AnyConverter.toBoolean(value)); in updateObject()
871 parameters.setBoolean(index, AnyConverter.toBoolean(any)); in setObject()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java160 field.setBoolean(target, toBoolean(value)); in set()
447 private static boolean toBoolean(Object value) in toBoolean() method in DataAwareFields
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java147 … boolean isUnique = AnyConverter.toBoolean(descriptor.getPropertyValue(PropertyIds.ISUNIQUE.name)); in appendObject()
159 …boolean isAscending = AnyConverter.toBoolean(column.getPropertyValue(PropertyIds.ISASCENDING.name)… in appendObject()
/trunk/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java189 boolean bThousandSep = aAnyConv.toBoolean( in Convert()
191 boolean bNegativeRed = aAnyConv.toBoolean( in Convert()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java152 return AnyConverter.toBoolean(Helper.getUnoPropertyValue(oTextSection, ISVISIBLE)); in checkReportLayoutMode()
186 …boolean bOldIsCurLandscape = AnyConverter.toBoolean(Helper.getUnoPropertyValue(ReportPageStyle, IS… in swapLayoutTemplate()
268 …bIsCurLandscape = AnyConverter.toBoolean(Helper.getUnoPropertyValue(ReportPageStyle, ISLANDSCAPE)); in changePageOrientation()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java840 isAmbiguous = AnyConverter.toBoolean( in getProperty()
859 isDefaulted = AnyConverter.toBoolean( in getProperty()
878 boolean present = AnyConverter.toBoolean( in getProperty()
H A DPropertySet.java733 retVal= AnyConverter.toBoolean(obj); in convert()
755 retVal= AnyConverter.toBoolean(obj); in convert()
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java254 if (result != null && AnyConverter.toBoolean(result) == true) in doDelete()
315 enable = AnyConverter.toBoolean( in checkEnabled()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java350 …bHasEscapeProcessing = AnyConverter.toBoolean(_xQueryPropertySet.getPropertyValue("EscapeProcessin… in hasEscapeProcessing()
523 …isSQL92CheckEnabled = AnyConverter.toBoolean( m_dataSourceSettings.getPropertyValue( "EnableSQL92C… in isSQL92CheckEnabled()
791 supportsPrimaryKeys = AnyConverter.toBoolean( primaryKeySupport ); in supportsPrimaryKeys()
/trunk/main/package/qa/storages/
H A DTestHelper.java687 boolean bPropIsRoot = AnyConverter.toBoolean( xPropSet.getPropertyValue( "IsRoot" ) ); in setStorageTypeAndCheckProps()
730 boolean bPropIsRoot = AnyConverter.toBoolean( xPropSet.getPropertyValue( "IsRoot" ) ); in checkStorageProperties()
832 … boolean bPropCompress = AnyConverter.toBoolean( xPropSet.getPropertyValue( "Compressed" ) ); in InternalCheckStream()
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java297 boolean bPropIsRoot = AnyConverter.toBoolean( xPropSet.getPropertyValue( "IsRoot" ) ); in setStorageTypeAndCheckProps()
339 boolean bPropIsRoot = AnyConverter.toBoolean( xPropSet.getPropertyValue( "IsRoot" ) ); in checkStorageProperties()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DWizardDialog.java189 return AnyConverter.toBoolean(Helper.getUnoPropertyValue(oRoadmap, "Complete")); in isRoadmapComplete()
621 …bIsEnabled = AnyConverter.toBoolean(Helper.getUnoPropertyValue(xRoadmapItem, PropertyNames.PROPERT… in isStepEnabled()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx342 _bShowProgressFrame = sShowProgressFrame.toBoolean(); in loadConfig()
367 _bNativeProgress = sNativeProgress.toBoolean(); in loadConfig()
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java186 boolean bPropIsRoot = AnyConverter.toBoolean( xPropSet.getPropertyValue( "IsRoot" ) ); in setStorageTypeAndCheckProps()
352 boolean bPropIsRoot = AnyConverter.toBoolean( xPropSet.getPropertyValue( "IsRoot" ) ); in checkStorageProperties()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java755 …boolean logostatus = AnyConverter.toBoolean(getControlProperty("chkUseLogo", PropertyNames.PROPERT… in chkUseLogoItemChanged()
771 …boolean rstatus = AnyConverter.toBoolean(getControlProperty("chkUseAddressReceiver", PropertyNames… in chkUseAddressReceiverItemChanged()
809 …boolean bFooterPossible = (chkUseFooter.getState() != 0) && AnyConverter.toBoolean(getControlPrope… in chkUseFooterItemChanged()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DTools.java92 ret = AnyConverter.toBoolean(property.Value); in getOrDefault()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DFilterOptions.java153 m_bLower = AnyConverter.toBoolean(lFilterProps[p].Value); in analyze()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java234 …m_bShowInBrowser = new Boolean( AnyConverter.toBoolean( xAccess.getByName( "PreselectShowBrowser" … in GetShowInBrowserByDefault()
1056 return AnyConverter.toBoolean( xEntry.getByName( "AllowUnknownCertificate" ) ); in AllowUnknownCert()

Completed in 172 milliseconds

12