Lines Matching refs:NavigatorTree

174 	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()
363 void NavigatorTree::StartDrag( sal_Int8 /*nAction*/, const ::Point& /*rPosPixel*/ ) in StartDrag()
377 void NavigatorTree::Command( const CommandEvent& rEvt ) in Command()
608 sal_Bool NavigatorTree::IsDeleteAllowed() in IsDeleteAllowed()
623 SvLBoxEntry* NavigatorTree::FindEntry( FmEntryData* pEntryData ) in FindEntry()
642 void NavigatorTree::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
713 SvLBoxEntry* NavigatorTree::Insert( FmEntryData* pEntryData, sal_uIntPtr nRelPos ) in Insert()
757 void NavigatorTree::Remove( FmEntryData* pEntryData ) in Remove()
794 sal_Bool NavigatorTree::IsFormEntry( SvLBoxEntry* pEntry ) in IsFormEntry()
802 sal_Bool NavigatorTree::IsFormComponentEntry( SvLBoxEntry* pEntry ) in IsFormComponentEntry()
810 sal_Bool NavigatorTree::implAcceptPaste( ) in implAcceptPaste()
826 …sal_Int8 NavigatorTree::implAcceptDataTransfer( const DataFlavorExVector& _rFlavors, sal_Int8 _nAc… in implAcceptDataTransfer()
833 …sal_Int8 NavigatorTree::implAcceptDataTransfer( const DataFlavorExVector& _rFlavors, sal_Int8 _nAc… in implAcceptDataTransfer()
973 sal_Int8 NavigatorTree::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop()
1029 …sal_Int8 NavigatorTree::implExecuteDataTransfer( const OControlTransferData& _rData, sal_Int8 _nAc… in implExecuteDataTransfer()
1036 …sal_Int8 NavigatorTree::implExecuteDataTransfer( const OControlTransferData& _rData, sal_Int8 _nAc… in implExecuteDataTransfer()
1300 sal_Int8 NavigatorTree::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop()
1317 void NavigatorTree::doPaste() in doPaste()
1345 void NavigatorTree::doCopy() in doCopy()
1350 m_aControlExchange.setClipboardListener( LINK( this, NavigatorTree, OnClipboardAction ) ); in doCopy()
1356 void NavigatorTree::ModelHasRemoved( SvListEntry* _pEntry ) in ModelHasRemoved()
1375 void NavigatorTree::doCut() in doCut()
1380 m_aControlExchange.setClipboardListener( LINK( this, NavigatorTree, OnClipboardAction ) ); in doCut()
1399 void NavigatorTree::KeyInput(const ::KeyEvent& rKEvt) in KeyInput()
1435 sal_Bool NavigatorTree::EditingEntry( SvLBoxEntry* pEntry, Selection& rSelection ) in EditingEntry()
1446 void NavigatorTree::NewForm( SvLBoxEntry* pParentEntry ) in NewForm()
1508 …FmControlData* NavigatorTree::NewControl( const ::rtl::OUString& rServiceName, SvLBoxEntry* pParen… in NewControl()
1557 ::rtl::OUString NavigatorTree::GenerateName( FmEntryData* pEntryData ) in GenerateName()
1593 sal_Bool NavigatorTree::EditedEntry( SvLBoxEntry* pEntry, const XubString& rNewText ) in EditedEntry()
1605 nEditEvent = Application::PostUserEvent( LINK(this, NavigatorTree, OnEdit) ); in EditedEntry()
1613 IMPL_LINK( NavigatorTree, OnEdit, void*, EMPTYARG ) in IMPL_LINK() argument
1623 IMPL_LINK( NavigatorTree, OnDropActionTimer, void*, EMPTYARG ) in IMPL_LINK() argument
1660 IMPL_LINK(NavigatorTree, OnEntrySelDesel, NavigatorTree*, /*pThis*/)
1677 IMPL_LINK(NavigatorTree, OnSynchronizeTimer, void*, EMPTYARG) in IMPL_LINK() argument
1685 IMPL_LINK( NavigatorTree, OnClipboardAction, void*, EMPTYARG ) in IMPL_LINK() argument
1713 void NavigatorTree::ShowSelectionProperties(sal_Bool bForce) in ShowSelectionProperties()
1796 void NavigatorTree::DeleteSelection() in DeleteSelection()
1933 void NavigatorTree::CollectSelectionData(SELDATA_ITEMS sdiHow) in CollectSelectionData()
2008 void NavigatorTree::SynchronizeSelection(FmEntryDataArray& arredToSelect) in SynchronizeSelection()
2072 void NavigatorTree::SynchronizeSelection() in SynchronizeSelection()
2086 void NavigatorTree::SynchronizeMarkList() in SynchronizeMarkList()
2155 sal_Bool NavigatorTree::IsHiddenControl(FmEntryData* pEntryData) in IsHiddenControl()
2170 sal_Bool NavigatorTree::Select( SvLBoxEntry* pEntry, sal_Bool bSelect ) in Select()
2180 void NavigatorTree::UnmarkAllViewObj() in UnmarkAllViewObj()
2190 void NavigatorTree::MarkViewObj(FmFormData* pFormData, sal_Bool bMark, sal_Bool bDeep ) in MarkViewObj()
2239 …void NavigatorTree::CollectObjects(FmFormData* pFormData, sal_Bool bDeep, ::std::set< Reference< X… in CollectObjects()
2258 …void NavigatorTree::MarkViewObj( FmControlData* pControlData, sal_Bool bMarkHandles, sal_Bool bMar… in MarkViewObj()