Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dobjectformatter.cxx159 mpPgNumAndTypeOfAnchors( _bCollectPgNumOfAnchors ? new SwPageNumAndTypeOfAnchors() : 0L ) in SwObjectFormatter()
166 delete mpPgNumAndTypeOfAnchors; in ~SwObjectFormatter()
340 if ( mpPgNumAndTypeOfAnchors ) in _FormatObj()
342 mpPgNumAndTypeOfAnchors->Collect( _rAnchoredObj ); in _FormatObj()
538 return mpPgNumAndTypeOfAnchors ? (*mpPgNumAndTypeOfAnchors)[_nIndex] : 0L; in GetCollectedObj()
549 return mpPgNumAndTypeOfAnchors ? mpPgNumAndTypeOfAnchors->GetPageNum(_nIndex) : 0L; in GetPgNumOfCollected()
560 return mpPgNumAndTypeOfAnchors in IsCollectedAnchoredAtMaster()
561 ? mpPgNumAndTypeOfAnchors->AnchoredAtMaster(_nIndex) in IsCollectedAnchoredAtMaster()
573 return mpPgNumAndTypeOfAnchors ? mpPgNumAndTypeOfAnchors->Count() : 0L; in CountOfCollected()
/aoo4110/main/sw/source/core/inc/
H A Dobjectformatter.hxx64 SwPageNumAndTypeOfAnchors* mpPgNumAndTypeOfAnchors; member in SwObjectFormatter

Completed in 18 milliseconds