format.hxx (56b35d86) format.hxx (28160478)
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

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

328 method, if the specific subclass can have a transparent shadow.
329
330 @author OD
331
332 @return false, default implementation
333 */
334 virtual sal_Bool IsShadowTransparent() const;
335
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

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

328 method, if the specific subclass can have a transparent shadow.
329
330 @author OD
331
332 @return false, default implementation
333 */
334 virtual sal_Bool IsShadowTransparent() const;
335
336 //UUUU decide if DrawingLayer FillAttributes are supported. If answering this with yes
337 // the full FillStyle ItemSet will be used to handle/visualize the element
338 virtual bool supportsFullDrawingLayerFillAttributeSet() const;
339
336 //UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage
337 virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const;
338};
339
340// --------------- inline Implementierungen ------------------------
341
342inline void SwFmt::SetName( const sal_Char* pNewName,
343 sal_Bool bBroadcast )
344{
345 String aTmp( String::CreateFromAscii( pNewName ) );
346 SetName( aTmp, bBroadcast );
347}
348
349#undef inline
350
351#endif // _FORMAT_HXX
340 //UUUU Access to DrawingLayer FillAttributes in a preprocessed form for primitive usage
341 virtual drawinglayer::attribute::SdrAllFillAttributesHelperPtr getSdrAllFillAttributesHelper() const;
342};
343
344// --------------- inline Implementierungen ------------------------
345
346inline void SwFmt::SetName( const sal_Char* pNewName,
347 sal_Bool bBroadcast )
348{
349 String aTmp( String::CreateFromAscii( pNewName ) );
350 SetName( aTmp, bBroadcast );
351}
352
353#undef inline
354
355#endif // _FORMAT_HXX