Home
last modified time | relevance | path

Searched refs:aFormComponent (Results 1 – 6 of 6) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java68 public static String getName( Object aFormComponent ) throws com.sun.star.uno.Exception in getName() argument
71 aFormComponent ); in getName()
81 public static String getLabel( Object aFormComponent ) throws com.sun.star.uno.Exception in getLabel() argument
85 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in getLabel()
90 return getName( aFormComponent ); in getLabel()
107 sLabel = getName( aFormComponent ); in getLabel()
H A DDataAwareness.java65 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() argument
68 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() argument
112 XPropertySet xProps = UNO.queryPropertySet( aFormComponent ); in handle()
127 super.handle( aFormComponent ); in handle()
H A DComponentTreeTraversal.java33 public abstract void handle( Object aFormComponent ) throws java.lang.Exception; in handle() argument
66 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() argument
68 XIndexContainer xCont = UNO.queryIndexContainer( aFormComponent ); in handle()
H A DControlLock.java68 public void handle( Object aFormComponent ) throws com.sun.star.uno.Exception in handle() argument
74 XPropertySet xCompProps = UNO.queryPropertySet( aFormComponent ); in handle()
89 super.handle( aFormComponent ); in handle()
H A DDocumentHelper.java190 …static public DocumentHelper getDocumentForComponent( Object aFormComponent, XComponentContext xCt… in getDocumentForComponent() argument
192 XChild xChild = (XChild)UnoRuntime.queryInterface( XChild.class, aFormComponent ); in getDocumentForComponent()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java271 …static public DocumentHelper getDocumentForComponent( Object aFormComponent, XMultiServiceFactory … in getDocumentForComponent() argument
273 XChild xChild = (XChild)UnoRuntime.queryInterface( XChild.class, aFormComponent ); in getDocumentForComponent()

Completed in 39 milliseconds