Lines Matching refs:localMods
1290 Modifications localMods; in setName() local
1310 localMods.add(getRelativePath()); in setName()
1324 localMods.add(getRelativePath()); in setName()
1343 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in setName()
1381 Modifications localMods; in setPropertyValue() local
1382 if (!setChildProperty(aPropertyName, aValue, &localMods)) { in setPropertyValue()
1386 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in setPropertyValue()
1537 Modifications localMods; in setPropertyValues() local
1539 if (!setChildProperty(aPropertyNames[i], aValues[i], &localMods)) { in setPropertyValues()
1548 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in setPropertyValues()
1666 Modifications localMods; in setHierarchicalPropertyValue() local
1667 child->setProperty(aValue, &localMods); in setHierarchicalPropertyValue()
1668 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in setHierarchicalPropertyValue()
1718 Modifications localMods; in setHierarchicalPropertyValues() local
1731 child->setProperty(Values[i], &localMods); in setHierarchicalPropertyValues()
1733 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in setHierarchicalPropertyValues()
1805 Modifications localMods; in replaceByName() local
1809 child->setProperty(aElement, &localMods); in replaceByName()
1816 localMods.add(child->getRelativePath()); in replaceByName()
1826 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in replaceByName()
1848 Modifications localMods; in insertByName() local
1851 insertLocalizedValueChild(aName, aElement, &localMods); in insertByName()
1862 localMods.add(child->getRelativePath()); in insertByName()
1871 localMods.add(freeAcc->getRelativePath()); in insertByName()
1878 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in insertByName()
1909 Modifications localMods; in removeByName() local
1910 localMods.add(child->getRelativePath()); in removeByName()
1915 getNotificationRoot()->initBroadcaster(localMods.getRoot(), &bc); in removeByName()