Home
last modified time | relevance | path

Searched refs:sURL (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/trunk/main/dbaccess/source/filter/xml/
H A DxmlServerDatabase.cxx107 ::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 …]
/trunk/main/framework/inc/
H A Dprotocols.h88 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 …]
/trunk/main/sal/qa/helper/gcov/
H A Dgcov_result.pl115 $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 …]
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx279 String sURL; variable
290 String sURL; variable
301 String sURL; variable
303 sRootDir = sURL;
443 String sURL( _rURL ); in impl_setURL() local
466 sURL = sTypePrefix; in impl_setURL()
508 sURL = sTypePrefix; in impl_getURL()
520 return sURL; in impl_getURL()
843 String sURL; in commitURL() local
850 if ( ( sURL != sOldPath ) && ( 0 != sURL.Len() ) ) in commitURL()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx285 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 …]
/trunk/main/dbaccess/source/core/misc/
H A Ddsntypes.cxx100 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 …]
/trunk/main/sw/source/ui/dbui/
H A Daddresslistdialog.cxx110 ::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 …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditSettingDialog.java110 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 …]
/trunk/main/unotools/source/config/
H A Ddynamicmenuoptions.cxx103 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 …]
/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx46 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()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DDocumentView.java243 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 …]
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx226 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 …]
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx588 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 …]
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx348 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 …]
/trunk/main/sw/source/filter/xml/
H A Dxmltexte.cxx503 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 …]
/trunk/main/svl/qa/complex/passwordcontainer/
H A DTest01.java49 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 DTest02.java48 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 DTest03.java49 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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx829 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 …]
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkPicker.cxx64 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()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java280 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 …]
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx64 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()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx199 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 …]
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx1180 rtl::OString sURL(""); in TEST_F() local
1187 rtl::OString sURL("/"); in TEST_F() local
1194 rtl::OString sURL("%2F"); in TEST_F() local
1206 rtl::OString sURL("a"); in TEST_F() local
1212 rtl::OString sURL("tmpname"); in TEST_F() local
1218 rtl::OString sURL("file://"); in TEST_F() local
1230 rtl::OString sURL("file:///tmp"); in TEST_F() local
1236 rtl::OString sURL("file://c:/tmp"); in TEST_F() local
1242 rtl::OString sURL("file:///c:/tmp"); in TEST_F() local
1279 rtl::OString sURL("../tmp"); in TEST_F() local
[all …]
/trunk/main/xmloff/source/style/
H A DFillStyleContext.cxx164 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()

Completed in 200 milliseconds

12345678910>>...13