Lines Matching refs:aValues

483     const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames );  in ReadSymbol()  local
485 if (nProps && aValues.getLength() == nProps) in ReadSymbol()
487 const Any * pValue = aValues.getConstArray(); in ReadSymbol()
602 Sequence< PropertyValue > aValues( nCount * nSymbolProps ); in SetSymbols() local
603 PropertyValue *pValues = aValues.getArray(); in SetSymbols()
648 ReplaceSetProperties( A2OU( SYMBOL_LIST ) , aValues ); in SetSymbols()
710 const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames ); in ReadFontFormat() local
712 if (nProps && aValues.getLength() == nProps) in ReadFontFormat()
714 const Any * pValue = aValues.getConstArray(); in ReadFontFormat()
768 Sequence< PropertyValue > aValues( nCount * nSymbolProps ); in SaveFontFormatList() local
769 PropertyValue *pValues = aValues.getArray(); in SaveFontFormatList()
818 ReplaceSetProperties( A2OU( FONT_FORMAT_LIST ) , aValues ); in SaveFontFormatList()
873 Sequence< Any > aValues( GetProperties( aNames ) ); in LoadOther() local
874 if (nProps && aValues.getLength() == nProps) in LoadOther()
876 const Any *pValues = aValues.getConstArray(); in LoadOther()
942 Sequence< Any > aValues( nProps ); in SaveOther() local
943 Any *pValues = aValues.getArray(); in SaveOther()
971 PutProperties( aNames , aValues ); in SaveOther()
985 Sequence< Any > aValues( GetProperties( aNames ) ); in LoadFormat() local
986 if (nProps && aValues.getLength() == nProps) in LoadFormat()
988 const Any *pValues = aValues.getConstArray(); in LoadFormat()
1072 Sequence< Any > aValues( nProps ); in SaveFormat() local
1073 Any *pValues = aValues.getArray(); in SaveFormat()
1110 PutProperties( aNames , aValues ); in SaveFormat()