Lines Matching refs:sProperty

539 		OUString sProperty;  in GetDirectConfigProperty()  local
542 case LOCALE: sProperty = C2U("ooLocale"); break; in GetDirectConfigProperty()
543 case PRODUCTNAME: sProperty = C2U("ooName"); break; in GetDirectConfigProperty()
544 case FULLPRODUCTNAME: sProperty = C2U("ooFullname"); break; in GetDirectConfigProperty()
545 case PRODUCTVERSION: sProperty = C2U("ooSetupVersion"); break; in GetDirectConfigProperty()
546 case ABOUTBOXPRODUCTVERSION: sProperty = C2U("ooSetupVersionAboutBox"); break; in GetDirectConfigProperty()
547 case OOOVENDOR: sProperty = C2U("ooVendor"); break; in GetDirectConfigProperty()
548 case PRODUCTEXTENSION: sProperty = C2U("ooSetupExtension"); break; in GetDirectConfigProperty()
549 case PRODUCTXMLFILEFORMATNAME: sProperty = C2U("ooXMLFileFormatName"); break; in GetDirectConfigProperty()
550 … case PRODUCTXMLFILEFORMATVERSION: sProperty = C2U("ooXMLFileFormatVersion"); break; in GetDirectConfigProperty()
551 case OPENSOURCECONTEXT: sProperty = C2U("ooOpenSourceContext"); break; in GetDirectConfigProperty()
552 case DEFAULTCURRENCY: sProperty = C2U("ooSetupCurrency"); break; in GetDirectConfigProperty()
553 case WRITERCOMPATIBILITYVERSIONOOO11: sProperty = C2U("OOo11"); break; in GetDirectConfigProperty()
559 aRet = xDirectAccess->getByName(sProperty); in GetDirectConfigProperty()
566 aBuf.append( rtl::OUStringToOString( sProperty, RTL_TEXTENCODING_ASCII_US ) ); in GetDirectConfigProperty()
691 OUString sNode, sProperty; in GetLocalProperty() local
692 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in GetLocalProperty()
699 aRet = xAccess->getByName(sProperty); in GetLocalProperty()
723 OUString sNode, sProperty; in PutLocalProperty() local
724 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in PutLocalProperty()
731 xNodeReplace->replaceByName(sProperty, rValue); in PutLocalProperty()