Home
last modified time | relevance | path

Searched refs:GetItalic (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/svtools/source/control/
H A Dctrltool.cxx133 if ( pInfo1->GetItalic() < pInfo2->GetItalic() ) in ImplCompareFontInfo()
135 else if ( pInfo1->GetItalic() > pInfo2->GetItalic() ) in ImplCompareFontInfo()
457 FontItalic eItalic = rInfo.GetItalic(); in GetStyleName()
533 FontItalic eItalic = rInfo.GetItalic(); in GetFontMapText()
538 (eItalic == pFontInfo->GetItalic()) ) in GetFontMapText()
709 (eItalic == pSearchInfo->GetItalic()) ) in Get()
H A Dstdmenu.cxx214 FontItalic eItalic = aInfo.GetItalic(); in Fill()
/trunk/main/starmath/source/
H A Dutility.cxx167 (pFirstFont->GetItalic() == pSecondFont->GetItalic())) in CompareItem()
311 FontItalic eItalic = rFont.GetItalic(); in IsItalic()
H A Dsymbol.cxx307 DBG_ASSERT( aFont.GetItalic() == ITALIC_NONE, "expected Font with ITALIC_NONE, failed." ); in Load()
H A Dcfgitem.cxx248 nItalic = (sal_Int16) rFont.GetItalic(); in SmFontFormat()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx287 FontItalic GetItalic() const { return aSub[nActual].GetItalic(); } in GetItalic() function in SwFont
310 inline FontItalic GetItalic( const sal_uInt8 nWhich ) const in GetItalic() function in SwFont
311 { return aSub[nWhich].GetItalic(); } in GetItalic()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx70 if( rFont.GetItalic() != ITALIC_NONE ) in implGetGlyphSet()
216 if( aFont.GetItalic() != ITALIC_NONE ) in implEmbedFont()
H A Dsvgwriter.cxx337 if( rFont.GetItalic() != ITALIC_NONE ) in SetFontAttr()
339 if( rFont.GetItalic() == ITALIC_OBLIQUE ) in SetFontAttr()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx723 SetItalic( rFont.GetItalic() ); in Merge()
1101 FontItalic Font::GetItalic() const { return mpImplFont->GetItalic(); } in GetItalic() function in Font
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx515 *pCounter++ = new SvxPostureItem(aDefaultVCLFont.GetItalic(), CFID_POSTURE); in createItemSet()
527 *pCounter++ = new SvxPostureItem(aDefaultVCLFont.GetItalic(), CFID_CJK_POSTURE); in createItemSet()
/trunk/main/vcl/inc/vcl/
H A Dfont.hxx106 FontItalic GetItalic() const;
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx52 …pe( ::rtl::OUString::createFromAscii( "CharPosture" ), makeAny( (sal_Int16)rFont.GetItalic() ) ) ); in CharacterAttributesHelper()
/trunk/main/vcl/inc/
H A Dimpfont.hxx50 …FontItalic GetItalic() { if(meItalic==ITALIC_DONTKNOW) AskConfig(); return meItalic;… in GetItalic() function in Impl_Font
/trunk/main/vcl/source/components/
H A Dfontident.cxx156 switch( m_aFont.GetItalic() ) in getMaterial()
/trunk/main/editeng/source/uno/
H A Dunofdesc.cxx78 rDesc.Slant = (awt::FontSlant)rFont.GetItalic(); in ConvertFromFont()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx444 ITALIC_NONE != rFont.GetItalic(), in getFontAttributeFromVclFont()
/trunk/main/editeng/source/items/
H A Dbulitem.cxx57 nTemp = (sal_uInt16)rFont.GetItalic(); rStream << nTemp; in StoreFont()
/trunk/main/sw/source/core/text/
H A Dguess.cxx101 if( ITALIC_NONE != rInf.GetFont()->GetItalic() && !rInf.NotEOL() ) in Guess()
H A Dportxt.cxx262 if( ITALIC_NONE != rInf.GetFont()->GetItalic() && !rInf.NotEOL() ) in BreakCut()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx864 _rFont.SetItalic( aFontInfo.GetItalic() ); in calcFontInfo()
1298 aInfo.GetWeight() == WEIGHT_NORMAL && aInfo.GetItalic() != ITALIC_NONE ) in FillItemSet_Impl()
1328 FontItalic eItalic = aInfo.GetItalic(); in FillItemSet_Impl()
1347 aInfo.GetItalic() == ITALIC_NONE && aInfo.GetWeight() != WEIGHT_NORMAL ) in FillItemSet_Impl()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx545 cairo_font_slant_t slant = (rOutDev.GetFont().GetItalic() == ITALIC_NONE ? in draw()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx393 rFont1.GetItalic() == rFont2.GetItalic() && in compare_fonts_for_me()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2193 if ( maFont.GetItalic() != ITALIC_NONE ) in ImplDefineFont()
2197 if ( maFont.GetItalic() != ITALIC_NONE ) in ImplDefineFont()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx337 aFD.Slant = (::com::sun::star::awt::FontSlant)rFont.GetItalic(); in CreateFontDescriptor()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx775 aNewData.mbItalic = (aFont.GetItalic() != ITALIC_NONE); in AppendPortion()

Completed in 149 milliseconds

12