Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx59 ,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 ==()
/aoo4110/main/dbaccess/source/ui/inc/
H A DRTableConnectionData.hxx57 sal_Int32 m_nDeleteRules; member in dbaui::ORelationTableConnectionData
89 inline void SetDeleteRules( sal_Int32 nAttr ){ m_nDeleteRules = nAttr; } in SetDeleteRules()
92 inline sal_Int32 GetDeleteRules() const { return m_nDeleteRules; } in GetDeleteRules()

Completed in 21 milliseconds