Home
last modified time | relevance | path

Searched refs:sPath (Results 1 – 25 of 210) sorted by relevance

123456789

/trunk/main/testgraphical/source/
H A Dfilehelper.pm52 my $sPath = shift;
61 return $sPath;
66 my $sPath = shift;
75 return $sPath;
143 my $sPath = shift;
151 $sPath .= "/";
155 return $sPath;
160 my $sPath = shift;
173 return $sPath;
337 my $sPath = shift;
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java254 sPath = checkIfLanguagePathExists(xMSF, sPath); in getOfficePaths()
256 aPathList.add(sPath); in getOfficePaths()
326 return sPath; in checkIfLanguagePathExists()
336 return sPath; in checkIfLanguagePathExists()
346 return sPath; in checkIfLanguagePathExists()
350 sPath = _sPath + "/en-US"; in checkIfLanguagePathExists()
353 return sPath; in checkIfLanguagePathExists()
356 sPath = _sPath + "/en"; in checkIfLanguagePathExists()
359 return sPath; in checkIfLanguagePathExists()
681 sPath = addPath(sPath, _sFile); in getPathFromList()
[all …]
/trunk/main/package/qa/storages/
H A DTestHelper.java597 String sPath, in ChangeStreamPassH() argument
618 Error( "Can't open encrypted substream '" + sPath + "'!" ); in ChangeStreamPassH()
667 if ( !disposeStream( xSubStream, sPath ) ) in ChangeStreamPassH()
969 String sPath, in checkStreamH() argument
990 Error( "Can't open substream '" + sPath + "'!" ); in checkStreamH()
1003 if ( !disposeStream( xSubStream, sPath ) ) in checkStreamH()
1010 String sPath, in checkEncrStreamH() argument
1064 Error( "Can't open encrypted substream '" + sPath + "'!" ); in checkEncrStreamH()
1080 if ( !disposeStream( xSubStream, sPath ) ) in checkEncrStreamH()
1560 Error( "The trying to open substream '" + sPath + "' must fail!" ); in cantOpenStreamH()
[all …]
/trunk/main/testgraphical/prechecks/
H A Dsoftwaretests.pl96 my $sPath = getcwd();
97 $sPath .= "/" . $sEnv;
98 chdir ($sPath);
100 $sPath = getcwd();
102 $sPath .= "/" . $sInpath . "/misc";
103 $sGlobalIniFile = "$sPath/pathes.ini";
128 my $sPath;
182 return $sPath;
225 my $sPath = shift;
230 if ($sPath =~ /\/cygdrive\/(.)/)
[all …]
/trunk/main/framework/source/services/
H A Dpathsettings.cxx187 if (sPath.getLength()) in changesOccurred()
232 const ::rtl::OUString& sPath = lPaths[i]; in impl_readAll() local
233 impl_updatePath(sPath, sal_False); in impl_readAll()
247 if( xCfg->hasByName(sPath) ) in impl_readOldFormat()
249 css::uno::Any aVal( xCfg->getByName(sPath) ); in impl_readOldFormat()
275 xCfg->getByName(sPath) >>= xPath; in impl_readNewFormat()
404 aPath = impl_readNewFormat(sPath); in impl_updatePath()
405 aPath.sPathName = sPath; in impl_updatePath()
461 m_lPaths[sPath] = aPath; in impl_updatePath()
473 m_lPaths[sPath] = aPath; in impl_updatePath()
[all …]
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx153 ::rtl::OUString sNormedPath = StorageHolder::impl_st_normPath(sPath); in openPath()
237 ::rtl::OUString sNormedPath = StorageHolder::impl_st_normPath(sPath); in getAllPathStorages()
279 void StorageHolder::commitPath(const ::rtl::OUString& sPath) in commitPath() argument
281 StorageHolder::TStorageList lStorages = getAllPathStorages(sPath); in commitPath()
337 ::rtl::OUString sPath = *pIt2; in closePath()
338 TPath2StorageInfo::iterator pPath = m_lStorages.find(sPath); in closePath()
356 void StorageHolder::notifyPath(const ::rtl::OUString& sPath) in notifyPath() argument
358 ::rtl::OUString sNormedPath = StorageHolder::impl_st_normPath(sPath); in notifyPath()
384 const ::rtl::OUString& sPath ) in addStorageListener()
386 ::rtl::OUString sNormedPath = StorageHolder::impl_st_normPath(sPath); in addStorageListener()
[all …]
H A Dpresethandler.cxx728 ::rtl::OUString sPath; in commitUserChanges()
736 m_aSharedStorages->m_lStoragesUser.commitPath(sPath); in commitUserChanges()
737 m_aSharedStorages->m_lStoragesUser.notifyPath(sPath); in commitUserChanges()
743 sPath = m_lDocumentStorages.getPathOfStorage(xWorking); in commitUserChanges()
744 m_lDocumentStorages.commitPath(sPath); in commitUserChanges()
745 m_lDocumentStorages.notifyPath(sPath); in commitUserChanges()
820 xPath = m_aSharedStorages->m_lStoragesShare.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
822 xPath = m_aSharedStorages->m_lStoragesUser.openPath(sPath, eMode); in impl_openPathIgnoringErrors()
886 sLocalizedPath = sPath; in impl_openLocalizedPathIgnoringErrors()
896 sPath = sLocalizedPath; in impl_openLocalizedPathIgnoringErrors()
[all …]
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DPartName.java29 public PartName (final String sPath) in PartName() argument
31 if ( ! (sPath.isEmpty() || sPath.startsWith("/"))) in PartName()
33 assert(sPath.isEmpty() || sPath.startsWith("/")); in PartName()
35 assert(sPath.indexOf('\\') == -1); in PartName()
37 msPath = sPath; in PartName()
44 final String sPath, in PartName() argument
51 msPath = sPath; in PartName()
55 msPath = Cleanup(aParentName.GetPathname() + "/" + sPath); in PartName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java45 String sPath = _aParam.getInputPath(); in callEntry() local
54 sPath = FileHelper.getPath(_aParam.getInputPath()); in callEntry()
56 String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, sPath); in callEntry()
164 String sPath = FileHelper.getPath(_aParam.getInputPath()); in foreachPSorPDFinInputPath() local
165 String sEntry = FileHelper.appendPath(sPath, sKey); in foreachPSorPDFinInputPath()
205 String sPath = FileHelper.getPath(sInputPath); in foreachPSorPDFinInputPath() local
210 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachPSorPDFinInputPath()
378 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachJPEGcompareWithJPEG()
433 String sPath = FileHelper.getPath(sInputPath); in foreachResultCreateHTML() local
436 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachResultCreateHTML()
[all …]
/trunk/main/unotools/source/config/
H A Dconfigmgr.cxx254 OUString sPath = C2U(cConfigBaseURL); in AcquireTree() local
255 sPath += rCfgItem.GetSubTreeName(); in AcquireTree()
260 aPath.Value <<= sPath; in AcquireTree()
500 OUString sPath = C2U(cConfigBaseURL); in GetDirectConfigProperty() local
503 case LOCALE: sPath += C2U("Setup/L10N"); break; in GetDirectConfigProperty()
515 case DEFAULTCURRENCY: sPath += C2U("Setup/L10N"); break; in GetDirectConfigProperty()
523 aArgs[0] <<= sPath; in GetDirectConfigProperty()
688 OUString sPath = C2U(cConfigBaseURL); in GetLocalProperty() local
689 sPath += rProperty; in GetLocalProperty()
720 OUString sPath = C2U(cConfigBaseURL); in PutLocalProperty() local
[all …]
/trunk/main/framework/source/inc/accelerators/
H A Dstorageholder.hxx149 … virtual css::uno::Reference< css::embed::XStorage > openPath(const ::rtl::OUString& sPath ,
155 virtual StorageHolder::TStorageList getAllPathStorages(const ::rtl::OUString& sPath);
160 virtual void commitPath(const ::rtl::OUString& sPath);
165 virtual void closePath(const ::rtl::OUString& sPath);
170 virtual void notifyPath(const ::rtl::OUString& sPath);
176 const ::rtl::OUString& sPath );
182 const ::rtl::OUString& sPath );
245 static ::rtl::OUString impl_st_normPath(const ::rtl::OUString& sPath);
250 …static OUStringList impl_st_parsePath(const ::rtl::OUString& sPath); …
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DFilenameHelper.java88 String sPath = checkPath(FileHelper.getPath(_sFilename)); in setCompleteFilename() local
92 m_sPath = sPath; in setCompleteFilename()
105 String sPath = checkPath(_sPath); in FilenameHelper_impl() local
109 m_sPath = sPath; in FilenameHelper_impl()
215 String sPath; in checkPath() local
218 sPath = _sPath.substring(0, _sPath.length() - 1); in checkPath()
222 sPath = _sPath; in checkPath()
224 return sPath; in checkPath()
263 String sPath = createAbsoluteFilename(); in equals() local
265 if (sPath.equals(sPathOther)) in equals()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx400 if(!sPath.Len()) in SwMailMergeDlg()
405 INetURLObject aURL(sPath); in SwMailMergeDlg()
733 String sPath( in ExecQryShell() local
739 if (sPath.Len() >= sDelim.Len() && in ExecQryShell()
740 sPath.Copy(sPath.Len()-sDelim.Len()).CompareTo(sDelim) != COMPARE_EQUAL) in ExecQryShell()
741 sPath += sDelim; in ExecQryShell()
759 if(!sPath.Len()) in ExecQryShell()
764 pMgr->SetSubject(sPath); in ExecQryShell()
828 String sPath( aPathED.GetText() ); in IMPL_LINK() local
829 if( !sPath.Len() ) in IMPL_LINK()
[all …]
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java153 final String sPath = GetPackagePathForTreePath(aPath); in valueChanged() local
154 final PartName aName = new PartName(sPath); in valueChanged()
180 final String sPath = GetPackagePathForTreePath(getPathForRow(nRow)); in mouseMoved() local
181 SetPartUnderMouse(sPath); in mouseMoved()
190 final StringBuffer sPath = new StringBuffer(""); in GetPackagePathForTreePath() local
194 sPath.append("/"); in GetPackagePathForTreePath()
195 sPath.append(aNodes[nIndex].toString()); in GetPackagePathForTreePath()
197 return sPath.toString(); in GetPackagePathForTreePath()
/trunk/main/lingucomponent/source/lingutil/
H A Dlingutil.cxx169 rtl::OUString sPath = aFileStatus.getFileURL(); in GetOldStyleDics() local
170 if (sPath.lastIndexOf(aSystemSuffix) == sPath.getLength()-aSystemSuffix.getLength()) in GetOldStyleDics()
172 sal_Int32 nStartIndex = sPath.lastIndexOf(sal_Unicode('/')) + 1; in GetOldStyleDics()
173 if (!sPath.match(aSystemPrefix, nStartIndex)) in GetOldStyleDics()
175 rtl::OUString sChunk = sPath.copy(0, sPath.getLength() - aSystemSuffix.getLength()); in GetOldStyleDics()
198 aDicEntry.aLocations[0] = sPath; in GetOldStyleDics()
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx115 String sPath(*(*pPathArr)[i]); in SwGlossaryGroupDlg() local
116 INetURLObject aTempURL(sPath); in SwGlossaryGroupDlg()
117 sPath = aTempURL.GetMainURL(INetURLObject::DECODE_WITH_CHARSET ); in SwGlossaryGroupDlg()
118 aPathLB.InsertEntry(sPath); in SwGlossaryGroupDlg()
120 utl::TempFile aTempFile(&sPath); in SwGlossaryGroupDlg()
144 pData->sPath = aPathLB.GetEntry((sal_uInt16)sGroup.GetToken(1, GLOS_DELIM).ToInt32()); in SwGlossaryGroupDlg()
145 sTemp += pData->sPath; in SwGlossaryGroupDlg()
298 pData->sPath = aPathLB.GetSelectEntry(); in IMPL_LINK()
429 pData->sPath = aPathLB.GetSelectEntry(); in IMPL_LINK()
566 sMsg = pData->sPath; in RequestHelp()
/trunk/main/comphelper/source/misc/
H A Dregpathhelper.cxx118 OUString sPath(RTL_CONSTASCII_USTRINGPARAM("file://")); in getDefaultLocalRegistry() local
122 sPath += userRegistryName.getToken(2, '/', nIndex); in getDefaultLocalRegistry()
125 sPath += sSeparator; in getDefaultLocalRegistry()
126 sPath += userRegistryName.getToken(0, '/', nIndex); in getDefaultLocalRegistry()
129 Directory aDir( sPath ); in getDefaultLocalRegistry()
132 retRC = Directory::create(sPath); in getDefaultLocalRegistry()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java105 String sPath; field in AgendaWizardDialogImpl
461 sPath = myPathSelection.getSelectedPath(); in finishWizard()
462 if (sPath.equals(PropertyNames.EMPTY_STRING)) { in finishWizard()
464 sPath = myPathSelection.getSelectedPath(); in finishWizard()
466 sPath = fileAccess.getURL(sPath); in finishWizard()
472 if (fileAccess.exists(sPath, true)) { in finishWizard()
483 … bSaveSuccess = OfficeDocument.store(xMSF, xTextDocument, sPath , "writer8_template", false ); in finishWizard()
533 …Object oDoc = OfficeDocument.load(Desktop.getDesktop(xMSF), sPath, "_default", new PropertyValue[0… in finishWizard()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dvistaspecial.cxx90 static BOOL RemoveCompleteDirectory( std::_tstring sPath ) in RemoveCompleteDirectory() argument
95 std::_tstring sPattern = sPath + TEXT("\\") + TEXT("*.*"); in RemoveCompleteDirectory()
118 std::_tstring sCompleteFileName = sPath + TEXT("\\") + sFileName; in RemoveCompleteDirectory()
160 bool fRemoveDirSuccess = RemoveDirectory(sPath.c_str()); in RemoveCompleteDirectory()
164 mystr = "Successfully removed dir " + sPath; in RemoveCompleteDirectory()
169 mystr = "An error occurred during removal of empty directory " + sPath; in RemoveCompleteDirectory()
H A Dregisterextensions.cxx226 static BOOL RemoveCompleteDirectory( std::_tstring sPath ) in RemoveCompleteDirectory() argument
231 std::_tstring sPattern = sPath + TEXT("\\") + TEXT("*.*"); in RemoveCompleteDirectory()
254 std::_tstring sCompleteFileName = sPath + TEXT("\\") + sFileName; in RemoveCompleteDirectory()
296 bool fRemoveDirSuccess = RemoveDirectory(sPath.c_str()); in RemoveCompleteDirectory()
300 mystr = "Successfully removed dir " + sPath; in RemoveCompleteDirectory()
305 mystr = "An error occurred during removal of empty directory " + sPath; in RemoveCompleteDirectory()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx296 ::rtl::OUStringBuffer sPath( SETNAME_HANDLER ); in read()
297 sPath.append(CFG_PATH_SEPERATOR); in read()
298 sPath.append(lNames[nSource]); in read()
299 sPath.append(CFG_PATH_SEPERATOR); in read()
300 sPath.append(PROPERTY_PROTOCOLS); in read()
302 lFullNames[nTarget] = sPath.makeStringAndClear(); in read()
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx200 OUStringList impl_readOldFormat(const ::rtl::OUString& sPath);
203 PathSettings::PathInfo impl_readNewFormat(const ::rtl::OUString& sPath);
215 PathSettings::EChangeOp impl_updatePath(const ::rtl::OUString& sPath ,
257 sal_Bool impl_isValidPath(const ::rtl::OUString& sPath) const;
262 css::uno::Sequence< sal_Int32 > impl_mapPathName2IDList(const ::rtl::OUString& sPath);
265 const ::rtl::OUString& sPath ,
/trunk/main/framework/source/inc/pattern/
H A Dconfiguration.hxx128 ::rtl::OUStringBuffer sPath(1024); in openConfig()
129 sPath.append(sPackage ); in openConfig()
130 sPath.append(PATH_SEPERATOR); in openConfig()
131 sPath.append(sRelPath ); in openConfig()
144 aParam.Value <<= sPath.makeStringAndClear(); in openConfig()
/trunk/main/xml2cmp/source/support/
H A Dsyshelp.cxx78 Simstr sPath(i_rName); in WriteName() local
79 sPath.replace_all('.','/'); in WriteName()
80 int nNameEnd = sPath.pos_first(' '); in WriteName()
81 int nPathStart = sPath.pos_last(' '); in WriteName()
89 WriteStr( o_rFile, sPath.str() + 1 + nPathStart ); in WriteName()
91 o_rFile.write( sPath.str(), nNameEnd ); in WriteName()
/trunk/main/cui/source/options/
H A Doptjava.cxx628 ::rtl::OUString sPath( m_pPathDlg->GetClassPath() ); in FillItemSet()
629 if ( m_pPathDlg->GetOldPath() != String( sPath ) ) in FillItemSet()
631 eErr = jfw_setUserClassPath( sPath.pData ); in FillItemSet()
1046 String sPath; in GetClassPath() local
1050 if ( sPath.Len() > 0 ) in GetClassPath()
1051 sPath += CLASSPATH_DELIMITER; in GetClassPath()
1054 sPath += *pFullPath; in GetClassPath()
1056 sPath += m_aPathList.GetEntry(i); in GetClassPath()
1058 return sPath; in GetClassPath()
1074 String sPath = aURL.getFSysPath( INetURLObject::FSYS_DETECT ); in SetClassPath() local
[all …]

Completed in 135 milliseconds

123456789