Searched refs:pSurround (Results 1 – 2 of 2) sorted by relevance
97 SwFmtSurround* pSurround; member in SwShapeDescriptor_Impl121 pSurround(0), in SwShapeDescriptor_Impl()142 delete pSurround; in ~SwShapeDescriptor_Impl()179 if(bCreate && !pSurround) in GetSurround()180 pSurround = new SwFmtSurround(); in GetSurround()181 return pSurround; in GetSurround()210 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 32 milliseconds