/aoo4110/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 159 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 …]
|
/aoo4110/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 92 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 …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
H A D | PropertySetHelper.java | 277 bValue = NumericalHelper.toBoolean(aObject); in getPropertyValueAsBoolean()
|
/aoo4110/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
|
/aoo4110/main/odk/examples/java/Spreadsheet/ |
H A D | EuroAdaption.java | 189 boolean bThousandSep = aAnyConv.toBoolean( in Convert() 191 boolean bNegativeRed = aAnyConv.toBoolean( in Convert()
|
/aoo4110/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()
|
/aoo4110/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 | 735 retVal= new Boolean(AnyConverter.toBoolean(obj)); in convert() 757 retVal= new Boolean(AnyConverter.toBoolean(obj)); in convert()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/desktop/source/splash/ |
H A D | splash.cxx | 342 _bShowProgressFrame = sShowProgressFrame.toBoolean(); in loadConfig() 367 _bNativeProgress = sNativeProgress.toBoolean(); in loadConfig()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/ |
H A D | FilterOptions.java | 153 m_bLower = AnyConverter.toBoolean(lFilterProps[p].Value); in analyze()
|
/aoo4110/main/wizards/com/sun/star/wizards/text/ |
H A D | TextSectionHandler.java | 121 …boolean bRemoveTextSection = (!AnyConverter.toBoolean(xTextSectionPropertySet.getPropertyValue("Is… in removeInvisibleTextSections()
|
/aoo4110/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()
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccEditableText.cpp | 289 boolean nValue = (boolean)ouValue.toBoolean(); in get_AnyFromOLECHAR()
|