/aoo42x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkPicker.cxx | 83 …OUString aNewURL = Reference<uri::XExternalUriReferenceTranslator>(Reference<XMultiServiceFactory>… in uritounicode() local 84 if( aNewURL.getLength() ) in uritounicode() 85 sURL = aNewURL; in uritounicode() 99 …OUString aNewURL = Reference<uri::XExternalUriReferenceTranslator>(Reference<XMultiServiceFactory>… in unicodetouri() local 101 if( aNewURL.getLength() ) in unicodetouri() 104 sURL = OUStringToOString( aNewURL, osl_getThreadTextEncoding() ); in unicodetouri()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 463 INetURLObject aNewURL( aStrTmp ); in IMPL_LINK() local 465 if( aStrName.Len() > 0 && aNewURL.getExtension().getLength() > 0 && in IMPL_LINK() 470 aNewURL.setExtension( ( ( DocumentTypeData* ) maLbDocTypes.GetEntryData( nPos ) )->aStrExt ); in IMPL_LINK() 473 if( aNewURL.GetProtocol() == INET_PROT_FILE ) in IMPL_LINK() 475 …utl::LocalFileHelper::ConvertURLToSystemPath( aNewURL.GetMainURL( INetURLObject::NO_DECODE ), aStr… in IMPL_LINK() 479 aStrTmp = aNewURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ); in IMPL_LINK()
|
/aoo42x/main/framework/inc/dispatch/ |
H A D | basedispatcher.hxx | 105 … inline LoadBinding( const css::util::URL& aNewURL , in LoadBinding() 112 aURL = aNewURL ; in LoadBinding() 119 … inline LoadBinding( const css::util::URL& aNewURL , in LoadBinding() 128 aURL = aNewURL ; in LoadBinding()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 294 INetURLObject aNewURL; in ImplCreateUniqueURL() local 344 …aNewURL = INetURLObject( aFileName += String::CreateFromInt32( ++nNextNumber % 99999999 ), INET_PR… in ImplCreateUniqueURL() 349 if( pEntry->aURL == aNewURL ) in ImplCreateUniqueURL() 359 aNewURL = aDir; in ImplCreateUniqueURL() 360 aNewURL.Append( aFileName ); in ImplCreateUniqueURL() 362 bExists = FileExists( aNewURL ); in ImplCreateUniqueURL() 376 return aNewURL; in ImplCreateUniqueURL() 1395 INetURLObject aNewURL, aTempURL; in WriteData() local
|
/aoo42x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 1442 rtl::OUString aNewURL = m_aUri.getParentUri(); in setPropertyValues() local 1443 aNewURL += rtl::OUString::createFromAscii( "/" ); in setPropertyValues() 1444 aNewURL += ::ucb_impl::urihelper::encodeSegment( aNewTitle ); in setPropertyValues() 1446 = new ::ucbhelper::ContentIdentifier( m_xSMgr, aNewURL ); in setPropertyValues() 1708 rtl::OUString aNewURL = m_aUri.getParentUri(); in insert() local 1709 if (1 + aNewURL.lastIndexOf('/') != aNewURL.getLength()) in insert() 1710 aNewURL += rtl::OUString::createFromAscii( "/" ); in insert() 1711 aNewURL += ::ucb_impl::urihelper::encodeSegment( m_aProps.aTitle ); in insert() 1712 PackageUri aNewUri( aNewURL ); in insert() 1793 m_xIdentifier = new ::ucbhelper::ContentIdentifier( m_xSMgr, aNewURL ); in insert()
|
/aoo42x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 706 rtl::OUString aNewURL = getParentURL(); in makeNewURL() local 707 if ( aNewURL.lastIndexOf( '/' ) != ( aNewURL.getLength() - 1 ) ) in makeNewURL() 708 aNewURL += rtl::OUString::createFromAscii( "/" ); in makeNewURL() 711 aNewURL += GnomeToOUString( name ); in makeNewURL() 714 return aNewURL; in makeNewURL()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 230 String aNewURL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.Package:" ) ); in setTextEmbeddedGraphicURL() local 231 aNewURL += String( rURL ); in setTextEmbeddedGraphicURL() 232 pGrfNd->ApplyNewEmbeddedStreamName( aNewURL ); in setTextEmbeddedGraphicURL()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 2071 rtl::OUString aNewURL = getParentURL(); in setPropertyValues() local 2072 if ( aNewURL.lastIndexOf( '/' ) != ( aNewURL.getLength() - 1 ) ) in setPropertyValues() 2073 aNewURL += rtl::OUString::createFromAscii( "/" ); in setPropertyValues() 2075 aNewURL += CurlUri::escapeSegment( aNewTitle ); in setPropertyValues() 2078 = new ::ucbhelper::ContentIdentifier( xSMgr, aNewURL ); in setPropertyValues() 2101 xResAccess->setURL( aNewURL ); in setPropertyValues()
|
/aoo42x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 816 rtl::OUStringBuffer aNewURL = aUri.getParentUri(); in makeNewIdentifier() local 817 aNewURL.append( ::ucb_impl::urihelper::encodeSegment( rTitle ) ); in makeNewIdentifier() 822 m_xSMgr, aNewURL.makeStringAndClear() ) ); in makeNewIdentifier() 1744 rtl::OUStringBuffer aNewURL = aUri.getParentUri(); in insert() local 1745 aNewURL.append( m_aProps.getTitle() ); in insert() 1746 Uri aNewUri( aNewURL.makeStringAndClear() ); in insert()
|
/aoo42x/main/svl/source/fsstor/ |
H A D | fsstorage.cxx | 881 INetURLObject aNewURL( m_pImpl->m_aURL ); in renameElement() local 882 aNewURL.Append( aNewName ); in renameElement() 888 if ( ::utl::UCBContentHelper::IsFolder( aNewURL.GetMainURL( INetURLObject::NO_DECODE ) ) in renameElement() 889 || ::utl::UCBContentHelper::IsDocument( aNewURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in renameElement()
|
/aoo42x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 825 rtl::OUString aNewURL = aUri.getParentUri(); in makeNewIdentifier() local 826 aNewURL += rtl::OUString::createFromAscii( "/" ); in makeNewIdentifier() 827 aNewURL += ::ucb_impl::urihelper::encodeSegment( rTitle ); in makeNewIdentifier() 830 new ::ucbhelper::ContentIdentifier( m_xSMgr, aNewURL ) ); in makeNewIdentifier()
|
/aoo42x/main/ucb/source/ucp/gio/ |
H A D | gio_content.cxx | 735 rtl::OUString aNewURL = getParentURL(); in setPropertyValues() local 736 aNewURL += rtl::OUString( newName, strlen(newName), RTL_TEXTENCODING_UTF8 ); in setPropertyValues() 738 = new ::ucbhelper::ContentIdentifier( m_xSMgr, aNewURL ); in setPropertyValues()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 4133 ::rtl::OUString aNewURL = ::utl::TempFile( String(), &aExt ).GetURL(); in SwitchDocumentToTempFile() 4137 if ( aNewURL.getLength() ) in SwitchDocumentToTempFile() 4148 SetName( aNewURL ); in SwitchDocumentToTempFile() 4169 aResult = aNewURL; in SwitchDocumentToTempFile()
|
/aoo42x/main/cui/source/customize/ |
H A D | cfg.cxx | 4708 OUString aNewURL = in IMPL_LINK() local 4745 new SvxConfigEntry( aNewName, aNewURL, sal_True ); in IMPL_LINK()
|