StyleOOoTContext.cxx (63bba73c) | StyleOOoTContext.cxx (3a5971bb) |
---|---|
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 --- 757 unchanged lines hidden (view full) --- 766 // SYMBOL6 767 case 6: 768 eToken = XML_BOW_TIE; 769 break; 770 // SYMBOL7 771 case 7: 772 eToken = XML_HOURGLASS; 773 break; | 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 --- 757 unchanged lines hidden (view full) --- 766 // SYMBOL6 767 case 6: 768 eToken = XML_BOW_TIE; 769 break; 770 // SYMBOL7 771 case 7: 772 eToken = XML_HOURGLASS; 773 break; |
774 case 8: 775 eToken = XML_CIRCLE; 776 break; 777 case 9: 778 eToken = XML_STAR; 779 break; 780 case 10: 781 eToken = XML_X; 782 break; 783 case 11: 784 eToken = XML_PLUS; 785 break; 786 case 12: 787 eToken = XML_ASTERISK; 788 break; 789 case 13: 790 eToken = XML_HORIZONTAL_BAR; 791 break; 792 case 14: 793 eToken = XML_VERTICAL_BAR; 794 break; |
|
774 default: 775 OSL_ENSURE( false, "invalid named symbol" ); 776 break; 777 } 778 779 if( eToken != XML_TOKEN_INVALID ) 780 { 781 pContext->AddAttribute( GetTransformer().GetNamespaceMap().GetQNameByKey( --- 592 unchanged lines hidden --- | 795 default: 796 OSL_ENSURE( false, "invalid named symbol" ); 797 break; 798 } 799 800 if( eToken != XML_TOKEN_INVALID ) 801 { 802 pContext->AddAttribute( GetTransformer().GetNamespaceMap().GetQNameByKey( --- 592 unchanged lines hidden --- |