Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx237 rtl::OUString aEquationName; in GetNextParameter() local
238 bValid = GetEquationName( rParaString, nIndex, aEquationName ); in GetNextParameter()
242 rParameter.Value <<= aEquationName; in GetNextParameter()
243 nIndex += aEquationName.getLength(); in GetNextParameter()
1197 rtl::OUString aEquationName; in CheckAndResolveEquationParameter() local
1198 if ( rPara.Value >>= aEquationName ) in CheckAndResolveEquationParameter()
1201 EquationHashMap::iterator aHashIter( pH->find( aEquationName ) ); in CheckAndResolveEquationParameter()
1235 rtl::OUString aEquationName; in EndElement() local
1236 if ( GetEquationName( *aEquationIter, nIndexOf + 1, aEquationName ) ) in EndElement()
1241 EquationHashMap::iterator aHashIter( pH->find( aEquationName ) ); in EndElement()
[all …]

Completed in 11 milliseconds