Searched refs:aEnvironmentVariable (Results 1 – 1 of 1) sorted by relevance
544 Sequence< rtl::OUString > aEnvironmentVariable = GetNodeNames( aEnvProperty ); in ReadSharePointRuleSetFromConfiguration() local547 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 11 milliseconds