Lines Matching refs:sProperty

326 	OUString sProperty(rSubTree);  in lcl_IsLocalProperty()  local
327 sProperty += C2U("/"); in lcl_IsLocalProperty()
328 sProperty += rProperty; in lcl_IsLocalProperty()
330 if(sProperty.equalsAsciiL( aLocalProperties[0], aLocalPropLen[0]) || in lcl_IsLocalProperty()
331 sProperty.equalsAsciiL( aLocalProperties[1], aLocalPropLen[1])) in lcl_IsLocalProperty()
521 OUString sProperty; in GetReadOnlyStates() local
523 ::utl::splitLastFromConfigurationPath(sName,sPath,sProperty); in GetReadOnlyStates()
524 if (!sPath.getLength() && !sProperty.getLength()) in GetReadOnlyStates()
565 Property aProp = xInfo->getPropertyByName(sProperty); in GetReadOnlyStates()
591 OUString sProperty(sSubTree); in GetProperties() local
592 sProperty += C2U("/"); in GetProperties()
593 sProperty += pNames[i]; in GetProperties()
594 pRet[i] = pImpl->pManager->GetLocalProperty(sProperty); in GetProperties()
674 OUString sProperty(sSubTree); in PutProperties() local
675 sProperty += C2U("/"); in PutProperties()
676 sProperty += pNames[i]; in PutProperties()
677 pImpl->pManager->PutLocalProperty(sProperty, pValues[i]); in PutProperties()
683 OUString sNode, sProperty; in PutProperties() local
684 if (splitLastFromConfigurationPath(pNames[i],sNode, sProperty)) in PutProperties()
693 sal_Bool bExist = (xNodeAcc.is() && xNodeAcc->hasByName(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()