Lines Matching refs:String

39 	String m_sTestPrefix;
41 public TestHelper( LogWriter aLogWriter, String sTestPrefix ) in TestHelper()
48 String sStreamName, in WriteBytesToStream()
49 String sMediaType, in WriteBytesToStream()
121 String sStreamName, in WriteBytesToSubstreamDefaultCompressed()
122 String sMediaType, in WriteBytesToSubstreamDefaultCompressed()
215 String sStreamName, in WriteBytesToSubstream()
216 String sMediaType, in WriteBytesToSubstream()
249 String sStreamName, in WriteBytesToEncrSubstream()
250 String sMediaType, in WriteBytesToEncrSubstream()
253 String sPass ) in WriteBytesToEncrSubstream()
284 String sStreamName, in WBToSubstrOfEncr()
285 String sMediaType, in WBToSubstrOfEncr()
338 String sStreamPath, in WriteBytesToStreamH()
339 String sMediaType, in WriteBytesToStreamH()
400 String sStreamPath, in WriteBytesToEncrStreamH()
401 String sMediaType, in WriteBytesToEncrStreamH()
404 String sPass, in WriteBytesToEncrStreamH()
465 String sStreamPath, in WBToSubstrOfEncrH()
466 String sMediaType, in WBToSubstrOfEncrH()
547 String sStreamName, in ChangeStreamPass()
548 String sOldPass, in ChangeStreamPass()
549 String sNewPass ) in ChangeStreamPass()
597 String sPath, in ChangeStreamPassH()
598 String sOldPass, in ChangeStreamPassH()
599 String sNewPass, in ChangeStreamPassH()
673 …public boolean setStorageTypeAndCheckProps( XStorage xStorage, String sMediaType, boolean bIsRoot,… in setStorageTypeAndCheckProps()
718 …public boolean checkStorageProperties( XStorage xStorage, String sMediaType, boolean bIsRoot, int … in checkStorageProperties()
729 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in checkStorageProperties()
769 String sName, in InternalCheckStream()
770 String sMediaType, in InternalCheckStream()
830 String sPropMediaType = AnyConverter.toString( xPropSet.getPropertyValue( "MediaType" ) ); in InternalCheckStream()
868 String sName, in checkStream()
869 String sMediaType, in checkStream()
901 String sName, in checkEncrStream()
902 String sMediaType, in checkEncrStream()
904 String sPass ) in checkEncrStream()
923 String sWrongPass = "11"; in checkEncrStream()
969 String sPath, in checkStreamH()
970 String sMediaType, in checkStreamH()
1010 String sPath, in checkEncrStreamH()
1011 String sMediaType, in checkEncrStreamH()
1013 String sPass ) in checkEncrStreamH()
1040 String sWrongPass = "11"; in checkEncrStreamH()
1125 public boolean disposeStream( XStream xStream, String sStreamName ) in disposeStream()
1218 public XStorage openSubStorage( XStorage xStorage, String sName, int nMode ) in openSubStorage()
1253 public String CreateTempFile( XMultiServiceFactory xMSF ) in CreateTempFile()
1255 String sResult = null; in CreateTempFile()
1309 public boolean copyElementTo( XStorage xSource, String sName, XStorage xDest ) in copyElementTo()
1325 public boolean copyElementTo( XStorage xSource, String sName, XStorage xDest, String sTargetName ) in copyElementTo()
1341 public boolean moveElementTo( XStorage xSource, String sName, XStorage xDest ) in moveElementTo()
1357 public boolean renameElement( XStorage xStorage, String sOldName, String sNewName ) in renameElement()
1373 public boolean removeElement( XStorage xStorage, String sName ) in removeElement()
1390 String sStreamName, in OpenStream()
1410 public boolean compareRawMethodsOnEncrStream( XStorage xStorage, String sStreamName ) in compareRawMethodsOnEncrStream()
1513 public boolean cantOpenStorage( XStorage xStorage, String sName ) in cantOpenStorage()
1529 public boolean cantOpenStream( XStorage xStorage, String sName, int nMode ) in cantOpenStream()
1545 public boolean cantOpenStreamH( XStorage xStorage, String sPath, int nMode ) in cantOpenStreamH()
1570 public boolean cantOpenEncrStreamH( XStorage xStorage, String sPath, int nMode, String aPass ) in cantOpenEncrStreamH()
1620 public XStorage cloneSubStorage( XSingleServiceFactory xFactory, XStorage xStorage, String sName ) in cloneSubStorage()
1640 public XStream cloneSubStream( XStorage xStorage, String sName ) in cloneSubStream()
1656 public XStream cloneEncrSubStream( XStorage xStorage, String sName, String sPass ) in cloneEncrSubStream()
1672 public void Error( String sError ) in Error()
1677 public void Message( String sMessage ) in Message()