Home
last modified time | relevance | path

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

/aoo4110/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()
114 if ( aValues.getLength() == m_aPropertyNames.getLength() ) in Load()
[all …]

Completed in 19 milliseconds