Home
last modified time | relevance | path

Searched refs:XFont (Results 1 – 25 of 87) sorted by relevance

1234

/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.hxx62 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL getFont() throw (css::uno::RuntimeExcepti…
63 …virtual void SAL_CALL setFont( const css::uno::Reference< ov::excel::XFont >& rxFont ) throw (css:…
193 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL getFont() throw (css::uno::RuntimeExcepti…
194 …virtual void SAL_CALL setFont( const css::uno::Reference< ov::excel::XFont >& rxFont ) throw (css:…
H A Dvbacharacters.cxx84 uno::Reference< excel::XFont > SAL_CALL
88 return uno::Reference< excel::XFont >( new ScVbaFont( this, mxContext, m_aPalette, xProps ) ); in getFont()
91 ScVbaCharacters::setFont( const uno::Reference< excel::XFont >& /*_font*/ ) throw (css::uno::Runtim… in setFont() argument
H A Dvbasheetobject.cxx116 uno::Reference< excel::XFont > SAL_CALL ScVbaButtonCharacters::getFont() throw (uno::RuntimeExcepti… in getFont()
121 void SAL_CALL ScVbaButtonCharacters::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) th… in setFont() argument
448 uno::Reference< excel::XFont > SAL_CALL ScVbaButton::getFont() throw (uno::RuntimeException) in getFont()
453 void SAL_CALL ScVbaButton::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) throw (uno::… in setFont() argument
H A Dvbacharacters.hxx56 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL getFont() throw (css::uno::RuntimeExcepti…
57 …virtual void SAL_CALL setFont( const css::uno::Reference< ov::excel::XFont >& _font ) throw (css::…
/trunk/main/offapi/com/sun/star/awt/
H A DXFont2.idl28 #include <com/sun/star/awt/XFont.idl>
37 /** extends the <type>XFont</type> interface and provides additional
42 interface XFont2: com::sun::star::awt::XFont
H A DXDevice.idl43 published interface XFont;
94 com::sun::star::awt::XFont getFont( [in] FontDescriptor aDescriptor );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleExtendedComponent.java29 import com.sun.star.awt.XFont;
72 XFont font = oObj.getFont(); in _getFont()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleExtendedComponent.java30 import com.sun.star.awt.XFont;
71 XFont font = oObj.getFont(); in _getFont()
/trunk/main/oovbaapi/ooo/vba/word/
H A DXStyle.idl36 interface XFont;
44 [attribute, readonly] XFont Font;
H A DXRange.idl43 interface XFont;
54 [attribute, readonly] XFont Font;
H A DXSelection.idl40 interface XFont;
52 [attribute, readonly] XFont Font;
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXCharacters.idl30 #include <ooo/vba/excel/XFont.idl>
47 [attribute] XFont Font;
H A DXFormatCondition.idl37 interface XFont;
71 XFont Font( ) raises ( com::sun::star::script::BasicErrorException );
H A DXFormat.idl37 interface XFont;
48 XFont Font()
H A DXTitle.idl38 interface XFont;
49 XFont Font() raises(com::sun::star::script::BasicErrorException);
/trunk/main/editeng/source/accessibility/
H A DAccessibleComponentBase.cxx185 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL
189 return uno::Reference<awt::XFont>(); in getFont()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx613 Reference< awt::XFont > SAL_CALL VCLXAccessibleToolBoxItem::getFont( ) throw (RuntimeException) in getFont()
615 return uno::Reference< awt::XFont >(); in getFont()
618 awt::FontDescriptor SAL_CALL VCLXAccessibleToolBoxItem::getFontMetrics( const Reference< awt::XFont in getFontMetrics()
H A Daccessiblemenucomponent.cxx330 Reference< awt::XFont > OAccessibleMenuComponent::getFont( ) throw (RuntimeException) in getFont()
334 Reference< awt::XFont > xFont; in getFont()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleChartShape.cxx252 Reference< awt::XFont > AccessibleChartShape::getFont() in getFont()
255 Reference< awt::XFont > xFont; in getFont()
H A DAccessibleChartElement.cxx234 Reference< awt::XFont > SAL_CALL AccessibleChartElement::getFont() in getFont()
239 Reference< awt::XFont > xFont; in getFont()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx49 class XFont;
108 … CreateFont( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont >& rxFont );
/trunk/main/svtools/source/control/
H A Dvclxaccessibleheaderbaritem.cxx372 Reference< awt::XFont > VCLXAccessibleHeaderBarItem::getFont() throw (RuntimeException) in getFont()
376 Reference< awt::XFont > xFont; in getFont()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleExtendedComponent.idl34 #include <com/sun/star/awt/XFont.idl>
78 ::com::sun::star::awt::XFont getFont ();
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx176 void VCLXGraphics::setFont( const uno::Reference< awt::XFont >& rxFont ) throw(uno::RuntimeExceptio… in setFont()
183 uno::Reference< awt::XFont > VCLXGraphics::getFont() throw(uno::RuntimeException) in getFont()
185 uno::Reference< awt::XFont > xFont; in getFont()
/trunk/main/accessibility/source/extended/
H A Daccessibletabbarpage.cxx469 Reference< awt::XFont > AccessibleTabBarPage::getFont( ) throw (RuntimeException) in getFont()
473 Reference< awt::XFont > xFont; in getFont()

Completed in 70 milliseconds

1234