Lines Matching refs:bEnabled
219 aReturn.bEnabled = sal_True; in GetState()
223 …aReturn.bEnabled = m_bNew || isEditable();// the editable flag is set through this one -> || isAdd… in GetState()
226 aReturn.bEnabled = impl_isModified(); in GetState()
227 if ( aReturn.bEnabled ) in GetState()
231 aReturn.bEnabled = aIter != m_vRowList.end(); in GetState()
235 aReturn.bEnabled = isConnected() && isEditable(); in GetState()
236 if ( aReturn.bEnabled ) in GetState()
240 aReturn.bEnabled = aIter != m_vRowList.end(); in GetState()
245 …aReturn.bEnabled = isEditable() && m_aCurrentFrame.isActive() && getView() && static_cast<OTableDe… in GetState()
248 …aReturn.bEnabled = m_aCurrentFrame.isActive() && getView() && static_cast<OTableDesignView*>(getVi… in GetState()
251 …aReturn.bEnabled = isEditable() && m_aCurrentFrame.isActive() && getView() && static_cast<OTableDe… in GetState()
254 aReturn.bEnabled = in GetState()
260 if ( aReturn.bEnabled ) in GetState()
264 aReturn.bEnabled = aIter != m_vRowList.end(); in GetState()