Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx964 SwTOOElements nOLEData = rDesc.GetOLEOptions(); in ApplyTOXDescription() local
968 … m_xFromObjCLB->set_toggle(nFromObj, bool(nData & nOLEData) ? TRISTATE_TRUE : TRISTATE_FALSE); in ApplyTOXDescription()
1060 SwTOOElements nOLEData = SwTOOElements::NONE; in FillTOXDescription() local
1066 nOLEData |= nData; in FillTOXDescription()
1069 rDesc.SetOLEOptions(nOLEData); in FillTOXDescription()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx976 SwTOOElements nOLEData = rDesc.GetOLEOptions(); in ApplyTOXDescription() local
980 … m_xFromObjCLB->set_toggle(nFromObj, bool(nData & nOLEData) ? TRISTATE_TRUE : TRISTATE_FALSE, 0); in ApplyTOXDescription()
1072 SwTOOElements nOLEData = SwTOOElements::NONE; in FillTOXDescription() local
1078 nOLEData |= nData; in FillTOXDescription()
1081 rDesc.SetOLEOptions(nOLEData); in FillTOXDescription()