Searched refs:nSymbols (Results 1 – 4 of 4) sorted by relevance
108 OpCodeMap(sal_uInt16 nSymbols, bool bCore, FormulaGrammar::Grammar eGrammar ) : in OpCodeMap() argument109 mpHashMap( new OpCodeHashMap( nSymbols)), in OpCodeMap()110 mpTable( new String[ nSymbols ]), in OpCodeMap()114 mnSymbols( nSymbols), in OpCodeMap()
161 GElf_Xword nSymbols = aShdr.sh_size / aShdr.sh_entsize; in adjustVisibility() local162 if ( nSymbols > std::numeric_limits< int >::max() ) in adjustVisibility()166 for ( int nIndex = 0; nIndex < nSymbols; ++nIndex) { in adjustVisibility()
301 size_t nSymbols = aGreekSymbols.size(); in Load() local302 for (size_t i = 0; i < nSymbols; ++i) in Load()
1143 size_t nSymbols = aSymbolSet.size(); in Paint() local1146 for (sal_uInt16 i = v; i < nSymbols ; i++) in Paint()
Completed in 27 milliseconds