Searched refs:pSurround (Results 1 – 2 of 2) sorted by relevance
99 SwFmtSurround* pSurround; member in SwShapeDescriptor_Impl123 pSurround(0), in SwShapeDescriptor_Impl()144 delete pSurround; in ~SwShapeDescriptor_Impl()181 if(bCreate && !pSurround) in GetSurround()182 pSurround = new SwFmtSurround(); in GetSurround()183 return pSurround; in GetSurround()212 void RemoveSurround(){DELETEZ(pSurround);} in RemoveSurround()
757 const SwFmtSurround* pSurround = (const SwFmtSurround*)pItem; in OutFrmFmtOptions() local760 SwSurround eSurround = pSurround->GetSurround(); in OutFrmFmtOptions()761 sal_Bool bAnchorOnly = pSurround->IsAnchorOnly(); in OutFrmFmtOptions()
Completed in 33 milliseconds