Home
last modified time | relevance | path

Searched refs:IsLabelTextWithSmartTags (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/inc/svx/
H A DSmartTagMgr.hxx201 bool IsLabelTextWithSmartTags() const { return mbLabelTextWithSmartTags; } in IsLabelTextWithSmartTags() function in SmartTagMgr
215 IsLabelTextWithSmartTags(); } in IsSmartTagsEnabled()
/AOO41X/main/cui/source/tabpages/
H A Dautocdlg.cxx2854 …_Bool bModifiedRecognize = ( !m_aMainCB.IsChecked() != !pSmartTagMgr->IsLabelTextWithSmartTags() ); in FillItemSet()
2879 m_aMainCB.Check( pSmartTagMgr->IsLabelTextWithSmartTags() ); in Reset()