Home
last modified time | relevance | path

Searched refs:getBackground (Results 1 – 25 of 241) sorted by path

12345678910

/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxBase.hxx224 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A DAccessibleGridControlBase.hxx199 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A DAccessibleToolPanelDeckTabBarItem.hxx82 … virtual ::sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Daccessibleeditbrowseboxcell.hxx63 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException) ;
H A Daccessibleiconchoicectrlentry.hxx170 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Daccessiblelistboxentry.hxx193 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Daccessibletabbar.hxx103 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Daccessibletabbarpage.hxx120 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Daccessibletabbarpagelist.hxx115 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Dtextwindowaccessibility.hxx254 virtual ::css::util::Color SAL_CALL getBackground()
/trunk/main/accessibility/inc/accessibility/standard/
H A Daccessiblemenucomponent.hxx80 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Daccessiblemenuitemcomponent.hxx85 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessiblelistitem.hxx168 virtual sal_Int32 SAL_CALL getBackground (void) throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessiblemenubar.hxx65 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessiblepopupmenu.hxx52 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessiblestatusbaritem.hxx122 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessibletabpage.hxx126 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
H A Dvclxaccessibletoolboxitem.hxx144 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java342 public java.awt.Color getBackground() { in getBackground() method in WindowsAccessBridgeAdapter.PopupMenuProxy
343 return menuComponent.getBackground(); in getBackground()
533 public java.awt.Color getBackground() { in getBackground() method in WindowsAccessBridgeAdapter.ListProxy
534 return listComponent.getBackground(); in getBackground()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleComponentImpl.java62 public java.awt.Color getBackground() { in getBackground() method in AccessibleComponentImpl
64 return new java.awt.Color(unoObject.getBackground()); in getBackground()
H A DAccessibleEditableTextImpl.java142 propertyValue.Value = new Integer(StyleConstants.getBackground(as).getRGB()); in setAttributes()
H A DComponent.java518 public java.awt.Color getBackground() { in getBackground() method in Component.AccessibleUNOComponent
520 return new java.awt.Color(unoAccessibleComponent.getBackground()); in getBackground()
H A DContainer.java603 public java.awt.Color getBackground() { in getBackground() method in Container.AccessibleContainer
605 return new java.awt.Color(unoAccessibleComponent.getBackground()); in getBackground()
H A DDialog.java498 public java.awt.Color getBackground() { in getBackground() method in Dialog.AccessibleDialog
500 return new java.awt.Color(unoAccessibleComponent.getBackground()); in getBackground()
H A DFrame.java490 public java.awt.Color getBackground() { in getBackground() method in Frame.AccessibleFrame
492 return new java.awt.Color(unoAccessibleComponent.getBackground()); in getBackground()

Completed in 57 milliseconds

12345678910