sdtransform.cxx (79aad27f) sdtransform.cxx (c2eaa082)
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

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

211 mrOutliner.SetText( *pOPO );
212
213 sal_uInt32 nCount = mrOutliner.GetParagraphCount();
214
215 //Paragraph* pPara = NULL;
216
217 bool bChange = false;
218
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

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

211 mrOutliner.SetText( *pOPO );
212
213 sal_uInt32 nCount = mrOutliner.GetParagraphCount();
214
215 //Paragraph* pPara = NULL;
216
217 bool bChange = false;
218
219 for(sal_uInt16 nPara = 0; nPara < nCount; nPara++)
219 for(sal_uInt32 nPara = 0; nPara < nCount; nPara++)
220 {
221 SfxItemSet aParaSet( mrOutliner.GetParaAttribs( nPara ) );
222
223 bool bItemChange = false;
224
225 bool bState = false;
226 const sal_Int16 nDepth = mrOutliner.GetDepth( nPara );
227 if( (nDepth != -1) && (!getBulletState( aParaSet, mrOutliner.GetStyleSheet( nPara ), bState ) || !bState) )

--- 145 unchanged lines hidden ---
220 {
221 SfxItemSet aParaSet( mrOutliner.GetParaAttribs( nPara ) );
222
223 bool bItemChange = false;
224
225 bool bState = false;
226 const sal_Int16 nDepth = mrOutliner.GetDepth( nPara );
227 if( (nDepth != -1) && (!getBulletState( aParaSet, mrOutliner.GetStyleSheet( nPara ), bState ) || !bState) )

--- 145 unchanged lines hidden ---