/trunk/main/chart2/source/controller/main/ |
H A D | CommandDispatchContainer.cxx | 85 const util::URL & rURL ) in getDispatchForURL() argument 88 tDispatchMap::const_iterator aIt( m_aCachedDispatches.find( rURL.Complete )); in getDispatchForURL() 97 if( xModel.is() && (rURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Undo" )) in getDispatchForURL() 98 || rURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Redo" ))) ) in getDispatchForURL() 123 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL() 126 (m_aChartCommands.find( rURL.Path ) != m_aChartCommands.end()) ) in getDispatchForURL() 129 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL() 138 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL() 143 m_aCachedDispatches[ rURL.Complete ].set( xResult ); in getDispatchForURL() 178 const util::URL & rURL ) in getContainerDispatchForURL() argument [all …]
|
H A D | ControllerCommandDispatch.cxx | 501 const OUString & rURL, in fireStatusEventForURLImpl() argument 504 ::std::map< OUString, uno::Any >::const_iterator aArgIt( m_aCommandArguments.find( rURL )); in fireStatusEventForURLImpl() 506 fireStatusEventForURL( rURL, aArgIt->second, commandAvailable( rURL ), xSingleListener ); in fireStatusEventForURLImpl() 508 fireStatusEventForURL( rURL, uno::Any(), commandAvailable( rURL ), xSingleListener ); in fireStatusEventForURLImpl() 704 const OUString & rURL, in fireStatusEvent() argument 707 …bool bIsChartSelectorURL = rURL.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(".uno:ChartElementSelecto… in fireStatusEvent() 708 if( rURL.isEmpty() || bIsChartSelectorURL ) in fireStatusEvent() 715 if( rURL.isEmpty() ) in fireStatusEvent() 720 fireStatusEventForURLImpl( rURL, xSingleListener ); in fireStatusEvent() 724 if( rURL.isEmpty() || in fireStatusEvent() [all …]
|
/trunk/main/svtools/source/contnr/ |
H A D | templwin.cxx | 426 if ( aURL == rURL ) in GetEntry() 538 rURL == aTemplateRootURL || in IsRootURL() 539 rURL == aMyDocumentsRootURL || in IsRootURL() 617 ::rtl::OUString& rURL, in GetMenuEntry_Impl() argument 715 aFolderURL = rURL; in OpenFolder() 918 aCurrentURL = rURL; in OpenFile() 924 ShowDocInfo( rURL ); in OpenFile() 926 if ( rURL.Len() == 0 ) in OpenFile() 934 aURL.Complete = rURL; in OpenFile() 1509 INetURLObject aObj( rURL ); in SetPrevLevelButtonState() [all …]
|
H A D | templwin.hxx | 77 SvxIconChoiceCtrlEntry* GetEntry( const String& rURL ) const; 91 String GetIconText( const String& rURL ) const; 98 sal_Bool IsRootURL( const String& rURL ) const; 99 sal_uLong GetRootPos( const String& rURL ) const; 157 void OpenFolder( const String& rURL ); 158 sal_Bool HasPreviousLevel( String& rURL ) const; 206 void ShowDocInfo( const String& rURL ); 226 …void OpenFile( const String& rURL, sal_Bool bPreview, sal_Bool bIsTemplate, sal_Bool bAsTempla… 265 void PrintFile( const String& rURL ); 266 void AppendHistoryURL( const String& rURL, sal_uLong nGroup ); [all …]
|
/trunk/main/svx/source/gallery2/ |
H A D | galobj.cxx | 315 Init( aGraphic, rURL ); in SgaObjectBmp() 322 if( FileExists( rURL ) ) in SgaObjectBmp() 323 Init( rGraphic, rURL ); in SgaObjectBmp() 330 aURL = rURL; in Init() 382 if( FileExists( rURL ) ) in SgaObjectSound() 384 aURL = rURL; in SgaObjectSound() 466 const INetURLObject& rURL, in SgaObjectAnim() argument 469 aURL = rURL; in SgaObjectAnim() 484 SgaObjectAnim ( rGraphic, rURL, rFormatName ) in SgaObjectINet() 500 aURL = rURL; in SgaObjectSvDraw() [all …]
|
H A D | galmisc.cxx | 112 sal_uInt16 GalleryGraphicImport( const INetURLObject& rURL, Graphic& rGraphic, in GalleryGraphicImport() argument 229 String GetReducedString( const INetURLObject& rURL, sal_uIntPtr nMaxLen ) in GetReducedString() argument 231 String aReduced( rURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) ); in GetReducedString() 235 if( INET_PROT_PRIV_SOFFICE != rURL.GetProtocol() ) in GetReducedString() 272 sal_Bool FileExists( const INetURLObject& rURL ) in FileExists() argument 276 if( rURL.GetProtocol() != INET_PROT_NOT_VALID ) in FileExists() 302 sal_Bool CreateDir( const INetURLObject& rURL ) in CreateDir() argument 304 sal_Bool bRet = FileExists( rURL ); in CreateDir() 311 INetURLObject aNewFolderURL( rURL ); in CreateDir() 367 sal_Bool KillFile( const INetURLObject& rURL ) in KillFile() argument [all …]
|
H A D | galtheme.cxx | 258 if( pEntry->aURL == rURL ) in ImplGetGalleryObject() 753 DBG_ASSERT( rURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" ); in CreateThemeEntry() 757 if( FileExists( rURL ) ) in CreateThemeEntry() 812 INetURLObject aPathURL( rURL ); in CreateThemeEntry() 817 String(rURL.GetBase()).Copy( 2, 6 ).ToInt32(), in CreateThemeEntry() 1179 rURL = INetURLObject( ImplGetURL( pObject ) ); in GetURL() 1193 const sal_uInt16 nImportRet = GalleryGraphicImport( rURL, aGraphic, aFormat ); in InsertURL() 1199 pNewObj = (SgaObject*) new SgaObjectINet( aGraphic, rURL, aFormat ); in InsertURL() 1201 pNewObj = (SgaObject*) new SgaObjectAnim( aGraphic, rURL, aFormat ); in InsertURL() 1203 pNewObj = (SgaObject*) new SgaObjectBmp( aGraphic, rURL, aFormat ); in InsertURL() [all …]
|
/trunk/main/sw/source/core/unocore/ |
H A D | swunohelper.cxx | 75 sal_Bool UCB_DeleteFile( const String& rURL ) in UCB_DeleteFile() argument 80 ucbhelper::Content aTempContent( rURL, in UCB_DeleteFile() 112 aInfo.SourceURL = rURL; in UCB_CopyFile() 127 sal_Bool UCB_IsCaseSensitiveFileName( const String& rURL ) in UCB_IsCaseSensitiveFileName() argument 135 INetURLObject aTempObj( rURL ); in UCB_IsCaseSensitiveFileName() 160 sal_Bool UCB_IsReadOnlyFileName( const String& rURL ) in UCB_IsReadOnlyFileName() argument 165 ucbhelper::Content aCnt( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )()); in UCB_IsReadOnlyFileName() 178 sal_Bool UCB_IsFile( const String& rURL ) in UCB_IsFile() argument 192 sal_Bool UCB_IsDirectory( const String& rURL ) in UCB_IsDirectory() argument 211 sal_Bool UCB_GetFileListOfFolder( const String& rURL, SvStrings& rList, in UCB_GetFileListOfFolder() argument [all …]
|
/trunk/main/avmedia/source/viewer/ |
H A D | mediawindow.cxx | 66 void MediaWindow::setURL( const ::rtl::OUString& rURL ) in setURL() argument 69 mpImpl->setURL( rURL ); in setURL() 441 rURL = aURL.GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ); in executeMediaURLDialog() 443 else if( !rURL.isEmpty() ) in executeMediaURLDialog() 444 rURL = ::rtl::OUString(); in executeMediaURLDialog() 446 return !rURL.isEmpty(); in executeMediaURLDialog() 462 const INetURLObject aURL( rURL ); in isMediaURL() 517 uno::Reference< media::XPlayer > MediaWindow::createPlayer( const ::rtl::OUString& rURL ) in createPlayer() argument 520 return priv::MediaWindowImpl::createPlayer( rURL, bJavaBased ); in createPlayer() 525 uno::Reference< graphic::XGraphic > MediaWindow::grabFrame( const ::rtl::OUString& rURL, in grabFrame() argument [all …]
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfiltertabpagexslt.cxx | 127 void XMLFilterTabPageXSLT::SetURL( SvtURLBox& rURLBox, const OUString& rURL ) in SetURL() argument 131 if( rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "file://" ) ) ) ) in SetURL() 133 osl::FileBase::getSystemPathFromFileURL( rURL, aPath ); in SetURL() 135 rURLBox.SetBaseURL( rURL ); in SetURL() 138 else if( rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "http://" ) ) ) || in SetURL() 139 rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "shttp://" ) ) ) || in SetURL() 140 rURL.matchIgnoreAsciiCase( OUString( RTL_CONSTASCII_USTRINGPARAM( "ftp://" ) ) ) ) in SetURL() 142 rURLBox.SetBaseURL( rURL ); in SetURL() 143 rURLBox.SetText( rURL ); in SetURL() 145 else if( rURL.getLength() ) in SetURL() [all …]
|
H A D | typedetectionexport.cxx | 53 static OUString createRelativeURL( const OUString& rFilterName, const OUString& rURL ) in createRelativeURL() argument 55 if( rURL.getLength() && in createRelativeURL() 56 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("http:") ) != 0) && in createRelativeURL() 57 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("shttp:") ) != 0) && in createRelativeURL() 58 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("jar:") ) != 0) && in createRelativeURL() 59 (rURL.compareToAscii( RTL_CONSTASCII_STRINGPARAM("ftp:") ) != 0)) in createRelativeURL() 61 INetURLObject aURL( rURL ); in createRelativeURL() 65 sal_Int32 nPos = rURL.lastIndexOf( sal_Unicode( '/' ) ); in createRelativeURL() 68 aName = rURL; in createRelativeURL() 72 aName = rURL.copy( nPos + 1 ); in createRelativeURL() [all …]
|
/trunk/main/svl/source/misc/ |
H A D | inettype.cxx | 994 rURL) in GetContentTypeFromURL() argument 997 UniString aToken = rURL.GetToken(0, ':'); in GetContentTypeFromURL() 1001 if (rURL.GetChar(rURL.Len() - 1) == '/') // folder in GetContentTypeFromURL() 1005 Matches(rURL)) // special folder in GetContentTypeFromURL() 1009 if (rURL.Len() == 11 in GetContentTypeFromURL() 1010 && rURL.GetChar(rURL.Len() - 2) == '|') in GetContentTypeFromURL() 1029 UniString aSecondPart = rURL.GetToken(1, ':'); in GetContentTypeFromURL() 1090 if (GetExtensionFromURL(rURL, aExtension)) in GetContentTypeFromURL() 1106 i = rURL.Search('/', i + 1); in GetExtensionFromURL() 1114 i = rURL.Search('.', i + 1); in GetExtensionFromURL() [all …]
|
H A D | fstathelper.cxx | 38 sal_Bool FStatHelper::GetModifiedDateTimeOfFile( const UniString& rURL, in GetModifiedDateTimeOfFile() argument 44 ::ucbhelper::Content aTestContent( rURL, in GetModifiedDateTimeOfFile() 66 sal_Bool FStatHelper::IsDocument( const UniString& rURL ) in IsDocument() argument 71 ::ucbhelper::Content aTestContent( rURL, in IsDocument() 81 sal_Bool FStatHelper::IsFolder( const UniString& rURL ) in IsFolder() argument 86 ::ucbhelper::Content aTestContent( rURL, in IsFolder()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | contentidentifier.cxx | 61 const OUString& rURL ); 72 const OUString& rURL ) in ContentIdentifier_Impl() argument 79 sal_Int32 nPos = rURL.indexOf( ':', 0 ); in ContentIdentifier_Impl() 82 OUString aScheme( rURL.copy( 0, nPos ) ); in ContentIdentifier_Impl() 84 m_aContentId = rURL.replaceAt( 0, nPos, aScheme ); in ContentIdentifier_Impl() 96 const OUString& rURL ) in ContentIdentifier() argument 98 m_pImpl = new ContentIdentifier_Impl( rxSMgr, rURL ); in ContentIdentifier() 102 ContentIdentifier::ContentIdentifier( const OUString& rURL ) in ContentIdentifier() argument 105 Reference< XMultiServiceFactory >(), rURL ); in ContentIdentifier()
|
H A D | simpleauthenticationrequest.cxx | 35 const rtl::OUString & rURL, in SimpleAuthenticationRequest() argument 59 aRequest.URL = rURL; in SimpleAuthenticationRequest() 71 const rtl::OUString & rURL, in SimpleAuthenticationRequest() argument 98 aRequest.URL = rURL; in SimpleAuthenticationRequest() 111 const rtl::OUString & rURL, in SimpleAuthenticationRequest() argument 141 aRequest.URL = rURL; in SimpleAuthenticationRequest() 154 const rtl::OUString & rURL, in SimpleAuthenticationRequest() argument 186 aRequest.URL = rURL; in SimpleAuthenticationRequest()
|
/trunk/main/uui/source/ |
H A D | passwordcontainer.cxx | 144 rtl::OUString const & rURL, in handleAuthenticationRequest() argument 176 rURL.getLength() ? rURL : rRequest.ServerName ); in handleAuthenticationRequest() 200 if ( rURL.getLength() ) in handleAuthenticationRequest() 201 aRec = xContainer->find(rURL, xIH); in handleAuthenticationRequest() 223 if ( rURL.getLength() ) in handleAuthenticationRequest() 225 rURL, rRequest.UserName, xIH); in handleAuthenticationRequest() 254 rtl::OUString const & rURL, in addRecord() argument 280 m_xPasswordContainer->addPersistent( rURL, in addRecord() 286 m_xPasswordContainer->add( rURL, in addRecord() 299 xContainer->addUrl( rURL, bPersist ); in addRecord()
|
/trunk/main/sfx2/source/appl/ |
H A D | helpinterceptor.cxx | 45 extern void AppendConfigToken_Impl( String& rURL, sal_Bool bQuestionMark ); // sfxhelp.cxx 68 void HelpInterceptor_Impl::addURL( const String& rURL ) in addURL() argument 88 m_aCurrentURL = rURL; in addURL() 90 m_pHistory->Insert( new HelpHistoryEntry_Impl( rURL, aEmptyViewData ), LIST_APPEND ); in addURL() 97 aURL.Complete = rURL; in addURL() 118 void HelpInterceptor_Impl::SetStartURL( const String& rURL ) in SetStartURL() argument 125 m_pHistory->Insert( new HelpHistoryEntry_Impl( rURL, aEmptyViewData ), ((sal_uIntPtr)0x0) ); in SetStartURL() 130 m_aCurrentURL = rURL; in SetStartURL() 336 Reference < XDispatch > aDispatch, URL& rURL) in HelpStatusListener_Impl() argument 338 aDispatch->addStatusListener(this, rURL); in HelpStatusListener_Impl()
|
H A D | sfxhelp.cxx | 160 void AppendConfigToken_Impl( String& rURL, sal_Bool bQuestionMark ) in AppendConfigToken_Impl() argument 167 rURL += '?'; in AppendConfigToken_Impl() 170 rURL += '&'; in AppendConfigToken_Impl() 173 rURL += DEFINE_CONST_UNICODE("Language="); in AppendConfigToken_Impl() 174 rURL += String( aLocaleStr ); in AppendConfigToken_Impl() 175 rURL += DEFINE_CONST_UNICODE("&System="); in AppendConfigToken_Impl() 176 rURL += SvtHelpOptions().GetSystem(); in AppendConfigToken_Impl() 910 return Start_Impl( rURL, pWindow, String() ); in Start() 939 INetURLObject aParser( rURL ); in Start_Impl() 946 aHelpURL = rURL; in Start_Impl() [all …]
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterProtocolHandler.cxx | 209 const css::util::URL& rURL) 214 const css::util::URL& rURL) 332 const css::util::URL& rURL, in queryDispatch() argument 528 const css::util::URL& rURL, in dispatch() argument 535 if (rURL.Protocol == gsProtocol in dispatch() 536 && rURL.Path == msURLPath) in dispatch() 553 const css::util::URL& rURL) in addStatusListener() argument 556 if (rURL.Path == msURLPath) in addStatusListener() 561 aEvent.FeatureURL = rURL; in addStatusListener() 576 const css::util::URL& rURL) in removeStatusListener() argument [all …]
|
/trunk/main/svx/inc/ |
H A D | galobj.hxx | 130 SgaObjectSound( const INetURLObject& rURL ); 160 SgaObjectSvDraw( const FmFormModel& rModel, const INetURLObject& rURL ); 161 SgaObjectSvDraw( SvStream& rIStm, const INetURLObject& rURL ); 175 void Init( const Graphic& rGraphic, const INetURLObject& rURL ); 185 SgaObjectBmp( const INetURLObject& rURL ); 186 SgaObjectBmp( const Graphic& rGraphic, const INetURLObject& rURL, const String& rFormat ); 205 … SgaObjectAnim( const Graphic& rGraphic, const INetURLObject& rURL, const String& rFormatName ); 225 … SgaObjectINet( const Graphic& rGraphic, const INetURLObject& rURL, const String& rFormatName );
|
/trunk/main/sw/inc/ |
H A D | swunohelper.hxx | 52 SW_DLLPUBLIC sal_Bool UCB_DeleteFile( const String& rURL ); 55 sal_Bool UCB_CopyFile( const String& rURL, const String& rNewURL, 59 SW_DLLPUBLIC sal_Bool UCB_IsCaseSensitiveFileName( const String& rURL ); 62 SW_DLLPUBLIC sal_Bool UCB_IsReadOnlyFileName( const String& rURL ); 69 sal_Bool UCB_GetFileListOfFolder( const String& rURL, SvStrings& rList, 74 SW_DLLPUBLIC sal_Bool UCB_IsFile( const String& rURL ); 77 sal_Bool UCB_IsDirectory( const String& rURL );
|
/trunk/main/extensions/source/update/check/ |
H A D | download.cxx | 190 Download::getProxyForURL(const rtl::OUString& rURL, rtl::OString& rHost, sal_Int32& rPort) const in getProxyForURL() argument 226 if( rURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("http:")) ) in getProxyForURL() 231 else if( rURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("https:")) ) in getProxyForURL() 236 else if( rURL.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("ftp:")) ) in getProxyForURL() 246 bool curl_run(const rtl::OUString& rURL, OutData& out, const rtl::OString& aProxyHost, sal_Int32 nP… in curl_run() argument 260 rtl::OString aURL(rtl::OUStringToOString(rURL, RTL_TEXTENCODING_UTF8)); in curl_run() 365 Download::start(const rtl::OUString& rURL, const rtl::OUString& rFile, const rtl::OUString& rDestin… in start() argument 377 rtl::OUString aURL( rURL ); in start() 431 getProxyForURL(rURL, aProxyHost, nProxyPort); in start() 433 bool ret = curl_run(rURL, out, aProxyHost, nProxyPort); in start()
|
/trunk/main/svl/source/passwordcontainer/ |
H A D | syscreds.cxx | 228 void SysCredentialsConfig::add( rtl::OUString const & rURL, bool bPersistent ) in add() argument 234 m_aMemContainer.erase( rURL ); in add() 237 m_aCfgContainer.insert( rURL ); in add() 243 if ( m_aCfgContainer.erase( rURL ) > 0 ) in add() 246 m_aMemContainer.insert( rURL ); in add() 250 void SysCredentialsConfig::remove( rtl::OUString const & rURL ) in remove() argument 252 m_aMemContainer.erase( rURL ); in remove() 255 if ( m_aCfgContainer.erase( rURL ) > 0 ) in remove()
|
/trunk/main/filter/source/placeware/ |
H A D | exporter.cxx | 104 void setURL( const rtl::OUString& rURL ) { maURL = rURL; } in setURL() argument 193 …le( Reference< XComponent > xDoc, ZipFile& rZipFile, const rtl::OUString& rURL, vector< PageEntry*… in createSlideFile() argument 206 sal_Int32 nPos1 = rURL.lastIndexOf( (sal_Unicode)'/' ); in createSlideFile() 209 sal_Int32 nPos2 = rURL.lastIndexOf( (sal_Unicode)'.' ); in createSlideFile() 212 aTemp = rURL.copy( nPos1 + 1, nPos2 - nPos1 - 1 ); in createSlideFile() 216 aTemp = rURL.copy( nPos1 + 1 ); in createSlideFile() 221 aTemp = rURL; in createSlideFile() 297 …const rtl::OUString& rURL, Reference < XInterface > /* xHandler */, Reference < XStatusIndicator >… in doExport() argument 368 createSlideFile( xDoc, aZipFile, rURL, aPageEntries ); in doExport()
|
/trunk/main/sfx2/source/doc/ |
H A D | frmdescr.cxx | 85 void SfxFrameDescriptor::SetURL( const String& rURL ) in SetURL() argument 87 aURL = INetURLObject(rURL); in SetURL() 91 void SfxFrameDescriptor::SetURL( const INetURLObject& rURL ) in SetURL() argument 93 aURL = rURL.GetMainURL( INetURLObject::DECODE_TO_IURI ); in SetURL() 97 void SfxFrameDescriptor::SetActualURL( const String& rURL ) in SetActualURL() argument 99 aActualURL = INetURLObject(rURL); in SetActualURL() 104 void SfxFrameDescriptor::SetActualURL( const INetURLObject& rURL ) in SetActualURL() argument 106 SetActualURL(String(rURL.GetMainURL( INetURLObject::DECODE_TO_IURI ))); in SetActualURL()
|