Home
last modified time | relevance | path

Searched refs:FontDescriptor (Results 1 – 25 of 182) sorted by relevance

12345678

/trunk/main/toolkit/source/awt/
H A Dstylesettings.hxx152 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getHelpFont() throw (::com::sun::star::uno:…
154 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getTitleFont() throw (::com::sun::star::uno…
156 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getFloatTitleFont() throw (::com::sun::star…
158 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getMenuFont() throw (::com::sun::star::uno:…
160 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getToolFont() throw (::com::sun::star::uno:…
162 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getGroupFont() throw (::com::sun::star::uno…
164 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getLabelFont() throw (::com::sun::star::uno…
166 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getInfoFont() throw (::com::sun::star::uno:…
168 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getRadioCheckFont() throw (::com::sun::star…
170 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getPushButtonFont() throw (::com::sun::star…
[all …]
H A Dstylesettings.cxx59 using ::com::sun::star::awt::FontDescriptor;
61 using ::com::sun::star::awt::FontDescriptor;
184 Font const & (StyleSettings::*i_pGetter)() const, const FontDescriptor& i_rFont ) in lcl_setStyleFont()
813 FontDescriptor SAL_CALL WindowStyleSettings::getHelpFont() throw (RuntimeException) in getHelpFont()
827 FontDescriptor SAL_CALL WindowStyleSettings::getTitleFont() throw (RuntimeException) in getTitleFont()
855 FontDescriptor SAL_CALL WindowStyleSettings::getMenuFont() throw (RuntimeException) in getMenuFont()
869 FontDescriptor SAL_CALL WindowStyleSettings::getToolFont() throw (RuntimeException) in getToolFont()
883 FontDescriptor SAL_CALL WindowStyleSettings::getGroupFont() throw (RuntimeException) in getGroupFont()
897 FontDescriptor SAL_CALL WindowStyleSettings::getLabelFont() throw (RuntimeException) in getLabelFont()
911 FontDescriptor SAL_CALL WindowStyleSettings::getInfoFont() throw (RuntimeException) in getInfoFont()
[all …]
H A Dvclxdevice.cxx187 ::com::sun::star::uno::Sequence< ::com::sun::star::awt::FontDescriptor > VCLXDevice::getFontDescrip… in getFontDescriptors()
191 ::com::sun::star::uno::Sequence< ::com::sun::star::awt::FontDescriptor> aFonts; in getFontDescriptors()
197 aFonts = ::com::sun::star::uno::Sequence< ::com::sun::star::awt::FontDescriptor>( nFonts ); in getFontDescriptors()
198 ::com::sun::star::awt::FontDescriptor* pFonts = aFonts.getArray(); in getFontDescriptors()
206 …star::awt::XFont > VCLXDevice::getFont( const ::com::sun::star::awt::FontDescriptor& rDescriptor )… in getFont()
/trunk/main/offapi/com/sun/star/awt/
H A DXStyleSettings.idl28 #include <com/sun/star/awt/FontDescriptor.idl>
189 [attribute] FontDescriptor HelpFont;
192 [attribute] FontDescriptor TitleFont;
195 [attribute] FontDescriptor FloatTitleFont;
198 [attribute] FontDescriptor MenuFont;
201 [attribute] FontDescriptor ToolFont;
204 [attribute] FontDescriptor GroupFont;
207 [attribute] FontDescriptor LabelFont;
210 [attribute] FontDescriptor InfoFont;
213 [attribute] FontDescriptor RadioCheckFont;
[all …]
H A DUnoControlFixedLineModel.idl27 #include <com/sun/star/awt/FontDescriptor.idl>
61 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
H A DXVclWindowPeer.idl35 #include <com/sun/star/awt/FontDescriptor.idl>
86 [oneway] void setControlFont( [in] com::sun::star::awt::FontDescriptor aFont );
94 [out] com::sun::star::awt::FontDescriptor Font,
H A DUnoControlGroupBoxModel.idl27 #include <com/sun/star/awt/FontDescriptor.idl>
61 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
/trunk/main/reportdesign/source/core/inc/
H A DReportControlModel.hxx41 …ol operator==( const ::com::sun::star::awt::FontDescriptor& _lhs, const ::com::sun::star::awt::Fon…
43 …ol operator!=( const ::com::sun::star::awt::FontDescriptor& _lhs, const ::com::sun::star::awt::Fon… in operator !=()
51 ::com::sun::star::awt::FontDescriptor aFontDescriptor;
52 ::com::sun::star::awt::FontDescriptor aAsianFontDescriptor;
53 ::com::sun::star::awt::FontDescriptor aComplexFontDescriptor;
H A DReportHelperImpl.hxx241 awt::FontDescriptor SAL_CALL clazz::getFontDescriptor() throw (beans::UnknownPropertyException,uno:…
247 void SAL_CALL clazz::setFontDescriptor( const awt::FontDescriptor& _fontdescriptor ) throw (beans::…
251 awt::FontDescriptor SAL_CALL clazz::getFontDescriptorAsian() throw (beans::UnknownPropertyException…
257 void SAL_CALL clazz::setFontDescriptorAsian( const awt::FontDescriptor& _fontdescriptor ) throw (be…
261 awt::FontDescriptor SAL_CALL clazz::getFontDescriptorComplex() throw (beans::UnknownPropertyExcepti…
267 void SAL_CALL clazz::setFontDescriptorComplex( const awt::FontDescriptor& _fontdescriptor ) throw (…
956 awt::FontDescriptor SAL_CALL clazz::getFontDescriptor() throw (beans::UnknownPropertyException,uno:…
961 void SAL_CALL clazz::setFontDescriptor( const awt::FontDescriptor& /*_fontdescriptor*/ ) throw (bea…
965 awt::FontDescriptor SAL_CALL clazz::getFontDescriptorAsian() throw (beans::UnknownPropertyException…
970 void SAL_CALL clazz::setFontDescriptorAsian( const awt::FontDescriptor& /*_fontdescriptor*/ ) throw…
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterTheme.hxx84 class FontDescriptor;
87 class FontDescriptor class in sdext::presenter::PresenterTheme
90 explicit FontDescriptor (void);
91 explicit FontDescriptor (const ::boost::shared_ptr<FontDescriptor>& rpDescriptor);
112 typedef ::boost::shared_ptr<FontDescriptor> SharedFontDescriptor;
H A DPresenterTheme.cxx592 PresenterTheme::FontDescriptor::FontDescriptor (void) in FontDescriptor() function in sdext::presenter::PresenterTheme::FontDescriptor
606 PresenterTheme::FontDescriptor::FontDescriptor ( in FontDescriptor() function in sdext::presenter::PresenterTheme::FontDescriptor
607 const ::boost::shared_ptr<FontDescriptor>& rpDescriptor) in FontDescriptor()
631 bool PresenterTheme::FontDescriptor::PrepareFont ( in PrepareFont()
650 Reference<rendering::XCanvasFont> PresenterTheme::FontDescriptor::CreateFont ( in CreateFont()
675 double PresenterTheme::FontDescriptor::GetCellSizeForDesignSize ( in GetCellSizeForDesignSize()
896 ::boost::shared_ptr<PresenterTheme::FontDescriptor> pDescriptor ( in ReadFont()
897 new PresenterTheme::FontDescriptor(rpDefault)); in ReadFont()
/trunk/main/comphelper/inc/comphelper/
H A Dtypes.hxx38 struct FontDescriptor;
63 …PER_DLLPUBLIC sal_Bool operator ==(const starawt::FontDescriptor& _rLeft, const starawt::FontDescr…
64 …inline sal_Bool operator !=(const starawt::FontDescriptor& _rLeft, const starawt::FontDescriptor& … in operator !=()
140 COMPHELPER_DLLPUBLIC starawt::FontDescriptor getDefaultFont();
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java25 import com.sun.star.awt.FontDescriptor;
171 FontDescriptor fontDescriptor0 = new FontDescriptor();
172 FontDescriptor fontDescriptor1 = new FontDescriptor();
173 FontDescriptor fontDescriptor4 = new FontDescriptor();
174 FontDescriptor fontDescriptor5 = new FontDescriptor();
175 FontDescriptor fontDescriptor6 = new FontDescriptor();
176FontDescriptor fontDescriptor7 = new FontDescriptor(); //private static String[] PROPNAMES_LBL_…
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx67 using ::com::sun::star::awt::FontDescriptor;
689 ::com::sun::star::awt::FontDescriptor aFD; in write()
769 ::com::sun::star::awt::FontDescriptor aFD; in write()
840 ::com::sun::star::awt::FontDescriptor* pFD = NULL; in read()
894 ::com::sun::star::awt::FontDescriptor aFD; in read()
967 pFD = new ::com::sun::star::awt::FontDescriptor; in read()
985 pFD = new ::com::sun::star::awt::FontDescriptor; in read()
1272 ::com::sun::star::awt::FontDescriptor aFD; in getFastPropertyValue()
1343 FontDescriptor aOldFontDescriptor; in setFastPropertyValue()
1396 ::std::auto_ptr< awt::FontDescriptor > pFD; in setPropertyValues()
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DNavigationToolBar.idl30 #include <com/sun/star/awt/FontDescriptor.idl>
66 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
76 <p>This color is used if the <member>FontDescriptor</member> defines
82 /** specifies the relief for the font described in <member>FontDescriptor</member>
90 /** specifies the emphasis mark for the font described in <member>FontDescriptor</member>
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx140 FontDescriptor getDefaultFont() in getDefaultFont()
142 FontDescriptor aReturn; in getDefaultFont()
290 if (isA(_rType, static_cast<FontDescriptor*>(NULL))) in compare_impl()
292 FontDescriptor aTemp; in compare_impl()
296 bRes = *(FontDescriptor*)pData == aTemp; in compare_impl()
429 sal_Bool operator ==(const FontDescriptor& _rLeft, const FontDescriptor& _rRight) in operator ==()
/trunk/main/editeng/inc/editeng/
H A Dunofdesc.hxx36 static void ConvertToFont( const ::com::sun::star::awt::FontDescriptor& rDesc, Font& rFont );
37 static void ConvertFromFont( const Font& rFont, ::com::sun::star::awt::FontDescriptor& rDesc );
39 static void FillItemSet( const ::com::sun::star::awt::FontDescriptor& rDesc, SfxItemSet& rSet );
40 …static void FillFromItemSet( const SfxItemSet& rSet, ::com::sun::star::awt::FontDescriptor& rDesc …
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialog.java25 import com.sun.star.awt.FontDescriptor;
108 FontDescriptor fontDescriptor1 = new FontDescriptor();
109 FontDescriptor fontDescriptor2 = new FontDescriptor();
110 FontDescriptor fontDescriptor4 = new FontDescriptor();
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialog.java93 FontDescriptor fontDescriptor1 = new FontDescriptor();
94 FontDescriptor fontDescriptor2 = new FontDescriptor();
95 FontDescriptor fontDescriptor4 = new FontDescriptor();
96 FontDescriptor fontDescriptor5 = new FontDescriptor(); //Resources Object
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx49 void SvxUnoFontDescriptor::ConvertToFont( const awt::FontDescriptor& rDesc, Font& rFont ) in ConvertToFont()
66 void SvxUnoFontDescriptor::ConvertFromFont( const Font& rFont, awt::FontDescriptor& rDesc ) in ConvertFromFont()
84 void SvxUnoFontDescriptor::FillItemSet( const awt::FontDescriptor& rDesc, SfxItemSet& rSet ) in FillItemSet()
139 void SvxUnoFontDescriptor::FillFromItemSet( const SfxItemSet& rSet, awt::FontDescriptor& rDesc ) in FillFromItemSet()
252 awt::FontDescriptor aDesc; in getPropertyDefault()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DSectionLabel.java25 import com.sun.star.awt.FontDescriptor;
52 public FontDescriptor getFontDescriptor() in getFontDescriptor()
54 FontDescriptor a = null; in getFontDescriptor()
H A DSectionTextField.java25 import com.sun.star.awt.FontDescriptor;
46 public FontDescriptor getFontDescriptor() in getFontDescriptor()
48 FontDescriptor a = null; in getFontDescriptor()
/trunk/main/forms/source/inc/
H A Dformcontrolfont.hxx44 ::com::sun::star::awt::FontDescriptor m_aFont;
54 const ::com::sun::star::awt::FontDescriptor& getFont() const { return m_aFont; } in getFont()
55 void setFont( const ::com::sun::star::awt::FontDescriptor& _rFont ) { m_aFont = _rFont; } in setFont()
/trunk/main/offapi/com/sun/star/sdb/
H A DDataSettings.idl35 #include <com/sun/star/awt/FontDescriptor.idl>
67 [property] com::sun::star::awt::FontDescriptor FontDescriptor;
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialog.java124 FontDescriptor fontDescriptor1 = new FontDescriptor();
125 FontDescriptor fontDescriptor2 = new FontDescriptor();
126 FontDescriptor fontDescriptor5 = new FontDescriptor();
127 FontDescriptor fontDescriptor6 = new FontDescriptor(); //Resources Object

Completed in 103 milliseconds

12345678