Lines Matching refs:lProperties

156             css::uno::Sequence< css::beans::PropertyValue > lProperties   ( 4 );  in getChangedProperties()  local
161 lProperties[nRealyChanged].Name = sNodeBase + PROPERTYNAME_TEMPLATEFILE; in getChangedProperties()
165 lProperties[nRealyChanged].Value in getChangedProperties()
171 lProperties[nRealyChanged].Value <<= sTemplateFile; in getChangedProperties()
178 lProperties[nRealyChanged].Name = sNodeBase + PROPERTYNAME_WINDOWATTRIBUTES; in getChangedProperties()
179 lProperties[nRealyChanged].Value <<= sWindowAttributes; in getChangedProperties()
184 lProperties[nRealyChanged].Name = sNodeBase + PROPERTYNAME_EMPTYDOCUMENTURL; in getChangedProperties()
185 lProperties[nRealyChanged].Value <<= sEmptyDocumentURL; in getChangedProperties()
190 lProperties[nRealyChanged].Name = sNodeBase + PROPERTYNAME_DEFAULTFILTER; in getChangedProperties()
191 lProperties[nRealyChanged].Value <<= sDefaultFilter; in getChangedProperties()
196 lProperties[nRealyChanged].Name = sNodeBase + PROPERTYNAME_ICON; in getChangedProperties()
197 lProperties[nRealyChanged].Value <<= nIcon; in getChangedProperties()
208 lProperties.realloc( nRealyChanged ); in getChangedProperties()
209 return lProperties; in getChangedProperties()
999 const css::uno::Sequence< ::rtl::OUString > lProperties = impl_ExpandSetNames( lFactories ); in impl_Read() local
1000 const css::uno::Sequence< css::uno::Any > lValues = GetProperties( lProperties ); in impl_Read()
1005 …OSL_ENSURE( !(lProperties.getLength()!=lValues.getLength()), "SvtModuleOptions_Impl::impl_Read()\n… in impl_Read()