Home
last modified time | relevance | path

Searched refs:aEnvironmentVariable (Results 1 – 1 of 1) sorted by relevance

/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx544 Sequence< rtl::OUString > aEnvironmentVariable = GetNodeNames( aEnvProperty ); in ReadSharePointRuleSetFromConfiguration() local
547 Sequence< rtl::OUString > aEnvUsedPropertySeq( aEnvironmentVariable.getLength() ); in ReadSharePointRuleSetFromConfiguration()
552 for ( sal_Int32 nProperty = 0; nProperty < aEnvironmentVariable.getLength(); nProperty++ ) in ReadSharePointRuleSetFromConfiguration()
553 …PropertySeq[nProperty] = rtl::OUString( aEnvUsePropNameTemplate + aEnvironmentVariable[nProperty] … in ReadSharePointRuleSetFromConfiguration()
559 for ( sal_Int32 nIndex = 0; nIndex < aEnvironmentVariable.getLength(); nIndex++ ) in ReadSharePointRuleSetFromConfiguration()
563 aEnvUsed = aEnvironmentVariable[nIndex]; in ReadSharePointRuleSetFromConfiguration()

Completed in 23 milliseconds