Lines Matching refs:rPropertyNames
75 virtual void Notify( const com::sun::star::uno::Sequence< rtl::OUString >& rPropertyNames );
172 Sequence<OUString> &rPropertyNames = PropertyNames::get(); in Load() local
173 if(!rPropertyNames.getLength()) in Load()
175 rPropertyNames.realloc(9); in Load()
176 OUString* pNames = rPropertyNames.getArray(); in Load()
188 EnableNotification( rPropertyNames ); in Load()
190 Sequence< Any > aValues = GetProperties(rPropertyNames); in Load()
191 Sequence< sal_Bool > aROStates = GetReadOnlyStates(rPropertyNames); in Load()
194 DBG_ASSERT( aValues.getLength() == rPropertyNames.getLength(), "GetProperties failed" ); in Load()
195 DBG_ASSERT( aROStates.getLength() == rPropertyNames.getLength(), "GetReadOnlyStates failed" ); in Load()
196 …if ( aValues.getLength() == rPropertyNames.getLength() && aROStates.getLength() == rPropertyNames.… in Load()
198 for ( int nProp = 0; nProp < rPropertyNames.getLength(); nProp++ ) in Load()
244 Sequence<OUString> &rPropertyNames = PropertyNames::get(); in Commit() local
245 OUString* pOrgNames = rPropertyNames.getArray(); in Commit()
246 sal_Int32 nOrgCount = rPropertyNames.getLength(); in Commit()