Lines Matching refs:star

48 class ExamplePropertySetInfo implements com.sun.star.beans.XPropertySetInfo
50 private com.sun.star.beans.Property[] aProperties;
52 public ExamplePropertySetInfo( com.sun.star.beans.Property[] aProps ) in ExamplePropertySetInfo()
57 public com.sun.star.beans.Property[] getProperties() in getProperties()
62 public com.sun.star.beans.Property getPropertyByName( String aName ) in getPropertyByName()
63 throws com.sun.star.beans.UnknownPropertyException in getPropertyByName()
68 throw new com.sun.star.beans.UnknownPropertyException(); in getPropertyByName()
82 class ExampleMember implements com.sun.star.container.XNamed,
83 com.sun.star.beans.XPropertySet
110 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() in getPropertySetInfo()
112 return new ExamplePropertySetInfo( new com.sun.star.beans.Property[] { in getPropertySetInfo()
113 new com.sun.star.beans.Property( "IsVisible", -1, in getPropertySetInfo()
114 new com.sun.star.uno.Type( Boolean.class ), (short) 0), in getPropertySetInfo()
115 new com.sun.star.beans.Property( "ShowDetails", -1, in getPropertySetInfo()
116 new com.sun.star.uno.Type( Boolean.class ), (short) 0) }); in getPropertySetInfo()
120 throws com.sun.star.beans.UnknownPropertyException in setPropertyValue()
128 throw new com.sun.star.beans.UnknownPropertyException(); in setPropertyValue()
132 throws com.sun.star.beans.UnknownPropertyException in getPropertyValue()
140 throw new com.sun.star.beans.UnknownPropertyException(); in getPropertyValue()
144 String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) in addPropertyChangeListener()
148 String aPropertyName, com.sun.star.beans.XPropertyChangeListener aListener) in removePropertyChangeListener()
152 String PropertyName, com.sun.star.beans.XVetoableChangeListener aListener) in addVetoableChangeListener()
156 String PropertyName, com.sun.star.beans.XVetoableChangeListener aListener) in removeVetoableChangeListener()
163 class ExampleMembers implements com.sun.star.container.XNameAccess
178 public com.sun.star.uno.Type getElementType() in getElementType()
180 return new com.sun.star.uno.Type( com.sun.star.container.XNamed.class ); in getElementType()
189 throws com.sun.star.container.NoSuchElementException in getByName()
199 throw new com.sun.star.container.NoSuchElementException(); in getByName()
224 com.sun.star.container.XNamed,
225 com.sun.star.sheet.XMembersSupplier,
226 com.sun.star.sheet.XDataPilotMemberResults,
227 com.sun.star.beans.XPropertySet
253 public com.sun.star.container.XNameAccess getMembers() in getMembers()
262 public com.sun.star.sheet.MemberResult[] getResults() in getResults()
276 return new com.sun.star.sheet.MemberResult[0]; in getResults()
290 com.sun.star.sheet.MemberResult[] aResults = in getResults()
291 new com.sun.star.sheet.MemberResult[nSize]; in getResults()
297 aResults[nResultPos] = new com.sun.star.sheet.MemberResult(); in getResults()
301 com.sun.star.sheet.MemberResultFlags.HASMEMBER; in getResults()
306 aResults[nResultPos] = new com.sun.star.sheet.MemberResult(); in getResults()
308 com.sun.star.sheet.MemberResultFlags.CONTINUE; in getResults()
318 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() in getPropertySetInfo()
320 return new ExamplePropertySetInfo( new com.sun.star.beans.Property[] { in getPropertySetInfo()
321 new com.sun.star.beans.Property( "SubTotals", -1, in getPropertySetInfo()
322 new com.sun.star.uno.Type( in getPropertySetInfo()
323 com.sun.star.sheet.GeneralFunction[].class ), in getPropertySetInfo()
325 new com.sun.star.beans.Property( "ShowEmpty", -1, in getPropertySetInfo()
326 new com.sun.star.uno.Type( Boolean.class ), in getPropertySetInfo()
331 throws com.sun.star.beans.UnknownPropertyException in setPropertyValue()
339 throw new com.sun.star.beans.UnknownPropertyException(); in setPropertyValue()
343 throws com.sun.star.beans.UnknownPropertyException in getPropertyValue()
346 return new com.sun.star.sheet.GeneralFunction[0]; in getPropertyValue()
350 throw new com.sun.star.beans.UnknownPropertyException(); in getPropertyValue()
354 String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) in addPropertyChangeListener()
358 String aPropertyName, com.sun.star.beans.XPropertyChangeListener aListener) in removePropertyChangeListener()
362 String PropertyName, com.sun.star.beans.XVetoableChangeListener aListener) in addVetoableChangeListener()
366 String PropertyName, com.sun.star.beans.XVetoableChangeListener aListener) in removeVetoableChangeListener()
373 class ExampleLevels implements com.sun.star.container.XNameAccess
387 public com.sun.star.uno.Type getElementType() in getElementType()
389 return new com.sun.star.uno.Type( com.sun.star.container.XNamed.class ); in getElementType()
398 throws com.sun.star.container.NoSuchElementException in getByName()
407 throw new com.sun.star.container.NoSuchElementException(); in getByName()
425 class ExampleHierarchy implements com.sun.star.container.XNamed,
426 com.sun.star.sheet.XLevelsSupplier
452 public com.sun.star.container.XNameAccess getLevels() in getLevels()
462 class ExampleHierarchies implements com.sun.star.container.XNameAccess
476 public com.sun.star.uno.Type getElementType() in getElementType()
478 return new com.sun.star.uno.Type( com.sun.star.container.XNamed.class ); in getElementType()
487 throws com.sun.star.container.NoSuchElementException in getByName()
496 throw new com.sun.star.container.NoSuchElementException(); in getByName()
515 com.sun.star.container.XNamed,
516 com.sun.star.sheet.XHierarchiesSupplier,
517 com.sun.star.util.XCloneable,
518 com.sun.star.beans.XPropertySet
523 private com.sun.star.sheet.DataPilotFieldOrientation eOrientation;
530 com.sun.star.sheet.DataPilotFieldOrientation.DATA : in ExampleDimension()
531 com.sun.star.sheet.DataPilotFieldOrientation.HIDDEN; in ExampleDimension()
548 public com.sun.star.container.XNameAccess getHierarchies() in getHierarchies()
557 public com.sun.star.util.XCloneable createClone() in createClone()
564 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() in getPropertySetInfo()
566 return new ExamplePropertySetInfo( new com.sun.star.beans.Property[] { in getPropertySetInfo()
567 new com.sun.star.beans.Property( "Original", -1, in getPropertySetInfo()
568 new com.sun.star.uno.Type( com.sun.star.container.XNamed.class), in getPropertySetInfo()
569 (short) com.sun.star.beans.PropertyAttribute.READONLY ), in getPropertySetInfo()
570 new com.sun.star.beans.Property( "IsDataLayoutDimension", -1, in getPropertySetInfo()
571 new com.sun.star.uno.Type( Boolean.class), in getPropertySetInfo()
572 (short) com.sun.star.beans.PropertyAttribute.READONLY ), in getPropertySetInfo()
573 new com.sun.star.beans.Property( "Orientation", -1, in getPropertySetInfo()
574 new com.sun.star.uno.Type( in getPropertySetInfo()
575 com.sun.star.sheet.DataPilotFieldOrientation.class), (short) 0), in getPropertySetInfo()
576 new com.sun.star.beans.Property( "Position", -1, in getPropertySetInfo()
577 new com.sun.star.uno.Type( Integer.class ), (short) 0), in getPropertySetInfo()
578 new com.sun.star.beans.Property( "Function", -1, in getPropertySetInfo()
579 new com.sun.star.uno.Type(com.sun.star.sheet.GeneralFunction.class), in getPropertySetInfo()
581 new com.sun.star.beans.Property( "UsedHierarchy", -1, in getPropertySetInfo()
582 new com.sun.star.uno.Type( Integer.class ), (short) 0 ), in getPropertySetInfo()
583 new com.sun.star.beans.Property( "Filter", -1, in getPropertySetInfo()
584 new com.sun.star.uno.Type( in getPropertySetInfo()
585 com.sun.star.sheet.TableFilterField[].class), (short) 0) }); in getPropertySetInfo()
589 throws com.sun.star.beans.UnknownPropertyException in setPropertyValue()
593 com.sun.star.sheet.DataPilotFieldOrientation eNewOrient = in setPropertyValue()
594 (com.sun.star.sheet.DataPilotFieldOrientation) aValue; in setPropertyValue()
597 eNewOrient != com.sun.star.sheet.DataPilotFieldOrientation.DATA ) in setPropertyValue()
601 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue()
603 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue()
605 if ( eNewOrient == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue()
607 else if ( eNewOrient == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue()
618 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in setPropertyValue()
623 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in setPropertyValue()
635 throw new com.sun.star.beans.UnknownPropertyException(); in setPropertyValue()
639 throws com.sun.star.beans.UnknownPropertyException in getPropertyValue()
650 if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.COLUMN ) in getPropertyValue()
652 else if ( eOrientation == com.sun.star.sheet.DataPilotFieldOrientation.ROW ) in getPropertyValue()
659 return com.sun.star.sheet.GeneralFunction.SUM; in getPropertyValue()
663 return new com.sun.star.sheet.TableFilterField[0]; in getPropertyValue()
665 throw new com.sun.star.beans.UnknownPropertyException(); in getPropertyValue()
669 String aPropertyName, com.sun.star.beans.XPropertyChangeListener xListener) in addPropertyChangeListener()
673 String aPropertyName, com.sun.star.beans.XPropertyChangeListener aListener) in removePropertyChangeListener()
677 String PropertyName, com.sun.star.beans.XVetoableChangeListener aListener) in addVetoableChangeListener()
681 String PropertyName, com.sun.star.beans.XVetoableChangeListener aListener) in removeVetoableChangeListener()
688 class ExampleDimensions implements com.sun.star.container.XNameAccess
700 public com.sun.star.uno.Type getElementType() in getElementType()
702 return new com.sun.star.uno.Type( com.sun.star.container.XNamed.class ); in getElementType()
711 throws com.sun.star.container.NoSuchElementException in getByName()
722 throw new com.sun.star.container.NoSuchElementException(); in getByName()
749 com.sun.star.sheet.XDimensionsSupplier,
750 com.sun.star.sheet.XDataPilotResults,
751 com.sun.star.util.XRefreshable,
752 com.sun.star.beans.XPropertySet,
753 com.sun.star.lang.XInitialization,
754 com.sun.star.lang.XServiceInfo
762 public _ExampleDataPilotSource( com.sun.star.lang.XMultiServiceFactory xFactory ) in _ExampleDataPilotSource()
776 String aSource = com.sun.star.uno.AnyConverter.toString(aArguments[0]); in initialize()
792 catch ( com.sun.star.lang.IllegalArgumentException e ) in initialize()
803 public com.sun.star.sheet.DataResult[][] getResults() in getResults()
824 com.sun.star.sheet.DataResult[][] aResults = new com.sun.star.sheet.DataResult[nRows][]; in getResults()
836 aResults[nRow] = new com.sun.star.sheet.DataResult[nColumns]; in getResults()
848 aResults[nRow][nCol] = new com.sun.star.sheet.DataResult(); in getResults()
849 aResults[nRow][nCol].Flags = com.sun.star.sheet.DataResultFlags.HASDATA; in getResults()
858 public com.sun.star.container.XNameAccess getDimensions() in getDimensions()
867 public com.sun.star.beans.XPropertySetInfo getPropertySetInfo() in getPropertySetInfo()
869 return new ExamplePropertySetInfo( new com.sun.star.beans.Property[] { in getPropertySetInfo()
870 new com.sun.star.beans.Property( "ColumnGrand", -1, in getPropertySetInfo()
871 new com.sun.star.uno.Type( Boolean.class ), (short) 0), in getPropertySetInfo()
872 new com.sun.star.beans.Property( "RowGrand", -1, in getPropertySetInfo()
873 new com.sun.star.uno.Type( Boolean.class ), (short) 0) }); in getPropertySetInfo()
877 throws com.sun.star.beans.UnknownPropertyException in setPropertyValue()
885 throw new com.sun.star.beans.UnknownPropertyException(); in setPropertyValue()
889 throws com.sun.star.beans.UnknownPropertyException in getPropertyValue()
897 throw new com.sun.star.beans.UnknownPropertyException(); in getPropertyValue()
902 com.sun.star.beans.XPropertyChangeListener xListener ) in addPropertyChangeListener()
907 com.sun.star.beans.XPropertyChangeListener aListener ) in removePropertyChangeListener()
912 com.sun.star.beans.XVetoableChangeListener aListener ) in addVetoableChangeListener()
917 com.sun.star.beans.XVetoableChangeListener aListener ) in removeVetoableChangeListener()
926 public void addRefreshListener( com.sun.star.util.XRefreshListener l ) in addRefreshListener()
929 public void removeRefreshListener( com.sun.star.util.XRefreshListener l ) in removeRefreshListener()
953 public static com.sun.star.lang.XSingleServiceFactory __getServiceFactory( in __getServiceFactory()
955 com.sun.star.lang.XMultiServiceFactory multiFactory, in __getServiceFactory()
956 com.sun.star.registry.XRegistryKey regKey) in __getServiceFactory()
958 com.sun.star.lang.XSingleServiceFactory xSingleServiceFactory = null; in __getServiceFactory()
962 com.sun.star.comp.loader.FactoryHelper.getServiceFactory( in __getServiceFactory()