Home
last modified time | relevance | path

Searched refs:lChanges (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java315 PropertyValue[] lChanges = new PropertyValue[1]; in impl_checkReadOnlyPropOfModule() local
316 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()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx934 const css::uno::Sequence< css::util::ElementChange > lChanges (aEvent.Changes); in changesOccurred() local
935 const css::util::ElementChange* pChanges = lChanges.getConstArray(); in changesOccurred()
937 sal_Int32 c = lChanges.getLength(); in changesOccurred()

Completed in 26 milliseconds