INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED
2008/04/16 06:29:54 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED 2008/04/03 06:35:20 oj 1.5.4.1: #i86343# remove unused code
This commit is contained in:
parent
214c1d46c3
commit
99325c7274
1 changed files with 1 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: metadata.hxx,v $
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -64,10 +64,7 @@ namespace rptui
|
|||
sal_Int32 getPropertyId(const String& _rName) const;
|
||||
String getPropertyTranslation(sal_Int32 _nId) const;
|
||||
sal_Int32 getPropertyHelpId(sal_Int32 _nId) const;
|
||||
sal_Int16 getPropertyPos(sal_Int32 _nId) const;
|
||||
sal_uInt32 getPropertyUIFlags(sal_Int32 _nId) const;
|
||||
void getPropertyEnumRepresentations(sal_Int32 _nId,::std::vector< ::rtl::OUString >& _rOut) const;
|
||||
String getPropertyName( sal_Int32 _nPropId );
|
||||
static void getExcludeProperties(::std::vector< com::sun::star::beans::Property >& _rExcludeProperties,const ::com::sun::star::uno::Reference< ::com::sun::star::inspection::XPropertyHandler >& _xFormComponentHandler);
|
||||
|
||||
bool isComposable(
|
||||
|
@ -89,7 +86,6 @@ namespace rptui
|
|||
class HelpIdUrl
|
||||
{
|
||||
public:
|
||||
static sal_uInt32 getHelpId( const ::rtl::OUString& _rHelpURL );
|
||||
static ::rtl::OUString getHelpURL( sal_uInt32 _nHelpId );
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue