Searched refs:rEntrySeq (Results 1 – 1 of 1) sorted by relevance
1030 …static bool initOpCode( sal_Int32& ornOpCode, const OpCodeEntrySequence& rEntrySeq, sal_In…1162 bool OpCodeProviderImpl::initOpCode( sal_Int32& ornOpCode, const OpCodeEntrySequence& rEntrySeq, sa… in initOpCode() argument1164 if( (0 <= nSpecialId) && (nSpecialId < rEntrySeq.getLength()) ) in initOpCode()1166 ornOpCode = rEntrySeq[ nSpecialId ].Token.OpCode; in initOpCode()
Completed in 29 milliseconds