LibreOffice Module svx (master) 1
|
#include <fmexpl.hxx>
Public Member Functions | |
NavigatorTree (std::unique_ptr< weld::TreeView > xTreeView) | |
virtual | ~NavigatorTree () override |
void | Clear () |
void | UpdateContent (FmFormShell *pFormShell) |
void | MarkViewObj (FmFormData const *pFormData, bool bDeep) |
void | MarkViewObj (FmControlData const *pControlData) |
void | UnmarkAllViewObj () |
void | GrabFocus () |
bool | IsFormEntry (const weld::TreeIter &rEntry) |
bool | IsFormComponentEntry (const weld::TreeIter &rEntry) |
OUString | GenerateName (FmEntryData const *pEntryData) |
NavigatorTreeModel * | GetNavModel () const |
std::unique_ptr< weld::TreeIter > | FindEntry (FmEntryData *pEntryData) |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
weld::TreeView & | get_widget () |
sal_Int8 | AcceptDrop (const AcceptDropEvent &rEvt) |
sal_Int8 | ExecuteDrop (const ExecuteDropEvent &rEvt) |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Private Types | |
enum | SELDATA_ITEMS { SDI_DIRTY , SDI_ALL , SDI_NORMALIZED , SDI_NORMALIZED_FORMARK } |
typedef std::pair< const weld::TreeIter &, OUString > | IterString |
Private Member Functions | |
FmControlData * | NewControl (const OUString &rServiceName, const weld::TreeIter &rParentEntry, bool bEditName) |
void | NewForm (const weld::TreeIter &rParentEntry) |
std::unique_ptr< weld::TreeIter > | Insert (const FmEntryData *pEntryData, int nRelPos) |
void | Remove (FmEntryData *pEntryData) |
void | CollectSelectionData (SELDATA_ITEMS sdiHow) |
void | ShowSelectionProperties (bool bForce=false) |
void | DeleteSelection () |
void | SynchronizeSelection (FmEntryDataArray &arredToSelect) |
void | SynchronizeSelection () |
void | SynchronizeMarkList () |
void | CollectObjects (FmFormData const *pFormData, bool bDeep, ::std::set< css::uno::Reference< css::form::XFormComponent > > &_rObjects) |
void | LockSelectionHandling () |
void | UnlockSelectionHandling () |
bool | IsSelectionHandlingLocked () const |
bool | IsEditingActive () const |
DECL_LINK (KeyInputHdl, const KeyEvent &, bool) | |
DECL_LINK (PopupMenuHdl, const CommandEvent &, bool) | |
DECL_LINK (EditingEntryHdl, const weld::TreeIter &, bool) | |
DECL_LINK (EditedEntryHdl, const IterString &, bool) | |
DECL_LINK (OnEdit, void *, void) | |
DECL_LINK (OnEntrySelDesel, weld::TreeView &, void) | |
DECL_LINK (OnSynchronizeTimer, Timer *, void) | |
DECL_LINK (OnClipboardAction, OLocalExchange &, void) | |
DECL_LINK (DragBeginHdl, bool &, bool) | |
sal_Int8 | implAcceptDataTransfer (const DataFlavorExVector &_rFlavors, sal_Int8 _nAction, const weld::TreeIter *_pTargetEntry, bool _bDnD) |
sal_Int8 | implExecuteDataTransfer (const OControlTransferData &_rData, sal_Int8 _nAction, const Point &_rDropPos, bool _bDnD) |
sal_Int8 | implExecuteDataTransfer (const OControlTransferData &_rData, sal_Int8 _nAction, const weld::TreeIter *_pTargetEntry, bool _bDnD) |
bool | implAllowExchange (sal_Int8 _nAction, bool *_pHasNonHidden=nullptr) |
bool | implAcceptPaste () |
bool | implPrepareExchange (sal_Int8 _nAction) |
void | ModelHasRemoved (const weld::TreeIter *_pEntry) |
void | doPaste () |
void | doCopy () |
void | doCut () |
bool | doingKeyboardCut () const |
Static Private Member Functions | |
static bool | IsHiddenControl (FmEntryData const *pEntryData) |
Private Attributes | |
std::unique_ptr< weld::TreeView > | m_xTreeView |
NavigatorTreeDropTarget | m_aDropTargetHelper |
Timer | m_aSynchronizeTimer |
SvLBoxEntrySortedArray | m_arrCurrentSelection |
ListBoxEntrySet | m_aCutEntries |
::svxform::OControlExchangeHelper | m_aControlExchange |
std::unique_ptr< NavigatorTreeModel > | m_pNavModel |
std::unique_ptr< weld::TreeIter > | m_xRootEntry |
std::unique_ptr< weld::TreeIter > | m_xEditEntry |
ImplSVEvent * | nEditEvent |
SELDATA_ITEMS | m_sdiState |
sal_uInt16 | m_nSelectLock |
sal_uInt16 | m_nFormsSelected |
sal_uInt16 | m_nControlsSelected |
sal_uInt16 | m_nHiddenControls |
bool | m_bDragDataDirty: 1 |
bool | m_bPrevSelectionMixed: 1 |
bool | m_bRootSelected: 1 |
bool | m_bInitialUpdate: 1 |
bool | m_bKeyboardCut: 1 |
bool | m_bEditing: 1 |
Definition at line 375 of file fmexpl.hxx.
|
private |
Definition at line 455 of file fmexpl.hxx.
|
private |
Enumerator | |
---|---|
SDI_DIRTY | |
SDI_ALL | |
SDI_NORMALIZED | |
SDI_NORMALIZED_FORMARK |
Definition at line 380 of file fmexpl.hxx.
svxform::NavigatorTree::NavigatorTree | ( | std::unique_ptr< weld::TreeView > | xTreeView | ) |
Definition at line 131 of file navigatortree.cxx.
References Clear(), HID_FORM_NAVIGATOR, LINK, m_aSynchronizeTimer, m_pNavModel, m_xTreeView, Timer::SetInvokeHandler(), and SfxListener::StartListening().
|
overridevirtual |
Definition at line 167 of file navigatortree.cxx.
References Clear(), DBG_ASSERT, SfxListener::EndListening(), GetNavModel(), Task::IsActive(), m_aSynchronizeTimer, m_pNavModel, nEditEvent, Application::RemoveUserEvent(), and Task::Stop().
sal_Int8 svxform::NavigatorTree::AcceptDrop | ( | const AcceptDropEvent & | rEvt | ) |
Definition at line 849 of file navigatortree.cxx.
References implAcceptDataTransfer(), m_aDropTargetHelper, m_xTreeView, AcceptDropEvent::maPosPixel, and AcceptDropEvent::mnAction.
Referenced by svxform::NavigatorTreeDropTarget::AcceptDrop().
void svxform::NavigatorTree::Clear | ( | ) |
Definition at line 181 of file navigatortree.cxx.
References m_pNavModel.
Referenced by NavigatorTree(), and ~NavigatorTree().
|
private |
Definition at line 1972 of file navigatortree.cxx.
References FmEntryDataList::at(), FmEntryData::GetChildList(), i, and FmEntryDataList::size().
|
private |
Definition at line 1693 of file navigatortree.cxx.
References DBG_ASSERT, m_arrCurrentSelection, m_bRootSelected, m_nControlsSelected, m_nFormsSelected, m_nHiddenControls, m_sdiState, m_xRootEntry, m_xTreeView, SDI_DIRTY, and SDI_NORMALIZED.
Referenced by DeleteSelection(), implAllowExchange(), and ShowSelectionProperties().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 1553 of file navigatortree.cxx.
References SdrModel::BegUndo(), CollectSelectionData(), svxform::collectShapeModelMapping(), DBG_ASSERT, SdrView::DeleteMarked(), SdrModel::EndUndo(), FmEntryData::GetChildList(), FmEntryData::GetElement(), FmFormShell::GetFormModel(), svxform::NavigatorTreeModel::GetFormShell(), FmFormShell::GetFormView(), FmFormShell::GetImpl(), GetNavModel(), SdrPageView::GetPage(), SdrPaintView::GetSdrPageView(), IsHiddenControl(), m_arrCurrentSelection, m_bPrevSelectionMixed, m_nFormsSelected, m_xRootEntry, m_xTreeView, MarkViewObj(), svxform::NavigatorTreeModel::Remove(), SDI_NORMALIZED, FmEntryDataList::size(), and SvxResId().
|
private |
Definition at line 1175 of file navigatortree.cxx.
References DND_ACTION_COPY, implPrepareExchange(), LINK, m_aControlExchange, and m_xTreeView.
|
private |
Definition at line 1207 of file navigatortree.cxx.
References DND_ACTION_MOVE, implPrepareExchange(), LINK, m_aControlExchange, m_aCutEntries, m_arrCurrentSelection, m_bKeyboardCut, and m_xTreeView.
|
inlineprivate |
Definition at line 514 of file fmexpl.hxx.
References m_bKeyboardCut.
Referenced by doPaste(), implAcceptPaste(), and ModelHasRemoved().
|
private |
Definition at line 1145 of file navigatortree.cxx.
References DND_ACTION_COPY, DND_ACTION_MOVE, doingKeyboardCut(), Exception, implExecuteDataTransfer(), m_aControlExchange, m_xTreeView, and TOOLS_WARN_EXCEPTION.
sal_Int8 svxform::NavigatorTree::ExecuteDrop | ( | const ExecuteDropEvent & | rEvt | ) |
Definition at line 1132 of file navigatortree.cxx.
References DND_ACTION_NONE, implExecuteDataTransfer(), m_aControlExchange, ExecuteDropEvent::maDropEvent, ExecuteDropEvent::maPosPixel, and ExecuteDropEvent::mnAction.
Referenced by svxform::NavigatorTreeDropTarget::ExecuteDrop().
std::unique_ptr< weld::TreeIter > svxform::NavigatorTree::FindEntry | ( | FmEntryData * | pEntryData | ) |
Definition at line 537 of file navigatortree.cxx.
References FmEntryData::IsEqualWithoutChildren(), and m_xTreeView.
Referenced by implExecuteDataTransfer(), Insert(), NewControl(), NewForm(), Notify(), and Remove().
OUString svxform::NavigatorTree::GenerateName | ( | FmEntryData const * | pEntryData | ) |
Definition at line 1368 of file navigatortree.cxx.
References GetNavModel(), FmEntryData::GetParent(), i, and SvxResId().
Referenced by NewForm().
|
inline |
Definition at line 489 of file fmexpl.hxx.
References m_xTreeView.
Referenced by svxform::NavigatorTreeDropTarget::AcceptDrop().
|
inline |
Definition at line 484 of file fmexpl.hxx.
References m_pNavModel.
Referenced by DeleteSelection(), GenerateName(), implAcceptDataTransfer(), implExecuteDataTransfer(), implPrepareExchange(), NewControl(), NewForm(), ShowSelectionProperties(), UpdateContent(), and ~NavigatorTree().
|
inline |
|
private |
Definition at line 712 of file navigatortree.cxx.
References svxform::OControlTransferData::buildListFromPath(), DBG_ASSERT, DND_ACTION_COPY, DND_ACTION_COPYMOVE, DND_ACTION_MOVE, DND_ACTION_NONE, svxform::NavigatorTreeModel::GetFormPage(), FmFormPage::GetForms(), svxform::OControlTransferData::getFormsRoot(), GetNavModel(), svxform::OControlExchange::hasControlPathFormat(), svxform::OControlExchange::hasFieldExchangeFormat(), svxform::OControlExchange::hasHiddenControlModelsFormat(), IsFormComponentEntry(), IsFormEntry(), m_aControlExchange, m_bDragDataDirty, m_xRootEntry, m_xTreeView, and svxform::OControlTransferData::selected().
Referenced by AcceptDrop(), implAcceptPaste(), and implExecuteDataTransfer().
|
private |
Definition at line 695 of file navigatortree.cxx.
References TransferableDataHelper::CreateFromClipboard(), DND_ACTION_COPY, DND_ACTION_MOVE, doingKeyboardCut(), TransferableDataHelper::GetDataFlavorExVector(), implAcceptDataTransfer(), m_aControlExchange, and m_xTreeView.
|
private |
Definition at line 228 of file navigatortree.cxx.
References CollectSelectionData(), DND_ACTION_MOVE, m_arrCurrentSelection, m_xTreeView, and SDI_ALL.
Referenced by implPrepareExchange().
|
private |
Referenced by doPaste(), and ExecuteDrop().
|
private |
Definition at line 868 of file navigatortree.cxx.
References SdrModel::AddUndo(), Any, aStr, SdrModel::BegUndo(), DBG_ASSERT, FmUndoContainerAction::DisposeElement(), DND_ACTION_COPY, DND_ACTION_MOVE, DND_ACTION_NONE, SdrModel::EndUndo(), FindEntry(), FM_COMPONENT_HIDDEN, FM_PROP_CLASSID, FM_PROP_NAME, FmEntryData::GetChildIFace(), FmEntryData::GetChildList(), svxform::OControlTransferData::GetDataFlavorExVector(), FmEntryData::GetElement(), getElementPos(), FmFormShell::GetFormModel(), svxform::NavigatorTreeModel::GetFormPage(), svxform::NavigatorTreeModel::GetForms(), FmFormPage::GetForms(), svxform::NavigatorTreeModel::GetFormShell(), svxform::OControlTransferData::getFormsRoot(), FmFormShell::GetFormView(), FmFormShell::GetImpl(), SdrMarkView::GetMarkedObjectList(), GetNavModel(), FmEntryData::GetParent(), FmEntryData::GetPropertySet(), svxform::NavigatorTreeModel::GetRootList(), svxform::OControlExchange::hasFieldExchangeFormat(), svxform::OControlExchange::hasHiddenControlModelsFormat(), svxform::OControlTransferData::hiddenControls(), i, implAcceptDataTransfer(), Insert(), FmEntryDataList::insert(), FmUndoContainerAction::Inserted, IsFormEntry(), SdrModel::IsUndoEnabled(), LockSelectionHandling(), m_aControlExchange, m_bDragDataDirty, svxform::NavigatorTreeModel::m_pPropChangeList, m_xRootEntry, m_xTreeView, nCount, NewControl(), nIndex, Property, Remove(), FmUndoContainerAction::Removed, FmEntryDataList::removeNoDelete(), svxform::OControlTransferData::selected(), FmEntryData::SetParent(), SvxResId(), SynchronizeSelection(), and UnlockSelectionHandling().
|
private |
Definition at line 258 of file navigatortree.cxx.
References svxform::OControlTransferData::addHiddenControlsFormat(), svxform::OControlTransferData::addSelectedEntry(), svxform::OControlTransferData::buildPathFormat(), GetNavModel(), implAllowExchange(), m_aControlExchange, m_arrCurrentSelection, m_bDragDataDirty, m_xRootEntry, m_xTreeView, svxform::OControlTransferData::setFocusEntry(), and svxform::OControlTransferData::setFormsRoot().
|
private |
Definition at line 611 of file navigatortree.cxx.
References FmEntryDataList::at(), FindEntry(), FmEntryData::GetChildList(), FmEntryData::GetNormalImage(), FmEntryData::GetParent(), FmEntryData::GetText(), i, Insert(), m_xRootEntry, m_xTreeView, sId, FmEntryDataList::size(), and weld::toId().
Referenced by implExecuteDataTransfer(), Insert(), and Notify().
|
inlineprivate |
bool svxform::NavigatorTree::IsFormComponentEntry | ( | const weld::TreeIter & | rEntry | ) |
Definition at line 689 of file navigatortree.cxx.
References m_xTreeView.
Referenced by implAcceptDataTransfer().
bool svxform::NavigatorTree::IsFormEntry | ( | const weld::TreeIter & | rEntry | ) |
Definition at line 683 of file navigatortree.cxx.
References m_xTreeView.
Referenced by implAcceptDataTransfer(), implExecuteDataTransfer(), NewControl(), and NewForm().
|
staticprivate |
Definition at line 1905 of file navigatortree.cxx.
References aClassID, Any, FM_PROP_CLASSID, and FmEntryData::GetPropertySet().
Referenced by DeleteSelection().
|
inlineprivate |
Definition at line 445 of file fmexpl.hxx.
References m_nSelectLock.
|
inlineprivate |
Definition at line 443 of file fmexpl.hxx.
References m_nSelectLock.
Referenced by implExecuteDataTransfer(), and Remove().
void svxform::NavigatorTree::MarkViewObj | ( | FmControlData const * | pControlData | ) |
Definition at line 1988 of file navigatortree.cxx.
References SdrMarkView::GetAllMarkedRect(), FmControlData::GetFormComponent(), FmFormShell::GetFormView(), OutputDevice::GetOutDevType(), SdrPaintWindow::GetOutputDevice(), OutputDevice::GetOwnerWindow(), SdrPageView::GetPage(), SdrPaintView::GetPaintWindow(), SdrPaintView::GetSdrPageView(), i, SdrObjListIter::IsMore(), SdrMarkView::IsObjMarked(), SdrPaintView::MakeVisible(), SdrMarkView::MarkObj(), SdrObjListIter::Next(), OUTDEV_WINDOW, and SdrPaintView::PaintWindowCount().
void svxform::NavigatorTree::MarkViewObj | ( | FmFormData const * | pFormData, |
bool | bDeep | ||
) |
Definition at line 1927 of file navigatortree.cxx.
References SdrMarkView::GetAllMarkedRect(), FmFormShell::GetFormView(), OutputDevice::GetOutDevType(), SdrPaintWindow::GetOutputDevice(), OutputDevice::GetOwnerWindow(), SdrPageView::GetPage(), SdrPaintView::GetPaintWindow(), SdrPaintView::GetSdrPageView(), i, tools::Rectangle::IsEmpty(), SdrObjListIter::IsMore(), SdrMarkView::IsObjMarked(), SdrPaintView::MakeVisible(), SdrMarkView::MarkObj(), SdrObjListIter::Next(), OUTDEV_WINDOW, and SdrPaintView::PaintWindowCount().
Referenced by DeleteSelection().
|
private |
Definition at line 1184 of file navigatortree.cxx.
References doingKeyboardCut(), m_aControlExchange, m_aCutEntries, m_xTreeView, and svxform::OControlTransferData::onEntryRemoved().
Referenced by Remove().
|
private |
Definition at line 1327 of file navigatortree.cxx.
References FindEntry(), FmFormData::GetFormIface(), GetNavModel(), comphelper::getProcessComponentContext(), svxform::NavigatorTreeModel::Insert(), IsFormEntry(), m_bEditing, m_xTreeView, SAL_MAX_UINT32, svxform::NavigatorTreeModel::SetModified(), FmEntryData::SetText(), FmFormPageImpl::setUniqueName(), and sName.
Referenced by implExecuteDataTransfer().
|
private |
Definition at line 1267 of file navigatortree.cxx.
References aName, Any, Exception, FindEntry(), FM_PROP_COMMANDTYPE, FM_PROP_NAME, FM_SUN_COMPONENT_FORM, GenerateName(), SfxViewFrame::GetBindings(), svxform::NavigatorTreeModel::GetFormShell(), FmFormShell::GetImpl(), GetNavModel(), comphelper::getProcessComponentContext(), SfxViewShell::GetViewFrame(), SfxShell::GetViewShell(), svxform::NavigatorTreeModel::Insert(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), SfxBindings::Invalidate(), IsFormEntry(), m_bEditing, m_xTreeView, SAL_MAX_UINT32, svxform::NavigatorTreeModel::SetModified(), and FmEntryData::SetText().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 556 of file navigatortree.cxx.
References FindEntry(), Insert(), m_aControlExchange, m_aCutEntries, m_bPrevSelectionMixed, m_xRootEntry, m_xTreeView, pData, Remove(), SvxResId(), and SynchronizeSelection().
|
private |
Definition at line 648 of file navigatortree.cxx.
References FindEntry(), LockSelectionHandling(), m_xTreeView, ModelHasRemoved(), SynchronizeSelection(), and UnlockSelectionHandling().
Referenced by implExecuteDataTransfer(), and Notify().
|
private |
Definition at line 1462 of file navigatortree.cxx.
References CollectSelectionData(), SfxDispatcher::Execute(), SfxViewFrame::GetDispatcher(), FmEntryData::GetElement(), FmFormData::GetFormIface(), svxform::NavigatorTreeModel::GetFormShell(), FmFormShell::GetFormView(), FmFormShell::GetImpl(), SdrMarkView::GetMarkedObjectList(), GetNavModel(), FmEntryData::GetPropertySet(), SfxViewShell::GetViewFrame(), SfxShell::GetViewShell(), i, o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), m_arrCurrentSelection, m_bRootSelected, m_nControlsSelected, m_nFormsSelected, m_nHiddenControls, m_xTreeView, SAL_WARN_IF, and SDI_ALL.
|
private |
|
private |
Definition at line 1823 of file navigatortree.cxx.
References FmFormShell::GetFormView(), and SdrMarkView::GetMarkedObjectList().
Referenced by implExecuteDataTransfer(), Notify(), and Remove().
|
private |
Definition at line 1766 of file navigatortree.cxx.
|
inlineprivate |
Definition at line 444 of file fmexpl.hxx.
References m_nSelectLock.
Referenced by implExecuteDataTransfer(), and Remove().
void svxform::NavigatorTree::UnmarkAllViewObj | ( | ) |
Definition at line 1918 of file navigatortree.cxx.
References FmFormShell::GetFormView(), and SdrMarkView::UnMarkAll().
void svxform::NavigatorTree::UpdateContent | ( | FmFormShell * | pFormShell | ) |
Definition at line 186 of file navigatortree.cxx.
References FmFormShell::GetCurPage(), svxform::NavigatorTreeModel::GetFormPage(), svxform::NavigatorTreeModel::GetFormShell(), GetNavModel(), GrabFocus(), IsEditingActive(), m_bDragDataDirty, m_bEditing, m_bInitialUpdate, m_xRootEntry, m_xTreeView, and svxform::NavigatorTreeModel::UpdateContent().
|
private |
Definition at line 388 of file fmexpl.hxx.
Referenced by doCopy(), doCut(), doPaste(), ExecuteDrop(), implAcceptDataTransfer(), implAcceptPaste(), implExecuteDataTransfer(), implPrepareExchange(), ModelHasRemoved(), and Notify().
|
private |
Definition at line 386 of file fmexpl.hxx.
Referenced by doCut(), ModelHasRemoved(), and Notify().
|
private |
Definition at line 378 of file fmexpl.hxx.
Referenced by AcceptDrop().
|
private |
Definition at line 384 of file fmexpl.hxx.
Referenced by CollectSelectionData(), DeleteSelection(), doCut(), implAllowExchange(), implPrepareExchange(), and ShowSelectionProperties().
|
private |
Definition at line 382 of file fmexpl.hxx.
Referenced by NavigatorTree(), and ~NavigatorTree().
|
private |
Definition at line 403 of file fmexpl.hxx.
Referenced by implAcceptDataTransfer(), implExecuteDataTransfer(), implPrepareExchange(), and UpdateContent().
|
private |
Definition at line 408 of file fmexpl.hxx.
Referenced by IsEditingActive(), NewControl(), NewForm(), and UpdateContent().
|
private |
Definition at line 406 of file fmexpl.hxx.
Referenced by UpdateContent().
|
private |
Definition at line 407 of file fmexpl.hxx.
Referenced by doCut(), and doingKeyboardCut().
|
private |
Definition at line 404 of file fmexpl.hxx.
Referenced by DeleteSelection(), and Notify().
|
private |
Definition at line 405 of file fmexpl.hxx.
Referenced by CollectSelectionData(), and ShowSelectionProperties().
|
private |
Definition at line 400 of file fmexpl.hxx.
Referenced by CollectSelectionData(), and ShowSelectionProperties().
|
private |
Definition at line 399 of file fmexpl.hxx.
Referenced by CollectSelectionData(), DeleteSelection(), and ShowSelectionProperties().
|
private |
Definition at line 401 of file fmexpl.hxx.
Referenced by CollectSelectionData(), and ShowSelectionProperties().
|
private |
Definition at line 398 of file fmexpl.hxx.
Referenced by IsSelectionHandlingLocked(), LockSelectionHandling(), and UnlockSelectionHandling().
|
private |
Definition at line 390 of file fmexpl.hxx.
Referenced by Clear(), GetNavModel(), NavigatorTree(), and ~NavigatorTree().
|
private |
Definition at line 396 of file fmexpl.hxx.
Referenced by CollectSelectionData().
|
private |
Definition at line 392 of file fmexpl.hxx.
|
private |
Definition at line 391 of file fmexpl.hxx.
Referenced by CollectSelectionData(), DeleteSelection(), implAcceptDataTransfer(), implExecuteDataTransfer(), implPrepareExchange(), Insert(), Notify(), and UpdateContent().
|
private |
Definition at line 377 of file fmexpl.hxx.
Referenced by AcceptDrop(), CollectSelectionData(), DeleteSelection(), doCopy(), doCut(), doPaste(), FindEntry(), get_widget(), GrabFocus(), implAcceptDataTransfer(), implAcceptPaste(), implAllowExchange(), implExecuteDataTransfer(), implPrepareExchange(), Insert(), IsFormComponentEntry(), IsFormEntry(), ModelHasRemoved(), NavigatorTree(), NewControl(), NewForm(), Notify(), Remove(), ShowSelectionProperties(), and UpdateContent().
|
private |
Definition at line 394 of file fmexpl.hxx.
Referenced by ~NavigatorTree().