/aoo41x/main/sw/source/ui/docvw/ |
H A D | SidebarTxtControl.cxx | 249 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()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 154 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 D | newhelp.cxx | 1110 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | fielduno.cxx | 611 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 …]
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | unotools.cxx | 79 String* pURL ) : in SwOneExampleFrame() argument 90 if(pURL && pURL->Len()) in SwOneExampleFrame() 91 sArgumentURL = *pURL; in SwOneExampleFrame()
|
/aoo41x/main/forms/source/xforms/ |
H A D | model_helper.hxx | 150 rtl::OUString* pURL, 158 const rtl::OUString* pURL,
|
H A D | model_ui.cxx | 991 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()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | descriptor.cxx | 123 void GraphicDescriptor::implCreate( SvStream& rIStm, const ::rtl::OUString* pURL ) in implCreate() argument 126 if( pURL ) in implCreate() 127 aURL = *pURL; in implCreate()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | pushbuttonnavigation.cxx | 161 … const sal_Char* pURL = lcl_getNavigationURL( nButtonType - s_nFirstVirtualButtonType ); in setCurrentButtonType() local 162 sTargetURL = ::rtl::OUString::createFromAscii( pURL ); in setCurrentButtonType()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docinsert.cxx | 182 String* pURL = new String( aPathObj.GetMainURL( INetURLObject::NO_DECODE ) ); in impl_FillURLList() local 183 _rpURLList->Insert( pURL, _rpURLList->Count() ); in impl_FillURLList()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dbwizsetup.cxx | 1037 void ODbTypeWizDialogSetup::createUniqueFolderName(INetURLObject* pURL) in createUniqueFolderName() argument 1040 :: rtl::OUString sLastSegmentName = pURL->getName(); in createUniqueFolderName() 1045 … bFolderExists = xSimpleFileAccess->isFolder(pURL->GetMainURL( INetURLObject::NO_DECODE )); in createUniqueFolderName() 1049 pURL->setName(sLastSegmentName.concat(::rtl::OUString::valueOf(i))); in createUniqueFolderName()
|
/aoo41x/main/sfx2/source/inet/ |
H A D | inettbc.cxx | 286 const SfxStringItem *pURL = PTR_CAST(SfxStringItem,pState); in StateChanged() local 287 String aRep( pURL->GetValue() ); in StateChanged()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 1644 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()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | multipat.cxx | 297 String* pURL = new String( sPath ); in SetPath() local 298 pEntry->SetUserData( pURL ); in SetPath()
|
H A D | cuigaldlg.cxx | 515 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()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdxfer.cxx | 257 const SvxURLField* pURL = (SvxURLField*) pData; in CreateObjectReplacement() local 259 mpBookmark = new INetBookmark( pURL->GetURL(), pURL->GetRepresentation() ); in CreateObjectReplacement()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 265 INetURLObject* pURL = new INetURLObject(); in TYPEINIT1() local 266 pURL->SetSmartProtocol( INET_PROT_FILE ); in TYPEINIT1() 268 if ( pURL->SetURL( aStrURL, INetURLObject::WAS_ENCODED ) ) in TYPEINIT1() 282 … uno::makeAny( ::rtl::OUString( pURL->GetMainURL( INetURLObject::NO_DECODE ) ) ) ); in TYPEINIT1()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 1464 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()
|
/aoo41x/main/framework/source/jobs/ |
H A D | joburl.cxx | 386 void JobURL::impldbg_checkURL( /*IN*/ const sal_Char* pURL , in impldbg_checkURL() argument 401 ::rtl::OUString sURL (::rtl::OUString::createFromAscii(pURL)); in impldbg_checkURL()
|
/aoo41x/main/vcl/aqua/source/app/ |
H A D | salinst.cxx | 1119 NSURL* pURL = [NSURL URLWithString: pString]; in AddToRecentDocumentList() local 1121 if( pURL ) in AddToRecentDocumentList() 1124 [pCtrl noteNewRecentDocumentURL: pURL]; in AddToRecentDocumentList()
|
/aoo41x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 2527 String* pURL; in GetPathList() local 2530 pURL = new String( _pImp->_pEdFileName->GetURL() ); in GetPathList() 2532 pURL = new String( _aPath ); in GetPathList() 2534 pList->Insert( pURL, pList->Count() ); in GetPathList() 2540 String* pURL = new String( _pFileView->GetURL( pEntry ) ); in GetPathList() local 2541 pList->Insert( pURL, pList->Count() ); in GetPathList()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlfly.cxx | 1845 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()
|
/aoo41x/main/svx/workben/ |
H A D | edittest.cxx | 210 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()
|
/aoo41x/main/framework/inc/jobs/ |
H A D | joburl.hxx | 154 static void impldbg_checkURL( const sal_Char* pURL ,
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | unotools.hxx | 112 String* pURL = 0);
|