Lines Matching refs:i

205 	for(int i = 0; i < aChangedNames.getLength(); i++)  in changesOccurred()  local
208 pElementChanges[i].Accessor >>= sTemp; in changesOccurred()
492 sal_Int32 i; in GetReadOnlyStates() local
501 for ( i=0; i<nCount; ++i) in GetReadOnlyStates()
502 lStates[i] = sal_False; in GetReadOnlyStates()
509 for (i=0; i<nCount; ++i) in GetReadOnlyStates()
513 if(pImpl->pManager->IsLocalConfigProvider() && lcl_IsLocalProperty(sSubTree, rNames[i])) in GetReadOnlyStates()
519 OUString sName = rNames[i]; in GetReadOnlyStates()
566 … lStates[i] = ((aProp.Attributes & PropertyAttribute::READONLY) == PropertyAttribute::READONLY); in GetReadOnlyStates()
585 for(int i = 0; i < rNames.getLength(); i++) in GetProperties() local
589 if(pImpl->pManager->IsLocalConfigProvider() && lcl_IsLocalProperty(sSubTree, pNames[i])) in GetProperties()
593 sProperty += pNames[i]; in GetProperties()
594 pRet[i] = pImpl->pManager->GetLocalProperty(sProperty); in GetProperties()
597 pRet[i] = xHierarchyAccess->getByHierarchicalName(pNames[i]); in GetProperties()
614 sMsg += OString(pNames[i].getStr(), in GetProperties()
615 pNames[i].getLength(), in GetProperties()
670 for(int i = 0; i < nNameCount; i++) in PutProperties() local
672 if(pImpl->pManager->IsLocalConfigProvider() && lcl_IsLocalProperty(sSubTree, pNames[i])) in PutProperties()
676 sProperty += pNames[i]; in PutProperties()
677 pImpl->pManager->PutLocalProperty(sProperty, pValues[i]); in PutProperties()
684 if (splitLastFromConfigurationPath(pNames[i],sNode, sProperty)) in PutProperties()
695 xNodeReplace->replaceByName(sProperty, pValues[i]); in PutProperties()
698 xNodeCont->insertByName(sProperty, pValues[i]); in PutProperties()
704 xTopNodeReplace->replaceByName(sProperty, pValues[i]); in PutProperties()
793 for(int i = 0; i<_rNames.getLength(); ++i) in lcl_normalizeLocalNames() local
796 pNames[i] = xFormatter->composeHierarchicalName(pNames[i]); in lcl_normalizeLocalNames()
814 for(int i = 0; i<_rNames.getLength(); ++i) in lcl_normalizeLocalNames() local
816 pNames[i] = wrapConfigurationElementName(pNames[i],sTypeName); in lcl_normalizeLocalNames()
826 for(int i = 0; i<_rNames.getLength(); ++i) in lcl_normalizeLocalNames() local
828 pNames[i] = wrapConfigurationElementName(pNames[i]); in lcl_normalizeLocalNames()
841 for(int i = 0; i<_rNames.getLength(); ++i) in lcl_normalizeLocalNames() local
844 pNames[i] = xEscaper->unescapeString(pNames[i]); in lcl_normalizeLocalNames()
917 for(sal_Int32 i = 0; i < aNames.getLength(); i++) in ClearNodeSet() local
921 xCont->removeByName(pNames[i]); in ClearNodeSet()
990 for(sal_Int32 i = 0; i < rValues.getLength(); i++) in lcl_extractSetPropertyNames() local
992 OUString const sSubPath = dropPrefixFromConfigurationPath( pProperties[i].Name, rPrefix); in lcl_extractSetPropertyNames()