/trunk/main/sc/source/ui/vba/ |
H A D | vbasheetobject.hxx | 62 …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 D | vbacharacters.cxx | 84 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 D | vbasheetobject.cxx | 116 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 D | vbacharacters.hxx | 56 …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 D | XFont2.idl | 28 #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 D | XDevice.idl | 43 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.java | 29 import com.sun.star.awt.XFont; 72 XFont font = oObj.getFont(); in _getFont()
|
/trunk/main/toolkit/qa/complex/toolkit/accessibility/ |
H A D | _XAccessibleExtendedComponent.java | 30 import com.sun.star.awt.XFont; 71 XFont font = oObj.getFont(); in _getFont()
|
/trunk/main/oovbaapi/ooo/vba/word/ |
H A D | XStyle.idl | 36 interface XFont; 44 [attribute, readonly] XFont Font;
|
H A D | XRange.idl | 43 interface XFont; 54 [attribute, readonly] XFont Font;
|
H A D | XSelection.idl | 40 interface XFont; 52 [attribute, readonly] XFont Font;
|
/trunk/main/oovbaapi/ooo/vba/excel/ |
H A D | XCharacters.idl | 30 #include <ooo/vba/excel/XFont.idl> 47 [attribute] XFont Font;
|
H A D | XFormatCondition.idl | 37 interface XFont; 71 XFont Font( ) raises ( com::sun::star::script::BasicErrorException );
|
H A D | XFormat.idl | 37 interface XFont; 48 XFont Font()
|
H A D | XTitle.idl | 38 interface XFont; 49 XFont Font() raises(com::sun::star::script::BasicErrorException);
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleComponentBase.cxx | 185 ::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 D | vclxaccessibletoolboxitem.cxx | 613 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 D | accessiblemenucomponent.cxx | 330 Reference< awt::XFont > OAccessibleMenuComponent::getFont( ) throw (RuntimeException) in getFont() 334 Reference< awt::XFont > xFont; in getFont()
|
/trunk/main/chart2/source/controller/accessibility/ |
H A D | AccessibleChartShape.cxx | 252 Reference< awt::XFont > AccessibleChartShape::getFont() in getFont() 255 Reference< awt::XFont > xFont; in getFont()
|
H A D | AccessibleChartElement.cxx | 234 Reference< awt::XFont > SAL_CALL AccessibleChartElement::getFont() in getFont() 239 Reference< awt::XFont > xFont; in getFont()
|
/trunk/main/toolkit/inc/toolkit/helper/ |
H A D | vclunohelper.hxx | 49 class XFont; 108 … CreateFont( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont >& rxFont );
|
/trunk/main/svtools/source/control/ |
H A D | vclxaccessibleheaderbaritem.cxx | 372 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 D | XAccessibleExtendedComponent.idl | 34 #include <com/sun/star/awt/XFont.idl> 78 ::com::sun::star::awt::XFont getFont ();
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 176 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 D | accessibletabbarpage.cxx | 469 Reference< awt::XFont > AccessibleTabBarPage::getFont( ) throw (RuntimeException) in getFont() 473 Reference< awt::XFont > xFont; in getFont()
|