Searched refs:m_xConfig2 (Results 1 – 1 of 1) sorted by relevance
106 XNameAccess m_xConfig2 = openConfig(m_xSmgr, sConfigPath, bReadOnly); in before() local107 if (m_xConfig2 != null) in before()109 …m_xPrimaryKeys = UnoRuntime.queryInterface(XNameAccess.class, m_xConfig2.getByName("PrimaryKeys")); in before()110 …m_xSecondaryKeys = UnoRuntime.queryInterface(XNameAccess.class, m_xConfig2.getByName("SecondaryKey… in before()
Completed in 23 milliseconds