parser.cxx (e1f63238) parser.cxx (3d762826)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 738 unchanged lines hidden (view full) ---

747}
748
749// OPTION
750
751void SbiParser::Option()
752{
753 switch( Next() )
754 {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 738 unchanged lines hidden (view full) ---

747}
748
749// OPTION
750
751void SbiParser::Option()
752{
753 switch( Next() )
754 {
755 case EXPLICIT:
755 case BASIC_EXPLICIT:
756 bExplicit = sal_True; break;
757 case BASE:
758 if( Next() == NUMBER )
759 {
760 if( nVal == 0 || nVal == 1 )
761 {
762 nBase = (short) nVal;
763 break;

--- 96 unchanged lines hidden ---
756 bExplicit = sal_True; break;
757 case BASE:
758 if( Next() == NUMBER )
759 {
760 if( nVal == 0 || nVal == 1 )
761 {
762 nBase = (short) nVal;
763 break;

--- 96 unchanged lines hidden ---