StyleOASISTContext.cxx (63bba73c) | StyleOASISTContext.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 --- 372 unchanged lines hidden (view full) --- 381 else if( IsXMLToken( rAttrValue, XML_ARROW_RIGHT )) 382 nSymbolType = 4; 383 else if( IsXMLToken( rAttrValue, XML_ARROW_LEFT )) 384 nSymbolType = 5; 385 else if( IsXMLToken( rAttrValue, XML_BOW_TIE )) 386 nSymbolType = 6; 387 else if( IsXMLToken( rAttrValue, XML_HOURGLASS )) 388 nSymbolType = 7; | 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 --- 372 unchanged lines hidden (view full) --- 381 else if( IsXMLToken( rAttrValue, XML_ARROW_RIGHT )) 382 nSymbolType = 4; 383 else if( IsXMLToken( rAttrValue, XML_ARROW_LEFT )) 384 nSymbolType = 5; 385 else if( IsXMLToken( rAttrValue, XML_BOW_TIE )) 386 nSymbolType = 6; 387 else if( IsXMLToken( rAttrValue, XML_HOURGLASS )) 388 nSymbolType = 7; |
389 else if( IsXMLToken( rAttrValue, XML_CIRCLE )) 390 nSymbolType = 8; 391 else if( IsXMLToken( rAttrValue, XML_STAR )) 392 nSymbolType = 9; 393 else if( IsXMLToken( rAttrValue, XML_X )) 394 nSymbolType = 10; 395 else if( IsXMLToken( rAttrValue, XML_PLUS )) 396 nSymbolType = 11; 397 else if( IsXMLToken( rAttrValue, XML_ASTERISK )) 398 nSymbolType = 12; 399 else if( IsXMLToken( rAttrValue, XML_HORIZONTAL_BAR )) 400 nSymbolType = 13; 401 else if( IsXMLToken( rAttrValue, XML_VERTICAL_BAR )) 402 nSymbolType = 14; |
|
389 390 if( nSymbolType >= 0 ) 391 pAttrList->AddAttribute( 392 GetTransformer().GetNamespaceMap().GetQNameByKey( 393 XML_NAMESPACE_CHART, 394 GetXMLToken( XML_SYMBOL )), 395 OUString::valueOf( nSymbolType )); 396 } --- 613 unchanged lines hidden --- | 403 404 if( nSymbolType >= 0 ) 405 pAttrList->AddAttribute( 406 GetTransformer().GetNamespaceMap().GetQNameByKey( 407 XML_NAMESPACE_CHART, 408 GetXMLToken( XML_SYMBOL )), 409 OUString::valueOf( nSymbolType )); 410 } --- 613 unchanged lines hidden --- |