Home
last modified time | relevance | path

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

/aoo42x/main/framework/source/accelerators/
H A Dstorageholder.cxx317 ::rtl::OUString sParentPath; in closePath()
322 ::rtl::OUString sCurrentRelPath = sParentPath; in closePath()
326 sParentPath = sCurrentRelPath; in closePath()
481 ::rtl::OUString sParentPath; in getParentStorage()
485 sParentPath += lFolders[i]; in getParentStorage()
486 sParentPath += PATH_SEPERATOR; in getParentStorage()
489 TPath2StorageInfo::const_iterator pParent = m_lStorages.find(sParentPath); in getParentStorage()
/aoo42x/main/svtools/workben/treecontrol/
H A Dtreetest.cxx209 OUString sParentPath; in fillNode() local
210 xNode->getDataValue() >>= sParentPath; in fillNode()
212 osl::Directory aDirectory( sParentPath ); in fillNode()
/aoo42x/main/unotools/source/config/
H A Dconfignode.cxx420 ::rtl::OUString sParentPath, sLocalName; in setNodeValue()
422 if ( splitLastFromConfigurationPath(_rPath, sParentPath, sLocalName) ) in setNodeValue()
424 OConfigurationNode aParentAccess = openNode(sParentPath); in setNodeValue()
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DMutableTreeNode.java128 String sParentPath = (String) xNode.getDataValue(); in fillNode() local
H A DUnoTreeControl.java226 String sParentPath = (String) xNode.getDataValue(); in fillNode() local

Completed in 33 milliseconds