Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/unocore/
H A Dunodraw.cxx105 SwFmtFollowTextFlow* mpFollowTextFlow; member in SwShapeDescriptor_Impl
128 mpFollowTextFlow( new SwFmtFollowTextFlow( sal_False ) ), in SwShapeDescriptor_Impl()
148 delete mpFollowTextFlow; in ~SwShapeDescriptor_Impl()
220 if ( _bCreate && !mpFollowTextFlow ) in GetFollowTextFlow()
221 mpFollowTextFlow = new SwFmtFollowTextFlow( sal_False ); in GetFollowTextFlow()
222 return mpFollowTextFlow; in GetFollowTextFlow()
226 DELETEZ(mpFollowTextFlow); in RemoveFollowTextFlow()

Completed in 29 milliseconds