Home
last modified time | relevance | path

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

/AOO41X/main/unotools/source/config/
H A Dundoopt.cxx51 Sequence< rtl::OUString > m_aPropertyNames; member in SvtUndoOptions_Impl
75 Sequence< Any > aValues( m_aPropertyNames.getLength() ); in Commit()
77 for ( int nProp = 0; nProp < m_aPropertyNames.getLength(); nProp++ ) in Commit()
89 PutProperties( m_aPropertyNames, aValues ); in Commit()
96 if(!m_aPropertyNames.getLength()) in Load()
104 m_aPropertyNames.realloc(nCount); in Load()
105 OUString* pNames = m_aPropertyNames.getArray(); in Load()
108 EnableNotification( m_aPropertyNames ); in Load()
111 Sequence< Any > aValues = GetProperties( m_aPropertyNames ); in Load()
113 DBG_ASSERT( aValues.getLength() == m_aPropertyNames.getLength(), "GetProperties failed" ); in Load()
[all …]