Lines Matching refs:aPropertyName

119     public void setPropertyValue( String aPropertyName, Object aValue )  in setPropertyValue()  argument
122 if ( aPropertyName.equals( "IsVisible" ) || in setPropertyValue()
123 aPropertyName.equals( "ShowDetails" ) ) in setPropertyValue()
131 public Object getPropertyValue( String aPropertyName ) in getPropertyValue() argument
134 if ( aPropertyName.equals( "IsVisible" ) || in getPropertyValue()
135 aPropertyName.equals( "ShowDetails" ) ) in getPropertyValue()
144 String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) in addPropertyChangeListener() argument
148 String aPropertyName, com.sun.star.beans.XPropertyChangeListener aListener) in removePropertyChangeListener() argument
330 public void setPropertyValue( String aPropertyName, Object aValue ) in setPropertyValue() argument
333 if ( aPropertyName.equals( "SubTotals" ) || in setPropertyValue()
334 aPropertyName.equals( "ShowEmpty" ) ) in setPropertyValue()
342 public Object getPropertyValue( String aPropertyName ) in getPropertyValue() argument
345 if ( aPropertyName.equals( "SubTotals" ) ) in getPropertyValue()
347 else if ( aPropertyName.equals( "ShowEmpty" ) ) in getPropertyValue()
354 String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) in addPropertyChangeListener() argument
358 String aPropertyName, com.sun.star.beans.XPropertyChangeListener aListener) in removePropertyChangeListener() argument
588 public void setPropertyValue( String aPropertyName, Object aValue ) in setPropertyValue() argument
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()
638 public Object getPropertyValue( String aPropertyName ) in getPropertyValue() argument
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()
669 String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) in addPropertyChangeListener() argument
673 String aPropertyName, com.sun.star.beans.XPropertyChangeListener aListener) in removePropertyChangeListener() argument
876 public void setPropertyValue( String aPropertyName, Object aValue ) in setPropertyValue() argument
879 if ( aPropertyName.equals( "ColumnGrand" ) || in setPropertyValue()
880 aPropertyName.equals( "RowGrand" ) ) in setPropertyValue()
888 public Object getPropertyValue( String aPropertyName ) in getPropertyValue() argument
891 if ( aPropertyName.equals( "ColumnGrand" ) || in getPropertyValue()
892 aPropertyName.equals( "RowGrand" ) ) in getPropertyValue()
901 String aPropertyName, in addPropertyChangeListener() argument
906 String aPropertyName, in removePropertyChangeListener() argument