Searched refs:bFly (Results 1 – 9 of 9) sorted by relevance
107 sal_Bool bFly : 1; member in SwLineLayout137 inline void SetFly( const sal_Bool bNew ) { bFly = bNew; } in SetFly()138 inline sal_Bool IsFly() const { return bFly; } in IsFly()376 bFormatAdj = bDummy = bFntChg = bTab = bEndHyph = bMidHyph = bFly in ResetFlags()
624 const sal_Bool bFly = rInf.GetFly() || in Format() local629 if ( bFly ) in Format()880 const sal_Bool bFly = rInf.GetFly() || in Format() local889 if( bFly ) in Format()920 if( bFly ) in Format()
1012 const sal_Bool bFly = pObj->ISA(SwFlyFrm); in MakePrtArea() local1013 if ((bFly && (WEIT_WECH == pObj->GetObjRect().Width())) in MakePrtArea()1022 bFly ? rFmt.GetFrmSize().GetWidth() in MakePrtArea()1185 const sal_Bool bFly = IsInFly(); in MakeAll() local1467 ( bMoveable || ( bFly && !bTab ) ) && in MakeAll()1698 ( !bFly || !FindFlyFrm()->IsColLocked() ) && in MakeAll()
1845 const sal_Bool bFly = pAnchoredObj->ISA(SwFlyFrm); in ImplCalcBrowseWidth() local1846 if ((bFly && (WEIT_WECH == pAnchoredObj->GetObjRect().Width())) in ImplCalcBrowseWidth()1856 nWidth = bFly ? rFmt.GetFrmSize().GetWidth() : in ImplCalcBrowseWidth()1866 if ( bFly ) in ImplCalcBrowseWidth()
1113 const sal_Bool bFly = IsInFly(); in GetPrevLeaf() local1132 else if ( bFly ) in GetPrevLeaf()
1877 const sal_Bool bFly = IsInFly(); in GetPrevSctLeaf() local1917 else if ( bFly ) in GetPrevSctLeaf()
1958 const sal_Bool bFly = IsInFly(); in MakeAll() local2119 if ( !bMovedFwd && (bMoveable || bFly) && lcl_NoPrev( *this ) ) in MakeAll()
793 const sal_Bool bFly = pObj->ISA(SwVirtFlyDrawObj); in CalcAnchor() local794 if ( bFly ) in CalcAnchor()844 else if ( !bFly ) in CalcAnchor()
398 const bool bFly = RES_FLYFRMFMT == rSource.Which(); in CopyLayoutFmt() local400 ASSERT( bFly || bDraw, "this method only works for fly or draw" ); in CopyLayoutFmt()432 if( bFly ) in CopyLayoutFmt()454 if( bFly ) in CopyLayoutFmt()
Completed in 242 milliseconds