Lines Matching refs:pLink
635 MetadatableClipboard* pLink( in removeLink() local
637 OSL_ENSURE(pLink, "IsInClipboard, but no MetadatableClipboard ?"); in removeLink()
638 if (pLink) in removeLink()
640 pLink->OriginNoLongerInBusinessAnymore(); in removeLink()
1096 const MetadatableClipboard * pLink; in LookupXmlId() local
1097 return m_pImpl->LookupXmlId(i_rObject, o_rStream, o_rIdref, pLink); in LookupXmlId()
1136 const MetadatableClipboard * pLink; in TryRegisterMetadatable() local
1137 m_pImpl->LookupXmlId(i_rObject, old_path, old_idref, pLink); in TryRegisterMetadatable()
1202 const MetadatableClipboard * pLink; in UnregisterMetadatable() local
1203 if (!m_pImpl->LookupXmlId(i_rObject, path, idref, pLink)) in UnregisterMetadatable()
1272 const ::boost::shared_ptr<MetadatableClipboard> pLink( in RegisterCopyClipboard() local
1275 RMapEntry(i_rReference.First, i_rReference.Second, pLink))); in RegisterCopyClipboard()
1276 return *pLink.get(); in RegisterCopyClipboard()
1284 const MetadatableClipboard * pLink( 0 ); in SourceLink() local
1285 m_pImpl->LookupXmlId(i_rObject, path, idref, pLink); in SourceLink()
1286 return pLink; in SourceLink()
1445 const MetadatableClipboard * pLink( in RegisterAsCopyOf() local
1448 if (!pLink) return; in RegisterAsCopyOf()
1450 if (pLink && (&GetRegistryConst(*pLink) == pRegDoc)) in RegisterAsCopyOf()
1455 bool srcInContent( pLink->IsInContent() ); in RegisterAsCopyOf()
1459 pRegDoc->RegisterCopy(*pLink, *this, in RegisterAsCopyOf()