Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx235 rtl::OUString aEquationName; in GetNextParameter() local
236 bValid = GetEquationName( rParaString, nIndex, aEquationName ); in GetNextParameter()
240 rParameter.Value <<= aEquationName; in GetNextParameter()
241 nIndex += aEquationName.getLength(); in GetNextParameter()
1154 rtl::OUString aEquationName; in CheckAndResolveEquationParameter() local
1155 if ( rPara.Value >>= aEquationName ) in CheckAndResolveEquationParameter()
1158 EquationHashMap::iterator aHashIter( pH->find( aEquationName ) ); in CheckAndResolveEquationParameter()
1192 rtl::OUString aEquationName; in EndElement() local
1193 if ( GetEquationName( *aEquationIter, nIndexOf + 1, aEquationName ) ) in EndElement()
1198 EquationHashMap::iterator aHashIter( pH->find( aEquationName ) ); in EndElement()
[all …]

Completed in 17 milliseconds