Searched refs:m_aPropertyNames (Results 1 – 1 of 1) sorted by relevance
51 Sequence< rtl::OUString > m_aPropertyNames; member in SvtUndoOptions_Impl75 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 4 milliseconds