Home
last modified time | relevance | path

Searched refs:getFont (Results 1 – 25 of 178) sorted by path

12345678

/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleToolPanelDeckTabBarItem.hxx85 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) thro…
H A Daccessibletabbar.hxx106 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
H A Daccessibletabbarpage.hxx123 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
H A Daccessibletabbarpagelist.hxx118 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
/trunk/main/accessibility/inc/accessibility/standard/
H A Daccessiblemenucomponent.hxx83 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
H A Daccessiblemenuitemcomponent.hxx88 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
H A Dvclxaccessiblestatusbaritem.hxx125 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
H A Dvclxaccessibletabpage.hxx129 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
H A Dvclxaccessibletoolboxitem.hxx147 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL getFont( ) throw…
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java367 public java.awt.Font getFont() { in getFont() method in WindowsAccessBridgeAdapter.PopupMenuProxy
368 return menuComponent.getFont(); in getFont()
558 public java.awt.Font getFont() { in getFont() method in WindowsAccessBridgeAdapter.ListProxy
559 return listComponent.getFont(); in getFont()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleComponentImpl.java96 public java.awt.Font getFont() { in getFont() method in AccessibleComponentImpl
H A DComponent.java552 public java.awt.Font getFont() { in getFont() method in Component.AccessibleUNOComponent
H A DContainer.java637 public java.awt.Font getFont() { in getFont() method in Container.AccessibleContainer
H A DDialog.java532 public java.awt.Font getFont() { in getFont() method in Dialog.AccessibleDialog
H A DFrame.java524 public java.awt.Font getFont() { in getFont() method in Frame.AccessibleFrame
H A DWindow.java429 public java.awt.Font getFont() { in getFont() method in Window.AccessibleWindow
/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBarItem.cxx402 …Reference< XFont > SAL_CALL AccessibleToolPanelDeckTabBarItem::getFont( ) throw (RuntimeException) in getFont() function in accessibility::AccessibleToolPanelDeckTabBarItem
408 return xParentComponent->getFont(); in getFont()
H A Daccessibletabbar.cxx496 Reference< awt::XFont > AccessibleTabBar::getFont( ) throw (RuntimeException) in getFont() function in accessibility::AccessibleTabBar
H A Daccessibletabbarpage.cxx469 Reference< awt::XFont > AccessibleTabBarPage::getFont( ) throw (RuntimeException) in getFont() function in accessibility::AccessibleTabBarPage
479 xFont = xParentComp->getFont(); in getFont()
H A Daccessibletabbarpagelist.cxx667 Reference< awt::XFont > AccessibleTabBarPageList::getFont( ) throw (RuntimeException) in getFont() function in accessibility::AccessibleTabBarPageList
677 xFont = xParentComp->getFont(); in getFont()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenucomponent.cxx330 Reference< awt::XFont > OAccessibleMenuComponent::getFont( ) throw (RuntimeException) in getFont() function in OAccessibleMenuComponent
H A Daccessiblemenuitemcomponent.cxx474 Reference< awt::XFont > OAccessibleMenuItemComponent::getFont( ) throw (RuntimeException) in getFont() function in OAccessibleMenuItemComponent
484 xFont = xParentComp->getFont(); in getFont()
H A Dvclxaccessiblestatusbaritem.cxx457 Reference< awt::XFont > VCLXAccessibleStatusBarItem::getFont( ) throw (RuntimeException) in getFont() function in VCLXAccessibleStatusBarItem
467 xFont = xParentComp->getFont(); in getFont()
H A Dvclxaccessibletabpage.cxx531 Reference< awt::XFont > VCLXAccessibleTabPage::getFont( ) throw (RuntimeException) in getFont() function in VCLXAccessibleTabPage
541 xFont = xParentComp->getFont(); in getFont()
H A Dvclxaccessibletoolboxitem.cxx613 Reference< awt::XFont > SAL_CALL VCLXAccessibleToolBoxItem::getFont( ) throw (RuntimeException) in getFont() function in VCLXAccessibleToolBoxItem

Completed in 104 milliseconds

12345678