Home
last modified time | relevance | path

Searched refs:bFntChg (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/inc/
H A Dswfont.hxx148 sal_Bool bFntChg :1; member in SwFont
196 inline sal_Bool IsFntChg() const { return bFntChg; } in IsFntChg()
197 inline void SetFntChg( const sal_Bool bNew ) { bFntChg = bNew; } in SetFntChg()
369 { bFntChg = bOrgChg = sal_True; } in Invalidate()
374 bFntChg = sal_True; in SetColor()
397 bFntChg = sal_True; in SetFillColor()
412 bFntChg = sal_True; in SetFamily()
425 bFntChg = sal_True; in SetName()
438 bFntChg = sal_True; in SetStyleName()
451 bFntChg = sal_True; in SetCharSet()
[all …]
/AOO41X/main/sw/source/core/text/
H A Dporlay.hxx103 sal_Bool bFntChg : 1; member in SwLineLayout
129 inline void SetFntChg( const sal_Bool bNew ) { bFntChg = bNew; } in SetFntChg()
130 inline sal_Bool IsFntChg() const { return bFntChg; } in IsFntChg()
376 bFormatAdj = bDummy = bFntChg = bTab = bEndHyph = bMidHyph = bFly in ResetFlags()
/AOO41X/main/sw/source/core/txtnode/
H A Dswfont.cxx99 bFntChg = sal_True; in SetBackColor()
168 bFntChg = sal_True; in SetVertical()
445 bFntChg = rFont.bFntChg; in SwFont()
596 bFntChg = rFont.bFntChg; in operator =()
668 if( bFntChg ) in ChgPhysFnt()
671 bFntChg = bOrgChg; in ChgPhysFnt()