Kaydet (Commit) da87b407 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS frmcontrols03 (1.20.70); FILE MERGED

2004/03/03 13:55:04 fs 1.20.70.1: initialize newly created text fields with the font from the document's default style
üst 5cdba4d9
......@@ -2,9 +2,9 @@
*
* $RCSfile: fmvwimp.hxx,v $
*
* $Revision: 1.20 $
* $Revision: 1.21 $
*
* last change: $Author: rt $ $Date: 2003-11-24 16:41:05 $
* last change: $Author: rt $ $Date: 2004-05-07 15:50:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -277,7 +277,10 @@ private:
void Activate(sal_Bool bSync = sal_False);
void Deactivate(BOOL bDeactivateController = TRUE);
SdrObject* implCreateFieldControl( const ::svx::ODataAccessDescriptor& _rColumnDescriptor );
SdrObject* implCreateFieldControl( const ::svx::ODataAccessDescriptor& _rColumnDescriptor );
/// does some initializations to the newly created control model, returns the ClassId
sal_Int16 implInitializeNewControlModel( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxModel, const SdrObject* _pObject ) const;
void createControlLabelPair(
OutputDevice* _pOutDev,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment