INTEGRATION: CWS xmlfilter06 (1.17.6); FILE MERGED
2008/06/09 08:09:48 os 1.17.6.2: apply page break at ::EndParagraphGroup 2008/05/27 11:36:08 dr 1.17.6.1: joined changes from CWS xmlfilter05
This commit is contained in:
parent
e7a05b29ac
commit
ad55a56dd1
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: PropertyMap.hxx,v $
|
||||
* $Revision: 1.17 $
|
||||
* $Revision: 1.18 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -106,6 +106,7 @@ class PropertyMap : public _PropertyMap
|
|||
virtual ~PropertyMap();
|
||||
|
||||
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > GetPropertyValues();
|
||||
bool hasEmptyPropertyValues() const {return !m_aValues.getLength();}
|
||||
/** Add property, usually overwrites already available attributes. It shouldn't overwrite in case of default attributes
|
||||
*/
|
||||
void Insert( PropertyIds eId, bool bIsTextProperty, const ::com::sun::star::uno::Any& rAny, bool bOverwrite = true );
|
||||
|
|
Loading…
Reference in a new issue