/trunk/main/chart2/qa/complex/chart2/ |
H A D | TestCaseOldAPI.java | 135 assertTrue( "Property HasMainTitle", AnyConverter.toBoolean( in testTitle() 185 assertTrue( "Property HasSubTitle", AnyConverter.toBoolean( in testSubTitle() 254 boolean bNewFirstYAxisText = AnyConverter.toBoolean( in testDiagram() 276 boolean bNewSecYAxisValue = AnyConverter.toBoolean( in testDiagram() 387 AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis() 390 ! AnyConverter.toBoolean( xProp.getPropertyValue( "Logarithmic" )) ); in testAxis() 420 assertTrue( "Property DisplayLabels", ! AnyConverter.toBoolean( in testAxis() 550 AnyConverter.toBoolean( in testChartType() 555 ! AnyConverter.toBoolean( in testChartType() 560 AnyConverter.toBoolean( in testChartType() [all …]
|
/trunk/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 80 boolean b= AnyConverter.toBoolean(aBool); in test_toBoolean() 82 b= AnyConverter.toBoolean(anyBool); in test_toBoolean() 86 try { AnyConverter.toBoolean(aChar); fail(""); in test_toBoolean() 90 try { AnyConverter.toBoolean(aByte); fail(""); in test_toBoolean() 94 try { AnyConverter.toBoolean(aShort); fail(""); in test_toBoolean() 98 try { AnyConverter.toBoolean(aInt); fail(""); in test_toBoolean() 100 try { AnyConverter.toBoolean(anyInt); fail(""); in test_toBoolean() 102 try { AnyConverter.toBoolean(aLong); fail(""); in test_toBoolean() 114 try { AnyConverter.toBoolean(aObj); fail(""); in test_toBoolean() 116 try { AnyConverter.toBoolean(aStr); fail(""); in test_toBoolean() [all …]
|
/trunk/main/oox/source/docprop/ |
H A D | docprophandler.cxx | 520 … 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 D | NumericalHelper.java | 775 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 D | SampleThesaurus.java | 111 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse() 123 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
|
H A D | SampleSpellChecker.java | 113 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse() 125 bRes = AnyConverter.toBoolean( aObj ); in GetValueToUse()
|
H A D | SampleHyphenator.java | 113 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 D | DbTools.java | 205 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 D | DataAwareFields.java | 160 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 D | OIndexContainer.java | 147 … 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 D | EuroAdaption.java | 189 boolean bThousandSep = aAnyConv.toBoolean( in Convert() 191 boolean bNegativeRed = aAnyConv.toBoolean( in Convert()
|
/trunk/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextDocument.java | 152 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 D | PropertySetMixin.java | 840 isAmbiguous = AnyConverter.toBoolean( in getProperty() 859 isDefaulted = AnyConverter.toBoolean( in getProperty() 878 boolean present = AnyConverter.toBoolean( in getProperty()
|
H A D | PropertySet.java | 733 retVal= AnyConverter.toBoolean(obj); in convert() 755 retVal= AnyConverter.toBoolean(obj); in convert()
|
/trunk/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 254 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 D | DBMetaData.java | 350 …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 D | TestHelper.java | 687 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 D | TestHelper.java | 297 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 D | WizardDialog.java | 189 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 D | splash.cxx | 342 _bShowProgressFrame = sShowProgressFrame.toBoolean(); in loadConfig() 367 _bNativeProgress = sNativeProgress.toBoolean(); in loadConfig()
|
/trunk/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 186 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 D | LetterWizardDialogImpl.java | 755 …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 D | Tools.java | 92 ret = AnyConverter.toBoolean(property.Value); in getOrDefault()
|
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/ |
H A D | FilterOptions.java | 153 m_bLower = AnyConverter.toBoolean(lFilterProps[p].Value); in analyze()
|
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 234 …m_bShowInBrowser = new Boolean( AnyConverter.toBoolean( xAccess.getByName( "PreselectShowBrowser" … in GetShowInBrowserByDefault() 1056 return AnyConverter.toBoolean( xEntry.getByName( "AllowUnknownCertificate" ) ); in AllowUnknownCert()
|