WW8DocumentImpl.cxx (b4a4f18c) WW8DocumentImpl.cxx (b862c97c)
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

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

1273 return mpBreakHelper->getBreak(rCpAndFc);
1274}
1275
1276writerfilter::Reference<Properties>::Pointer_t
1277WW8DocumentImpl::getBlip(sal_uInt32 nBid)
1278{
1279 writerfilter::Reference<Properties>::Pointer_t pResult;
1280
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

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

1273 return mpBreakHelper->getBreak(rCpAndFc);
1274}
1275
1276writerfilter::Reference<Properties>::Pointer_t
1277WW8DocumentImpl::getBlip(sal_uInt32 nBid)
1278{
1279 writerfilter::Reference<Properties>::Pointer_t pResult;
1280
1281 if (mpDffBlock != NULL)
1281 if( bool(mpDffBlock))
1282 {
1283 DffRecord::Pointer_t pDffRecord(mpDffBlock->getBlip(nBid));
1284
1285 if (pDffRecord.get() != NULL)
1286 {
1287 DffBSE * pBlip = new DffBSE(*pDffRecord);
1288
1289 if (pBlip != NULL)

--- 1073 unchanged lines hidden ---
1282 {
1283 DffRecord::Pointer_t pDffRecord(mpDffBlock->getBlip(nBid));
1284
1285 if (pDffRecord.get() != NULL)
1286 {
1287 DffBSE * pBlip = new DffBSE(*pDffRecord);
1288
1289 if (pBlip != NULL)

--- 1073 unchanged lines hidden ---