Searched refs:NavigatorTree (Results 1 – 4 of 4) sorted by relevance
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 115 class NavigatorTree : public ::cppu::BaseMutex class 166 NavigatorTree(const NavigatorTree&); 167 void operator =(const NavigatorTree&); 189 virtual ~NavigatorTree(); 191 DECL_LINK(OnEntrySelDesel, NavigatorTree*); 219 NavigatorTree::NavigatorTree( Window* pParent,OReportController& _rController ) in DBG_NAME() 265 NavigatorTree::~NavigatorTree() in ~NavigatorTree() 278 void NavigatorTree::Command( const CommandEvent& rEvt ) in Command() 467 IMPL_LINK(NavigatorTree, OnEntrySelDesel, NavigatorTree*, /*pThis*/) 778 NavigatorTree::UserData::UserData(NavigatorTree* _pTree,const uno::Reference<uno::XInterface>& _xCo… in DBG_NAME() [all …]
|
/trunk/main/svx/source/form/ |
H A D | navigatortree.cxx | 174 NavigatorTree::NavigatorTree( const Reference< XMultiServiceFactory >& _xORB, in NavigatorTree() function in svxform::NavigatorTree 232 NavigatorTree::~NavigatorTree() in ~NavigatorTree() 247 void NavigatorTree::Clear() in Clear() 608 sal_Bool NavigatorTree::IsDeleteAllowed() in IsDeleteAllowed() 810 sal_Bool NavigatorTree::implAcceptPaste( ) in implAcceptPaste() 1317 void NavigatorTree::doPaste() in doPaste() 1345 void NavigatorTree::doCopy() in doCopy() 1375 void NavigatorTree::doCut() in doCut() 1660 IMPL_LINK(NavigatorTree, OnEntrySelDesel, NavigatorTree*, /*pThis*/) 1796 void NavigatorTree::DeleteSelection() in DeleteSelection() [all …]
|
H A D | fmexpl.cxx | 593 m_pNavigatorTree = new NavigatorTree(comphelper::getProcessServiceFactory(), this ); in DBG_NAME()
|
/trunk/main/svx/source/inc/ |
H A D | fmexpl.hxx | 350 friend class NavigatorTree; 416 class NavigatorTree : public SvTreeListBox, public SfxListener class 504 DECL_LINK(OnEntrySelDesel, NavigatorTree*); 517 …NavigatorTree(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory… 518 virtual ~NavigatorTree(); 573 ::svxform::NavigatorTree* m_pNavigatorTree;
|
Completed in 52 milliseconds