Lines Matching refs:pImplData
146 pImplData(new ImplBaseLinkData), in SvBaseLink()
168 pImplData(new ImplBaseLinkData), in SvBaseLink()
173 pImplData->ClientType.nUpdateMode = nUpdateMode; in SvBaseLink()
174 pImplData->ClientType.nCntntType = nContentType; in SvBaseLink()
175 pImplData->ClientType.bIntrnlLnk = sal_False; in SvBaseLink()
194 pImplData(new ImplBaseLinkData), in SvBaseLink()
215 pImplData->DDEType.pItem = new ImplDdeItem( *this, aStr ); in SvBaseLink()
216 pTopic->InsertItem( pImplData->DDEType.pItem ); in SvBaseLink()
239 if( !pImplData->DDEType.pItem->IsInDTOR() ) in ~SvBaseLink()
240 delete pImplData->DDEType.pItem; in ~SvBaseLink()
244 delete pImplData; in ~SvBaseLink()
317 pImplData->ClientType.bIntrnlLnk) || in SetObj()
366 pImplData->ClientType.nUpdateMode != nMode ) in SetUpdateMode()
371 pImplData->ClientType.nUpdateMode = nMode; in SetUpdateMode()
402 pImplData->ClientType.nCntntType )); in Update()
435 ? pImplData->ClientType.nUpdateMode in GetUpdateMode()
459 pImplData->ClientType.bIntrnlLnk = sal_True; in _GetRealObject()
464 pImplData->ClientType.bIntrnlLnk = sal_False; in _GetRealObject()
483 return pImplData->ClientType.nCntntType; in GetContentType()
493 pImplData->ClientType.nCntntType = nType; in SetContentType()
546 if( pImplData->DDEType.pItem ) in DataChanged()
547 pImplData->DDEType.pItem->Notify(); in DataChanged()
565 if( OBJECT_CLIENT_SO & nObjType && pImplData->ClientType.bIntrnlLnk ) in Edit()