Searched refs:lChanges (Results 1 – 2 of 2) sorted by relevance
315 PropertyValue[] lChanges = new PropertyValue[1]; in impl_checkReadOnlyPropOfModule() local316 lChanges[0] = new PropertyValue(); in impl_checkReadOnlyPropOfModule()317 lChanges[0].Name = sPropName; in impl_checkReadOnlyPropOfModule()318 lChanges[0].Value = aPropValue; in impl_checkReadOnlyPropOfModule()324 xMM.replaceByName(sModule, lChanges); in impl_checkReadOnlyPropOfModule()
934 const css::uno::Sequence< css::util::ElementChange > lChanges (aEvent.Changes); in changesOccurred() local935 const css::util::ElementChange* pChanges = lChanges.getConstArray(); in changesOccurred()937 sal_Int32 c = lChanges.getLength(); in changesOccurred()
Completed in 53 milliseconds