Home
last modified time | relevance | path

Searched refs:SwFmtFollowTextFlow (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/sw/inc/
H A Dfmtfollowtextflow.hxx34 class SW_DLLPUBLIC SwFmtFollowTextFlow : public SfxBoolItem class
37 SwFmtFollowTextFlow( sal_Bool bFlag = sal_False ) in SwFmtFollowTextFlow() function in SwFmtFollowTextFlow
54 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()
H A Dswatrset.hxx100 class SwFmtFollowTextFlow;
301 inline const SwFmtFollowTextFlow &GetFollowTextFlow(sal_Bool = sal_True) const;
H A Dformat.hxx260 inline const SwFmtFollowTextFlow &GetFollowTextFlow(sal_Bool = sal_True) const;
/aoo4110/main/sw/source/core/attr/
H A Dfmtfollowtextflow.cxx28 TYPEINIT1(SwFmtFollowTextFlow, SfxBoolItem);
30 SfxPoolItem* SwFmtFollowTextFlow::Clone( SfxItemPool * ) const in Clone()
32 return new SwFmtFollowTextFlow(*this); in Clone()
/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx105 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()
H A Dunoframe.cxx512 SwFmtFollowTextFlow aFmtFollowTextFlow; in FillBaseProperties()
518 rToSet.Put( SwFmtFollowTextFlow() ); in FillBaseProperties()
/aoo4110/main/sw/source/ui/app/
H A Ddocshini.cxx341 mpDoc->SetDefault( SwFmtFollowTextFlow( sal_False ) ); in InitNew()
/aoo4110/main/sw/source/ui/utlui/
H A Dattrdesc.cxx1326 SfxItemPresentation SwFmtFollowTextFlow::GetPresentation( SfxItemPresentation ePres, in GetPresentation()
/aoo4110/main/sw/source/ui/frmdlg/
H A Dwrap.cxx482 static_cast<const SwFmtFollowTextFlow&>(rSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue(); in ActivatePage()
H A Dfrmpage.cxx944 static_cast<const SwFmtFollowTextFlow&>(rSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue(); in Reset()
1200 bRet |= 0 != rSet.Put(SwFmtFollowTextFlow(aFollowTextFlowCB.IsChecked())); in FillItemSet()
/aoo4110/main/sw/source/core/bastyp/
H A Dinit.cxx616 aAttrTab[ RES_FOLLOW_TEXT_FLOW - POOLATTR_BEGIN ] = new SwFmtFollowTextFlow( sal_True ); in _InitCore()
/aoo4110/main/sw/source/filter/rtf/
H A Drtffly.cxx958 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in ReadFly()
H A Dswparrtf.cxx1256 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in ReadDrawingObject()
1325 SwFmtFollowTextFlow aFollowTextFlow( sal_False ); in InsertShpObject()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8graf.cxx2726 SwFmtFollowTextFlow aFollowTextFlow( sal_True ); in Read_GrafLayer()
H A Dww8par2.cxx3583 pTableDesc->pFlyFmt->SetFmtAttr( SwFmtFollowTextFlow( sal_True ) ); in StartTable()
H A Dww8par.cxx1704 rDoc.SetDefault( SwFmtFollowTextFlow( sal_False ) ); in ImportDop()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx1002 … static_cast<const SwFmtFollowTextFlow&>(aSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue(); in ChangeFly()

Completed in 335 milliseconds