Home
last modified time | relevance | path

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

12

/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/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/sfx2/source/appl/
H A Dshutdowniconunx.cxx154 OUString *pURL = (OUString *) data; in oustring_delete() local
155 delete pURL; in oustring_delete()
163 OUString *pURL = new OUString (OStringToOUString( pAsciiURL, in add_item() local
171 aLabel = OUStringToOString (pShutdownIcon->GetUrlDescription( *pURL ), in add_item()
181 g_signal_connect_data( pMenuItem, "activate", pFnCallback, pURL, in add_item()
H A Dnewhelp.cxx1110 String* pURL = new String( aRow.GetToken( 0, '\t', nIdx ) ); in IMPL_LINK() local
1112 aResultsLB.SetEntryData( nPos, (void*)(sal_uIntPtr)pURL ); in IMPL_LINK()
1285 String* pURL = (String*)(sal_uIntPtr)GetEntryData(i); in ~BookmarksBox_Impl() local
1286 …aHistOpt.AppendItem( eHELPBOOKMARKS, rtl::OUString( *pURL ), sEmpty, rtl::OUString( aTitle ), sEmp… in ~BookmarksBox_Impl()
1287 delete pURL; in ~BookmarksBox_Impl()
1310 String* pURL = (String*)(sal_uIntPtr)GetEntryData( nPos ); in DoAction() local
1313 aImageURL += INetURLObject( *pURL ).GetHost(); in DoAction()
1315 SetEntryData( nPos, (void*)(sal_uIntPtr)( new String( *pURL ) ) ); in DoAction()
1317 delete pURL; in DoAction()
/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/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/forms/source/xforms/
H A Dmodel_helper.hxx150 rtl::OUString* pURL,
158 const rtl::OUString* pURL,
H A Dmodel_ui.cxx991 OUString* pURL, in getInstanceData() argument
1026 const OUString* pURL = ( sURL.getLength() > 0 ) ? &sURL : NULL; in setInstanceData() local
1027 const bool* pURLOnce = ( bURLOnce && pURL != NULL ) ? &bURLOnce : NULL; in setInstanceData()
/trunk/main/extensions/source/propctrlr/
H A Dpushbuttonnavigation.cxx161 … const sal_Char* pURL = lcl_getNavigationURL( nButtonType - s_nFirstVirtualButtonType ); in setCurrentButtonType() local
162 sTargetURL = ::rtl::OUString::createFromAscii( pURL ); in setCurrentButtonType()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx995 void ODbTypeWizDialogSetup::createUniqueFolderName(INetURLObject* pURL) in createUniqueFolderName() argument
998 :: rtl::OUString sLastSegmentName = pURL->getName(); in createUniqueFolderName()
1003 … bFolderExists = xSimpleFileAccess->isFolder(pURL->GetMainURL( INetURLObject::NO_DECODE )); in createUniqueFolderName()
1007 pURL->setName(sLastSegmentName.concat(::rtl::OUString::valueOf(i))); in createUniqueFolderName()
/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/sfx2/source/doc/
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/inet/
H A Dinettbc.cxx286 const SfxStringItem *pURL = PTR_CAST(SfxStringItem,pState); in StateChanged() local
287 String aRep( pURL->GetValue() ); in StateChanged()
/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/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/cui/source/dialogs/
H A Dmultipat.cxx297 String* pURL = new String( sPath ); in SetPath() local
298 pEntry->SetUserData( pURL ); in SetPath()
H A Dcuigaldlg.cxx515 IMPL_LINK( ActualizeProgress, ActualizeHdl, INetURLObject*, pURL ) in IMPL_LINK() argument
523 if( pURL ) in IMPL_LINK()
525 aFtActualizeFile.SetText( GetReducedString( *pURL, 30 ) ); in IMPL_LINK()
/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()
/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/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/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/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/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/framework/inc/jobs/
H A Djoburl.hxx154 static void impldbg_checkURL( const sal_Char* pURL ,
/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()

Completed in 188 milliseconds

12