Lines Matching refs:equals

66             if ( aProperties[i].Name.equals( aName ) )  in getPropertyByName()
74 if ( aProperties[i].Name.equals( aName ) ) in hasPropertyByName()
122 if ( aPropertyName.equals( "IsVisible" ) || in setPropertyValue()
123 aPropertyName.equals( "ShowDetails" ) ) in setPropertyValue()
134 if ( aPropertyName.equals( "IsVisible" ) || in getPropertyValue()
135 aPropertyName.equals( "ShowDetails" ) ) in getPropertyValue()
193 if ( aName.equals( ExampleSettings.getMemberName( i ) ) ) in getByName()
215 if ( aName.equals( ExampleSettings.getMemberName( i ) ) ) in hasByName()
333 if ( aPropertyName.equals( "SubTotals" ) || in setPropertyValue()
334 aPropertyName.equals( "ShowEmpty" ) ) in setPropertyValue()
345 if ( aPropertyName.equals( "SubTotals" ) ) in getPropertyValue()
347 else if ( aPropertyName.equals( "ShowEmpty" ) ) in getPropertyValue()
401 if ( aName.equals( ExampleSettings.aDimensionNames[nDimension] ) ) in getByName()
419 return aName.equals( ExampleSettings.aDimensionNames[nDimension] ); in hasByName()
490 if ( aName.equals( ExampleSettings.aDimensionNames[nDimension] ) ) in getByName()
508 return aName.equals( ExampleSettings.aDimensionNames[nDimension] ); in hasByName()
591 if ( aPropertyName.equals( "Orientation" ) ) in setPropertyValue()
614 else if ( aPropertyName.equals( "Position" ) ) in setPropertyValue()
629 else if ( aPropertyName.equals( "Function" ) || aPropertyName.equals( "UsedHierarchy" ) || in setPropertyValue()
630 aPropertyName.equals( "Filter" ) ) in setPropertyValue()
641 if ( aPropertyName.equals( "Original" ) ) in getPropertyValue()
643 else if ( aPropertyName.equals( "IsDataLayoutDimension" ) ) in getPropertyValue()
645 else if ( aPropertyName.equals( "Orientation" ) ) in getPropertyValue()
647 else if ( aPropertyName.equals( "Position" ) ) in getPropertyValue()
658 else if ( aPropertyName.equals( "Function" ) ) in getPropertyValue()
660 else if ( aPropertyName.equals( "UsedHierarchy" ) ) in getPropertyValue()
662 else if ( aPropertyName.equals( "Filter" ) ) in getPropertyValue()
714 if ( aName.equals( ExampleSettings.aDimensionNames[i] ) ) in getByName()
736 if ( aName.equals( ExampleSettings.aDimensionNames[i] ) ) in hasByName()
879 if ( aPropertyName.equals( "ColumnGrand" ) || in setPropertyValue()
880 aPropertyName.equals( "RowGrand" ) ) in setPropertyValue()
891 if ( aPropertyName.equals( "ColumnGrand" ) || in getPropertyValue()
892 aPropertyName.equals( "RowGrand" ) ) in getPropertyValue()
949 return aService.equals( aServiceName ); in supportsService()
960 if ( implName.equals(_ExampleDataPilotSource.aImplName) ) in __getServiceFactory()