/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlServerDatabase.cxx | 107 ::rtl::OUStringBuffer sURL; in DBG_NAME() 113 sURL.append( sType ); in DBG_NAME() 115 sURL.append(sHostName); in DBG_NAME() 118 sURL.appendAscii(":"); in DBG_NAME() 123 sURL.appendAscii("/"); in DBG_NAME() 130 sURL.append(sHostName); in DBG_NAME() 133 sURL.appendAscii(":"); in DBG_NAME() 145 sURL.append(sHostName); in DBG_NAME() 154 sURL.append(sType); in DBG_NAME() 155 sURL.appendAscii(":"); in DBG_NAME() [all …]
|
/aoo41x/main/framework/inc/ |
H A D | protocols.h | 88 static EProtocol specifyProtocol( const ::rtl::OUString& sURL ) in specifyProtocol() argument 92 if (sURL.compareTo(SPECIALPROTOCOL_PRIVATE,SPECIALPROTOCOL_PRIVATE.getLength()) == 0) in specifyProtocol() 95 …if (sURL.compareTo(SPECIALPROTOCOL_PRIVATE_OBJECT,SPECIALPROTOCOL_PRIVATE_OBJECT.getLength()) == 0) in specifyProtocol() 98 …if (sURL.compareTo(SPECIALPROTOCOL_PRIVATE_STREAM,SPECIALPROTOCOL_PRIVATE_STREAM.getLength()) == 0) in specifyProtocol() 104 if (sURL.compareTo(SPECIALPROTOCOL_SLOT,SPECIALPROTOCOL_SLOT.getLength()) == 0) in specifyProtocol() 107 if (sURL.compareTo(SPECIALPROTOCOL_UNO,SPECIALPROTOCOL_UNO.getLength()) == 0) in specifyProtocol() 110 if (sURL.compareTo(SPECIALPROTOCOL_MACRO,SPECIALPROTOCOL_MACRO.getLength()) == 0) in specifyProtocol() 113 if (sURL.compareTo(SPECIALPROTOCOL_SERVICE,SPECIALPROTOCOL_SERVICE.getLength()) == 0) in specifyProtocol() 116 if (sURL.compareTo(SPECIALPROTOCOL_MAILTO,SPECIALPROTOCOL_MAILTO.getLength()) == 0) in specifyProtocol() 119 if (sURL.compareTo(SPECIALPROTOCOL_NEWS,SPECIALPROTOCOL_NEWS.getLength()) == 0) in specifyProtocol() [all …]
|
/aoo41x/main/sal/qa/helper/gcov/ |
H A D | gcov_result.pl | 115 $sURL = $sURL . "$next" . "complete=$1"; 124 $sURL = $sURL . "$next" . "notused=$1"; 132 $sURL = $sURL . "$next" . "used=$1"; 140 $sURL = $sURL . "$next" . "incomplete=$1"; 147 $sURL = $sURL . "$next" . "cwsname=$cwsname"; 153 $sURL = $sURL . "$next" . "major=$major"; 159 $sURL = $sURL . "$next" . "minor=$minor"; 166 $sURL = $sURL . "$next" . "environment=$environment"; 173 $sURL = $sURL . "$next" . "date=$year-$month-$day"; 195 my $result = `wget -O $output "$sURL"`; [all …]
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | ConnectionHelper.cxx | 357 String sURL; variable 368 String sURL; variable 379 String sURL; variable 381 sRootDir = sURL; 521 String sURL( _rURL ); in impl_setURL() local 544 sURL = sTypePrefix; in impl_setURL() 586 sURL = sTypePrefix; in impl_getURL() 598 return sURL; in impl_getURL() 921 String sURL; in commitURL() local 928 if ( ( sURL != sOldPath ) && ( 0 != sURL.Len() ) ) in commitURL() [all …]
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | databasecontext.cxx | 285 if ( sURL.getLength() ) in createInstanceWithArguments() 286 xDataSource = getObject( sURL ); in createInstanceWithArguments() 322 if ( !sURL.getLength() ) in getRegisteredObject() 331 return loadObjectFromURL( _rName, sURL ); in getRegisteredObject() 454 ::rtl::OUString sURL = xModel->getURL(); in registerObject() 455 if ( !sURL.getLength() ) in registerObject() 659 ::rtl::OUString sURL; in getByName() 664 xExistent = getObject( sURL ); in getByName() 668 sURL = _rName; in getByName() 730 m_aDatabaseObjects[ sURL ] = &_rModelImpl; in registerDatabaseDocument() [all …]
|
/aoo41x/main/dbaccess/source/core/misc/ |
H A D | dsntypes.cxx | 100 String sURL( _sURL); in cutPrefix() local 111 sRet = sURL.Copy(sURL.Match(*aIter)); in cutPrefix() 113 sRet = sURL.Copy(aIter->Match(sURL)); in cutPrefix() 124 String sURL( _sURL); in getPrefix() local 137 sRet = sURL.Copy(0,aIter->Match(sURL)); in getPrefix() 156 String sURL( _sURL); in isConnectionUrlRequired() local 181 String sURL, sFallbackURL; in getDatasourcePrefixFromMediaType() local 193 sURL = *pIter; in getDatasourcePrefixFromMediaType() 202 sURL = sFallbackURL; in getDatasourcePrefixFromMediaType() 205 return sURL; in getDatasourcePrefixFromMediaType() [all …]
|
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiEditSettingDialog.java | 110 String sURL = (String)setting.get( "Url" ); in show() local 114 …if ( sURL != null && sURL.length() > 0 && sUserName != null && sUserName.length() > 0 && sPassword… in show() 198 String sURL = ""; in DoLogin() local 213 sURL = sRedirectURL; in DoLogin() 217 if ( sURL.length() > 0 ) in DoLogin() 219 URI aURI = new URI( sURL ); in DoLogin() 237 String sMainURL = Helper.GetMainURL( sWebPage, sURL ); in DoLogin() 252 sURL, in DoLogin() 290 if ( sURL.length() > 0 && !sURL.endsWith( "index.php" ) && bAllowIndex ) in DoLogin() 294 sRedirectURL = sURL + "/index.php"; in DoLogin() [all …]
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | addresslistdialog.cxx | 110 ::rtl::OUString sURL; in lcl_getFlatURL() 142 sURL = URIHelper::SmartRel2Abs( INetURLObject(), sURL ); in lcl_getFlatURL() 143 sURL += C2U("/"); in lcl_getFlatURL() 144 sURL += aFilters[0]; in lcl_getFlatURL() 145 sURL += C2U("."); in lcl_getFlatURL() 146 sURL += sExtension; in lcl_getFlatURL() 151 return sURL; in lcl_getFlatURL() 392 OUString sURL = pDlg->GetURL(); in IMPL_LINK() local 397 INetURLObject aURL( sURL ); in IMPL_LINK() 457 pUserData->sURL = sURL; in IMPL_LINK() [all …]
|
/aoo41x/main/unotools/source/config/ |
H A D | dynamicmenuoptions.cxx | 103 sURL = sNewURL ; in SvtDynMenuEntry() 111 OUString sURL ; member 131 ( lSetupEntries.rbegin()->sURL != rEntry.sURL ) in AppendSetupEntry() 147 ( lUserEntries.rbegin()->sURL != rEntry.sURL ) in AppendUserEntry() 194 if( pItem->sURL == sSeperator ) in GetList() 466 lValues[nPosition] >>= aItem.sURL ; in SvtDynamicMenuOptions_Impl() 484 lValues[nPosition] >>= aItem.sURL ; in SvtDynamicMenuOptions_Impl() 502 lValues[nPosition] >>= aItem.sURL ; in SvtDynamicMenuOptions_Impl() 691 SvtDynMenuEntry aItem( sURL, sTitle, sImageIdentifier, sTargetName ); in AppendItem() 884 const OUString& sURL , in AppendItem() argument [all …]
|
/aoo41x/main/oox/source/drawingml/ |
H A D | hyperlinkcontext.cxx | 46 OUString sURL, sHref; in HyperLinkContext() local 55 sURL = getFilter().getAbsoluteUrl( sHref ); in HyperLinkContext() 96 sURL = sURL.concat( CREATE_OUSTRING( "#action?jump=" ) ); in HyperLinkContext() 97 sURL = sURL.concat( aDestination ); in HyperLinkContext() 102 sURL = OUString(); in HyperLinkContext() 129 sURL = CREATE_OUSTRING( "#Slide " ).concat( rtl::OUString::valueOf( nPageNumber ) ); in HyperLinkContext() 131 sURL = CREATE_OUSTRING( "#Notes " ).concat( rtl::OUString::valueOf( nPageNumber ) ); in HyperLinkContext() 138 if ( sURL.getLength() ) in HyperLinkContext() 139 maProperties[ PROP_URL ] <<= sURL; in HyperLinkContext()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | DocumentView.java | 243 public void load(String sURL) in load() argument 245 load(sURL,new com.sun.star.beans.PropertyValue[0]); in load() 250 public void load(String sURL, com.sun.star.beans.PropertyValue[] lArguments) in load() argument 280 public void exportHTML(String sURL) in exportHTML() argument 288 FunctionHelper.saveAsHTML(xDocument,sURL); in exportHTML() 388 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,true); in actionPerformed() local 389 if(sURL!=null) in actionPerformed() 390 DocumentView.this.load(sURL); in actionPerformed() 404 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,false); in actionPerformed() local 405 if(sURL!=null) in actionPerformed() [all …]
|
/aoo41x/main/svl/qa/complex/ConfigItems/helper/ |
H A D | HistoryOptTest.cxx | 226 const ::rtl::OUString sURL = impl_createItemURL (nItem); in impl_appendItem() local 236 ::rtl::OUStringBuffer sURL(256); in impl_createItemURL() 237 sURL.appendAscii("file:///ooo_api_test/non_existing_test_url_"); in impl_createItemURL() 238 sURL.append ((::sal_Int32)nItem ); in impl_createItemURL() 239 sURL.appendAscii(".odt" ); in impl_createItemURL() 241 return sURL.makeStringAndClear(); in impl_createItemURL() 278 bFound = sCheck.equals(sURL); in impl_existsItem() 291 xItemList->getByName(sURL) >>= xItem; in impl_existsItem() 316 bFound = sCheck.equals(sURL); in impl_existsItemAtIndex() 325 xItemList->getByName(sURL) >>= xItem; in impl_existsItemAtIndex() [all …]
|
/aoo41x/main/svtools/source/misc/ |
H A D | templatefoldercache.cxx | 348 String sURL = _rxContent->getURL(); in operator ()() local 351 sURL = m_xOfficeInstDirs->makeRelocatableURL( sURL ); in operator ()() 352 StoreString::operator() ( sURL ); in operator ()() 436 String sURL; in operator ()() local 437 m_rStorage.ReadByteString( sURL ); in operator ()() 438 sURL = m_xOfficeInstDirs->makeAbsoluteURL( sURL ); in operator ()() 439 INetURLObject aChildURL( sURL ); in operator ()() 612 String sURL; in implParseSmart() local 755 String sURL; in readPreviousState() local 756 m_pCacheStream->ReadByteString( sURL ); in readPreviousState() [all …]
|
/aoo41x/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 588 String sURL = sPrefix; in IMPL_LINK() local 604 sURL += (String)sSuffix; in IMPL_LINK() 608 sURL += sText; in IMPL_LINK() 609 sURL += (String)sSuffix; in IMPL_LINK() 615 OpenDoc( sURL, pViewFrame ); in IMPL_LINK() 661 String sURL( aUrlCB.GetText() ); in SendToApp() local 663 if ( !sURL.Len() ) in SendToApp() 700 aItem.SetName( sURL ); in SendToApp() 704 aItem.SetURL(sURL); in SendToApp() 713 if ( sURL != aUrlCB.GetText() ) in SendToApp() [all …]
|
/aoo41x/main/svl/qa/complex/passwordcontainer/ |
H A D | Test01.java | 49 final String sURL = "http://www.openoffice.org"; in test() local 74 … xContainer.add(sURL, aInputUserList1[i].UserName, aInputUserList1[i].Passwords, aMHandler); in test() 77 … xContainer.add(sURL, aInputUserList2[i].UserName, aInputUserList2[i].Passwords, aMHandler); in test() 82 xContainer.remove(sURL, aInputUserList1[i].UserName); in test() 86 UrlRecord aRecord = xContainer.find(sURL, aMHandler); in test() 87 if(!aRecord.Url.equals(sURL)) { in test() 88 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test() 97 aRecord = xContainer.find(sURL, aMHandler); in test() 99 xContainer.remove(sURL, aRecord.UserList[i].UserName); in test()
|
H A D | Test02.java | 48 final String sURL = "http://www.openoffice.org"; in test() local 78 …xContainer.addPersistent(sURL, aInputUserList1[i].UserName, aInputUserList1[i].Passwords, aMHandle… in test() 81 …xContainer.addPersistent(sURL, aInputUserList2[i].UserName, aInputUserList2[i].Passwords, aMHandle… in test() 86 xContainer.remove(sURL, aInputUserList1[i].UserName); in test() 90 UrlRecord aRecord = xContainer.find(sURL, aMHandler); in test() 91 if(!aRecord.Url.equals(sURL)) { in test() 92 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test() 102 if(!aRecords[0].Url.equals(sURL)) { in test() 116 xContainer.remove(sURL, aRecords[0].UserList[i].UserName); in test()
|
H A D | Test03.java | 49 final String sURL = "http://www.openoffice.org"; in test() local 78 …xContainer.addPersistent(sURL, aInputUserList[i].UserName, aInputUserList[i].Passwords, aMHandler); in test() 83 …xContainer.add(sURL, aInputUserList[i+iPersistentUserNum].UserName, aInputUserList[i+iPersistentUs… in test() 87 UrlRecord aRecord = xContainer.find(sURL, aMHandler); in test() 88 if(!aRecord.Url.equals(sURL)) { in test() 89 m_aTestHelper.Error("URL mismatch. Got " + aRecord.Url + "; should be " + sURL); in test() 101 aRecord = xContainer.find(sURL, aMHandler); in test() 103 xContainer.remove(sURL, aRecord.UserList[i].UserName); in test()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 503 OUString sURL; in _exportTextEmbedded() local 513 sURL = xLinkage->getLinkURL(); in _exportTextEmbedded() 524 sURL = OUString( sEmbeddedObjectProtocol ); in _exportTextEmbedded() 528 sURL = GetExport().AddEmbeddedObject( sURL ); in _exportTextEmbedded() 529 lcl_addURL( rXMLExport, sURL, sal_False ); in _exportTextEmbedded() 677 OUString sURL( sEmbeddedObjectProtocol ); in _exportTextEmbedded() local 683 rXMLExport.AddEmbeddedObjectAsBase64( sURL ); in _exportTextEmbedded() 744 OUString sURL( sGraphicObjectProtocol ); in _exportTextEmbedded() local 745 sURL += rOLEObj.GetCurrentPersistName(); in _exportTextEmbedded() 748 sURL = GetExport().AddEmbeddedObject( sURL ); in _exportTextEmbedded() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 829 String sURL; in AnalyzeURL() local 870 *pLinkURL = sURL; in AnalyzeURL() 878 String sURL = *pLinkURL; in AnalyzeURL() local 881 if ( sURL.Len() ) in AnalyzeURL() 890 sURL.Insert( sFld, 0 ); in AnalyzeURL() 891 sURL += '\"'; in AnalyzeURL() 900 *pLinkURL = sURL; in AnalyzeURL() 913 String sURL; in StartURL() local 943 sURL = aURL.GetURLNoMark(); in StartURL() 1001 sal_Unicode aDrive = ( sURL.Len() > 1 )? sURL.GetChar( 1 ): 0; in StartURL() [all …]
|
/aoo41x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkPicker.cxx | 64 rtl::OUString sURL( const_cast<const sal_Char *>(pIn), strlen(pIn), in uritounicode() 67 INetURLObject aURL(sURL); in uritounicode() 79 sURL = aCurrentURL.getExternalURL(); in uritounicode() 83 …("com.sun.star.uri.ExternalUriReferenceTranslator"))), UNO_QUERY_THROW)->translateToInternal(sURL); in uritounicode() 85 sURL = aNewURL; in uritounicode() 88 return sURL; in uritounicode() 95 OString sURL = OUStringToOString(rURL, RTL_TEXTENCODING_UTF8); in unicodetouri() local 104 sURL = OUStringToOString( aNewURL, osl_getThreadTextEncoding() ); in unicodetouri() 107 return sURL; in unicodetouri()
|
/aoo41x/main/framework/qa/complex/loadAllDocuments/ |
H A D | CheckXComponentLoader.java | 280 String sURL = URLHelper.getFileURLFromSystemPath(aSysFile); in checkUsingOfMediaDescriptor() local 287 loadURL(m_xLoader, RESULT_VALID_DOC, sURL, "_blank", 0, lProps); in checkUsingOfMediaDescriptor() 605 String sURL = URLHelper.getFileURLFromSystemPath(aFile); in checkStreamLoading() local 614 XInputStream xStream = m_xStreamProvider.openFileRead(sURL); in checkStreamLoading() 619 fail("Could not open test file \""+sURL+"\" for stream test."); in checkStreamLoading() 638 String sURL, String sTarget, int nFlags, in loadURL() argument 644 xDoc = m_xLoader.loadComponentFromURL(sURL, sTarget, nFlags, in loadURL() 672 String sMessage = "URL[\"" + sURL + "\"]"; in loadURL() 688 String[] sURL, String sTarget, int nFlags, in loadURL() argument 690 for (int i = 0; i < sURL.length; i++) in loadURL() [all …]
|
/aoo41x/main/svx/source/items/ |
H A D | hlnkitem.cxx | 64 rStrm.WriteByteString(sURL); in Store() 150 rStrm.ReadByteString(pNew->sURL); in Create() 222 sURL = rHyperlinkItem.sURL; in SvxHyperlinkItem() 244 sURL (rURL), in SvxHyperlinkItem() 276 sURL == rItem.sURL && in operator ==() 372 rVal <<= ::rtl::OUString(sURL.GetBuffer()); in QueryValue() 408 sURL = aStr.getStr(); in PutValue()
|
/aoo41x/main/xmloff/source/style/ |
H A D | FillStyleContext.cxx | 164 OUString sURL; in CreateChildContext() local 165 maAny >>= sURL; in CreateChildContext() 166 if( !sURL.getLength() && !mxBase64Stream.is() ) in CreateChildContext() 185 OUString sURL; in EndElement() local 186 maAny >>= sURL; in EndElement() 188 if( !sURL.getLength() && mxBase64Stream.is() ) in EndElement() 190 sURL = GetImport().ResolveGraphicObjectURLFromBase64( mxBase64Stream ); in EndElement() 192 maAny <<= sURL; in EndElement()
|
/aoo41x/main/framework/source/loadenv/ |
H A D | loadenv.cxx | 199 aEnv.initializeLoading(sURL, in loadComponentFromURL() 300 m_aURL.Complete = sURL; in initializeLoading() 684 (!sURL.getLength() ) || in classifyContent() 685 (ProtocolCheck::isProtocol(sURL,ProtocolCheck::E_UNO )) || in classifyContent() 686 (ProtocolCheck::isProtocol(sURL,ProtocolCheck::E_SLOT )) || in classifyContent() 687 (ProtocolCheck::isProtocol(sURL,ProtocolCheck::E_MACRO )) || in classifyContent() 690 (ProtocolCheck::isProtocol(sURL,ProtocolCheck::E_NEWS )) in classifyContent() 748 ::rtl::OUString sType = xDetect->queryTypeByURL(sURL); in classifyContent() 811 if (xUCB->queryContentProvider(sURL).is()) in classifyContent() 1180 ::rtl::OUString sURL = m_aURL.Complete; in impl_loadContent() [all …]
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 1292 rtl::OString sURL(""); in getSystemPathFromFileURL_001_1() local 1299 rtl::OString sURL("/"); in getSystemPathFromFileURL_001_2() local 1306 rtl::OString sURL("%2F"); in getSystemPathFromFileURL_001_21() local 1318 rtl::OString sURL("a"); in getSystemPathFromFileURL_001_3() local 1324 rtl::OString sURL("tmpname"); in getSystemPathFromFileURL_001_31() local 1330 rtl::OString sURL("file://"); in getSystemPathFromFileURL_001_4() local 1342 rtl::OString sURL("file:///tmp"); in getSystemPathFromFileURL_001_5() local 1348 rtl::OString sURL("file://c:/tmp"); in getSystemPathFromFileURL_001_51() local 1354 rtl::OString sURL("file:///c:/tmp"); in getSystemPathFromFileURL_001_52() local 1391 rtl::OString sURL("../tmp"); in getSystemPathFromFileURL_001_8() local [all …]
|