Home
last modified time | relevance | path

Searched refs:sParentPath (Results 1 – 9 of 9) sorted by relevance

/dports/security/ftimes/ftimes-3.11.0/utils/
H A Dtree_builder570 my ($sParentPath);
572 $sParentPath = dirname($sPath);
573 if (!-d $sParentPath)
575 $$psError = "Parent Directory ($sParentPath) must exist, but it does not.";
588 $sParentPath = GetRealPath($sParentPath, \$sError);
589 if (!defined($sParentPath))
595 return $sParentPath . (($sParentPath =~ /\/$/) ? "" : "/") . basename($sPath);
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/accelerators/
H A Dstorageholder.cxx218 OUString sParentPath; in closePath() local
221 OUString sCurrentRelPath(sParentPath + lFolder + PATH_SEPARATOR); in closePath()
223 sParentPath = sCurrentRelPath; in closePath()
344 OUStringBuffer sParentPath(64); in getParentStorage() local
348 sParentPath.append(lFolders[i] + PATH_SEPARATOR); in getParentStorage()
351 auto pParent = m_lStorages.find(sParentPath.makeStringAndClear()); in getParentStorage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/accelerators/
H A Dstorageholder.cxx231 OUString sParentPath; in closePath() local
234 OUString sCurrentRelPath(sParentPath + lFolder + PATH_SEPARATOR); in closePath()
236 sParentPath = sCurrentRelPath; in closePath()
357 OUStringBuffer sParentPath(64); in getParentStorage() local
361 sParentPath.append(lFolders[i]).append(PATH_SEPARATOR); in getParentStorage()
364 auto pParent = m_lStorages.find(sParentPath.makeStringAndClear()); in getParentStorage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dconfignode.cxx381 OUString sParentPath, sLocalName; in setNodeValue() local
383 if ( splitLastFromConfigurationPath(_rPath, sParentPath, sLocalName) ) in setNodeValue()
385 OConfigurationNode aParentAccess = openNode(sParentPath); in setNodeValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dconfignode.cxx385 OUString sParentPath, sLocalName; in setNodeValue() local
387 if ( splitLastFromConfigurationPath(_rPath, sParentPath, sLocalName) ) in setNodeValue()
389 OConfigurationNode aParentAccess = openNode(sParentPath); in setNodeValue()
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4FileSelDlg.cpp472 StdStrBuf sParentPath; in Load() local
473 GetParentPath(sFilename.getData(), &sParentPath); in Load()
475 if (SrcGrp.Open(sParentPath.getData())) in Load()
H A DC4StartupPlrSelDlg.cpp1656 StdStrBuf sParentPath; in SetNewPicture() local
1657 GetParentPath(szFromFilename, &sParentPath); in SetNewPicture()
1659 if (SrcGrp.Open(sParentPath.getData())) in SetNewPicture()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8nds.cxx947 OUString sParentPath = sConvertedParent.isEmpty() ? m_sBaseURL : sConvertedParent; in ConvertURL() local
961 …OUString sRelative = INetURLObject::GetRelURL( sParentPath, sToConvert, INetURLObject::EncodeMecha… in ConvertURL()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8nds.cxx946 OUString sParentPath = sConvertedParent.isEmpty() ? m_sBaseURL : sConvertedParent; in ConvertURL() local
960 …OUString sRelative = INetURLObject::GetRelURL( sParentPath, sToConvert, INetURLObject::EncodeMecha… in ConvertURL()