Home
last modified time | relevance | path

Searched refs:FontWeight (Results 101 – 125 of 157) sorted by relevance

1234567

/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx492 rFont.SetWeight( ( FontWeight ) rItem.GetValue() != WEIGHT_NORMAL ? WEIGHT_BOLD : WEIGHT_NORMAL ); in SetPrevFontStyle()
1044 FontWeight eWeight = WEIGHT_NORMAL; in Reset_Impl()
1072 eWeight = (FontWeight)rItem.GetValue(); in Reset_Impl()
1279 FontWeight eWeight = aInfo.GetWeight(); in FillItemSet_Impl()
/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx459 SvxWeightItem aW( (FontWeight)rAttr.nAttr, RES_CHRATR_WEIGHT ); in lcl_FillAuthorAttr()
/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx695 return awt::FontWeight::NORMAL; in getCharWeight()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx264 … const ::FontWeight nFontWeight(getVclFontWeight(rSvgStyleAttributes.getFontWeight())); in createSimpleTextPrimitive()
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java336 new Float(com.sun.star.awt.FontWeight.BOLD)); in manipulateText()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx527 rFont.SetWeight ( (FontWeight)rWeightItem.GetValue() ); in lcl_SetFontProperties()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx375 FontWeight eFW = ( (const SvxWeightItem&) aEditAttr. in Execute()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java126 oFontDesc.Weight = com.sun.star.awt.FontWeight.BOLD; in FieldFormatter()
/trunk/main/dbaccess/source/inc/
H A Dstringconstants.inc167 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FONTWEIGHT, "FontWeight");
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx381 …tl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontWeight" ) ), uno::Any( awt::FontWeight::NORMAL ) ); in Add()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DAggregateComponent.java118 oFontDescriptor.Weight = com.sun.star.awt.FontWeight.BOLD; in AggregateComponent()
H A DWizardDialog.java738 oFontDesc.Weight = com.sun.star.awt.FontWeight.BOLD; in setRightPaneHeaders()
/trunk/main/editeng/inc/editeng/
H A Deditrids.hrc222 // enum FontWeight -------------------------------------------------------
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx415 rDFA.meWeight = (FontWeight)nInt; in CTFontEnumCallBack()
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs441 new uno.Any( (Single) unoidl.com.sun.star.awt.FontWeight.BOLD ) ); in prepareRange()
/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl123 @see com::sun::star::awt::FontWeight
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx214 …aFontDescriptor.Weight = (awt::FontWeight::NORMAL + awt::FontWeight::BOLD) - aFontDescriptor.Weigh… in lcl_setFontWPU_nothrow()
849 aReturn.bChecked = awt::FontWeight::BOLD == aFontDescriptor.Weight; in GetState()
4188 bRet = awt::FontWeight::BOLD == aFontDescriptor.Weight; in isFormatCommandEnabled()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx817 FontWeight eFW = ( (const SvxWeightItem&) aEditAttr.Get( EE_CHAR_WEIGHT ) ).GetWeight(); in ExecuteSlot()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx812 …ht, getFlagValue( maFontData.mnFontEffects, AX_FONTDATA_BOLD, FontWeight::BOLD, FontWeight::NORMAL… in convertProperties()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx694 ::com::sun::star::awt::FontWeight::NORMAL, in ApiFontData()
1008 …maApiData.maDesc.Weight = maModel.mbBold ? cssawt::FontWeight::BOLD : cssawt::FontWeight::NORMA… in finalizeImport()
/trunk/main/starmath/source/
H A Ddialog.cxx302 Face.SetWeight(FontWeight(WEIGHT_BOLD)); in IMPL_LINK()
304 Face.SetWeight(FontWeight(WEIGHT_NORMAL)); in IMPL_LINK()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx640 rFont.SetWeight ( (FontWeight)rWeightItem.GetValue() ); in lcl_SetFontProperties()
/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java196 float fWeight = FontWeight.BOLD; in testSubTitle()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.cxx974 meWeight = (FontWeight)pItem->GetValue(); in NotifyItemUpdate()
/trunk/main/editeng/source/items/
H A Dsvxitems.src229 // enum FontWeight -------------------------------------------------------

Completed in 1644 milliseconds

1234567