Home
last modified time | relevance | path

Searched refs:FontWeight (Results 76 – 100 of 157) sorted by relevance

1234567

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java159 a.setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD)); in getGroupSectionObject()
/trunk/main/odk/examples/java/Text/
H A DStyleCreation.java88 new Float( com.sun.star.awt.FontWeight.BOLD ) ); in main()
H A DHardFormatting.java115 new Float(com.sun.star.awt.FontWeight.BOLD)); in main()
/trunk/main/dbaccess/source/ui/misc/
H A DRtfReader.cxx317 aFont.Weight = ::com::sun::star::awt::FontWeight::BOLD; in CreateTable()
H A DHtmlReader.cxx534 aFont.Weight = ::com::sun::star::awt::FontWeight::BOLD; in CreateTable()
/trunk/main/vcl/inc/unx/
H A Dpspgraphics.h76 static FontWeight ToFontWeight (psp::weight::type eWeight);
/trunk/main/oox/source/token/
H A Dproperties.txt169 FontWeight
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1000 FontWeight eLastWeight = WEIGHT_DONTKNOW; in Fill()
1013 FontWeight eWeight = aInfo.GetWeight(); in Fill()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java798 public void modifyFontWeight(String ControlName, float FontWeight) in modifyFontWeight() argument
801 oFontDesc.Weight = FontWeight; in modifyFontWeight()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java39 import com.sun.star.awt.FontWeight;
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java49 import com.sun.star.awt.FontWeight;
/trunk/main/dbaccess/source/ui/dlg/
H A Dadminpages.cxx253 void OGenericAdministrationPage::SetControlFontWeight(Window* _pWindow, FontWeight _eWeight) in SetControlFontWeight()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx120 SvxWeightItem aWeightItem( (FontWeight)0, EE_CHAR_WEIGHT ); in FillItemSet()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx53 FontWeight eWeight( WEIGHT_NORMAL ); in implGetGlyphSet()
/trunk/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh86 new Float(com.sun.star.awt.FontWeight.BOLD),
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx402 aRetval.SetWeight(static_cast<FontWeight>(rFontAttribute.getWeight())); in getVclFontFromFontAttribute()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java283 … xCursorProps.setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD)); in BusinessPaperObject()
/trunk/main/offapi/com/sun/star/awt/
H A Dmakefile.mk98 FontWeight.idl\
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java26 import com.sun.star.awt.FontWeight;
578 new Float(com.sun.star.awt.FontWeight.BOLD) ); in TextCursorExample()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetDocHelper.cs227 new uno.Any( (Single) unoidl.com.sun.star.awt.FontWeight.BOLD ) ); in prepareRange()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx84 rStream >> nTemp; aFont.SetWeight((FontWeight)nTemp); in CreateFont()
/trunk/main/editeng/source/editeng/
H A Deditattr.cxx136 rFont.SetWeight( (FontWeight)((const SvxWeightItem*)GetItem())->GetValue() ); in SetFont()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java249 xPropSet.setPropertyValue( "CharWeight", new Float( com.sun.star.awt.FontWeight.BOLD ) ); in prepareRange()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1244 SvxWeightItem aWeight( (FontWeight)nWeight, aItemIds.nWeight ); in ParseCSS1_font_weight()
1761 FontWeight eWeight = WEIGHT_NORMAL; in ParseCSS1_font()
1786 eWeight = (FontWeight)nEnum; in ParseCSS1_font()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx170 aCacheFile >> n; aDFA.meWeight = static_cast<FontWeight>(n); in ImplFontAttrCache()
733 static FontWeight ImplWeightToSal( int nWeight ) in ImplWeightToSal()
757 static int ImplWeightToWin( FontWeight eWeight ) in ImplWeightToWin()

Completed in 119 milliseconds

1234567