Lines Matching refs:sPath
254 OUString sPath = C2U(cConfigBaseURL); in AcquireTree() local
255 sPath += rCfgItem.GetSubTreeName(); in AcquireTree()
260 aPath.Value <<= sPath; in AcquireTree()
500 OUString sPath = C2U(cConfigBaseURL); in GetDirectConfigProperty() local
503 case LOCALE: sPath += C2U("Setup/L10N"); break; in GetDirectConfigProperty()
513 case ABOUTBOXPRODUCTVERSION: sPath += C2U("Setup/Product"); break; in GetDirectConfigProperty()
515 case DEFAULTCURRENCY: sPath += C2U("Setup/L10N"); break; in GetDirectConfigProperty()
518 sPath += C2U("Office.Compatibility/WriterCompatibilityVersion"); break; in GetDirectConfigProperty()
523 aArgs[0] <<= sPath; in GetDirectConfigProperty()
568 aBuf.append( rtl::OUStringToOString( sPath, RTL_TEXTENCODING_ASCII_US ) ); in GetDirectConfigProperty()
688 OUString sPath = C2U(cConfigBaseURL); in GetLocalProperty() local
689 sPath += rProperty; in GetLocalProperty()
692 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in GetLocalProperty()
720 OUString sPath = C2U(cConfigBaseURL); in PutLocalProperty() local
721 sPath += rProperty; in PutLocalProperty()
724 OSL_VERIFY( splitLastFromConfigurationPath(sPath, sNode, sProperty) ); in PutLocalProperty()