Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtabstpge.cxx662 …const SfxUInt16Item* pControlItem = aSet.GetItem<SfxUInt16Item>(SID_SVXTABULATORTABPAGE_DISABLEFLA… in PageCreated() local
663 if (pControlItem) in PageCreated()
664 DisableControls(static_cast<TabulatorDisableFlags>(pControlItem->GetValue())); in PageCreated()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtabstpge.cxx662 …const SfxUInt16Item* pControlItem = aSet.GetItem<SfxUInt16Item>(SID_SVXTABULATORTABPAGE_DISABLEFLA… in PageCreated() local
663 if (pControlItem) in PageCreated()
664 DisableControls(static_cast<TabulatorDisableFlags>(pControlItem->GetValue())); in PageCreated()