Home
last modified time | relevance | path

Searched refs:pURL (Results 1 – 25 of 36) sorted by last modified time

12

/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 Dww8graf.cxx697 const SwFmtINetFmt *pURL = in InsertAttrsAsDrawingAttrs() local
699 sURL = pURL->GetValue(); in InsertAttrsAsDrawingAttrs()
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()
/trunk/main/svx/workben/
H A Dedittest.cxx210 const SvxURLField* pURL = (const SvxURLField*)pField; in CalcFieldValue() local
223 if ( pURL->GetFormat() == SVXURLFORMAT_URL ) in CalcFieldValue()
224 return pURL->GetURL(); in CalcFieldValue()
225 return pURL->GetRepresentation(); in CalcFieldValue()
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx524 const SvxURLField* pURL=PTR_CAST(SvxURLField,pFld); in PickAnything() local
525 if (pURL!=NULL) { in PickAnything()
527 rVEvt.pURLField=pURL; in PickAnything()
/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/sc/source/ui/unoobj/
H A Dfielduno.cxx611 SvxURLField* pURL = (SvxURLField*)pField; in getPresentation() local
613 aRet = pURL->GetURL(); in getPresentation()
615 aRet = pURL->GetRepresentation(); in getPresentation()
697 SvxURLField* pURL = (SvxURLField*)pField; // ist eine Kopie in der ScUnoEditEngine in setPropertyValue() local
703 pURL->SetURL( aStrVal ); in setPropertyValue()
708 pURL->SetRepresentation( aStrVal ); in setPropertyValue()
713 pURL->SetTargetFrame( aStrVal ); in setPropertyValue()
776 SvxURLField* pURL = (SvxURLField*)pField; in getPropertyValue() local
779 aRet <<= rtl::OUString( pURL->GetURL() ); in getPropertyValue()
781 aRet <<= rtl::OUString( pURL->GetRepresentation() ); in getPropertyValue()
[all …]
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2529 String* pURL; in GetPathList() local
2532 pURL = new String( _pImp->_pEdFileName->GetURL() ); in GetPathList()
2534 pURL = new String( _aPath ); in GetPathList()
2536 pList->Insert( pURL, pList->Count() ); in GetPathList()
2542 String* pURL = new String( _pFileView->GetURL( pEntry ) ); in GetPathList() local
2543 pList->Insert( pURL, pList->Count() ); in GetPathList()
/trunk/main/sw/source/ui/inc/
H A Dunotools.hxx112 String* pURL = 0);
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx266 INetURLObject* pURL = new INetURLObject(); in TYPEINIT1() local
267 pURL->SetSmartProtocol( INET_PROT_FILE ); in TYPEINIT1()
269 if ( pURL->SetURL( aStrURL, INetURLObject::WAS_ENCODED ) ) in TYPEINIT1()
283 … uno::makeAny( ::rtl::OUString( pURL->GetMainURL( INetURLObject::NO_DECODE ) ) ) ); in TYPEINIT1()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1118 NSURL* pURL = [NSURL URLWithString: pString]; in AddToRecentDocumentList() local
1120 if( pURL ) in AddToRecentDocumentList()
1123 [pCtrl noteNewRecentDocumentURL: pURL]; in AddToRecentDocumentList()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx257 const SvxURLField* pURL = (SvxURLField*) pData; in CreateObjectReplacement() local
267 … mpBookmark = new INetBookmark( pURL->GetURL(), pURL->GetRepresentation() ); in CreateObjectReplacement()
/trunk/main/framework/source/jobs/
H A Djoburl.cxx386 void JobURL::impldbg_checkURL( /*IN*/ const sal_Char* pURL , in impldbg_checkURL() argument
401 ::rtl::OUString sURL (::rtl::OUString::createFromAscii(pURL)); in impldbg_checkURL()
/trunk/main/sw/source/ui/utlui/
H A Dunotools.cxx79 String* pURL ) : in SwOneExampleFrame() argument
90 if(pURL && pURL->Len()) in SwOneExampleFrame()
91 sArgumentURL = *pURL; in SwOneExampleFrame()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx249 const SvxURLField* pURL = PTR_CAST( SvxURLField, pFld ); in MouseMove() local
250 if ( pURL ) in MouseMove()
252 String sURL( pURL->GetURL() ); in MouseMove()
279 const SvxURLField* pURL = PTR_CAST( SvxURLField, pFld ); in MouseButtonDown() local
280 if ( pURL ) in MouseButtonDown()
284 String sURL( pURL->GetURL() ); in MouseButtonDown()
285 String sTarget( pURL->GetTargetFrame() ); in MouseButtonDown()
/trunk/main/sw/source/filter/html/
H A Dhtmlfly.cxx1845 const SwFmtURL *pURL; in CollectLinkTargets() local
1849 if( 0 != (pURL = (SwFmtURL*)pDoc->GetAttrPool().GetItem2( in CollectLinkTargets()
1852 AddLinkTarget( pURL->GetURL() ); in CollectLinkTargets()
1853 const ImageMap *pIMap = pURL->GetMap(); in CollectLinkTargets()
/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/sw/source/core/frmedt/
H A Dfefly1.cxx1644 const SwFrmFmt* SwFEShell::IsURLGrfAtPos( const Point& rPt, String* pURL, in IsURLGrfAtPos() argument
1673 if( pURL ) in IsURLGrfAtPos()
1674 *pURL = pObject->GetURL(); in IsURLGrfAtPos()
1690 if( pURL ) in IsURLGrfAtPos()
1692 *pURL = rURL.GetURL(); in IsURLGrfAtPos()
1701 ((( *pURL += '?' ) += String::CreateFromInt32( aPt.X() )) in IsURLGrfAtPos()
/trunk/main/sw/inc/
H A Dfesh.hxx451 const SwFrmFmt* IsURLGrfAtPos( const Point& rPt, String* pURL = 0,
/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx123 void GraphicDescriptor::implCreate( SvStream& rIStm, const ::rtl::OUString* pURL ) in implCreate() argument
126 if( pURL ) in implCreate()
127 aURL = *pURL; in implCreate()
/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/sfx2/source/inet/
H A Dinettbc.cxx286 const SfxStringItem *pURL = PTR_CAST(SfxStringItem,pState); in StateChanged() local
287 String aRep( pURL->GetValue() ); in StateChanged()
/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()
H A Ddocinsert.cxx182 String* pURL = new String( aPathObj.GetMainURL( INetURLObject::NO_DECODE ) ); in impl_FillURLList() local
183 _rpURLList->Insert( pURL, _rpURLList->Count() ); in impl_FillURLList()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1464 String* pURL = new String(implEnsureURLExtension(lFiles[i], sExtension)); in implGetAndCacheFiles() local
1465 rpURLList->Insert( pURL, rpURLList->Count() ); in implGetAndCacheFiles()
1478 String* pURL = new String(implEnsureURLExtension(lFiles[0], sExtension)); in implGetAndCacheFiles() local
1479 rpURLList->Insert( pURL, 0 ); in implGetAndCacheFiles()
1496 …String* pURL = new String(implEnsureURLExtension(aPath.GetMainURL( INetURLObject::NO_DECODE ), sEx… in implGetAndCacheFiles() local
1497 rpURLList->Insert( pURL, rpURLList->Count() ); in implGetAndCacheFiles()

Completed in 197 milliseconds

12