Lines Matching refs:String

118     private final static String[] m_pEntryNames = { "GeneralSendError",
152 private static String[] m_pConfigStrings;
154 …private static final String sHTMLHeader = "<HTML><HEAD><meta http-equiv=\"Content-Type\" content=\…
155 private static final String sHTMLFooter = "</BODY></HTML>";
168 synchronized protected static String GetLocalizedString( XComponentContext xContext, int nID ) in GetLocalizedString()
178 String[] pStrings = new String[STRINGS_NUM]; in GetLocalizedString()
304 protected static String GetMainURL( String sWebPage, String sVURL ) in GetMainURL()
306 String sResultURL = ""; in GetMainURL()
340 protected static String GetRedirectURL( String sWebPage, String sURL ) in GetRedirectURL()
345 String sResultURL = ""; in GetRedirectURL()
383 protected static XInputStream SaveHTMLTemp( XComponentContext xContext, String sArticle ) in SaveHTMLTemp()
400 String sHTML = sHTMLHeader.concat( sArticle ); in SaveHTMLTemp()
420 protected static String CreateTempFile( XComponentContext xContext ) in CreateTempFile()
422 String sURL = ""; in CreateTempFile()
428 sURL = ( String ) xPropertySet.getPropertyValue( "Uri" ); in CreateTempFile()
441 protected static String EachLine( String sURL ) in EachLine()
443 String sText = ""; in EachLine()
452 String sEachLine = aBufReader.readLine(); in EachLine()
469 protected static String GetDocTitle( XModel xDoc ) in GetDocTitle()
471 String sTitle = ""; in GetDocTitle()
476 sTitle = ( String ) xPropSet.getPropertyValue( "Title" ); in GetDocTitle()
484 protected static void SetDocTitle( XModel xDoc, String sTitle ) in SetDocTitle()
504 protected static String GetDocServiceName( XComponentContext xContext, XModel xModel ) in GetDocServiceName()
506 String aDocServiceName = ""; in GetDocServiceName()
529 …protected static String GetFilterName( XComponentContext xContext, String aTypeName, String aDocSe… in GetFilterName()
531 String aFilterName = ""; in GetFilterName()
555 String aTmpFilter = null; in GetFilterName()
598 …protected static Object GetConfig( XComponentContext xContext, String sNodepath, boolean bWriteAcc… in GetConfig()
616 protected static XPropertySet GetConfigProps( XComponentContext xContext, String sNodepath ) in GetConfigProps()
627 …protected static XNameContainer GetConfigNameContainer( XComponentContext xContext, String sNodepa… in GetConfigNameContainer()
637 protected static XNameAccess GetConfigNameAccess( XComponentContext xContext, String sNodepath ) in GetConfigNameAccess()
667 String aProxyNameProp = "ooInetHTTPProxyName"; in SetConfigurationProxy()
668 String aProxyPortProp = "ooInetHTTPProxyPort"; in SetConfigurationProxy()
676String aNoProxyList = AnyConverter.toString( xNameAccess.getByName( "ooInetNoProxy" ) ); in SetConfigurationProxy()
677String aProxyName = AnyConverter.toString( xNameAccess.getByName( aProxyNameProp ) ); in SetConfigurationProxy()
699 protected static void ShowURLInBrowser( XComponentContext xContext, String sURL ) in ShowURLInBrowser()
760 static protected boolean LoginReportsError( String sRespond )
783 static protected String GetLoginToken( String sLoginPage ) in GetLoginToken()
785 String sResult = ""; in GetLoginToken()
806 …static protected HostConfiguration Login( URI aMainURL, String sWikiUser, String sWikiPass, XCompo… in Login()
821 String sLoginPage = null; in Login()
829 String sLoginToken = GetLoginToken( sLoginPage ); in Login()
841 String[][] pArgs = GetSpecialArgs( xContext, aMainURL.getHost() ); in Login()
853 String sRedirectURL = aPost.getResponseHeader( "Location" ).getValue(); in Login()
866 String sResult = aPost.getResponseBodyAsString(); in Login()
878 private static XControl GetControlFromDialog( XDialog xDialog, String aControlName ) in GetControlFromDialog()
892 private static XPropertySet GetSubControlPropSet( XDialog xDialog, String aControlName ) in GetSubControlPropSet()
901 …protected static void SetControlPropInDialog( XDialog xDialog, String aControlName, String aPropNa… in SetControlPropInDialog()
918 …protected static String[] GetPasswordsForURLAndUser( XComponentContext xContext, String sURL, Stri… in GetPasswordsForURLAndUser()
920 String[] aResult = null; in GetPasswordsForURLAndUser()
957 …XComponentContext xContext, XDialog xDialog, int nTitleID, int nErrorID, String sArg, boolean bQue… in ShowError()
966 …ntContext xContext, XWindowPeer xParentPeer, int nTitleID, int nErrorID, String sArg, boolean bQue… in ShowError()
974 String sError = null; in ShowError()
975 String sTitle = ""; in ShowError()
1047 private static boolean AllowUnknownCert( XComponentContext xContext, String aURL ) in AllowUnknownCert()
1067 private static String[][] GetSpecialArgs( XComponentContext xContext, String aURL ) in GetSpecialArgs()
1080 String[] pNames = xArgs.getElementNames(); in GetSpecialArgs()
1083 String[][] pResult = new String[pNames.length][2]; in GetSpecialArgs()