Home
last modified time | relevance | path

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

12

/trunk/main/cui/source/dialogs/
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()
H A Dmultipat.cxx297 String* pURL = new String( sPath ); in SetPath() local
298 pEntry->SetUserData( pURL ); in SetPath()
/trunk/main/cui/source/inc/
H A Dcuigaldlg.hxx191 DECL_LINK( ActualizeHdl, INetURLObject* pURL );
/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/dbaccess/source/ui/inc/
H A Ddbwizsetup.hxx186 void createUniqueFolderName(INetURLObject* pURL);
/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/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/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/framework/inc/jobs/
H A Djoburl.hxx154 static void impldbg_checkURL( const sal_Char* pURL ,
/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/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/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/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/sfx2/source/appl/
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()
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()
/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/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()
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/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/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/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/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/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/sw/inc/
H A Dfesh.hxx451 const SwFrmFmt* IsURLGrfAtPos( const Point& rPt, String* pURL = 0,

Completed in 277 milliseconds

12