unoframe.hxx (1d2dbeb0) unoframe.hxx (64b14621)
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

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

71
72 // Descriptor-interface
73 BaseFrameProperties_Impl* pProps;
74 sal_Bool bIsDescriptor;
75 String sName;
76
77 SwPaM* m_pCopySource;
78
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

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

71
72 // Descriptor-interface
73 BaseFrameProperties_Impl* pProps;
74 sal_Bool bIsDescriptor;
75 String sName;
76
77 SwPaM* m_pCopySource;
78
79 ///UUUU helper to check if fill style is set to color or bitmap
80 /// and thus formally used SvxBrushItem parts need to be mapped
81 /// for backwards compatibility
82 bool needToMapFillItemsToSvxBrushItemTypes() const;
83
79protected:
80 com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > mxStyleData;
81 com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > mxStyleFamily;
82 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
83
84 virtual ~SwXFrame();
85public:
86 SwXFrame(FlyCntType eSet,

--- 280 unchanged lines hidden ---
84protected:
85 com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > mxStyleData;
86 com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > mxStyleFamily;
87 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew);
88
89 virtual ~SwXFrame();
90public:
91 SwXFrame(FlyCntType eSet,

--- 280 unchanged lines hidden ---