Home
last modified time | relevance | path

Searched refs:SwFont (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/sw/source/core/inc/
H A Dswfont.hxx51 friend class SwFont;
69 sal_Bool operator==( const SwFont &rFnt ) const;
128 class SwFont class
155 sal_Bool operator==( const SwFont &rFnt ) const;
162 SwFont( const SwFont& rFont );
167 ~SwFont(){ delete pBackColor; } in ~SwFont()
169 SwFont& operator=( const SwFont &rFont );
706 inline void SwFont::SetActual( sal_uInt8 nNew ) in SetActual()
796 inline void SwFont::SetURL( const sal_Bool bNew ) in SetURL()
828 SwFont* pFnt;
[all …]
H A Dswfntcch.hxx64 SwFont aSwFont;
74 inline SwFont *GetFont() { return &aSwFont; } in GetFont()
75 inline const SwFont *GetFont() const { return &aSwFont; } in GetFont()
H A Ddrawfont.hxx37 class SwFont;
59 SwFont *pFnt;
235 SwFont* GetFont() const in GetFont()
426 void SetFont( SwFont* pNew ) in SetFont()
/trunk/main/sw/source/core/text/
H A Dredlnitr.hxx45 SwFont *pFnt;
50 sal_Bool _Leave( SwFont& rFnt, xub_StrLen nNew );
52 void ActualizeFont( SwFont &rFnt, xub_StrLen nAttr );
59 sal_Bool Leave( SwFont& rFnt, xub_StrLen nNew ) in Leave()
61 short Enter( SwFont& rFnt, xub_StrLen nNew );
63 SwFont* GetFont() { return pFnt; } in GetFont()
83 void _Clear( SwFont* pFnt );
86 short _Seek( SwFont& rFnt, xub_StrLen nNew, xub_StrLen nOld );
88 inline short EnterExtend( SwFont& rFnt, xub_StrLen nNew ) in EnterExtend()
98 inline void Clear( SwFont* pFnt ) { if( bOn ) _Clear( pFnt ); } in Clear()
[all …]
H A Datrhndl.hxx100 SwFont* pFnt;
105 void FontChg(const SfxPoolItem& rItem, SwFont& rFnt, sal_Bool bPush );
113 void ActivateTop( SwFont& rFnt, sal_uInt16 nStackPos );
126 const ViewShell* pShell, SwFont& rFnt,
133 void PushAndChg( const SwTxtAttr& rAttr, SwFont& rFnt );
136 void PopAndChg( const SwTxtAttr& rAttr, SwFont& rFnt );
145 inline void ResetFont( SwFont& rFnt ) const;
146 inline const SwFont* GetFont() const;
163 inline void SwAttrHandler::ResetFont( SwFont& rFnt ) const in ResetFont()
170 inline const SwFont* SwAttrHandler::GetFont() const in GetFont()
H A Dporfld.hxx30 class SwFont;
44 SwFont *pFnt; // Fuer mehrzeilige Felder
59 inline void SetFont( SwFont *pNew ) { pFnt = pNew; } in SetFont()
65 SwFldPortion( const XubString &rExpand, SwFont *pFnt = 0, sal_Bool bPlaceHolder = sal_False );
73 inline const SwFont *GetFont() const { return pFnt; } in GetFont()
127 inline SwHiddenPortion( const XubString &rExpand, SwFont *pFntL = 0 ) in SwHiddenPortion()
154 SwFont *pFnt,
180 SwFont *pFnt,
H A Dporfld.cxx65 SwFont *pNewFnt; in Clone()
68 pNewFnt = new SwFont( *pFnt ); in Clone()
107 pFnt = new SwFont( *rFld.GetFont() ); in SwFldPortion()
412 SwFont *pNewFnt = new SwFont( *rInf.GetFont() ); in Format()
494 SwFont *pNewFnt; in Clone()
496 pNewFnt = new SwFont( *pFnt ); in Clone()
555 SwFont *pNewFnt; in Clone()
557 pNewFnt = new SwFont( *pFnt ); in Clone()
708 const SwFont *pTmpFnt = rInf.GetFont(); in Paint()
1165 SwFont aTmpFont( *rInf.GetFont() ); in Paint()
[all …]
H A Dredlnitr.cxx73 pFnt = new SwFont( *aFontAccess.Get()->GetFont() ); in CtorInitAttrIter()
183 SwRedlineItr::SwRedlineItr( const SwTxtNode& rTxtNd, SwFont& rFnt, in SwRedlineItr()
207 short SwRedlineItr::_Seek( SwFont& rFnt, xub_StrLen nNew, xub_StrLen nOld ) in _Seek()
315 void SwRedlineItr::ChangeTxtAttr( SwFont* pFnt, SwTxtAttr &rHt, sal_Bool bChg ) in ChangeTxtAttr()
336 void SwRedlineItr::_Clear( SwFont* pFnt ) in _Clear()
418 void SwExtend::ActualizeFont( SwFont &rFnt, MSHORT nAttr ) in ActualizeFont()
442 short SwExtend::Enter( SwFont& rFnt, xub_StrLen nNew ) in Enter()
449 pFnt = new SwFont( rFnt ); in Enter()
456 sal_Bool SwExtend::_Leave( SwFont& rFnt, xub_StrLen nNew ) in _Leave()
H A Dinftxt.hxx195 SwFont *pFnt;
222 void CtorInitTxtSizeInfo( SwTxtFrm *pFrm, SwFont *pFnt = 0,
282 inline SwFont *GetFont() { return pFnt; } in GetFont()
283 inline const SwFont *GetFont() const { return pFnt; } in GetFont()
284 inline void SetFont( SwFont *pNew ) { pFnt = pNew; } in SetFont()
782 SwFont *pFnt;
785 SwFontSave( const SwTxtSizeInfo &rInf, SwFont *pFnt,
797 SwFont *pFnt;
798 SwFont *pNewFnt;
812 return ((SwFont*)GetFont())->GetAscent( pVsh, *GetOut() ); in GetAscent()
[all …]
H A Dpordrop.hxx28 class SwFont;
46 SwFont* pFnt;
51 SwDropPortionPart( SwFont& rFont, const xub_StrLen nL ) in SwDropPortionPart()
57 inline SwFont& GetFont() const { return *pFnt; } in GetFont()
107 inline SwFont* GetFnt() const { return pPart ? &pPart->GetFont() : NULL; } in GetFnt()
H A Ditratr.hxx36 class SwFont;
56 SwFont *pFnt;
68 inline void SetFnt( SwFont* pNew ) { pFnt = pNew; } in SetFnt()
114 inline SwFont *GetFnt() { return pFnt; } in GetFnt()
115 inline const SwFont *GetFnt() const { return pFnt; } in GetFnt()
H A Dtxtdrop.cxx249 if (const SwFont *pFont = pDrop->GetFnt()) in GetDropSize()
383 SwFont* pTmpFont = 0; in Paint()
386 pTmpFont = new SwFont( *rInf.GetFont() ); in Paint()
613 SwFont* pTmpFnt = new SwFont( *rInf.GetFont() ); in NewDropPortion()
767 SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize()
795 const SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize()
845 SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize()
986 SwFont& rFnt = pCurrPart->GetFont(); in CalcFontSize()
1027 SwFont& rFnt = pCurrPart->GetFont(); in Format()
H A Dfrmpaint.cxx90 SwFont* pFnt;
104 inline SwFont* GetFont() const { return pFnt; } in GetFont()
142 pFnt = new SwFont( &pFmt->GetAttrSet(), pFrm->GetTxtNode()->getIDocumentSettingAccess() ); in SwExtraPainter()
224 SwFont* pTmpFnt; in PaintExtra()
227 pTmpFnt = new SwFont( *GetFont() ); in PaintExtra()
489 SwFont *pFnt; in PaintEmpty()
494 pFnt = new SwFont( pAttrSet, rTxtNode.getIDocumentSettingAccess() ); in PaintEmpty()
499 pFnt = new SwFont( *aFontAccess.Get()->GetFont() ); in PaintEmpty()
H A Datrstck.cxx422 SwFont& rFnt, sal_Bool bVL ) in Init()
458 pFnt = new SwFont( rFnt ); in Init()
471 void SwAttrHandler::PushAndChg( const SwTxtAttr& rAttr, SwFont& rFnt ) in PushAndChg()
552 void SwAttrHandler::PopAndChg( const SwTxtAttr& rAttr, SwFont& rFnt ) in PopAndChg()
612 void SwAttrHandler::ActivateTop( SwFont& rFnt, const sal_uInt16 nAttr ) in ActivateTop()
704 void SwAttrHandler::FontChg(const SfxPoolItem& rItem, SwFont& rFnt, sal_Bool bPush ) in FontChg()
958 SwFont aFont( *pFnt ); in GetDefaultAscentAndHeight()
H A Ditrpaint.cxx79 sal_Bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt ) in IsUnderlineBreak()
97 SwFont *pMyFnt = GetFnt(); in CtorInitTxtPainter()
532 SwFont* pUnderlineFnt = 0; in CheckSpecialUnderline()
540 const SwFont* pParaFnt = GetAttrHandler().GetFont(); in CheckSpecialUnderline()
676 pUnderlineFnt = new SwFont( *GetInfo().GetFont() ); in CheckSpecialUnderline()
697 pUnderlineFnt = new SwFont( *pFnt ); in CheckSpecialUnderline()
H A Dpormulti.cxx60 extern sal_Bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt );
384 SwFont* pTmpFnt = new SwFont( *rInf.GetFont() ); in PaintBracket()
425 SwFont* pTmpFnt = new SwFont( *rInf.GetFont() ); in FormatBrackets()
615 SwRubyPortion::SwRubyPortion( const SwMultiCreator& rCreate, const SwFont& rFnt, in SwRubyPortion()
635 SwFont *pRubyFont; in SwRubyPortion()
639 pRubyFont = new SwFont( rFnt ); in SwRubyPortion()
1425 SwFont* pTmpFnt; in PaintMultiPortion()
1429 pTmpFnt = new SwFont( *GetInfo().GetFont() ); in PaintMultiPortion()
1586 SwFont* pTmpFont = GetInfo().GetFont(); in PaintMultiPortion()
1762 SwFont* pTmpFnt = new SwFont( *rInf.GetFont() ); in BuildMultiPortion()
H A Dporrst.cxx230 SwFont *pFnt; in EmptyHeight()
237 pFnt = new SwFont( pAttrSet, pIDSA ); in EmptyHeight()
242 pFnt = new SwFont( *aFontAccess.Get()->GetFont() ); in EmptyHeight()
395 SwFont aFnt( *aFontAccess.Get()->GetFont() ); in FillRegister()
519 SwFont aTmpFont( *rInf.GetFont() ); in Paint()
H A Dtxtfld.cxx321 SwFont *pTmpFnt = 0; in NewFldPortion()
324 pTmpFnt = new SwFont( *pFnt ); in NewFldPortion()
514 SwFont *pNumFnt = 0; in NewNumberPortion()
525 pNumFnt = new SwFont( &rInf.GetCharAttr(), pIDSA ); in NewNumberPortion()
590 pNumFnt = new SwFont( &rInf.GetCharAttr(), pIDSA ); in NewNumberPortion()
H A Dtxttab.cxx408 const SwFont* pNumberPortionFont = in PreFormat()
410 pSave.reset( new SwFontSave( rInf, const_cast<SwFont*>(pNumberPortionFont) ) ); in PreFormat()
602 const SwFont* pNumberPortionFont = in Paint()
604 pSave.reset( new SwFontSave( rInf, const_cast<SwFont*>(pNumberPortionFont) ) ); in Paint()
H A Dinftxt.cxx285 void SwTxtSizeInfo::CtorInitTxtSizeInfo( SwTxtFrm *pFrame, SwFont *pNewFnt, in CtorInitTxtSizeInfo()
875 const SwFont* pOldFnt = rInf.GetFont(); in lcl_DrawSpecial()
878 static SwFont* pFnt = 0; in lcl_DrawSpecial()
881 pFnt = new SwFont( *pOldFnt ); in lcl_DrawSpecial()
975 ((SwTxtPaintInfo&)rInf).SetFont( (SwFont*)pOldFnt ); in lcl_DrawSpecial()
1862 SwFontSave::SwFontSave( const SwTxtSizeInfo &rInf, SwFont *pNew, in SwFontSave()
1935 pNewFnt = new SwFont( *pFnt ); in SwDefFontSave()
H A Ditrform2.cxx71 extern sal_Bool IsUnderlineBreak( const SwLinePortion& rPor, const SwFont& rFnt );
463 const SwFont* pTmpFnt = ((SwFldPortion*)pPor)->GetFont(); in BuildPortions()
482 const SwFont* pTmpFnt = ((SwFldPortion*)pLast)->GetFont(); in BuildPortions()
765 SwFont* pFldFnt = ((SwFldPortion*)pPor)->pFnt; in CalcAscent()
959 const SwFont* pTmpFnt = rInf.GetFont(); in NewTxtPortion()
1435 const SwFont* pNumFnt = ((SwFldPortion*)pPor)->GetFont(); in NewPortion()
H A Dtxtftn.cxx1021 SwFont *pNumFnt = new SwFont( pParSet, pIDSA ); in NewFtnNumPortion()
1324 SwFont *pFnt;
1325 SwFont *pOld;
1349 pOld = new SwFont( *pFnt ); in SwFtnSave()
H A Dpormulti.hxx36 class SwFont;
198 SwRubyPortion( const SwMultiCreator& rCreate, const SwFont& rFnt,
H A Dportxt.cxx880 const SwFont* pOrigFont = rInf.GetFont(); in Paint()
881 SwFont* pHoleFont = NULL; in Paint()
887 pHoleFont = new SwFont( *pOrigFont ); in Paint()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx95 void SwFont::SetBackColor( Color* pNewColor ) in SetBackColor()
156 sal_uInt16 SwFont::GetOrientation( const sal_Bool bVertFormat ) const in GetOrientation()
161 void SwFont::SetVertical( sal_uInt16 nDir, const sal_Bool bVertFormat ) in SetVertical()
225 void SwFont::SetDiffFnt( const SfxItemSet *pAttrSet, in SetDiffFnt()
432 SwFont::SwFont( const SwFont &rFont ) in SwFont() function in SwFont
456 SwFont::SwFont( const SwAttrSet* pAttrSet, in SwFont() function in SwFont
582 SwFont& SwFont::operator=( const SwFont &rFont ) in operator =()
612 void SwFont::GoMagic( ViewShell *pSh, sal_uInt8 nWhich ) in GoMagic()
653 void SwFont::ChgPhysFnt( ViewShell *pSh, OutputDevice& rOut ) in ChgPhysFnt()
1205 SwUnderlineFont::SwUnderlineFont( SwFont& rFnt, const Point& rPoint ) in SwUnderlineFont()
[all …]

Completed in 121 milliseconds

12