Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx103 SwFmtFollowTextFlow* mpFollowTextFlow; member in SwShapeDescriptor_Impl
126 mpFollowTextFlow( new SwFmtFollowTextFlow( sal_False ) ), in SwShapeDescriptor_Impl()
146 delete mpFollowTextFlow; in ~SwShapeDescriptor_Impl()
218 if ( _bCreate && !mpFollowTextFlow ) in GetFollowTextFlow()
219 mpFollowTextFlow = new SwFmtFollowTextFlow( sal_False ); in GetFollowTextFlow()
220 return mpFollowTextFlow; in GetFollowTextFlow()
224 DELETEZ(mpFollowTextFlow); in RemoveFollowTextFlow()

Completed in 27 milliseconds