Home
last modified time | relevance | path

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

/AOO42X/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx115 class NavigatorTree : public ::cppu::BaseMutex class
130 NavigatorTree* m_pTree;
132 UserData(NavigatorTree* _pTree,const uno::Reference<uno::XInterface>& _xContent);
166 NavigatorTree(const NavigatorTree&);
167 void operator =(const NavigatorTree&);
188 NavigatorTree(Window* pParent,OReportController& _rController );
189 virtual ~NavigatorTree();
191 DECL_LINK(OnEntrySelDesel, NavigatorTree*);
219 NavigatorTree::NavigatorTree( Window* pParent,OReportController& _rController ) in DBG_NAME()
260 m_aDropActionTimer.SetTimeoutHdl(LINK(this, NavigatorTree, OnDropActionTimer)); in DBG_NAME()
[all …]
/AOO42X/main/svx/source/form/
H A Dnavigatortree.cxx174 NavigatorTree::NavigatorTree( const Reference< XMultiServiceFactory >& _xORB, in NavigatorTree() function in svxform::NavigatorTree
224 m_aDropActionTimer.SetTimeoutHdl(LINK(this, NavigatorTree, OnDropActionTimer)); in NavigatorTree()
226 m_aSynchronizeTimer.SetTimeoutHdl(LINK(this, NavigatorTree, OnSynchronizeTimer)); in NavigatorTree()
227 SetSelectHdl(LINK(this, NavigatorTree, OnEntrySelDesel)); in NavigatorTree()
228 SetDeselectHdl(LINK(this, NavigatorTree, OnEntrySelDesel)); in NavigatorTree()
232 NavigatorTree::~NavigatorTree() in ~NavigatorTree()
247 void NavigatorTree::Clear() in Clear()
254 void NavigatorTree::UpdateContent( FmFormShell* pFormShell ) in UpdateContent()
290 sal_Bool NavigatorTree::implAllowExchange( sal_Int8 _nAction, sal_Bool* _pHasNonHidden ) in implAllowExchange()
326 sal_Bool NavigatorTree::implPrepareExchange( sal_Int8 _nAction ) in implPrepareExchange()
[all …]
H A Dfmexpl.cxx585 m_pNavigatorTree = new NavigatorTree(comphelper::getProcessServiceFactory(), this ); in DBG_NAME()
/AOO42X/main/svx/source/inc/
H A Dfmexpl.hxx347 friend class NavigatorTree;
413 class NavigatorTree : public SvTreeListBox, public SfxListener class
499 DECL_LINK(OnEntrySelDesel, NavigatorTree*);
512NavigatorTree(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory…
513 virtual ~NavigatorTree();
568 ::svxform::NavigatorTree* m_pNavigatorTree;