Home
last modified time | relevance | path

Searched refs:m_bEditable (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/basprov/
H A Dbasmethnode.cxx65 ,m_bEditable( true ) in BasicMethodNodeImpl()
91 …OV_PROPERTY_ID_EDITABLE, BASPROV_DEFAULT_ATTRIBS(), &m_bEditable, cppu::UnoType<decltype(m_bEditab… in BasicMethodNodeImpl()
H A Dbasmethnode.hxx60 bool m_bEditable; member in basprov::BasicMethodNodeImpl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/basprov/
H A Dbasmethnode.cxx66 ,m_bEditable( true ) in BasicMethodNodeImpl()
92 …OV_PROPERTY_ID_EDITABLE, BASPROV_DEFAULT_ATTRIBS(), &m_bEditable, cppu::UnoType<decltype(m_bEditab… in BasicMethodNodeImpl()
H A Dbasmethnode.hxx62 bool m_bEditable; member in basprov::BasicMethodNodeImpl
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx139 bool m_bEditable; // is the control readonly or not member
148 ,m_bEditable(true) in DBSubComponentController_Impl()
465 return !m_pImpl->m_bEditable; in isReadOnly()
470 return m_pImpl->m_bEditable; in isEditable()
475 m_pImpl->m_bEditable = _bEditable; in setEditable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx139 bool m_bEditable; // is the control readonly or not member
148 ,m_bEditable(true) in DBSubComponentController_Impl()
465 return !m_pImpl->m_bEditable; in isReadOnly()
470 return m_pImpl->m_bEditable; in isEditable()
475 m_pImpl->m_bEditable = _bEditable; in setEditable()
/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A DqsamplerDevice.h282 bool m_bEditable; variable
H A DqsamplerDevice.cpp964 : QAbstractTableModel(pParent), m_bEditable(false) in AbstractDeviceParamModel()
1012 m_bEditable = bEditable; in refresh()