/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | CellStyle.java | 316 if ((fmt.getForeground() == null) && (parentFormat.getForeground() != null)) in getResolved() 317 resolvedFormat.setForeground(parentFormat.getForeground()); in getResolved() 426 if (fmt.getForeground() != null) in writeAttributes() 427 node.setAttribute("fo:color", buildColorString(fmt.getForeground())); in writeAttributes()
|
H A D | Format.java | 123 foreground = fmt.getForeground(); in Format() 368 public Color getForeground() { in getForeground() method in Format
|
/aoo41x/main/accessibility/bridge/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 351 public java.awt.Color getForeground() { in getForeground() method in WindowsAccessBridgeAdapter.PopupMenuProxy 352 return menuComponent.getForeground(); in getForeground() 542 public java.awt.Color getForeground() { in getForeground() method in WindowsAccessBridgeAdapter.ListProxy 543 return listComponent.getForeground(); in getForeground()
|
/aoo41x/main/svx/source/inc/ |
H A D | charmapacc.hxx | 82 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException); 163 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException); 260 …al sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException) { return m… in getForeground() function in svx::SvxShowCharSetItemAcc
|
H A D | svxpixelctlaccessiblecontext.hxx | 170 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException); 262 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessiblestatusbaritem.cxx | 419 sal_Int32 VCLXAccessibleStatusBarItem::getForeground( ) throw (RuntimeException) in getForeground() function in VCLXAccessibleStatusBarItem 429 nColor = xParentComp->getForeground(); in getForeground() 530 sal_Int32 nColor = getForeground(); in getCharacterAttributes()
|
H A D | vclxaccessibletabpage.cxx | 493 sal_Int32 VCLXAccessibleTabPage::getForeground( ) throw (RuntimeException) in getForeground() function in VCLXAccessibleTabPage 503 nColor = xParentComp->getForeground(); in getForeground() 604 sal_Int32 nColor = getForeground(); in getCharacterAttributes()
|
H A D | accessiblemenuitemcomponent.cxx | 436 sal_Int32 OAccessibleMenuItemComponent::getForeground( ) throw (RuntimeException) in getForeground() function in OAccessibleMenuItemComponent 446 nColor = xParentComp->getForeground(); in getForeground()
|
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | AccessibleComponentImpl.java | 75 public java.awt.Color getForeground() { in getForeground() method in AccessibleComponentImpl 77 return new java.awt.Color(unoObject.getForeground()); in getForeground()
|
H A D | Window.java | 408 public java.awt.Color getForeground() { in getForeground() method in Window.AccessibleWindow 410 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
|
H A D | Dialog.java | 511 public java.awt.Color getForeground() { in getForeground() method in Dialog.AccessibleDialog 513 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
|
H A D | Frame.java | 503 public java.awt.Color getForeground() { in getForeground() method in Frame.AccessibleFrame 505 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
|
H A D | Component.java | 531 public java.awt.Color getForeground() { in getForeground() method in Component.AccessibleUNOComponent 533 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
|
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | FontDescription.java | 92 Color foreground = fmt.getForeground(); in FontDescription() 140 public Color getForeground() { in getForeground() method in FontDescription
|
/aoo41x/main/chart2/source/controller/accessibility/ |
H A D | AccessibleChartShape.cxx | 229 sal_Int32 AccessibleChartShape::getForeground() in getForeground() function in chart::AccessibleChartShape 235 nColor = m_pAccShape->getForeground(); in getForeground()
|
H A D | AccessibleChartElement.cxx | 315 sal_Int32 SAL_CALL AccessibleChartElement::getForeground() in getForeground() function in chart::AccessibleChartElement 318 return AccessibleBase::getForeground(); in getForeground()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | accessibleeditbrowseboxcell.cxx | 95 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::EditBrowseBoxTableCell 100 return xAccComp->getForeground(); in getForeground()
|
H A D | accessibletabbarpage.cxx | 431 sal_Int32 AccessibleTabBarPage::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::AccessibleTabBarPage 441 nColor = xParentComp->getForeground(); in getForeground()
|
H A D | AccessibleToolPanelDeckTabBarItem.cxx | 386 … ::sal_Int32 SAL_CALL AccessibleToolPanelDeckTabBarItem::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::AccessibleToolPanelDeckTabBarItem 390 return xParentComponent->getForeground(); in getForeground()
|
H A D | accessibletabbarpagelist.cxx | 629 sal_Int32 AccessibleTabBarPageList::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::AccessibleTabBarPageList 639 nColor = xParentComp->getForeground(); in getForeground()
|
/aoo41x/main/svx/source/accessibility/ |
H A D | charmapacc.cxx | 835 sal_Int32 SAL_CALL SvxShowCharSetVirtualAcc::getForeground( ) throw (RuntimeException) in getForeground() function in svx::SvxShowCharSetVirtualAcc 873 sal_Int32 SAL_CALL SvxShowCharSetAcc::getForeground( ) throw (RuntimeException) in getForeground() function in svx::SvxShowCharSetAcc 879 nColor = m_pParent->getForeground(); in getForeground()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleCsvControl.hxx | 161 virtual sal_Int32 SAL_CALL getForeground( ) 336 virtual sal_Int32 SAL_CALL getForeground( ) 586 virtual sal_Int32 SAL_CALL getForeground( )
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDataPilotControl.cxx | 99 virtual sal_Int32 SAL_CALL getForeground( ) 382 sal_Int32 SAL_CALL ScAccessibleDataPilotControl::getForeground( ) in getForeground() function in ScAccessibleDataPilotControl 611 sal_Int32 SAL_CALL ScAccessibleDataPilotButton::getForeground( ) in getForeground() function in ScAccessibleDataPilotButton
|
/aoo41x/main/svtools/source/control/ |
H A D | valueimp.hxx | 189 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException); 322 virtual sal_Int32 SAL_CALL getForeground( ) throw (::com::sun::star::uno::RuntimeException);
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | AccessibleSlideView.hxx | 109 virtual sal_Int32 SAL_CALL getForeground (void) 253 virtual sal_Int32 SAL_CALL getForeground (void)
|