Home
last modified time | relevance | path

Searched refs:pURL (Results 26 – 36 of 36) sorted by relevance

12

/trunk/main/sw/source/ui/inc/
H A Dunotools.hxx112 String* pURL = 0);
/trunk/main/dbaccess/source/ui/inc/
H A Ddbwizsetup.hxx186 void createUniqueFolderName(INetURLObject* pURL);
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1413 SvxURLField* pURL = PTR_CAST(SvxURLField, pItem->GetField()); in TextAttribToHTMLString() local
1414 if(pURL) in TextAttribToHTMLString()
1416 aLink = pURL->GetURL(); in TextAttribToHTMLString()
1417 aTarget = pURL->GetTargetFrame(); in TextAttribToHTMLString()
/trunk/main/cui/source/inc/
H A Dcuigaldlg.hxx191 DECL_LINK( ActualizeHdl, INetURLObject* pURL );
/trunk/main/svtools/source/control/
H A Dinettbc.cxx336 const StringPtr pURL = new String( rURL ); in Insert() local
337 pURLs->Insert( pURL, pURLs->Count() ); in Insert()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1148 const SvxURLField *pURL = (const SvxURLField *)pFld; in OutEEField() local
1149 m_rExport.AttrOutput().StartURL( pURL->GetURL(), pURL->GetTargetFrame() ); in OutEEField()
1151 const String &rStr = pURL->GetRepresentation(); in OutEEField()
H A Dwrtww8.cxx3037 const SwFmtURL *pURL; in CollectOutlineBookmarks() local
3041 if( 0 != (pURL = (SwFmtURL*)rDoc.GetAttrPool().GetItem2( in CollectOutlineBookmarks()
3044 AddLinkTarget( pURL->GetURL() ); in CollectOutlineBookmarks()
3045 const ImageMap *pIMap = pURL->GetMap(); in CollectOutlineBookmarks()
H A Dww8graf.cxx697 const SwFmtINetFmt *pURL = in InsertAttrsAsDrawingAttrs() local
699 sURL = pURL->GetValue(); in InsertAttrsAsDrawingAttrs()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx663 const ::uno::Any* pURL = 0; in FillBaseProperties() local
664 GetProperty(RES_URL, MID_URL_URL, pURL ); in FillBaseProperties()
671 if(pURL||pTarget||pHyLNm||pHySMp) in FillBaseProperties()
674 if(pURL) in FillBaseProperties()
675 bRet &= ((SfxPoolItem&)aURL).PutValue(*pURL, MID_URL_URL); in FillBaseProperties()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx1771 String* pURL = new String( aModOpt.GetFactoryEmptyDocumentURL( eFac ) ); in GetAllFactoryURLs_Impl() local
1772 pList->Insert( pURL, pList->Count() ); in GetAllFactoryURLs_Impl()
/trunk/main/sw/inc/
H A Dfesh.hxx451 const SwFrmFmt* IsURLGrfAtPos( const Point& rPt, String* pURL = 0,

Completed in 110 milliseconds

12