Searched refs:streamName (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/connectivity/source/drivers/hsqldb/ |
H A D | accesslog.hxx | 42 LogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ); 56 OperationLogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in OperationLogFile() argument 57 :LogFile( env, streamName, ( ::rtl::OString( _pAsciiSuffix ) += ".op" ).getStr() ) in OperationLogFile() 100 DataLogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in DataLogFile() argument 101 :LogFile( env, streamName, _pAsciiSuffix ) in DataLogFile()
|
H A D | accesslog.cxx | 43 LogFile::LogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in LogFile() argument 45 m_sFileName = StorageContainer::jstring2ustring(env,streamName); in LogFile()
|
/aoo4110/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ |
H A D | StorageFileAccess.java | 54 …public java.io.InputStream openInputStreamElement(java.lang.String streamName) throws java.io.IOEx… in openInputStreamElement() argument 55 return new NativeInputStreamHelper(key,streamName); in openInputStreamElement() 58 …public java.io.OutputStream openOutputStreamElement(java.lang.String streamName) throws java.io.IO… in openOutputStreamElement() argument 59 return new NativeOutputStreamHelper(key,streamName); in openOutputStreamElement()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | Metadatable.cxx | 1337 ::rtl::OUString streamName( i_rReference.First ); in SetMetadataReference() 1338 if (streamName.equalsAscii("")) in SetMetadataReference() 1342 streamName = ::rtl::OUString::createFromAscii( in SetMetadataReference() 1346 if (rReg.TryRegisterMetadatable(*this, streamName, i_rReference.Second)) in SetMetadataReference()
|
/aoo4110/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 2570 const ::rtl::OUString streamName( GetStreamName() ); in AddAttributeXmlId() local 2571 if ( streamName.getLength() ) in AddAttributeXmlId() 2573 if ( streamName.equals(mdref.First) ) in AddAttributeXmlId()
|
Completed in 41 milliseconds