Home
last modified time | relevance | path

Searched refs:getURL (Results 1 – 25 of 215) sorted by last modified time

123456789

/trunk/main/forms/source/component/
H A DImageControl.cxx539 m_sDocumentURL = xDocument->getURL(); in onConnectedDbColumn()
547 m_sDocumentURL = xDocument->getURL(); in onConnectedDbColumn()
H A DDatabaseForm.cxx2234 aReferer = xModel->getURL(); in submit_impl()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1034 ::rtl::OUString SAL_CALL SfxBaseModel::getURL() throw(::com::sun::star::uno::RuntimeException) in getURL() function in SfxBaseModel
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java319 … final StorageRepository storageRepository = new StorageRepository(input, output, model.getURL()); in createReportJob()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx584 OUString SwXTextDocument::getURL(void) throw( RuntimeException ) in getURL() function in SwXTextDocument
586 return SfxBaseModel::getURL(); in getURL()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx3553 xDocumentModel->getURL(), in implAdministrate()
/trunk/main/offapi/com/sun/star/deployment/
H A DXPackage.idl242 string getURL();
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx101 , rtl::OUStringToOString( xModel->getURL(), RTL_TEXTENCODING_UTF8 ).getStr() in findShellForUrl()
104 ::rtl::OUString aName = xModel->getURL() ; in findShellForUrl()
144 sal_Int32 lastSlashIndex = xModel->getURL().lastIndexOf( '/' ); in findShellForUrl()
147 … bDocNameNoPathMatch = xModel->getURL().copy( lastSlashIndex + 1 ).equals( aURL ); in findShellForUrl()
150 …rtl::OUString aTmpName = rtl::OUString::createFromAscii("'") + xModel->getURL().copy( lastSlashInd… in findShellForUrl()
156 if ( aURL.equals( xModel->getURL() ) || bDocNameNoPathMatch ) in findShellForUrl()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1347 ::rtl::OUString SAL_CALL OReportDefinition::getURL( ) throw (uno::RuntimeException) in getURL() function in reportdesign::OReportDefinition
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1620 CurlUri aUri( xResAccess->getURL() ); in getPropertyValues()
3504 return rtl::Uri::convertRelToAbs( rResAccess->getURL(), in getBaseURI()
3513 return rtl::OUString( rResAccess->getURL() ); in getBaseURI()
3529 const rtl::OUString & rURL = rResAccess->getURL(); in getResourceType()
H A Dwebdavdatasupplier.cxx157 rtl::OUString aId = m_pImpl->m_xContent->getResourceAccess().getURL(); in queryContentIdentifierString()
403 m_pImpl->m_xContent->getResourceAccess().getURL() ); in getData()
H A DDAVResourceAccess.hxx75 const rtl::OUString & getURL() const { return m_aURL; } in getURL() function in http_dav_ucp::DAVResourceAccess
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrmediaobj.cxx168 const rtl::OUString& rURL(GetSdrMediaObj().getURL()); in createViewIndependentPrimitive2DSequence()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx933 ByteString aUrl( (String) GetModel()->getURL(), in filter()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx647 String sUrl = _pConnection->getURL() + s_sSeparator + sName; in getEntry()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow.cxx74 const ::rtl::OUString& MediaWindow::getURL() const in getURL() function in avmedia::MediaWindow
76 return mpImpl->getURL(); in getURL()
H A Dmediawindowbase_impl.cxx121 if( rURL != getURL() ) in setURL()
152 const ::rtl::OUString& MediaWindowBaseImpl::getURL() const in getURL() function in avmedia::priv::MediaWindowBaseImpl
387 rItem.setURL( getURL() ); in updateMediaItem()
398 setURL( rItem.getURL() ); in executeMediaItem()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java76 public String getURL( ) in getURL() method in OfficeDocument
78 return xModel.getURL(); in getURL()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DORowSet.java518 String documentFile = databaseDocModel.getURL(); in cleanup()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx2678 …rInfo.Document->attachResource(rInfo.Document->getURL(), lPatchDescriptor.getAsConstPropertyValueL… in implts_openDocs()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx606 OUString url( ucbContent.getURL() ); in detectMediaType()
676 buf.append( ::rtl::Uri::encode( sourceContent.getURL(), in insertToActivationLayer()
684 buf.append(sourceContent.getURL()); in insertToActivationLayer()
700 OUString sFolderUrl = makeURLAppendSysPathSegment(destFolderContent.getURL(), title); in insertToActivationLayer()
750 return addPackage(extension->getURL(), Sequence<beans::NamedValue>(), in importExtension()
973 … m_xRegistry->packageRemoved(xPackage->getURL(), xPackage->getPackageType()->getMediaType()); in removePackage()
/trunk/main/offapi/com/sun/star/frame/
H A DXModel.idl107 string getURL();
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx1402 const ::rtl::OUString sURL = xModel->getURL(); in impl_searchAlreadyLoaded()
1559 if (xModel->getURL().getLength()>0) in impl_searchRecycleTarget()
/trunk/main/desktop/source/deployment/registry/inc/
H A Ddp_backend.h228 virtual ::rtl::OUString SAL_CALL getURL()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx63 rtl::OUString sName = getModel()->getURL(); in getName()
67 INetURLObject aURL( getModel()->getURL() ); in getName()
86 INetURLObject aURL( getModel()->getURL() ); in getPath()

Completed in 271 milliseconds

123456789