#86096# +implGetInt32FontProperty / +implInvalidateItem

This commit is contained in:
Frank Schönheit
2001-06-06 07:14:28 +00:00
parent 5c699d8bdd
commit 73d16f90e0

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: propcontroller.hxx,v $ * $RCSfile: propcontroller.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: fs $ $Date: 2001-05-30 13:41:46 $ * last change: $Author: fs $ $Date: 2001-06-06 08:14:28 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -135,6 +135,7 @@
class SvNumberFormatsSupplierObj; class SvNumberFormatsSupplierObj;
class Font; class Font;
class Window; class Window;
class SfxItemSet;
//............................................................................ //............................................................................
namespace pcr namespace pcr
@@ -364,8 +365,15 @@ namespace pcr
sal_Bool implGetCheckFontProperty(const ::rtl::OUString& _rPropName, ::com::sun::star::uno::Any& _rValue); sal_Bool implGetCheckFontProperty(const ::rtl::OUString& _rPropName, ::com::sun::star::uno::Any& _rValue);
::rtl::OUString implGetStringFontProperty(const ::rtl::OUString& _rPropName, const ::rtl::OUString& _rDefault); ::rtl::OUString implGetStringFontProperty(const ::rtl::OUString& _rPropName, const ::rtl::OUString& _rDefault);
sal_Int16 implGetInt16FontProperty(const ::rtl::OUString& _rPropName, const sal_Int16 _nDefault); sal_Int16 implGetInt16FontProperty(const ::rtl::OUString& _rPropName, const sal_Int16 _nDefault);
sal_Int32 implGetInt32FontProperty(const ::rtl::OUString& _rPropName, const sal_Int32 _nDefault);
float implGetFloatFontProperty(const ::rtl::OUString& _rPropName, const float _nDefault); float implGetFloatFontProperty(const ::rtl::OUString& _rPropName, const float _nDefault);
void implInvalidateItem(
const ::rtl::OUString& _rPropName,
sal_uInt16 _nItemId,
SfxItemSet& _rSet,
sal_Bool _bForceInvalidation = sal_False);
::rtl::OUString convertSimpleToString(const ::com::sun::star::uno::Any& _rValue); ::rtl::OUString convertSimpleToString(const ::com::sun::star::uno::Any& _rValue);
sal_Bool Construct(Window* _pParentWin); sal_Bool Construct(Window* _pParentWin);
@@ -383,6 +391,9 @@ namespace pcr
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.8 2001/05/30 13:41:46 fs
* #86838# be a focus listener on the container window, forward the focus to the property box
*
* Revision 1.7 2001/05/29 10:44:32 fs * Revision 1.7 2001/05/29 10:44:32 fs
* #87461# +OnImageURLClicked * #87461# +OnImageURLClicked
* *