Lines Matching refs:rPropertyNames
155 Sequence< rtl::OUString > &rPropertyNames = PropertyNames::get(); in Commit() local
156 rtl::OUString* pOrgNames = rPropertyNames.getArray(); in Commit()
157 sal_Int32 nOrgCount = rPropertyNames.getLength(); in Commit()
247 Sequence< rtl::OUString >& rPropertyNames = PropertyNames::get(); in Load() local
248 if ( !rPropertyNames.getLength() ) in Load()
250 rPropertyNames.realloc(6); in Load()
251 rtl::OUString* pNames = rPropertyNames.getArray(); in Load()
258 EnableNotification( rPropertyNames ); in Load()
260 Sequence< Any > aValues = GetProperties( rPropertyNames ); in Load()
261 Sequence< sal_Bool > aROStates = GetReadOnlyStates( rPropertyNames ); in Load()
264 DBG_ASSERT( aValues.getLength() == rPropertyNames.getLength(), "GetProperties failed" ); in Load()
265 DBG_ASSERT( aROStates.getLength() == rPropertyNames.getLength(), "GetReadOnlyStates failed" ); in Load()
266 …if ( aValues.getLength() == rPropertyNames.getLength() && aROStates.getLength() == rPropertyNames.… in Load()
271 for ( int nProp = 0; nProp < rPropertyNames.getLength(); nProp++ ) in Load()