Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/hsqldb/
H A Daccesslog.hxx42 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 Daccesslog.cxx43 LogFile::LogFile( JNIEnv* env, jstring streamName, const sal_Char* _pAsciiSuffix ) in LogFile() argument
45 m_sFileName = StorageContainer::jstring2ustring(env,streamName); in LogFile()
/trunk/main/connectivity/java/sdbc_hsqldb/src/com/sun/star/sdbcx/comp/hsqldb/
H A DStorageFileAccess.java54 …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()
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx1337 ::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()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx2577 const ::rtl::OUString streamName( GetStreamName() ); in AddAttributeXmlId() local
2578 if ( streamName.getLength() ) in AddAttributeXmlId()
2580 if ( streamName.equals(mdref.First) ) in AddAttributeXmlId()

Completed in 46 milliseconds