Lines Matching refs:Path
426 class Path class
431 Path(SvLBox *pBox, SvLBoxEntry *pEntry);
432 Path(const Path &rPath): in Path() function in Path
437 const Path &operator=(const Path &rPath) in operator =()
448 ~Path() in ~Path()
462 Path::Path(SvLBox *pBox, SvLBoxEntry *pEntry) : in Path() function in Path
480 void Path::NewImp() in NewImp()
544 Path aPath(this, pEntry); in Select()
691 Path aSource(pSourceBox, pSource); in MoveOrCopyContents()
692 Path aTarget(this, pTarget); in MoveOrCopyContents()
1031 Path aSource(pSource, pSourceEntry); in NotifyAcceptDrop()
1032 Path aTarget(this, pEntry); in NotifyAcceptDrop()
1137 SfxObjectShellRef SfxOrganizeListBox_Impl::GetObjectShell(const Path &rPath) in GetObjectShell()
1213 Path aPath(this, pEntry); in RequestingChilds()
1270 Path aPath(this, pEntry); in ExpandingHdl()
1893 Path aPath(pFocusBox, pEntry); in Dispatch_Impl()
1962 Path aPath( pFocusBox, pEntry ); in Dispatch_Impl()
2124 Path aPath( pFocusBox, pFocusBox->FirstSelected() ); in IMPL_LINK()