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;309 inline const SwFmtFollowTextFlow &GetFollowTextFlow(sal_Bool = sal_True) const;
269 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()
103 SwFmtFollowTextFlow* mpFollowTextFlow;126 mpFollowTextFlow( new SwFmtFollowTextFlow( sal_False ) ), in SwShapeDescriptor_Impl()216 SwFmtFollowTextFlow* GetFollowTextFlow( sal_Bool _bCreate = sal_False ) in GetFollowTextFlow()219 mpFollowTextFlow = new SwFmtFollowTextFlow( sal_False ); in GetFollowTextFlow()
870 SwFmtFollowTextFlow aFmtFollowTextFlow; in FillBaseProperties()876 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()
629 aAttrTab[ RES_FOLLOW_TEXT_FLOW - POOLATTR_BEGIN ] = new SwFmtFollowTextFlow( sal_True ); in _InitCore()
953 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in ReadFly()
1247 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in ReadDrawingObject()1316 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in InsertShpObject()
2718 SwFmtFollowTextFlow aFollowTextFlow( sal_True ); in Read_GrafLayer()
3612 pTableDesc->pFlyFmt->SetFmtAttr( SwFmtFollowTextFlow( sal_True ) ); in StartTable()
1704 rDoc.SetDefault( SwFmtFollowTextFlow( sal_False ) ); in ImportDop()
1000 … static_cast<const SwFmtFollowTextFlow&>(aSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue(); in ChangeFly()
Completed in 1692 milliseconds