Home
last modified time | relevance | path

Searched refs:sLocation (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/cui/source/options/
H A Ddbregisterednamesconfig.cxx70 … ::rtl::OUString sLocation( xRegistrations->getDatabaseLocation( *pRegistrationName ) ); in GetOptions()
72 …DatabaseRegistration( sLocation, xRegistrations->isDatabaseRegistrationReadOnly( *pRegistrationNam… in GetOptions()
104 const ::rtl::OUString sLocation = reg->second.sLocation; in SetOptions() local
109 xRegistrations->changeDatabaseLocation( sName, sLocation ); in SetOptions()
112 OSL_ENSURE( xRegistrations->getDatabaseLocation( sName ) == sLocation, in SetOptions()
117 xRegistrations->registerDatabaseLocation( sName, sLocation ); in SetOptions()
H A Ddbregistersettings.hxx37 ::rtl::OUString sLocation;
41 :sLocation() in DatabaseRegistration()
47 :sLocation( _rLocation ) in DatabaseRegistration()
54 return ( sLocation == _rhs.sLocation ); in operator ==()
H A Ddbregister.cxx211 if ( pRegistration && pRegistration->sLocation.getLength() ) in FillItemSet()
214 OFileNotation aTransformer( pRegistration->sLocation ); in FillItemSet()
244 OFileNotation aTransformer( aIter->second.sLocation ); in Reset()
319 openLinkDialog( sOldName, pOldRegistration->sLocation, pEntry ); in IMPL_LINK()
H A Doptjava.cxx498 INetURLObject aLocObj( ::rtl::OUString( _pInfo->sLocation ) ); in AddJRE()
564 jfw_addJRELocation( pInfo->sLocation ); in AddFolder()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx68 const OUString& sLocation, in getPluginJarPath() argument
94 sName = sLocation + OUSTR("/lib/") + sName; in getPluginJarPath()
103 OUString sName(sLocation + OUSTR("/lib/") + sName1); in getPluginJarPath()
109 sName = sLocation + OUSTR("/lib/") + sName2; in getPluginJarPath()
134 pInfo->sLocation = sHome.pData; in createJavaInfo()
135 rtl_uString_acquire(pInfo->sLocation); in createJavaInfo()
480 osl_getSystemPathFromFileURL(pInfo->sLocation, & sPathLocation.pData); in jfw_plugin_startJavaVirtualMachine()
553 sAddPath = getPluginJarPath(pInfo->sVendor, pInfo->sLocation,pInfo->sVersion); in jfw_plugin_startJavaVirtualMachine()
666 ::rtl::OUString sLocation(pInfo->sLocation); in jfw_plugin_existJRE()
668 if (sLocation.getLength() == 0) in jfw_plugin_existJRE()
[all …]
/trunk/main/jvmfwk/source/
H A Delements.cxx641 m_javaInfo->sLocation = pInfo->sLocation; in setJavaInfo()
652 m_javaInfo->sLocation = sEmpty; in setJavaInfo()
693 sLocation); in setJRELocations()
695 m_JRELocations->push_back(sLocation); in setJRELocations()
700 void NodeJava::addJRELocation(rtl_uString * sLocation) in addJRELocation() argument
702 OSL_ASSERT( sLocation); in addJRELocation()
709 rtl::OUString(sLocation)); in addJRELocation()
949 sLocation = xmlLocation; in loadFromNode()
1071 CXmlCharPtr(sLocation)); in writeToNode()
1125 pInfo->sLocation = sLocation.pData; in makeJavaInfo()
[all …]
H A Dframework.cxx640 rtl::OUString sLocation(pInfoA->sLocation); in jfw_areEqualJavaInfo() local
644 && sLocation.equals(pInfoB->sLocation) == sal_True in jfw_areEqualJavaInfo()
663 rtl_uString_release(pInfo->sLocation); in jfw_freeJavaInfo()
1036 javaFrameworkError SAL_CALL jfw_addJRELocation(rtl_uString * sLocation) in jfw_addJRELocation() argument
1045 if (sLocation == NULL) in jfw_addJRELocation()
1048 node.addJRELocation(sLocation); in jfw_addJRELocation()
1213 rtl_uString_acquire(pInfo->sLocation); in copyJavaInfo()
1272 return rtl::OUString(pInfo->sLocation); in getLocation()
H A Delements.hxx86 ::rtl::OUString sLocation;
259 void addJRELocation(rtl_uString * sLocation);
/trunk/main/dbaccess/source/filter/xml/
H A DxmlFileBasedDatabase.cxx79 ::rtl::OUString sLocation,sMediaType,sFileTypeExtension; in DBG_NAME()
102sLocation = ::svt::OFileNotation( rImport.GetAbsoluteReference( sFileName ) ).get( ::svt::OFileNot… in DBG_NAME()
105 if ( sLocation.getLength() == 0 ) in DBG_NAME()
106 sLocation = sValue; in DBG_NAME()
124 if ( sLocation.getLength() && sMediaType.getLength() ) in DBG_NAME()
128 sURL += sLocation; in DBG_NAME()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabaseregistrations.cxx286 ::rtl::OUString sLocation; in getDatabaseLocation()
287 OSL_VERIFY( aNodeForName.getNodeValue( getLocationNodeName() ) >>= sLocation ); in getDatabaseLocation()
288 sLocation = SvtPathOptions().SubstituteVariable( sLocation ); in getDatabaseLocation()
290 return sLocation; in getDatabaseLocation()
321 ::rtl::OUString sLocation; in revokeDatabaseLocation()
322 OSL_VERIFY( aNodeForName.getNodeValue( getLocationNodeName() ) >>= sLocation ); in revokeDatabaseLocation()
333 DatabaseRegistrationEvent aEvent( *this, _Name, sLocation, ::rtl::OUString() ); in revokeDatabaseLocation()
/trunk/main/xmloff/source/script/
H A DXMLStarBasicExportHandler.cxx70 OUString sLocation, sName; in Export() local
78 sLocation = GetXMLToken( in Export()
90 if( sLocation.getLength() ) in Export()
92 OUStringBuffer sTmp( sLocation.getLength() + sName.getLength() + 1 ); in Export()
93 sTmp = sLocation; in Export()
/trunk/main/testtools/source/cliversioning/
H A Druntests.cs41 string sLocation = Assembly.GetExecutingAssembly().Location; in Main()
42 sLocation = sLocation.Substring(0, sLocation.LastIndexOf('\\')); in Main()
44 DirectoryInfo di = new DirectoryInfo(sLocation); in Main()
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx280 ::rtl::OUString sLocation = aScriptEvent.ScriptCode.copy( 0, nPrefixLen ); in lcl_getAssignedScriptEvent()
287 aNewStyleSpec.append ( sLocation ); in lcl_getAssignedScriptEvent()
716 const ::rtl::OUString sLocation = xScriptUri->getParameter( sLocationParamName ); in convertToControlValue() local
720 if ( sLocation.getLength() || sLanguage.getLength() ) in convertToControlValue()
725 …OSL_ENSURE( sLocation.getLength(), "EventHandler::convertToControlValue: unexpected: no location!"… in convertToControlValue()
726 if ( sLocation.getLength() ) in convertToControlValue()
728 aComposeBuffer.append( sLocation ); in convertToControlValue()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java448 String sLocation = getPathToExtension(xMSF); in startReportWizard() local
450 if (sLocation.length() > 0) in startReportWizard()
454 URI aLocationURI = URI.create(sLocation + "/" + "reportbuilderwizard.jar"); in startReportWizard()
470 … System.out.println("There could be a problem with the path '" + sLocation + "'"); in startReportWizard()
/trunk/main/jvmfwk/inc/jvmfwk/
H A Dframework.h264 rtl_uString *sLocation; member
760 JVMFWK_DLLPUBLIC javaFrameworkError SAL_CALL jfw_addJRELocation(rtl_uString * sLocation);
H A Dvendorplugin.h177 rtl_uString *sLocation,
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx369 ::rtl::OUString sLocation = sfUri->getParameter( in createDialogModel()
377 if ( sLocation == ::rtl::OUString::createFromAscii( "application" ) ) in createDialogModel()
381 else if ( sLocation == ::rtl::OUString::createFromAscii( "document" ) ) in createDialogModel()
410 if ( sLocation != sDocURL ) in createDialogModel()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx2203 ::rtl::OUString sLocation; in getDocumentLocation()
2209 sLocation = pMedium->GetName(); in getDocumentLocation()
2210 if ( !sLocation.getLength() ) in getDocumentLocation()
2213 sLocation = rDocShell.getDocProperties()->getTemplateURL(); in getDocumentLocation()
2216 return sLocation; in getDocumentLocation()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx183 …::rtl::OUString sLocation = xScriptUri->getParameter( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM… in dispatchWithNotification()
184 …bool bIsDocumentScript = ( sLocation == ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "document" )… in dispatchWithNotification()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dhtmlfile.hxx69 String sLocation; member in DocuFile_Html
/trunk/main/autodoc/source/display/html/
H A Doutfile.hxx71 String sLocation; member in HtmlDocuFile
H A Doutfile.cxx225 sLocation(), in HtmlDocuFile()
/trunk/main/autodoc/source/display/toolkit/
H A Dhtmlfile.cxx41 sLocation(), in DocuFile_Html()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl44 [id(8), helpstring("method Put_XAccLocation")] HRESULT Put_XAccLocation(const Location sLocation);
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx542 OUString sLocation( GetXMLToken( local
546 OUStringBuffer sTmp( sLocation.getLength() + aStrMacro.getLength() + 1 );
547 sTmp = sLocation;

Completed in 124 milliseconds

12