Home
last modified time | relevance | path

Searched refs:getForeground (Results 1 – 25 of 228) sorted by relevance

12345678910

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java316 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 DFormat.java123 foreground = fmt.getForeground(); in Format()
368 public Color getForeground() { in getForeground() method in Format
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java351 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()
/trunk/main/svx/source/inc/
H A Dcharmapacc.hxx82 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 Dsvxpixelctlaccessiblecontext.hxx170 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);
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblestatusbaritem.cxx419 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 Dvclxaccessibletabpage.cxx493 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 Daccessiblemenuitemcomponent.cxx436 sal_Int32 OAccessibleMenuItemComponent::getForeground( ) throw (RuntimeException) in getForeground() function in OAccessibleMenuItemComponent
446 nColor = xParentComp->getForeground(); in getForeground()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DFontDescription.java92 Color foreground = fmt.getForeground(); in FontDescription()
140 public Color getForeground() { in getForeground() method in FontDescription
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleComponentImpl.java75 public java.awt.Color getForeground() { in getForeground() method in AccessibleComponentImpl
77 return new java.awt.Color(unoObject.getForeground()); in getForeground()
H A DWindow.java408 public java.awt.Color getForeground() { in getForeground() method in Window.AccessibleWindow
410 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
H A DDialog.java511 public java.awt.Color getForeground() { in getForeground() method in Dialog.AccessibleDialog
513 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
H A DFrame.java503 public java.awt.Color getForeground() { in getForeground() method in Frame.AccessibleFrame
505 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
H A DComponent.java531 public java.awt.Color getForeground() { in getForeground() method in Component.AccessibleUNOComponent
533 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
H A DContainer.java616 public java.awt.Color getForeground() { in getForeground() method in Container.AccessibleContainer
618 return new java.awt.Color(unoAccessibleComponent.getForeground()); in getForeground()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx229 sal_Int32 AccessibleChartShape::getForeground() in getForeground() function in chart::AccessibleChartShape
235 nColor = m_pAccShape->getForeground(); in getForeground()
H A DAccessibleChartElement.cxx315 sal_Int32 SAL_CALL AccessibleChartElement::getForeground() in getForeground() function in chart::AccessibleChartElement
318 return AccessibleBase::getForeground(); in getForeground()
/trunk/main/accessibility/source/extended/
H A Daccessibleeditbrowseboxcell.cxx95 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::EditBrowseBoxTableCell
100 return xAccComp->getForeground(); in getForeground()
H A Daccessibletabbarpage.cxx431 sal_Int32 AccessibleTabBarPage::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::AccessibleTabBarPage
441 nColor = xParentComp->getForeground(); in getForeground()
H A DAccessibleToolPanelDeckTabBarItem.cxx386 … ::sal_Int32 SAL_CALL AccessibleToolPanelDeckTabBarItem::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::AccessibleToolPanelDeckTabBarItem
390 return xParentComponent->getForeground(); in getForeground()
H A Daccessibletabbarpagelist.cxx629 sal_Int32 AccessibleTabBarPageList::getForeground( ) throw (RuntimeException) in getForeground() function in accessibility::AccessibleTabBarPageList
639 nColor = xParentComp->getForeground(); in getForeground()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx835 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()
/trunk/main/sc/source/ui/inc/
H A DAccessibleCsvControl.hxx161 virtual sal_Int32 SAL_CALL getForeground( )
336 virtual sal_Int32 SAL_CALL getForeground( )
586 virtual sal_Int32 SAL_CALL getForeground( )
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx99 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
/trunk/main/sd/source/ui/inc/
H A DAccessibleSlideView.hxx109 virtual sal_Int32 SAL_CALL getForeground (void)
253 virtual sal_Int32 SAL_CALL getForeground (void)

Completed in 117 milliseconds

12345678910