/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 458 SfxItemSet aSet( pWrtShell->GetAttrPool(), RES_URL, RES_URL ); in GetData() 963 SfxItemSet aSet( pWrtShell->GetAttrPool(), RES_URL, RES_URL ); in PrepareForCopy() 2021 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in _PasteTargetURL() 2023 SwFmtURL aURL( (SwFmtURL&)aSet.Get( RES_URL ) ); in _PasteTargetURL() 2420 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in _PasteGrf() 2478 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in _PasteGrf() 2499 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in _PasteImageMap() 2542 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in _PasteAsHyperlink() 2640 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in _PasteFileName() 3192 SfxItemSet aSet( pWrtShell->GetAttrPool(), RES_URL, RES_URL ); in SetDataForDragAndDrop() [all …]
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 198 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in Execute() 200 SwFmtURL aURL( (SwFmtURL&)aSet.Get( RES_URL ) ); in Execute() 853 SfxItemSet aURLSet(GetPool(), RES_URL, RES_URL); in GetState() 856 if(SFX_ITEM_SET == aURLSet.GetItemState(RES_URL, sal_True, &pItem)) in GetState()
|
H A D | basesh.cxx | 174 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in TYPEINIT1() 176 const SwFmtURL &rURL = (SwFmtURL&)aSet.Get( RES_URL ); in TYPEINIT1() 990 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in Execute() 992 SwFmtURL aURL( (SwFmtURL&)aSet.Get( RES_URL ) ); in Execute()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 324 …{ SW_PROP_NMID(UNO_NAME_HYPER_LINK_U_R_L), RES_URL, CPPU_E2T(CPPUTYPE_OUSTRING), PROPERTY_NO… 325 …{ SW_PROP_NMID(UNO_NAME_HYPER_LINK_TARGET), RES_URL, CPPU_E2T(CPPUTYPE_OUSTRING), PROPERTY_N… 326 …{ SW_PROP_NMID(UNO_NAME_HYPER_LINK_NAME), RES_URL, CPPU_E2T(CPPUTYPE_OUSTRING), PROPERTY_NON… 334 …{ SW_PROP_NMID(UNO_NAME_IMAGE_MAP), RES_URL, CPPU_E2T(CPPUTYPE_REFIDXCNTNR), PR… 335 …{ SW_PROP_NMID(UNO_NAME_SERVER_MAP), RES_URL, CPPU_E2T(CPPUTYPE_BOOLEAN), … 789 …/*not impl*/ { SW_PROP_NMID(UNO_NAME_CLIENT_MAP), RES_URL, CPPU_E2T(CPPUTYPE_BOOL… in GetPropertyMapEntries() 804 …{ SW_PROP_NMID(UNO_NAME_HYPER_LINK_U_R_L), RES_URL, CPPU_E2T(CPPUTYPE_OUSTRING), P… in GetPropertyMapEntries() 805 …{ SW_PROP_NMID(UNO_NAME_HYPER_LINK_TARGET), RES_URL, CPPU_E2T(CPPUTYPE_OUSTRING), P… in GetPropertyMapEntries() 806 …{ SW_PROP_NMID(UNO_NAME_HYPER_LINK_NAME), RES_URL, CPPU_E2T(CPPUTYPE_OUSTRING), … in GetPropertyMapEntries() 822 …{ SW_PROP_NMID(UNO_NAME_SERVER_MAP), RES_URL, CPPU_E2T(CPPUTYPE_BOOLEAN), PR… in GetPropertyMapEntries() [all …]
|
H A D | unoframe.cxx | 664 GetProperty(RES_URL, MID_URL_URL, pURL ); in FillBaseProperties() 666 GetProperty(RES_URL, MID_URL_TARGET, pTarget ); in FillBaseProperties() 668 GetProperty(RES_URL, MID_URL_HYPERLINKNAME, pHyLNm ); in FillBaseProperties() 670 GetProperty(RES_URL, MID_URL_SERVERMAP, pHySMp ); in FillBaseProperties() 673 SwFmtURL aURL ( static_cast < const :: SwFmtURL & > ( rFromSet.Get ( RES_URL ) ) ); in FillBaseProperties()
|
/aoo42x/main/sw/inc/ |
H A D | fmturl.hxx | 82 { return (const SwFmtURL&)Get( RES_URL,bInP); } in GetURL()
|
H A D | hintids.hxx | 216 RES_URL, // 105 enumerator
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 844 SFX_ITEM_SET == rItemSet.GetItemState( RES_URL, sal_True, &pItem )) in OutHTML_Image() 1846 nMaxItems = pDoc->GetAttrPool().GetItemCount2( RES_URL ); in CollectLinkTargets() 1850 RES_URL, n ) ) ) in CollectLinkTargets()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | romenu.cxx | 148 RES_URL, sal_True, &pURLItem )) in SwReadOnlyPopup()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 615 aAttrTab[ RES_URL - POOLATTR_BEGIN ] = new SwFmtURL(); in _InitCore()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfly.cxx | 640 rFmt.ResetFmtAttr( RES_URL, RES_EDIT_IN_READONLY ); in SetFrmFmtToFly()
|
H A D | dbgoutsw.cxx | 224 aItemWhichMap[RES_URL] = String("URL", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 1694 SfxPoolItem( RES_URL ), in SwFmtURL() 1701 SfxPoolItem( RES_URL ), in SwFmtURL()
|
H A D | fly.cxx | 1086 case RES_URL: in _UpdateAttr()
|
H A D | paintfrm.cxx | 6878 SFX_ITEM_SET != GetAttrSet().GetItemState( RES_URL, sal_True ); in MakeGraphic()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 2819 if ( SFX_ITEM_SET == rSet.GetItemState( RES_URL, sal_True, &pItem ) ) in Reset() 2851 const SwFmtURL* pOldURL = (SwFmtURL*)GetOldItem(rSet, RES_URL); in FillItemSet()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 3038 nMaxItems = rDoc.GetAttrPool().GetItemCount2( RES_URL ); in CollectOutlineBookmarks() 3042 RES_URL, n ) ) ) in CollectOutlineBookmarks()
|
H A D | wrtw8esh.cxx | 294 if (SFX_ITEM_SET == rAttrSet.GetItemState(RES_URL, true, &pItem)) in PreWriteHyperlinkWithinFly()
|
/aoo42x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 1761 SFX_ITEM_SET == pFrmFmt->GetAttrSet().GetItemState( RES_URL, sal_True, &pItem ) ) in EnhancedPDFExport()
|