Lines Matching refs:aNames

65     Sequence< OUString > aNames( 6 );  in lcl_GetFontPropertyNames()  local
66 OUString *pNames = aNames.getArray(); in lcl_GetFontPropertyNames()
72 return aNames; in lcl_GetFontPropertyNames()
91 Sequence< OUString > aNames( 4 ); in lcl_GetSymbolPropertyNames() local
92 OUString *pNames = aNames.getArray(); in lcl_GetSymbolPropertyNames()
98 return aNames; in lcl_GetSymbolPropertyNames()
173 Sequence< OUString > aNames( nCount ); in lcl_GetPropertyNames() local
174 OUString *pNames = aNames.getArray(); in lcl_GetPropertyNames()
180 return aNames; in lcl_GetPropertyNames()
467 Sequence< OUString > aNames = lcl_GetSymbolPropertyNames(); in ReadSymbol() local
468 sal_Int32 nProps = aNames.getLength(); in ReadSymbol()
471 OUString *pName = aNames.getArray(); in ReadSymbol()
483 const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames ); in ReadSymbol()
598 Sequence< OUString > aNames = lcl_GetSymbolPropertyNames(); in SetSymbols() local
599 const OUString *pNames = aNames.getConstArray(); in SetSymbols()
600 sal_uIntPtr nSymbolProps = sal::static_int_cast< sal_uInt32 >(aNames.getLength()); in SetSymbols()
694 Sequence< OUString > aNames = lcl_GetFontPropertyNames(); in ReadFontFormat() local
695 sal_Int32 nProps = aNames.getLength(); in ReadFontFormat()
698 OUString *pName = aNames.getArray(); in ReadFontFormat()
710 const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames ); in ReadFontFormat()
763 Sequence< OUString > aNames = lcl_GetFontPropertyNames(); in SaveFontFormatList() local
764 sal_Int32 nSymbolProps = aNames.getLength(); in SaveFontFormatList()
783 const OUString *pName = aNames.getConstArray();; in SaveFontFormatList()
870 Sequence< OUString > aNames( GetOtherPropertyNames() ); in LoadOther() local
871 sal_Int32 nProps = aNames.getLength(); in LoadOther()
873 Sequence< Any > aValues( GetProperties( aNames ) ); in LoadOther()
939 const Sequence< OUString > aNames( GetOtherPropertyNames() ); in SaveOther() local
940 sal_Int32 nProps = aNames.getLength(); in SaveOther()
971 PutProperties( aNames , aValues ); in SaveOther()
982 Sequence< OUString > aNames( GetFormatPropertyNames() ); in LoadFormat() local
983 sal_Int32 nProps = aNames.getLength(); in LoadFormat()
985 Sequence< Any > aValues( GetProperties( aNames ) ); in LoadFormat()
1069 const Sequence< OUString > aNames( GetFormatPropertyNames() ); in SaveFormat() local
1070 sal_Int32 nProps = aNames.getLength(); in SaveFormat()
1110 PutProperties( aNames , aValues ); in SaveFormat()