LibreOffice Module sw (master)
1
|
#include <navipi.hxx>
Public Member Functions | |
SwNavigationPI (SfxBindings *, vcl::Window *) | |
virtual | ~SwNavigationPI () override |
virtual void | dispose () override |
void | UpdateListBox () |
void | MoveOutline (SwOutlineNodes::size_type nSource, SwOutlineNodes::size_type nTarget, bool bWithCilds) |
virtual void | StateChanged (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override |
virtual void | StateChanged (StateChangedType nStateChange) override |
RegionMode | GetRegionDropMode () const |
void | SetRegionDropMode (RegionMode nNewMode) |
sal_Int8 | AcceptDrop () |
sal_Int8 | ExecuteDrop (const ExecuteDropEvent &rEvt) |
bool | IsGlobalDoc () const |
bool | IsGlobalMode () const |
SwView * | GetCreateView () const |
void | CreateNavigationTool (const tools::Rectangle &rRect, bool bSetFocus, vcl::Window *pParent) |
FactoryFunction | GetUITestFactory () const override |
![]() | |
PanelLayout (vcl::Window *pParent, const OString &rID, const OUString &rUIXMLDescription, const css::uno::Reference< css::frame::XFrame > &rFrame, bool bInterimBuilder=false) | |
virtual | ~PanelLayout () override |
virtual Size | GetOptimalSize () const override |
virtual void | setPosSizePixel (long nX, long nY, long nWidth, long nHeight, PosSizeFlags nFlags=PosSizeFlags::All) override |
virtual void | queue_resize (StateChangedType eReason=StateChangedType::Layout) override |
virtual bool | EventNotify (NotifyEvent &rNEvt) override |
![]() | |
SfxBindings & | GetBindings () |
const SfxBindings & | GetBindings () const |
SfxControllerItem () | |
SfxControllerItem (sal_uInt16 nId, SfxBindings &) | |
virtual | ~SfxControllerItem () |
void | Bind (sal_uInt16 nNewId, SfxBindings *) |
void | UnBind () |
void | ReBind () |
bool | IsBound () const |
void | ClearCache () |
SfxControllerItem * | GetItemLink () |
SfxControllerItem * | ChangeItemLink (SfxControllerItem *pNewLink) |
void | SetId (sal_uInt16 nItemId) |
sal_uInt16 | GetId () const |
MapUnit | GetCoreMetric () const |
SAL_DLLPRIVATE void | BindInternal_Impl (sal_uInt16 nNewId, SfxBindings *) |
![]() | |
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 |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
Static Public Member Functions | |
static OUString | CreateDropFileName (TransferableDataHelper &rData) |
static OUString | CleanEntry (const OUString &rEntry) |
![]() | |
static SfxItemState | GetItemState (const SfxPoolItem *pState) |
Protected Member Functions | |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
NumEditAction & | GetPageEdit () |
void | ToggleTree () |
void | SetGlobalMode (bool bSet) |
Private Member Functions | |
bool | IsZoomedIn () const |
void | ZoomOut () |
void | ZoomIn () |
void | FillBox () |
void | MakeMark () |
DECL_LINK (DocListBoxSelectHdl, ListBox &, void) | |
DECL_LINK (ToolBoxSelectHdl, ToolBox *, void) | |
DECL_LINK (ToolBoxClickHdl, ToolBox *, void) | |
DECL_LINK (ToolBoxDropdownClickHdl, ToolBox *, void) | |
DECL_LINK (EditAction, NumEditAction &, void) | |
DECL_LINK (EditGetFocus, Control &, void) | |
DECL_LINK (DoneLink, SfxPoolItem const *, void) | |
DECL_LINK (MenuSelectHdl, Menu *, bool) | |
DECL_LINK (ChangePageHdl, Timer *, void) | |
DECL_LINK (PageEditModifyHdl, SpinField &, void) | |
DECL_LINK (PopupModeEndHdl, FloatingWindow *, void) | |
DECL_LINK (ClosePopupWindow, SfxPopupWindow *, void) | |
void | UsePage () |
void | SetPopupWindow (SfxPopupWindow *) |
Private Attributes | |
VclPtr< SwNavHelpToolBox > | m_aContentToolBox |
VclPtr< ToolBox > | m_aGlobalToolBox |
VclPtr< NumEditAction > | m_xEdit |
VclPtr< VclContainer > | m_aContentBox |
VclPtr< SwContentTree > | m_aContentTree |
VclPtr< VclContainer > | m_aGlobalBox |
VclPtr< SwGlobalTree > | m_aGlobalTree |
VclPtr< ListBox > | m_aDocListBox |
Idle | m_aPageChgIdle |
OUString | m_sContentFileName |
OUString | m_aContextArr [3] |
OUString | m_aStatusArr [4] |
std::unique_ptr< SfxObjectShellLock > | m_pxObjectShell |
SwView * | m_pContentView |
SwWrtShell * | m_pContentWrtShell |
SwView * | m_pActContView |
SwView * | m_pCreateView |
VclPtr< SfxPopupWindow > | m_pPopupWindow |
VclPtr< SfxPopupWindow > | m_pFloatingWindow |
SwNavigationConfig * | m_pConfig |
SfxBindings & | m_rBindings |
sal_uInt16 | m_nAutoMarkIdx |
RegionMode | m_nRegionMode |
Size | m_aExpandedSize |
bool | m_bIsZoomedIn: 1 |
bool | m_bGlobalMode: 1 |
Friends | |
class | SwNavigationChild |
class | SwContentTree |
class | SwGlobalTree |
class | SwNavigationPIUIObject |
Additional Inherited Members | |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 63 of file navipi.hxx.
SwNavigationPI::SwNavigationPI | ( | SfxBindings * | _pBindings, |
vcl::Window * | pParent | ||
) |
Definition at line 599 of file navipi.cxx.
References tools::Rectangle::Bottom(), SpinField::CalcMinimumSizeForText(), ToolBox::CheckItem(), VclPtr< reference_type >::Create(), NumericFormatter::CreateFieldText(), EMBEDDED, SvTreeListBox::EnableAsyncDrag(), FN_PAGENUMBER, VclPtr< reference_type >::get(), GetCreateView(), OutputDevice::GetFont(), ToolBox::GetItemBits(), ToolBox::GetItemId(), ToolBox::GetItemRect(), PanelLayout::GetOptimalSize(), GetPageEdit(), vcl::Window::GetQuickHelpText(), vcl::Window::GetStyle(), SwView::GetWrtShellPtr(), vcl::Window::GrabFocus(), HID_NAVIGATOR_GLOBAL_TOOLBOX, HID_NAVIGATOR_LISTBOX, HID_NAVIGATOR_TOOLBOX, ToolBox::HideItem(), i, ToolBox::InsertBreak(), ToolBox::InsertSeparator(), ToolBox::InsertWindow(), SwEditShell::IsGlblDocSaveLinks(), SwNavigationConfig::IsGlobalActive(), IsGlobalDoc(), tools::Rectangle::Left(), LINK, m_aContentBox, m_aContentToolBox, m_aContentTree, m_aContextArr, m_aDocListBox, m_aExpandedSize, m_aGlobalBox, m_aGlobalToolBox, m_aGlobalTree, m_aPageChgIdle, m_aStatusArr, m_pConfig, m_xEdit, SAL_N_ELEMENTS, vcl::Window::set_expand(), vcl::Window::SetAccessibleName(), NumEditAction::SetActionHdl(), ToolBox::SetClickHdl(), SwNavHelpToolBox::SetDialog(), SpinField::SetDownHdl(), SvTreeListBox::SetDragDropMode(), ToolBox::SetDropdownClickHdl(), ListBox::SetDropDownLineCount(), NumericFormatter::SetFirst(), OutputDevice::SetFont(), SvTreeListBox::SetFont(), SvTreeListBox::SetForceMakeVisible(), Control::SetGetFocusHdl(), vcl::Window::SetHelpId(), ToolBox::SetHelpId(), Timer::SetInvokeHandler(), ToolBox::SetItemBits(), ToolBox::SetLineCount(), ListBox::setMaxWidthChars(), NumericFormatter::SetMin(), Task::SetPriority(), ToolBox::SetSelectHdl(), ListBox::SetSelectHdl(), SvTreeListBox::SetSelectionMode(), vcl::Window::SetSizePixel(), SvTreeListBox::SetSpaceBetweenEntries(), vcl::Window::SetStyle(), SpinField::SetUpHdl(), vcl::Font::SetWeight(), SfxGetpApp(), ToolBox::ShowItem(), SwContentTree::ShowTree(), SfxListener::StartListening(), SwResId(), ToggleTree(), tools::Rectangle::Top(), UsePage(), WB_BORDER, WB_CLIPCHILDREN, WB_HASBUTTONS, WB_HASBUTTONSATROOT, WB_HSCROLL, WB_LEFT, WB_REPEAT, WB_SPIN, WB_TABSTOP, and WEIGHT_NORMAL.
|
overridevirtual |
Definition at line 761 of file navipi.cxx.
sal_Int8 SwNavigationPI::AcceptDrop | ( | ) |
Definition at line 1074 of file navipi.cxx.
References DND_ACTION_COPY, DND_ACTION_NONE, DropTargetHelper::IsDropFormatSupported(), SwContentTree::IsInDrag(), and m_aContentTree.
Referenced by SwContentTree::AcceptDrop().
|
static |
Definition at line 84 of file navipi.cxx.
References i.
Referenced by SwContentType::FillMemberList().
|
static |
Definition at line 1041 of file navipi.cxx.
References FileList::GetFile(), TransferableDataHelper::GetFileList(), TransferableDataHelper::GetINetBookmark(), INetURLObject::GetMainURL(), TransferableDataHelper::GetString(), INetBookmark::GetURL(), TransferableDataHelper::HasFormat(), INetURLObject::NONE, and void().
Referenced by ExecuteDrop(), and SwGlobalTree::ExecuteDrop().
void SwNavigationPI::CreateNavigationTool | ( | const tools::Rectangle & | rRect, |
bool | bSetFocus, | ||
vcl::Window * | pParent | ||
) |
Definition at line 418 of file navipi.cxx.
References FN_SCROLL_NAVIGATION, GetCreateView(), SfxViewFrame::GetFrame(), SfxFrame::GetFrameInterface(), SfxViewShell::GetViewFrame(), SwScrollNaviPopup::GrabFocus(), m_aContentToolBox, vcl::Window::OutputToAbsoluteScreenPixel(), SetPopupWindow(), tools::Rectangle::SetPos(), tools::Rectangle::TopLeft(), and xFrame.
|
private |
|
private |
|
private |
|
private |
|
private |
Reimplemented from PanelLayout.
Definition at line 766 of file navipi.cxx.
References ToolBox::Clear(), VclPtr< ListBox >::clear(), VclPtr< reference_type >::clear(), VclPtr< VclContainer >::clear(), SfxControllerItem::dispose(), PanelLayout::dispose(), VclPtr< reference_type >::disposeAndClear(), VclPtr< ToolBox >::disposeAndClear(), VclReferenceBase::disposeOnce(), SfxListener::EndListening(), FN_PAGENUMBER, GetCreateView(), SwView::GetDocShell(), ToolBox::GetItemWindow(), SwView::GetWrtShell(), SwCursorShell::IsAllProtect(), SfxControllerItem::IsBound(), IsGlobalDoc(), IsGlobalMode(), m_aContentBox, m_aContentToolBox, m_aContentTree, m_aDocListBox, m_aGlobalBox, m_aGlobalToolBox, m_aGlobalTree, m_aPageChgIdle, m_pFloatingWindow, m_pPopupWindow, m_pxObjectShell, m_rBindings, m_xEdit, SfxBindings::Release(), SfxObjectShell::SetReadOnlyUI(), SfxGetpApp(), and Task::Stop().
sal_Int8 SwNavigationPI::ExecuteDrop | ( | const ExecuteDropEvent & | rEvt | ) |
Definition at line 1089 of file navipi.cxx.
References SL::aData, CreateDropFileName(), GraphicDescriptor::Detect(), DND_ACTION_NONE, SfxDispatcher::ExecuteList(), GetActiveView(), SfxViewFrame::GetDispatcher(), SfxViewShell::GetViewFrame(), SwContentTree::IsInDrag(), LINK, m_aContentTree, m_pxObjectShell, m_sContentFileName, ExecuteDropEvent::maDropEvent, ExecuteDropEvent::mnAction, SwContentTree::SetHiddenShell(), and comphelper::string::stripEnd().
Referenced by SwContentTree::ExecuteDrop().
|
private |
Definition at line 168 of file navipi.cxx.
References SwContentTree::Display(), GetCreateView(), SwView::GetWrtShellPtr(), m_aContentTree, m_pActContView, m_pContentWrtShell, SwContentTree::SetActiveShell(), and SwContentTree::SetHiddenShell().
Referenced by ZoomOut().
SwView * SwNavigationPI::GetCreateView | ( | ) | const |
Definition at line 1213 of file navipi.cxx.
References SfxViewFrame::GetBindings(), SwModule::GetFirstView(), SwModule::GetNextView(), SfxViewShell::GetViewFrame(), m_pCreateView, m_rBindings, and SfxListener::StartListening().
Referenced by CreateNavigationTool(), dispose(), FillBox(), SwContentTree::GetFocus(), IsGlobalDoc(), MakeMark(), MoveOutline(), Notify(), StateChanged(), SwNavigationPI(), SwGlobalTree::Update(), UpdateListBox(), and UsePage().
|
protected |
Definition at line 894 of file navipi.cxx.
References FN_PAGENUMBER, ToolBox::GetItemWindow(), and m_aContentToolBox.
Referenced by SwNavigationPI(), and UsePage().
|
inline |
Definition at line 151 of file navipi.hxx.
References m_nRegionMode.
Referenced by SwContentTree::FillTransferData().
|
override |
Definition at line 436 of file navipi.cxx.
References SwNavigationPIUIObject::create().
bool SwNavigationPI::IsGlobalDoc | ( | ) | const |
Definition at line 1185 of file navipi.cxx.
References GetCreateView(), SwView::GetWrtShell(), and SwEditShell::IsGlobalDoc().
Referenced by dispose(), StateChanged(), SwNavigationPI(), and ToggleTree().
|
inline |
Definition at line 158 of file navipi.hxx.
References m_bGlobalMode.
Referenced by dispose(), StateChanged(), ToggleTree(), and ZoomOut().
|
inlineprivate |
Definition at line 102 of file navipi.hxx.
References m_bIsZoomedIn.
Referenced by ToggleTree(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 495 of file navipi.cxx.
References IDocumentMarkAccess::deleteMark(), IDocumentMarkAccess::findMark(), IDocumentMarkAccess::getAllMarksBegin(), IDocumentMarkAccess::getAllMarksEnd(), GetCreateView(), SwViewShell::getIDocumentMarkAccess(), IDocumentMarkAccess::GetType(), SwView::GetWrtShell(), m_nAutoMarkIdx, MAX_MARKS, IDocumentMarkAccess::NAVIGATOR_REMINDER, SwView::SetActMark(), and SwCursorShell::SetBookmark().
void SwNavigationPI::MoveOutline | ( | SwOutlineNodes::size_type | nSource, |
SwOutlineNodes::size_type | nTarget, | ||
bool | bWithCilds | ||
) |
Definition at line 99 of file navipi.cxx.
References SwCursorShell::ClearMark(), GetCreateView(), SwCursorShell::GetOutlinePos(), SwView::GetWrtShell(), SwWrtShell::GotoOutline(), SwCursorShell::IsCursorPtAtEnd(), SwEditShell::IsOutlineMovable(), SwCursorShell::MakeOutlineSel(), MAXLEVEL, SwEditShell::MoveOutlinePara(), SwOutlineNodes::npos, and SwCursorShell::SwapPam().
Referenced by SwContentTree::NotifyCopying(), and SwContentTree::NotifyMoving().
|
overrideprotectedvirtual |
Reimplemented from SfxListener.
Definition at line 900 of file navipi.cxx.
References SwGlobalTree::Display(), SfxListener::EndListening(), GetCreateView(), SfxHint::GetId(), SwView::GetWrtShellPtr(), SvTreeListBox::Invalidate(), vcl::Window::IsVisible(), m_aContentTree, m_aGlobalTree, m_pCreateView, SwContentTree::SetActiveShell(), and SwGlobalTree::Update().
|
inlineprotected |
|
private |
Definition at line 808 of file navipi.cxx.
References VclPtr< reference_type >::disposeAndClear(), LINK, m_pPopupWindow, and SfxPopupWindow::SetDeleteLink_Impl().
Referenced by CreateNavigationTool().
void SwNavigationPI::SetRegionDropMode | ( | RegionMode | nNewMode | ) |
Definition at line 1130 of file navipi.cxx.
References EMBEDDED, ToolBox::GetItemId(), LINK, m_aContentToolBox, m_nRegionMode, m_pConfig, NONE, ToolBox::SetItemImage(), and SwNavigationConfig::SetRegionMode().
Referenced by SwContentTree::ExecuteContextMenuAction(), and SwNavigationChild::SwNavigationChild().
|
overridevirtual |
Reimplemented from SfxControllerItem.
Definition at line 842 of file navipi.cxx.
References ToolBox::CheckItem(), GetCreateView(), ToolBox::GetItemId(), SwView::GetWrtShellPtr(), SwEditShell::IsGlblDocSaveLinks(), SwNavigationConfig::IsGlobalActive(), IsGlobalDoc(), IsGlobalMode(), m_aContentToolBox, m_aContentTree, m_aGlobalToolBox, m_pConfig, SwContentTree::SetActiveShell(), ToolBox::ShowItem(), ToggleTree(), and UpdateListBox().
|
overridevirtual |
Definition at line 871 of file navipi.cxx.
References SfxChildWindowContext::GetFloatingWindow(), ToolBox::GetItemId(), m_aContentToolBox, m_aContentTree, ToolBox::ShowItem(), and UpdateListBox().
|
protected |
Definition at line 1151 of file navipi.cxx.
References vcl::Window::Hide(), SwContentTree::HideTree(), SwGlobalTree::HideTree(), IsGlobalDoc(), IsGlobalMode(), IsZoomedIn(), m_aContentBox, m_aContentToolBox, m_aContentTree, m_aDocListBox, m_aGlobalBox, m_aGlobalToolBox, m_aGlobalTree, SetGlobalMode(), vcl::Window::Show(), SwContentTree::ShowTree(), SwGlobalTree::ShowTree(), and ZoomOut().
Referenced by SwContentTree::KeyInput(), SwGlobalTree::KeyInput(), StateChanged(), and SwNavigationPI().
void SwNavigationPI::UpdateListBox | ( | ) |
Definition at line 949 of file navipi.cxx.
References ListBox::Clear(), vcl::Window::Enable(), SwContentTree::GetActiveWrtShell(), GetCreateView(), SwView::GetDocShell(), SwModule::GetFirstView(), SwContentTree::GetHiddenWrtShell(), SwModule::GetNextView(), SfxObjectShell::GetTitle(), SwWrtShell::GetView(), ListBox::InsertEntry(), SwContentTree::IsActiveView(), SwContentTree::IsConstantView(), SfxObjectShell::IsHelpDocument(), SwContentTree::IsHiddenView(), m_aContentTree, m_aDocListBox, m_aStatusArr, nCount, ListBox::SelectEntryPos(), and vcl::Window::SetUpdateMode().
Referenced by SwContentTree::ExecuteContextMenuAction(), SwContentTree::KeyInput(), SwContentTree::SetHiddenShell(), SwContentTree::ShowActualView(), and StateChanged().
|
private |
Definition at line 193 of file navipi.cxx.
References GetCreateView(), SwCursorShell::GetPageCnt(), GetPageEdit(), SwCursorShell::GetPageNum(), SwView::GetWrtShell(), NumericFormatter::SetLast(), NumericFormatter::SetMax(), and NumericFormatter::SetValue().
Referenced by SwNavigationPI().
|
private |
Definition at line 558 of file navipi.cxx.
References ToolBox::CheckItem(), SvListView::FirstSelected(), ToolBox::GetItemId(), PanelLayout::GetOptimalSize(), Size::Height(), vcl::Window::Hide(), SwContentTree::HideTree(), SwGlobalTree::HideTree(), IsZoomedIn(), m_aContentBox, m_aContentToolBox, m_aContentTree, m_aDocListBox, m_aExpandedSize, m_aGlobalBox, m_aGlobalTree, m_bIsZoomedIn, m_pConfig, SwContentTree::Select(), Size::setHeight(), SfxDockingWindow::SetMinOutputSizePixel(), and SwNavigationConfig::SetSmall().
Referenced by SwNavigationChild::SwNavigationChild().
|
private |
Definition at line 524 of file navipi.cxx.
References ToolBox::CheckItem(), FillBox(), SvListView::FirstSelected(), ToolBox::GetItemId(), PanelLayout::GetOptimalSize(), Size::Height(), IsGlobalMode(), IsZoomedIn(), m_aContentBox, m_aContentToolBox, m_aContentTree, m_aDocListBox, m_aExpandedSize, m_aGlobalBox, m_aGlobalTree, m_bIsZoomedIn, m_pConfig, SwContentTree::Select(), Size::setHeight(), SfxDockingWindow::SetMinOutputSizePixel(), SwNavigationConfig::SetSmall(), vcl::Window::Show(), SwContentTree::ShowTree(), and SwGlobalTree::ShowTree().
Referenced by ToggleTree().
|
friend |
Definition at line 67 of file navipi.hxx.
|
friend |
Definition at line 68 of file navipi.hxx.
|
friend |
Definition at line 66 of file navipi.hxx.
|
friend |
Definition at line 69 of file navipi.hxx.
|
private |
Definition at line 74 of file navipi.hxx.
Referenced by dispose(), SwNavigationPI(), ToggleTree(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 71 of file navipi.hxx.
Referenced by CreateNavigationTool(), SwContentTree::Display(), dispose(), SwNavigationPIUIObject::execute(), GetPageEdit(), SwContentTree::Select(), SetRegionDropMode(), StateChanged(), SwNavigationChild::SwNavigationChild(), SwNavigationPI(), SwContentTree::ToggleToRoot(), ToggleTree(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 75 of file navipi.hxx.
Referenced by AcceptDrop(), dispose(), ExecuteDrop(), FillBox(), SwNavigationPIUIObject::get_state(), Notify(), StateChanged(), SwNavigationChild::SwNavigationChild(), SwNavigationPI(), ToggleTree(), UpdateListBox(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 81 of file navipi.hxx.
Referenced by SwNavigationPI().
Definition at line 78 of file navipi.hxx.
Referenced by dispose(), SwNavigationPI(), ToggleTree(), UpdateListBox(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 97 of file navipi.hxx.
Referenced by SwNavigationPI(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 76 of file navipi.hxx.
Referenced by dispose(), SwNavigationPI(), ToggleTree(), ZoomIn(), and ZoomOut().
Definition at line 72 of file navipi.hxx.
Referenced by dispose(), SwGlobalTree::SelectHdl(), StateChanged(), SwNavigationPI(), and ToggleTree().
|
private |
Definition at line 77 of file navipi.hxx.
Referenced by dispose(), Notify(), SwNavigationPI(), ToggleTree(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 79 of file navipi.hxx.
Referenced by dispose(), and SwNavigationPI().
|
private |
Definition at line 82 of file navipi.hxx.
Referenced by SwNavigationPI(), and UpdateListBox().
|
private |
Definition at line 100 of file navipi.hxx.
Referenced by IsGlobalMode(), and SetGlobalMode().
|
private |
Definition at line 99 of file navipi.hxx.
Referenced by IsZoomedIn(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 95 of file navipi.hxx.
Referenced by MakeMark().
|
private |
Definition at line 96 of file navipi.hxx.
Referenced by GetRegionDropMode(), and SetRegionDropMode().
|
private |
Definition at line 87 of file navipi.hxx.
Referenced by FillBox().
|
private |
Definition at line 92 of file navipi.hxx.
Referenced by SetRegionDropMode(), StateChanged(), SwNavigationPI(), ZoomIn(), and ZoomOut().
|
private |
Definition at line 85 of file navipi.hxx.
|
private |
Definition at line 86 of file navipi.hxx.
Referenced by FillBox().
|
private |
Definition at line 88 of file navipi.hxx.
Referenced by GetCreateView(), and Notify().
|
private |
Definition at line 90 of file navipi.hxx.
Referenced by dispose().
|
private |
Definition at line 89 of file navipi.hxx.
Referenced by dispose(), and SetPopupWindow().
|
private |
Definition at line 84 of file navipi.hxx.
Referenced by dispose(), and ExecuteDrop().
|
private |
Definition at line 93 of file navipi.hxx.
Referenced by dispose(), and GetCreateView().
|
private |
Definition at line 80 of file navipi.hxx.
Referenced by ExecuteDrop().
|
private |
Definition at line 73 of file navipi.hxx.
Referenced by dispose(), and SwNavigationPI().