Searched refs:pHyper (Results 1 – 4 of 4) sorted by relevance
170 const SvxHyperlinkItem* pHyper = (const SvxHyperlinkItem*) pItem; in ExecuteHLink() local171 const String& rName = pHyper->GetName(); in ExecuteHLink()172 const String& rURL = pHyper->GetURL(); in ExecuteHLink()173 const String& rTarget = pHyper->GetTargetFrame(); in ExecuteHLink()174 SvxLinkInsertMode eMode = pHyper->GetInsertMode(); in ExecuteHLink()
275 const SvxHyperlinkItem* pHyper = (const SvxHyperlinkItem*) pItem; in Execute() local276 const String& rName = pHyper->GetName(); in Execute()277 const String& rURL = pHyper->GetURL(); in Execute()278 const String& rTarget = pHyper->GetTargetFrame(); in Execute()279 SvxLinkInsertMode eMode = pHyper->GetInsertMode(); in Execute()
545 const SvxHyperlinkItem* pHyper = (const SvxHyperlinkItem*) pItem; in Execute() local546 const String& rName = pHyper->GetName(); in Execute()547 const String& rURL = pHyper->GetURL(); in Execute()548 const String& rTarget = pHyper->GetTargetFrame(); in Execute()549 SvxLinkInsertMode eMode = pHyper->GetInsertMode(); in Execute()
1992 const SvxHyperlinkItem* pHyper = (const SvxHyperlinkItem*) pItem; in ExecuteEdit() local1993 const String& rName = pHyper->GetName(); in ExecuteEdit()1994 const String& rURL = pHyper->GetURL(); in ExecuteEdit()1995 const String& rTarget = pHyper->GetTargetFrame(); in ExecuteEdit()1996 sal_uInt16 nType = (sal_uInt16) pHyper->GetInsertMode(); in ExecuteEdit()
Completed in 40 milliseconds