19 #ifndef INCLUDED_SW_SOURCE_UIBASE_INC_NAVICFG_HXX
20 #define INCLUDED_SW_SOURCE_UIBASE_INC_NAVICFG_HXX
49 virtual void Notify(
const css::uno::Sequence< OUString >& aPropertyNames )
override;
53 if(m_nRootType != nSet)
62 if(m_nOutlineLevel != nSet)
65 m_nOutlineLevel = nSet;
71 if(m_nRegionMode != nSet)
80 if(m_nActiveBlock != nSet)
83 m_nActiveBlock = nSet;
89 if(m_bIsSmall != bSet)
98 if(m_bIsGlobalActive != bSet)
101 m_bIsGlobalActive = bSet;
107 if(m_nOutlineTracking != nSet)
110 m_nOutlineTracking = nSet;
116 return mContentTypeTrack[eCntTypeId];
120 if (mContentTypeTrack[eCntTypeId] != bSet)
123 mContentTypeTrack[eCntTypeId] = bSet;
bool IsGlobalActive() const
sal_Int32 m_nOutlineTracking
void SetOutlineLevel(sal_Int32 nSet)
ContentTypeId m_nRootType
void SetContentTypeTrack(ContentTypeId eCntTypeId, const bool bSet)
bool IsNavigateOnSelect() const
virtual void Notify(const css::uno::Sequence< OUString > &aPropertyNames) override
void SetOutlineTracking(sal_Int32 nSet)
sal_Int32 GetActiveBlock() const
ContentTypeId GetRootType() const
virtual ~SwNavigationConfig() override
virtual void ImplCommit() override
RegionMode GetRegionMode() const
static css::uno::Sequence< OUString > GetPropertyNames()
sal_Int32 m_nOutlineLevel
void SetRootType(ContentTypeId nSet)
sal_Int32 GetOutlineTracking() const
o3tl::enumarray< ContentTypeId, bool > mContentTypeTrack
void SetGlobalActive(bool bSet)
bool IsContentTypeTrack(ContentTypeId eCntTypeId)
bool m_bIsNavigateOnSelect
sal_Int32 GetOutlineLevel() const
void SetRegionMode(RegionMode nSet)
void SetActiveBlock(sal_Int32 nSet)