/trunk/main/svtools/source/control/ |
H A D | ctrltool.cxx | 128 if ( pInfo1->GetWeight() < pInfo2->GetWeight() ) in ImplCompareFontInfo() 130 else if ( pInfo1->GetWeight() > pInfo2->GetWeight() ) in ImplCompareFontInfo() 456 FontWeight eWeight = rInfo.GetWeight(); in GetStyleName() 532 FontWeight eWeight = rInfo.GetWeight(); in GetFontMapText() 537 if ( (eWeight == pFontInfo->GetWeight()) && in GetFontMapText() 708 if ( (eWeight == pSearchInfo->GetWeight()) && in Get()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 339 nTotalColumnWeight += iDescriptor->GetWeight(); in Layout() 440 if (rDescriptor.GetWeight() <= 0) in DistributeWidth() 443 nTotalColumnWeight += rDescriptor.GetWeight(); in DistributeWidth() 458 if (rDescriptor.GetWeight() > 0) in DistributeWidth() 460 sal_Int32 nWidth (nDistributableWidth * rDescriptor.GetWeight() / nTotalColumnWeight); in DistributeWidth() 480 if (rDescriptor.GetWeight() > 0) in DistributeWidth() 667 sal_Int32 ColumnDescriptor::GetWeight (void) const in GetWeight() function in sfx2::sidebar::ColumnDescriptor
|
/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 259 aSub[SW_LATIN].Font::SetWeight( ((SvxWeightItem*)pItem)->GetWeight() ); in SetDiffFnt() 289 aSub[SW_CJK].Font::SetWeight( ((SvxWeightItem*)pItem)->GetWeight() ); in SetDiffFnt() 325 aSub[SW_CTL].Font::SetWeight( ((SvxWeightItem*)pItem)->GetWeight() ); in SetDiffFnt() 484 aSub[SW_LATIN].SetWeight( pAttrSet->GetWeight().GetWeight() ); in SwFont() 500 aSub[SW_CJK].SetWeight( pAttrSet->GetCJKWeight().GetWeight() ); in SwFont() 520 aSub[SW_CTL].SetWeight( pAttrSet->GetCTLWeight().GetWeight() ); in SwFont()
|
/trunk/main/starmath/source/ |
H A D | utility.cxx | 166 (pFirstFont->GetWeight() == pSecondFont->GetWeight()) && in CompareItem() 319 FontWeight eWeight = rFont.GetWeight(); in IsBold()
|
/trunk/main/sw/inc/ |
H A D | charatr.hxx | 41 inline const SvxWeightItem &SwAttrSet::GetWeight(sal_Bool bInP) const in GetWeight() function in SwAttrSet 117 inline const SvxWeightItem &SwFmt::GetWeight(sal_Bool bInP) const in GetWeight() function in SwFmt 118 { return aSet.GetWeight(bInP); } in GetWeight()
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 541 case ATTR_FONT_WEIGHT: return &rField.GetWeight(); in GetItem() 637 && (rField1.GetWeight() == rField2.GetWeight()) in IsEqualData() 696 rItemSet.Put( rField.GetWeight() ); in FillToItemSet() 710 rItemSet.Put( rField.GetWeight(), ATTR_CJK_FONT_WEIGHT ); in FillToItemSet() 725 rItemSet.Put( rField.GetWeight(), ATTR_CTL_FONT_WEIGHT ); in FillToItemSet()
|
/trunk/main/sw/source/core/inc/ |
H A D | swfont.hxx | 296 FontWeight GetWeight() const { return aSub[nActual].GetWeight(); } in GetWeight() function in SwFont 318 inline FontWeight GetWeight( const sal_uInt8 nWhich ) const in GetWeight() function in SwFont 319 { return aSub[nWhich].GetWeight(); } in GetWeight()
|
H A D | notxtfrm.hxx | 71 sal_uInt16 GetWeight() { return nWeight; } in GetWeight() function in SwNoTxtFrm
|
/trunk/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 362 float nWeight = VCLUnoHelper::ConvertFontWeight( rWeightItem.GetWeight()); in translateItemsToProperties() 514 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_WEIGHT); in createItemSet() 526 *pCounter++ = new SvxWeightItem(aDefaultVCLFont.GetWeight(), CFID_CJK_WEIGHT); in createItemSet()
|
/trunk/main/sw/source/core/text/ |
H A D | atrstck.cxx | 768 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_LATIN ); in FontChg() 807 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_CJK ); in FontChg() 826 rFnt.SetWeight( ((SvxWeightItem&)rItem).GetWeight(), SW_CTL ); in FontChg()
|
/trunk/main/filter/source/svg/ |
H A D | svgfontexport.cxx | 58 switch( rFont.GetWeight() ) in implGetGlyphSet() 210 if( aFont.GetWeight() != WEIGHT_NORMAL ) in implEmbedFont()
|
/trunk/main/vcl/source/gdi/ |
H A D | font.cxx | 721 SetWeight( rFont.GetWeight() ); in Merge() 1099 FontWeight Font::GetWeight() const { return mpImplFont->GetWeight(); } in GetWeight() function in Font
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | atsfonts.cxx | 588 bPreferA = (pA->GetWeight() == WEIGHT_NORMAL); in operator ()() 589 bPreferB = (pB->GetWeight() == WEIGHT_NORMAL); in operator ()()
|
/trunk/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 688 rSet.Put( rChg.GetWeight() ); in UpdateToSet() 702 rSet.Put( rChg.GetWeight(), RES_CHRATR_CJK_WEIGHT ); in UpdateToSet() 717 rSet.Put( rChg.GetWeight(), RES_CHRATR_CTL_WEIGHT ); in UpdateToSet()
|
/trunk/main/editeng/inc/editeng/ |
H A D | wghtitem.hxx | 78 FontWeight GetWeight() const in GetWeight() function in SvxWeightItem
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | GridLayouter.hxx | 166 sal_Int32 GetWeight (void) const;
|
/trunk/main/vcl/inc/vcl/ |
H A D | font.hxx | 102 FontWeight GetWeight() const;
|
/trunk/main/sd/source/ui/func/ |
H A D | bulmaper.cxx | 154 aMyFont.SetWeight(rWItem.GetWeight()); in MapFontsInNumRule()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi3.cxx | 1121 switch( rFontAttributes.GetWeight() ) in GetFCFontOptions() 1473 if( rFontSelData.GetWeight() != WEIGHT_DONTKNOW ) in GetFcSubstitute() 1475 switch( rFontSelData.GetWeight() ) in GetFcSubstitute()
|
/trunk/main/accessibility/source/helper/ |
H A D | characterattributeshelper.cxx | 51 …e_type( ::rtl::OUString::createFromAscii( "CharWeight" ), makeAny( (float) rFont.GetWeight() ) ) ); in CharacterAttributesHelper()
|
/trunk/main/vcl/inc/ |
H A D | impfont.hxx | 51 …FontWeight GetWeight() { if(meWeight==WEIGHT_DONTKNOW) AskConfig(); return meWeight;… in GetWeight() function in Impl_Font
|
H A D | outfont.hxx | 63 FontWeight GetWeight() const { return meWeight; } in GetWeight() function in ImplFontAttributes
|
/trunk/main/vcl/source/components/ |
H A D | fontident.cxx | 140 switch( m_aFont.GetWeight() ) in getMaterial()
|
/trunk/main/svx/source/table/ |
H A D | tablertfexporter.cxx | 253 if ( rWeightItem.GetWeight() >= WEIGHT_BOLD ) in WriteCell()
|
/trunk/main/sc/source/filter/rtf/ |
H A D | rtfexp.cxx | 275 if ( rWeightItem.GetWeight() >= WEIGHT_BOLD ) in WriteCell()
|