Home
last modified time | relevance | path

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

/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py891 class DirBrowseNode( unohelper.Base, XBrowseNode, XPropertySet, XInvocation ): class
915 DirBrowseNode( self.provCtx, i[i.rfind("/")+1:len(i)], i, self.depth + 1 ) )
976 …childNode = DirBrowseNode( self.provCtx, subFolderUrl[subFolderUrl.rfind("/")+1:len(subFolderUrl)]…
1195 DirBrowseNode( self.provCtx, i[0], i[1].pathes[0], 0 ))
1199 DirBrowseNode( self.provCtx, i[0]+"."+lastElement(j), j, 0 ) )
1350 self.dirBrowseNode = DirBrowseNode( self.provCtx, LANGUAGENAME, rootUrl, 0 )