Searched refs:GetFnt (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | itrpaint.cxx | 97 SwFont *pMyFnt = GetFnt(); in CtorInitTxtPainter() 427 if( GetFnt()->IsURL() && pPor->InTxtGrp() ) in DrawTextLine() 464 GetFnt()->ChgPhysFnt( GetInfo().GetVsh(), *pOut ); in DrawTextLine() 527 GetInfo().GetUnderFnt()->GetFont().GetUnderline() == GetFnt()->GetUnderline() && in CheckSpecialUnderline() 538 ASSERT( GetFnt() && UNDERLINE_NONE != GetFnt()->GetUnderline(), in CheckSpecialUnderline() 541 if( pParaFnt && pParaFnt->GetUnderline() == GetFnt()->GetUnderline() ) in CheckSpecialUnderline() 635 if ( aIter.GetFnt()->GetEscapement() < 0 || pFnt->IsWordLineMode() || in CheckSpecialUnderline() 639 if ( !aIter.GetFnt()->GetEscapement() ) in CheckSpecialUnderline() 642 const sal_uLong nFontHeight = aIter.GetFnt()->GetHeight(); in CheckSpecialUnderline() 659 if ( WEIGHT_NORMAL != aIter.GetFnt()->GetWeight() ) in CheckSpecialUnderline()
|
H A D | itratr.cxx | 435 return aIter.GetFnt()->IsSymbol( in IsSymbol() 671 if ( lcl_MinMaxString( aArg, aIter.GetFnt(), m_Text, nIdx, nStop ) ) in GetMinMaxSize() 703 nAktWidth = aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetMinMaxSize() 768 if( lcl_MinMaxString( aArg, aIter.GetFnt(), aTxt, 0, in GetMinMaxSize() 779 if( lcl_MinMaxString( aArg, aIter.GetFnt(), aTxt, 0, in GetMinMaxSize() 861 pBreakIt->GetLocale( aIter.GetFnt()->GetLanguage() ), in GetScalingOfSelectedText() 891 rAH.PushAndChg( aAttr, *(aIter.GetFnt()) ); in GetScalingOfSelectedText() 938 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText() 955 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText() 964 nProWidth += aIter.GetFnt()->_GetTxtSize( aDrawInf ).Width(); in GetScalingOfSelectedText() [all …]
|
H A D | itrform2.cxx | 867 if( GetFnt()->IsTox() ) in WhichTxtPor() 871 else if ( GetFnt()->IsInputField() ) in WhichTxtPor() 877 if( GetFnt()->IsRef() ) in WhichTxtPor() 879 else if (GetFnt()->IsMeta()) in WhichTxtPor() 899 if( !rInf.X() && !pCurr->GetPortion() && !pCurr->GetLen() && !GetFnt()->IsURL() ) in WhichTxtPor() 904 if ( GetFnt()->IsURL() ) in WhichTxtPor() 1864 ((SwTxtFormatter*)this)->GetRedln()->Clear( ((SwTxtFormatter*)this)->GetFnt() ); in FeedInf()
|
H A D | itrcrsr.cxx | 175 GetInfo().SetFont( GetFnt() ); in CtorInitTxtMargin() 270 nFirstLineOfs = GetFnt()->GetSize( GetFnt()->GetActual() ).Height(); in CtorInitTxtMargin() 1618 ((SwFont*)GetFnt())->SetProportion( GetPropFont() ); in GetCrsrOfst() 1619 nOldProp = GetFnt()->GetPropr(); in GetCrsrOfst() 1628 ((SwDropPortion*)pPor)->GetFnt() : NULL ); in GetCrsrOfst() 1686 ((SwFont*)GetFnt())->SetProportion( nOldProp ); in GetCrsrOfst()
|
H A D | itratr.hxx | 114 inline SwFont *GetFnt() { return pFnt; } in GetFnt() function in SwAttrIter 115 inline const SwFont *GetFnt() const { return pFnt; } in GetFnt() function in SwAttrIter
|
H A D | txtfld.cxx | 104 if (pFld->GetLanguage() != GetFnt()->GetLanguage()) in NewFldPortion() 106 pFld->SetLanguage( GetFnt()->GetLanguage() ); in NewFldPortion()
|
H A D | pordrop.hxx | 107 inline SwFont* GetFnt() const { return pPart ? &pPart->GetFont() : NULL; } in GetFnt() function in SwDropPortion
|
H A D | txtdrop.cxx | 249 if (const SwFont *pFont = pDrop->GetFnt()) in GetDropSize()
|
H A D | porfld.cxx | 1227 rInf.GetOut()->SetFont( rInf.GetFont()->GetFnt( aScrType[i] ) ); in Format()
|
H A D | inftxt.cxx | 1888 if( pItr && pItr->GetFnt() == pFnt ) in SwFontSave()
|
H A D | pormulti.cxx | 1599 if( GetFnt()->IsURL() && pPor->InTxtGrp() ) in PaintMultiPortion()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | swfont.hxx | 268 inline const SvxFont &GetFnt( const sal_uInt8 nWhich ) const in GetFnt() function in SwFont
|
Completed in 69 milliseconds