Home
last modified time | relevance | path

Searched refs:_rURL (Results 1 – 25 of 93) sorted by relevance

1234

/trunk/main/forms/source/richtext/
H A Dspecialdispatchers.cxx50 OSelectAllDispatcher::OSelectAllDispatcher( EditView& _rView, const URL& _rURL ) in OSelectAllDispatcher() argument
51 :ORichTextFeatureDispatcher( _rView, _rURL ) in OSelectAllDispatcher()
69 …OSL_ENSURE( _rURL.Complete == getFeatureURL().Complete, "OSelectAllDispatcher::dispatch: invalid U… in dispatch()
70 (void)_rURL; in dispatch()
100 …cher::OParagraphDirectionDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL& _rURL, in OParagraphDirectionDispatcher() argument
102 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParagraphDirectionDispatcher()
123 OTextDirectionDispatcher::OTextDirectionDispatcher( EditView& _rView, const URL& _rURL ) in OTextDirectionDispatcher() argument
124 :ORichTextFeatureDispatcher( _rView, _rURL ) in OTextDirectionDispatcher()
132 …OSL_ENSURE( _rURL.Complete == getFeatureURL().Complete, "OTextDirectionDispatcher::dispatch: inval… in dispatch()
133 (void)_rURL; in dispatch()
[all …]
H A Drichtextcontrol.cxx315 …FORWARD_TO_PEER_3_RET( Reference< XDispatch >, XDispatchProvider, queryDispatch, _rURL, _rTargetFr… in queryDispatch()
551 pDispatcher = new OSelectAllDispatcher( pRichTextControl->getView(), _rURL ); in implCreateDispatcher()
561 pDispatcher = new OTextDirectionDispatcher( pRichTextControl->getView(), _rURL ); in implCreateDispatcher()
567 … = new OAsianFontLayoutDispatcher( pRichTextControl->getView(), _nSlotId, _rURL, pRichTextControl … in implCreateDispatcher()
632 …sTrace += ::rtl::OString( _rURL.Complete.getStr(), _rURL.Complete.getLength(), RTL_TEXTENCODING_AS… in implCreateDispatcher()
641 …sTrace += ::rtl::OString( _rURL.Complete.getStr(), _rURL.Complete.getLength(), RTL_TEXTENCODING_AS… in implCreateDispatcher()
644 …atcher = new OAttributeDispatcher( pRichTextControl->getView(), _nSlotId, _rURL, pRichTextControl … in implCreateDispatcher()
651 …sTrace += ::rtl::OString( _rURL.Complete.getStr(), _rURL.Complete.getLength(), RTL_TEXTENCODING_AS… in implCreateDispatcher()
707 if ( 0 == _rURL.Complete.compareTo( sUnoProtocolPrefix, sUnoProtocolPrefix.getLength() ) ) in queryDispatch()
709 ::rtl::OUString sUnoSlotName = _rURL.Complete.copy( sUnoProtocolPrefix.getLength() ); in queryDispatch()
[all …]
H A Dattributedispatcher.cxx47 …uteDispatcher::OAttributeDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL& _rURL, in OAttributeDispatcher() argument
49 :ORichTextFeatureDispatcher( _rView, _rURL ) in OAttributeDispatcher()
95 …void SAL_CALL OAttributeDispatcher::dispatch( const URL& _rURL, const Sequence< PropertyValue >& _… in dispatch() argument
101 (void)_rURL; in dispatch()
104 …OSL_ENSURE( _rURL.Complete == getFeatureURL().Complete, "OAttributeDispatcher::dispatch: invalid U… in dispatch()
110 …sMessage += ::rtl::OString( _rURL.Complete.getStr(), _rURL.Complete.getLength(), RTL_TEXTENCODING_… in dispatch()
H A Dfeaturedispatcher.cxx45 ORichTextFeatureDispatcher::ORichTextFeatureDispatcher( EditView& _rView, const URL& _rURL ) in ORichTextFeatureDispatcher() argument
46 :m_aFeatureURL( _rURL ) in ORichTextFeatureDispatcher()
81 …tatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL ) throw (RuntimeEx… in addStatusListener() argument
87 …OSL_ENSURE( _rURL.Complete == getFeatureURL().Complete, "ORichTextFeatureDispatcher::addStatusList… in addStatusListener()
88 if ( _rURL.Complete == getFeatureURL().Complete ) in addStatusListener()
H A Dparametrizedattributedispatcher.cxx53 …ributeDispatcher( EditView& _rView, AttributeId _nAttributeId, const URL& _rURL, IMultiAttributeDi… in OParametrizedAttributeDispatcher() argument
54 :OAttributeDispatcher( _rView, _nAttributeId, _rURL, _pMasterDispatcher ) in OParametrizedAttributeDispatcher()
125 …void SAL_CALL OParametrizedAttributeDispatcher::dispatch( const URL& _rURL, const Sequence< Proper… in dispatch() argument
128 …OSL_ENSURE( _rURL.Complete == getFeatureURL().Complete, "OParametrizedAttributeDispatcher::dispatc… in dispatch()
129 (void)_rURL; in dispatch()
H A Dspecialdispatchers.hxx40 OSelectAllDispatcher( EditView& _rView, const ::com::sun::star::util::URL& _rURL );
61 const ::com::sun::star::util::URL& _rURL,
76 OTextDirectionDispatcher( EditView& _rView, const ::com::sun::star::util::URL& _rURL );
95 const ::com::sun::star::util::URL& _rURL,
/trunk/main/framework/source/services/
H A Durltransformer.cxx104 void lcl_ParserHelper(INetURLObject& _rParser,URL& _rURL,bool _bUseIntern) in lcl_ParserHelper() argument
107 _rURL.Protocol = INetURLObject::GetScheme( _rParser.GetProtocol() ); in lcl_ParserHelper()
108 _rURL.User = _rParser.GetUser ( INetURLObject::DECODE_WITH_CHARSET ); in lcl_ParserHelper()
109 _rURL.Password = _rParser.GetPass ( INetURLObject::DECODE_WITH_CHARSET ); in lcl_ParserHelper()
110 _rURL.Server = _rParser.GetHost ( INetURLObject::DECODE_WITH_CHARSET ); in lcl_ParserHelper()
111 _rURL.Port = (sal_Int16)_rParser.GetPort(); in lcl_ParserHelper()
129 _rURL.Path = aPath.makeStringAndClear(); in lcl_ParserHelper()
135 _rURL.Name = _rParser.GetName ( ); in lcl_ParserHelper()
139 _rURL.Mark = _rParser.GetMark ( INetURLObject::DECODE_WITH_CHARSET ); in lcl_ParserHelper()
143 _rURL.Complete = _rParser.GetMainURL( INetURLObject::NO_DECODE ); in lcl_ParserHelper()
[all …]
/trunk/main/unotools/source/config/
H A Dbootstrap.cxx369 OUString& _rURL, in getDerivedPath() argument
405 _rURL = _aBaseURL; in getDerivedPath()
419 OUString& _rURL, in getDerivedPath() argument
707 _rURL = aPathData.path; in locateBaseInstallation()
716 _rURL = aPathData.path; in locateUserInstallation()
727 if ( aData.getFrom(csShareDirItem, _rURL) ) in locateSharedData()
729 return checkStatusAndNormalizeURL(_rURL); in locateSharedData()
745 if ( aData.getFrom(csUserDirItem, _rURL) ) in locateUserData()
747 return checkStatusAndNormalizeURL(_rURL); in locateUserData()
761 _rURL = aPathData.path; in locateBootstrapFile()
[all …]
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx185 AcceptsURL( const ::rtl::OUString& _rURL ) : m_rURL( _rURL ) { } in AcceptsURL() argument
465 _rURL in getConnection()
469 Reference< XDriver > xDriver = implGetDriverForURL(_rURL); in getConnection()
477 _rURL in getConnection()
491 _rURL in getConnectionWithInfo()
495 Reference< XDriver > xDriver = implGetDriverForURL(_rURL); in getConnectionWithInfo()
499 xConnection = xDriver->connect(_rURL, _rInfo); in getConnectionWithInfo()
503 _rURL in getConnectionWithInfo()
683 _rURL in getDriverByURL()
686 Reference< XDriver > xDriver( implGetDriverForURL( _rURL ) ); in getDriverByURL()
[all …]
/trunk/main/svtools/source/config/
H A Dhelpopt.cxx95 sal_Int32 getAgentIgnoreURLCounter( const ::rtl::OUString& _rURL );
96 void decAgentIgnoreURLCounter( const ::rtl::OUString& _rURL );
97 void resetAgentIgnoreURLCounter( const ::rtl::OUString& _rURL );
563 ConstMapString2IntIterator aMapPos = aURLIgnoreCounters.find(_rURL); in getAgentIgnoreURLCounter()
574 MapString2IntIterator aMapPos = aURLIgnoreCounters.find(_rURL); in decAgentIgnoreURLCounter()
579 aURLIgnoreCounters[_rURL] = nIgnoreAgain; in decAgentIgnoreURLCounter()
595 MapString2IntIterator aMapPos = aURLIgnoreCounters.find(_rURL); in resetAgentIgnoreURLCounter()
692 return pImp->getAgentIgnoreURLCounter( _rURL ); in getAgentIgnoreURLCounter()
697 void SvtHelpOptions::decAgentIgnoreURLCounter( const ::rtl::OUString& _rURL ) in decAgentIgnoreURLCounter() argument
699 pImp->decAgentIgnoreURLCounter( _rURL ); in decAgentIgnoreURLCounter()
[all …]
/trunk/main/fpicker/source/office/
H A Dfpsmartcontent.hxx68 sal_Bool implIs( const ::rtl::OUString& _rURL, Type _eType );
152 void bindTo( const ::rtl::OUString& _rURL );
177 inline sal_Bool isFolder( const ::rtl::OUString& _rURL ) in isFolder() argument
179 return implIs( _rURL, Folder ); in isFolder()
187 inline sal_Bool isDocument( const ::rtl::OUString& _rURL ) in isDocument() argument
189 return implIs( _rURL, Document ); in isDocument()
194 inline sal_Bool is( const ::rtl::OUString& _rURL ) in is() argument
196 return implIs( _rURL, Folder ) || implIs( _rURL, Document ); in is()
H A Dfpsmartcontent.cxx138 void SmartContent::bindTo( const ::rtl::OUString& _rURL ) in bindTo() argument
140 if ( getURL() == _rURL ) in bindTo()
146 m_sURL = _rURL; in bindTo()
152 m_pContent = new ::ucbhelper::Content( _rURL, m_xCmdEnv ); in bindTo()
183 sal_Bool SmartContent::implIs( const ::rtl::OUString& _rURL, Type _eType ) in implIs() argument
186 bindTo( _rURL ); in implIs()
H A Diodlg.hxx259 …void displayIOException( const String& _rURL, ::com::sun::star::ucb::IOErro…
260 void simulateAccessDenied( const String& _rURL ) in simulateAccessDenied() argument
262 displayIOException( _rURL, ::com::sun::star::ucb::IOErrorCode_ACCESS_DENIED ); in simulateAccessDenied()
304 …inline bool isUrlAllowed( const String& _rURL ) const { return m_aURLFilter.isUrlAllowed( _rURL );… in isUrlAllowed()
340 const String& _rURL,
/trunk/main/svx/source/form/
H A Dformfeaturedispatcher.cxx151 …void SAL_CALL OSingleFeatureDispatcher::dispatch( const URL& _rURL, const Sequence< PropertyValue … in dispatch() argument
156 …OSL_ENSURE( _rURL.Complete == m_aFeatureURL.Complete, "OSingleFeatureDispatcher::dispatch: not res… in dispatch()
157 (void)_rURL; in dispatch()
190 …tatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL ) throw (RuntimeEx… in addStatusListener() argument
192 (void)_rURL; in addStatusListener()
193 …OSL_ENSURE( _rURL.Complete == m_aFeatureURL.Complete, "OSingleFeatureDispatcher::addStatusListener… in addStatusListener()
214 …tatusListener( const Reference< XStatusListener >& _rxControl, const URL& _rURL ) throw (RuntimeEx… in removeStatusListener() argument
216 (void)_rURL; in removeStatusListener()
217 …OSL_ENSURE( _rURL.Complete == m_aFeatureURL.Complete, "OSingleFeatureDispatcher::removeStatusListe… in removeStatusListener()
H A Ddatabaselocationinput.cxx76 void setURL( const String& _rURL );
153 void DatabaseLocationInputController_Impl::setURL( const String& _rURL ) in setURL() argument
155 ::svt::OFileNotation aTransformer( _rURL ); in setURL()
297 void DatabaseLocationInputController::setURL( const String& _rURL ) in setURL() argument
299 m_pImpl->setURL( _rURL ); in setURL()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx387 if ( _rURL.getLength() ) in lcl_appendFileNameToDescriptor()
389 aMutableDescriptor.put( "FileName", _rURL ); in lcl_appendFileNameToDescriptor()
390 aMutableDescriptor.put( "URL", _rURL ); in lcl_appendFileNameToDescriptor()
710 return impl_attachResource( _rURL, _rArguments, aGuard ); in attachResource()
1013 sal_Bool bLocationChanged = ( _rURL != m_pImpl->getDocFileLocation() ); in impl_storeAs_throw()
1050 m_pImpl->setDocFileLocation( _rURL ); in impl_storeAs_throw()
1051 m_pImpl->setResource( _rURL, aMediaDescriptor ); in impl_storeAs_throw()
1073 impl_throwIOExceptionCausedBySave_throw( aError, _rURL ); in impl_storeAs_throw()
1094 Reference< io::XStream > xStream = xTempAccess->openFileReadWrite( _rURL ); in impl_createStorageFor_throw()
1127 impl_storeAs_throw( _rURL, _rArguments, SAVE_AS, aGuard ); in storeAsURL()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dbootstrap.hxx80 static PathStatus locateBaseInstallation(rtl::OUString& _rURL);
83 static PathStatus locateUserInstallation(rtl::OUString& _rURL);
86 static PathStatus locateSharedData(rtl::OUString& _rURL);
89 static PathStatus locateUserData(rtl::OUString& _rURL);
93 static PathStatus locateBootstrapFile(rtl::OUString& _rURL);
95 static PathStatus locateVersionFile(rtl::OUString& _rURL);
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx441 void OConnectionHelper::impl_setURL( const String& _rURL, sal_Bool _bPrefix ) in impl_setURL() argument
443 String sURL( _rURL ); in impl_setURL()
524 void OConnectionHelper::setURL( const String& _rURL ) in setURL() argument
526 impl_setURL( _rURL, sal_True ); in setURL()
536 void OConnectionHelper::setURLNoPrefix( const String& _rURL ) in setURLNoPrefix() argument
538 impl_setURL( _rURL, sal_False ); in setURLNoPrefix()
542 sal_Int32 OConnectionHelper::checkPathExistence(const String& _rURL) in checkPathExistence() argument
544 IS_PATH_EXIST e_exists = pathExists(_rURL, sal_False); in checkPathExistence()
548 OFileNotation aTransformer(_rURL); in checkPathExistence()
563 if ( !createDirectoryDeep(_rURL) ) in checkPathExistence()
[all …]
H A DConnectionHelper.hxx95 void setURLNoPrefix( const String& _rURL );
101 sal_Int32 checkPathExistence(const String& _rURL);
104 IS_PATH_EXIST pathExists(const ::rtl::OUString& _rURL, sal_Bool bIsFile) const;
120 void setURL( const String& _rURL );
128 void impl_setURL( const String& _rURL, sal_Bool _bPrefix );
/trunk/main/svtools/source/misc/
H A Dimageresourceaccess.cxx133 bool GraphicAccess::isSupportedURL( const ::rtl::OUString& _rURL ) in isSupportedURL() argument
135 if ( ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:resource/" ) ) == 0 ) in isSupportedURL()
136 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:graphicrepository/" ) ) == 0 ) in isSupportedURL()
137 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "private:standardimage/" ) ) == 0 ) in isSupportedURL()
138 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.GraphicObject:" ) ) == 0 ) in isSupportedURL()
139 … || ( _rURL.indexOfAsciiL( RTL_CONSTASCII_STRINGPARAM( "vnd.sun.star.extension://" ) ) == 0 ) in isSupportedURL()
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx267 virtual void SAL_CALL load( const Reference< XFrame > & _rFrame, const ::rtl::OUString& _rURL,
336 …lAllowsInteraction( const ::comphelper::ComponentContext& _rContext, const ::rtl::OUString& _rURL ) in lcl_urlAllowsInteraction() argument
345 aURL.Complete = _rURL; in lcl_urlAllowsInteraction()
413 …id SAL_CALL DBContentLoader::load(const Reference< XFrame > & rFrame, const ::rtl::OUString& _rURL, in load() argument
428 ::rtl::OUString sSalvagedURL = aMediaDesc.getOrDefault( "SalvagedFile", _rURL ); in load()
465 bCreateNew = sFactoryName.match(_rURL); in load()
471 bNewAndInteractive = lcl_urlAllowsInteraction( m_aContext, _rURL ); in load()
524 aMediaDesc.put( "FileName", _rURL ); in load()
534 xModel->attachResource( _rURL, aResource ); in load()
/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx110 Reference< XConnection > SAL_CALL OPoolCollection::getConnection( const ::rtl::OUString& _rURL ) th… in getConnection() argument
112 return getConnectionWithInfo(_rURL,Sequence< PropertyValue >()); in getConnection()
115 …> SAL_CALL OPoolCollection::getConnectionWithInfo( const ::rtl::OUString& _rURL, const Sequence< P… in getConnectionWithInfo() argument
122 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode) && xDriver.is()) in getConnectionWithInfo()
127 xConnection = pConnectionPool->getConnectionWithInfo(_rURL,_rInfo); in getConnectionWithInfo()
130 xConnection = xDriver->connect(_rURL,_rInfo); in getConnectionWithInfo()
191 Reference< XDriver > SAL_CALL OPoolCollection::getDriverByURL( const ::rtl::OUString& _rURL ) throw… in getDriverByURL() argument
199 if(isPoolingEnabledByUrl(_rURL,xDriver,sImplName,xDriverNode)) in getDriverByURL()
H A DZConnectionPool.cxx181 …> SAL_CALL OConnectionPool::getConnectionWithInfo( const ::rtl::OUString& _rURL, const Sequence< P… in getConnectionWithInfo() argument
190 OConnectionWrapper::createUniqueId(_rURL,aInfo,nId.m_pBuffer); in getConnectionWithInfo()
197 xConnection = createNewConnection(_rURL,_rInfo); in getConnectionWithInfo()
223 Reference< XConnection> OConnectionPool::createNewConnection(const ::rtl::OUString& _rURL,const Seq… in createNewConnection() argument
226 …oledConnection = new ::connectivity::OPooledConnection(m_xDriver->connect(_rURL,_rInfo),m_xProxyFa… in createNewConnection()
239 OConnectionWrapper::createUniqueId(_rURL,aInfo,nId.m_pBuffer); in createNewConnection()
/trunk/main/forms/source/helper/
H A Durltransformer.cxx74 URL UrlTransformer::getStrictURL( const ::rtl::OUString& _rURL ) const in getStrictURL()
77 aReturn.Complete = _rURL; in getStrictURL()
90 …void UrlTransformer::parseSmartWithAsciiProtocol( ::com::sun::star::util::URL& _rURL, const sal_Ch… in parseSmartWithAsciiProtocol() argument
93 m_xTransformer->parseSmart( _rURL, ::rtl::OUString::createFromAscii( _pAsciiURL ) ); in parseSmartWithAsciiProtocol()
H A Dcontrolfeatureinterception.cxx143 …Reference< XDispatch > ControlFeatureInterception::queryDispatch( const URL& _rURL, const ::rtl::O… in queryDispatch() argument
147 …xDispatcher = m_xFirstDispatchInterceptor->queryDispatch( _rURL, _rTargetFrameName, _nSearchFlags … in queryDispatch()
152 …Reference< XDispatch > ControlFeatureInterception::queryDispatch( const URL& _rURL ) SAL_THROW((Ru… in queryDispatch() argument
154 return queryDispatch( _rURL, ::rtl::OUString(), 0 ); in queryDispatch()

Completed in 106 milliseconds

1234