Searched refs:SwFmtFollowTextFlow (Results 1 – 17 of 17) sorted by relevance
34 class SW_DLLPUBLIC SwFmtFollowTextFlow : public SfxBoolItem class37 SwFmtFollowTextFlow( sal_Bool bFlag = sal_False ) in SwFmtFollowTextFlow() function in SwFmtFollowTextFlow54 inline const SwFmtFollowTextFlow &SwAttrSet::GetFollowTextFlow(sal_Bool bInP) const in GetFollowTextFlow()55 { return (const SwFmtFollowTextFlow&)Get( RES_FOLLOW_TEXT_FLOW, bInP ); } in GetFollowTextFlow()57 inline const SwFmtFollowTextFlow &SwFmt::GetFollowTextFlow(sal_Bool bInP) const in GetFollowTextFlow()
100 class SwFmtFollowTextFlow;301 inline const SwFmtFollowTextFlow &GetFollowTextFlow(sal_Bool = sal_True) const;
260 inline const SwFmtFollowTextFlow &GetFollowTextFlow(sal_Bool = sal_True) const;
28 TYPEINIT1(SwFmtFollowTextFlow, SfxBoolItem);30 SfxPoolItem* SwFmtFollowTextFlow::Clone( SfxItemPool * ) const in Clone()32 return new SwFmtFollowTextFlow(*this); in Clone()
105 SwFmtFollowTextFlow* mpFollowTextFlow;128 mpFollowTextFlow( new SwFmtFollowTextFlow( sal_False ) ), in SwShapeDescriptor_Impl()218 SwFmtFollowTextFlow* GetFollowTextFlow( sal_Bool _bCreate = sal_False ) in GetFollowTextFlow()221 mpFollowTextFlow = new SwFmtFollowTextFlow( sal_False ); in GetFollowTextFlow()
512 SwFmtFollowTextFlow aFmtFollowTextFlow; in FillBaseProperties()518 rToSet.Put( SwFmtFollowTextFlow() ); in FillBaseProperties()
341 mpDoc->SetDefault( SwFmtFollowTextFlow( sal_False ) ); in InitNew()
1326 SfxItemPresentation SwFmtFollowTextFlow::GetPresentation( SfxItemPresentation ePres, in GetPresentation()
482 static_cast<const SwFmtFollowTextFlow&>(rSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue(); in ActivatePage()
944 static_cast<const SwFmtFollowTextFlow&>(rSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue(); in Reset()1200 bRet |= 0 != rSet.Put(SwFmtFollowTextFlow(aFollowTextFlowCB.IsChecked())); in FillItemSet()
616 aAttrTab[ RES_FOLLOW_TEXT_FLOW - POOLATTR_BEGIN ] = new SwFmtFollowTextFlow( sal_True ); in _InitCore()
958 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in ReadFly()
1256 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in ReadDrawingObject()1325 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in InsertShpObject()
2726 SwFmtFollowTextFlow aFollowTextFlow( sal_True ); in Read_GrafLayer()
3583 pTableDesc->pFlyFmt->SetFmtAttr( SwFmtFollowTextFlow( sal_True ) ); in StartTable()
1704 rDoc.SetDefault( SwFmtFollowTextFlow( sal_False ) ); in ImportDop()
1002 … static_cast<const SwFmtFollowTextFlow&>(aSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue(); in ChangeFly()
Completed in 166 milliseconds