Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx794 const sal_Int32 nMaxRecursiveDepth = 8; in impl_substituteVariable() local
822 while ( !bSubstitutionCompleted && nDepth < nMaxRecursiveDepth ) in impl_substituteVariable()
936 nDepth = nMaxRecursiveDepth; in impl_substituteVariable()
962 if ( nDepth == nMaxRecursiveDepth ) in impl_substituteVariable()