Home
last modified time | relevance | path

Searched refs:FileURL (Results 1 – 16 of 16) sorted by relevance

/trunk/main/fileaccess/source/
H A DFileAccess.cxx401 void OFileAccess::kill( const rtl::OUString& FileURL ) in kill() argument
434 INetURLObject aURLObj( FileURL, INET_PROT_FILE ); in isReadOnly()
445 INetURLObject aURLObj( FileURL, INET_PROT_FILE ); in setReadOnly()
528 INetURLObject aObj( FileURL, INET_PROT_FILE ); in getSize()
538 INetURLObject aObj( FileURL, INET_PROT_FILE ); in getContentType()
625 bRet = isFolder( FileURL ); in exists()
642 INetURLObject aObj( FileURL, INET_PROT_FILE ); in openFileRead()
720 return openFileReadWrite( FileURL ); in openFileReadWrite()
807 INetURLObject aURL( FileURL, INET_PROT_FILE ); in writeFile()
856 INetURLObject aURLObj( FileURL, INET_PROT_FILE ); in isHidden()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl104 @param FileURL
109 void kill( [in] string FileURL )
115 @param FileURL
127 @param FileURL
158 @param FileURL
171 @param FileURL
182 @param FileURL
207 @param FileURL
220 @param FileURL
232 @param FileURL
[all …]
H A DXSimpleFileAccess3.idl53 @param FileURL
59 boolean isHidden( [in] string FileURL )
70 void setHidden( [in] string FileURL, [in] boolean bHidden )
H A DXSimpleFileAccess2.idl54 @param FileURL
60 void writeFile( [in] string FileURL,
/trunk/main/offapi/com/sun/star/logging/
H A DFileHandler.idl57 @param FileURL
62 create( [in] string FileURL );
75 <p>Additionally, a setting name <code>FileURL</code> is recognized. It must be of type
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java161 oSectionLink.FileURL = PropertyNames.EMPTY_STRING; in breakLinkofTextSections()
183 oSectionLink.FileURL = PropertyNames.EMPTY_STRING; in breakLinkOfTextSection()
209 oSectionLink.FileURL = TemplateName; in linkSectiontoTemplate()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DFileURL.java34 public class FileURL class
38 public FileURL(String _sFileURL) in FileURL() method in FileURL
H A DReportDesignerTest.java336 FileURL aFileURL = new FileURL(_sDocument); in startTestForFile()
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx725 m_pProps->m_sLinkFileName = aLink.FileURL; in SetPropertyValues_Impl()
731 aLink.FileURL.getLength()) in SetPropertyValues_Impl()
736 if (aLink.FileURL.getLength()) in SetPropertyValues_Impl()
741 aLink.FileURL, URIHelper::GetMaybeFileHdl())); in SetPropertyValues_Impl()
1099 aLink.FileURL = m_pProps->m_sLinkFileName; in GetPropertyValues_Impl()
1107 aLink.FileURL = in GetPropertyValues_Impl()
/trunk/main/offapi/com/sun/star/text/
H A DSectionFileLink.idl54 // DocMerge from xml: field com::sun::star::text::SectionFileLink::FileURL
57 string FileURL;
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.hxx83 path(const std::string &FileURL) in path() argument
85 rtl::OString tmp(FileURL.c_str()); in path()
/trunk/main/xmloff/source/text/
H A DXMLSectionExport.cxx492 if ( (aFileLink.FileURL.getLength() > 0) || in ExportRegularSectionStart()
496 if (aFileLink.FileURL.getLength() > 0) in ExportRegularSectionStart()
499 GetExport().GetRelativeReference( aFileLink.FileURL) ); in ExportRegularSectionStart()
H A DXMLSectionSourceImportContext.cxx126 aFileLink.FileURL = GetImport().GetAbsoluteReference( sURL ); in StartElement()
/trunk/main/reportdesign/
H A DJunitTest_reportdesign_complex.mk34 reportdesign/qa/complex/reportdesign/FileURL \
/trunk/main/sal/workben/
H A Dtestfile.cxx1878 rtl::OUString FileURL; in FileStatusTest() local
1882 FileURL=pStatus->getFileURL(); in FileStatusTest()
1884 printFileName( FileURL ); in FileStatusTest()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java563 _newValue.FileURL = util.utils.getFullTestURL("SwXTextSection.sdw"); in changePValue()

Completed in 73 milliseconds