XMLTextFrameContext.cxx (ddde725d) XMLTextFrameContext.cxx (598d8f9f)
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

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

1435XMLTextFrameContext::~XMLTextFrameContext()
1436{
1437 delete m_pHyperlink;
1438}
1439
1440void XMLTextFrameContext::EndElement()
1441{
1442 /// solve if multiple image child contexts were imported
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

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

1435XMLTextFrameContext::~XMLTextFrameContext()
1436{
1437 delete m_pHyperlink;
1438}
1439
1440void XMLTextFrameContext::EndElement()
1441{
1442 /// solve if multiple image child contexts were imported
1443 solveMultipleImages();
1443 /// the winner is returned, if something has yet to be done with it
1444 /*const SvXMLImportContext* pWinner =*/ solveMultipleImages();
1444
1445 SvXMLImportContext *pContext = &m_xImplContext;
1446 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext );
1447 if( pImpl )
1448 {
1449 pImpl->CreateIfNotThere();
1450
1451 // --> OD 2009-07-22 #i73249#

--- 286 unchanged lines hidden ---
1445
1446 SvXMLImportContext *pContext = &m_xImplContext;
1447 XMLTextFrameContext_Impl *pImpl = PTR_CAST( XMLTextFrameContext_Impl, pContext );
1448 if( pImpl )
1449 {
1450 pImpl->CreateIfNotThere();
1451
1452 // --> OD 2009-07-22 #i73249#

--- 286 unchanged lines hidden ---