Lines Matching refs:m_aPropertyNames
51 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()
114 if ( aValues.getLength() == m_aPropertyNames.getLength() ) in Load()
116 for ( int nProp = 0; nProp < m_aPropertyNames.getLength(); nProp++ ) in Load()