txtimp.cxx (3b32dd21) txtimp.cxx (c45df7c4)
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

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

2120 else
2121 {
2122 for (sal_uInt32 j = 0;
2123 j < m_pImpl->m_pOutlineStylesCandidates[i].size();
2124 ++j)
2125 {
2126 if (!lcl_HasListStyle(
2127 m_pImpl->m_pOutlineStylesCandidates[i][j],
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

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

2120 else
2121 {
2122 for (sal_uInt32 j = 0;
2123 j < m_pImpl->m_pOutlineStylesCandidates[i].size();
2124 ++j)
2125 {
2126 if (!lcl_HasListStyle(
2127 m_pImpl->m_pOutlineStylesCandidates[i][j],
2128 m_pImpl->m_xParaStyles, GetXMLImport(),
2128 m_pImpl->m_xParaStyles,
2129 GetXMLImport(),
2129 s_NumberingStyleName,
2130 sOutlineStyleName))
2131 {
2132 sChosenStyles[i] =
2133 m_pImpl->m_pOutlineStylesCandidates[i][j];
2134 break;
2135 }
2136 }

--- 914 unchanged lines hidden ---
2130 s_NumberingStyleName,
2131 sOutlineStyleName))
2132 {
2133 sChosenStyles[i] =
2134 m_pImpl->m_pOutlineStylesCandidates[i][j];
2135 break;
2136 }
2137 }

--- 914 unchanged lines hidden ---