Searched refs:m_nDeleteRules (Results 1 – 2 of 2) sorted by relevance
59 ,m_nDeleteRules(KeyRule::NO_ACTION) in DBG_NAME()70 ,m_nDeleteRules(KeyRule::NO_ACTION) in ORelationTableConnectionData()248 m_nDeleteRules = rConnData.GetDeleteRules(); in operator =()259 && (lhs.m_nDeleteRules == rhs.m_nDeleteRules) in operator ==()
57 sal_Int32 m_nDeleteRules; member in dbaui::ORelationTableConnectionData89 inline void SetDeleteRules( sal_Int32 nAttr ){ m_nDeleteRules = nAttr; } in SetDeleteRules()92 inline sal_Int32 GetDeleteRules() const { return m_nDeleteRules; } in GetDeleteRules()
Completed in 11 milliseconds