Searched refs:aFormComponent (Results 1 – 6 of 6) sorted by relevance
68 public static String getName( Object aFormComponent ) throws com.sun.star.uno.Exception in getName() argument71 aFormComponent ); in getName()81 public static String getLabel( Object aFormComponent ) throws com.sun.star.uno.Exception in getLabel() argument85 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in getLabel()90 return getName( aFormComponent ); in getLabel()107 sLabel = getName( aFormComponent ); in getLabel()
65 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() argument68 XNamed xName = (XNamed)UnoRuntime.queryInterface( XNamed.class, aFormComponent ); in handle()71 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle()92 super.handle( aFormComponent ); in handle()109 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() argument112 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle()127 super.handle( aFormComponent ); in handle()
33 public abstract void handle( Object aFormComponent ) throws java.lang.Exception; in handle() argument66 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() argument68 XIndexContainer xCont = UNO.queryIndexContainer( aFormComponent ); in handle()
68 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() argument74 XPropertySet xCompProps = UNO.queryPropertySet( aFormComponent ); in handle()89 super.handle( aFormComponent ); in handle()
190 …static public DocumentHelper getDocumentForComponent( Object aFormComponent, XComponentContext xCt… in getDocumentForComponent() argument192 XChild xChild = (XChild)UnoRuntime.queryInterface( XChild.class, aFormComponent ); in getDocumentForComponent()
271 …static public DocumentHelper getDocumentForComponent( Object aFormComponent, XMultiServiceFactory … in getDocumentForComponent() argument273 XChild xChild = (XChild)UnoRuntime.queryInterface( XChild.class, aFormComponent ); in getDocumentForComponent()
Completed in 24 milliseconds