summaryrefslogtreecommitdiff
path: root/filter/inc/filter/msfilter/msocximex.hxx
blob: 98c2f676ac6b147de5508343a12d193403271848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#ifndef _MSOCXIMEX_HXX
#define _MSOCXIMEX_HXX

#include <sot/storage.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/graphic/XGraphicObject.hpp>

//!! no such defines in global namespaces - it will break other existing code that uses the same define!!
//#ifndef C2U
//#define C2U(cChar)    rtl::OUString::createFromAscii(cChar)
//#endif
#include "filter/msfilter/msfilterdllapi.h"
#include <vector>
#include <boost/unordered_map.hpp>

namespace com{namespace sun{namespace star{
        namespace drawing{
                class XDrawPage;
                class XShape;
                class XShapes;
        }
        namespace form{
                class XFormComponent;
        }
        namespace lang{
                class XMultiServiceFactory;
        }
        namespace container{
                class XIndexContainer;
                class XNameContainer;
        }
        namespace beans{
                class XPropertySet;
        }
        namespace text{
                class XText;
        }
        namespace awt{
                struct Size;
                class XControlModel;
        }
        namespace uno{
                class XComponentContext;
        }

}}}

class OCX_Control;
class SfxObjectShell;
class SwPaM;

class MSFILTER_DLLPUBLIC SvxMSConvertOCXControls
{
public:
    SvxMSConvertOCXControls( SfxObjectShell *pDSh,SwPaM *pP );
    virtual ~SvxMSConvertOCXControls();

    //Reads a control from the given storage, constructed shape in pShapeRef
    virtual sal_Bool ReadOCXStream( SotStorageRef& rSrc1,
        com::sun::star::uno::Reference<
        com::sun::star::drawing::XShape > *pShapeRef=0,
        sal_Bool bFloatingCtrl=sal_False ) = 0;



    //Writes the given Uno Control into the given storage

    static sal_Bool WriteOCXStream(SotStorageRef &rSrc1,
        const com::sun::star::uno::Reference<
        com::sun::star::awt::XControlModel > &rControlModel,
        const com::sun::star::awt::Size& rSize,String &rName);

    //Excel has a nasty kludged mechanism for this, read
    //the comments in the source to follow it
    static sal_Bool WriteOCXExcelKludgeStream(SotStorageStreamRef& rContents,
        const com::sun::star::uno::Reference<
        com::sun::star::awt::XControlModel > &rControlModel,
        const com::sun::star::awt::Size &rSize, String &rName);

    //Generate an OCX converter based on the OLE2 name
    static OCX_Control *OCX_Factory(const String &rId);

    //Generate an OCX converter based on the StarOffice UNO id
    static OCX_Control *OCX_Factory( const com::sun::star::uno::Reference<
        com::sun::star::awt::XControlModel > &rControlModel,
        String &rId,String &rName);

    virtual sal_Bool InsertControl(
        const com::sun::star::uno::Reference<
        com::sun::star::form::XFormComponent >& /*rFComp*/,
        const com::sun::star::awt::Size& /*rSize*/,
        com::sun::star::uno::Reference<
        com::sun::star::drawing::XShape >* /*pShape*/,
        sal_Bool /*bFloatingCtrl*/ ) {return sal_False;}

    /*begin: Backwards compatability with office 95 import, modify later*/
    const com::sun::star::uno::Reference<
        com::sun::star::lang::XMultiServiceFactory > & GetServiceFactory();

    sal_uInt16 GetEditNum() { return ++nEdit; }
    sal_uInt16 GetCheckboxNum() { return ++nCheckbox; }
    /*end: Backwards compatability*/
protected:
    const com::sun::star::uno::Reference< com::sun::star::drawing::XShapes > &
        GetShapes();

    const com::sun::star::uno::Reference<
        com::sun::star::container::XIndexContainer > &  GetFormComps();

    SfxObjectShell *pDocSh;
    SwPaM *pPaM;

    // gecachte Interfaces
    com::sun::star::uno::Reference< com::sun::star::drawing::XDrawPage >
        xDrawPage;
    com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >
        xShapes;
    com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >        xServiceFactory;

    // das einzige Formular
    com::sun::star::uno::Reference< com::sun::star::container::XIndexContainer >
        xFormComps;

    sal_uInt16 nEdit;
    sal_uInt16 nCheckbox;

    virtual const com::sun::star::uno::Reference<
        com::sun::star::drawing::XDrawPage > & GetDrawPage();
};

class OCX_FontData
{
public:
    OCX_FontData() : nFontNameLen(0), fBold(0), fItalic(0), fUnderline(0),
        fStrike(0), nFontSize(12), nJustification(1), pFontName(0),
        bHasAlign(sal_False), bHasFont(sal_True) {}
    ~OCX_FontData()  {
        if (pFontName)
        delete [] pFontName;
    }

    sal_Bool Export(SotStorageStreamRef &rContent,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet);

    sal_uInt16 nIdentifier;
    sal_uInt16 nFixedAreaLen;
    sal_uInt8 pBlockFlags[4];

    sal_uInt32 nFontNameLen;

    sal_uInt8   fBold:1;
    sal_uInt8   fItalic:1;
    sal_uInt8   fUnderline:1;
    sal_uInt8   fStrike:1;
    sal_uInt8   fUnknown1:4;

    sal_uInt8   nUnknown2;
    sal_uInt8   nUnknown3;
    sal_uInt8   nUnknown4;

    sal_uInt32  nFontSize;
    sal_uInt16 nLanguageID;
    sal_uInt8   nJustification;
    sal_uInt16  nFontWeight;

    char *pFontName;
    void SetHasAlign(sal_Bool bIn) {bHasAlign=bIn;}
    void SetHasFont(sal_Bool bIn) {bHasFont=bIn;}
protected:
    static sal_uInt16 nStandardId;
    sal_uInt8 ExportAlign(sal_Int16 nAlign) const;
private:
    sal_Bool bHasAlign;
    sal_Bool bHasFont;
};

class MSFILTER_DLLPUBLIC OCX_Control
{
public:
    OCX_Control(UniString sN, OCX_Control* parent = NULL ) : nWidth( 0 ), nHeight( 0 ), mnLeft(0), mnTop(0),
        mnStep(0), mnBackColor(0x8000000FL), mnForeColor(0), mnTabPos(0), mbVisible(true), sName(sN), pDocSh(0),
        bSetInDialog(sal_False), mpParent( parent ) {}
    //Export exports a control as an OLE style storage stream tree
    virtual sal_Bool Export(SotStorageRef& /*rObj*/,
    const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet>& /*rPropSet*/,
        const com::sun::star::awt::Size& /*rSize*/) {return sal_False;}

    //WriteContents writes the contents of a contents stream, for
    //the Excel export you cannot use Export, only WriteContents instead
    virtual sal_Bool WriteContents(SotStorageStreamRef& /*rObj*/,
    const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet>& /*rPropSet*/,
        const com::sun::star::awt::Size& /*rSize*/) {return sal_False;}
    void SetInDialog(bool bState) { bSetInDialog = bState; }
    bool GetInDialog() { return bSetInDialog; }

    virtual ~OCX_Control() {}

    static void FillSystemColors();

    sal_uInt32 nWidth;
    sal_uInt32 nHeight;
        sal_Int32 mnLeft;
        sal_Int32 mnTop;
        sal_Int32 mnStep;
    sal_Int32 mnBackColor;
    sal_Int32 mnForeColor;
        sal_uInt16 mnTabPos;
    bool mbVisible;
    UniString sName;
    UniString msToolTip;
    UniString msParentName;
    OCX_FontData aFontData;
    rtl::OUString msCtrlSource;
    rtl::OUString msRowSource;
        SfxObjectShell *pDocSh;
    ::rtl::OUString sImageUrl;
    com::sun::star::uno::Reference< com::sun::star::graphic::XGraphicObject> mxGrfObj;
protected:

    sal_uInt32 ExportColor(sal_uInt32 nColorCode) const;
    sal_uInt32 SwapColor(sal_uInt32 nColorCode) const;
    sal_uInt8 ExportBorder(sal_uInt16 nBorder,sal_uInt8 &rBorderStyle) const;
    bool bSetInDialog;
    sal_uInt8 ExportSpecEffect( sal_Int16 nApiEffect ) const;
    static sal_uInt16 nStandardId;
    static sal_uInt8 const aObjInfo[4];
    rtl::OUString msFormType;
    rtl::OUString msDialogType;
        OCX_Control* mpParent;
private:
    static sal_uInt32 pColor[25];
};

class OCX_ModernControl : public OCX_Control
{
public:
    OCX_ModernControl(UniString sN) : OCX_Control(sN),
    fEnabled(1), fLocked(0), fBackStyle(1), fColumnHeads(0), fIntegralHeight(1),
    fMatchRequired(0), fAlignment(1), fDragBehaviour(0), fEnterKeyBehaviour(0),
    fEnterFieldBehaviour(0), fTabKeyBehaviour(0), fWordWrap(1),
    fSelectionMargin(1), fAutoWordSelect(1), fAutoSize(0), fHideSelection(1),
    fAutoTab(0), fMultiLine(1), nMaxLength(0), nBorderStyle(0), nScrollBars(0),
    nStyle(0), nMousePointer(0), nPasswordChar(0), nListWidth(0),
    nBoundColumn(1), nTextColumn(-1), nColumnCount(1), nListRows(8),
    nMatchEntry(2), nListStyle(0), nShowDropButtonWhen(0), nDropButtonStyle(1),
    nMultiState(0), nValueLen(0), nCaptionLen(0), nVertPos(1), nHorzPos(7),
    nSpecialEffect(2), nIcon(0), nPicture(0), nAccelerator(0), nGroupNameLen(0),
    pValue(0), pCaption(0), pGroupName(0), nIconLen(0), pIcon(0),
    nPictureLen(0) {}

    ~OCX_ModernControl() {
        if (pValue) delete[] pValue;
        if (pCaption) delete[] pCaption;
        if (pGroupName) delete[] pGroupName;
        if (pIcon) delete[] pIcon;
    }

    /*sal_uInt8 for sal_uInt8 Word Struct*/
    sal_uInt16  nIdentifier;
    sal_uInt16  nFixedAreaLen;
    sal_uInt8   pBlockFlags[8];

    sal_uInt8   fUnknown1:1;
    sal_uInt8   fEnabled:1;
    sal_uInt8   fLocked:1;
    sal_uInt8   fBackStyle:1;
    sal_uInt8   fUnknown2:4;

    sal_uInt8   fUnknown3:2;
    sal_uInt8   fColumnHeads:1;
    sal_uInt8   fIntegralHeight:1;
    sal_uInt8   fMatchRequired:1;
    sal_uInt8   fAlignment:1;
    sal_uInt8   fUnknown4:2;

    sal_uInt8   fUnknown5:3;
    sal_uInt8   fDragBehaviour:1;
    sal_uInt8   fEnterKeyBehaviour:1;
    sal_uInt8   fEnterFieldBehaviour:1;
    sal_uInt8   fTabKeyBehaviour:1;
    sal_uInt8   fWordWrap:1;

    sal_uInt8   fUnknown6:2;
    sal_uInt8   fSelectionMargin:1;
    sal_uInt8   fAutoWordSelect:1;
    sal_uInt8   fAutoSize:1;
    sal_uInt8   fHideSelection:1;
    sal_uInt8   fAutoTab:1;
    sal_uInt8   fMultiLine:1;

    sal_uInt32  nMaxLength;
    sal_uInt8   nBorderStyle;
    sal_uInt8   nScrollBars;
    sal_uInt8   nStyle;
    sal_uInt8   nMousePointer;
    sal_uInt8   nUnknown7;
    sal_uInt8   nPasswordChar;
    sal_uInt32  nListWidth;
    sal_uInt16  nBoundColumn;
    sal_Int16   nTextColumn;
    sal_uInt16  nColumnCount;
    sal_uInt16  nListRows;
    sal_uInt16  nUnknown8;
    sal_uInt8   nMatchEntry;
    sal_uInt8   nListStyle;
    sal_uInt8   nShowDropButtonWhen;
    sal_uInt8   nDropButtonStyle;
    sal_uInt8   nMultiState;
    sal_uInt32  nValueLen;
    sal_uInt32  nCaptionLen;

    sal_uInt16 nVertPos;
    sal_uInt16 nHorzPos;

    sal_uInt32 nBorderColor;
    sal_uInt8 nSpecialEffect;
    sal_uInt16 nIcon;
    sal_uInt16 nPicture;
    sal_uInt8 nAccelerator;
    sal_uInt8 nUnknown9;
    sal_uInt32 nGroupNameLen;
    sal_uInt32 nUnknown10;

    char *pValue;
    char *pCaption;
    char *pGroupName;

    sal_uInt8 pIconHeader[20];
    sal_uInt32 nIconLen;
    sal_uInt8 *pIcon;

    sal_uInt8 pPictureHeader[20];
    sal_uInt32 nPictureLen;

};

class OCX_Image : public OCX_Control
{
public:
    OCX_Image() : OCX_Control(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Image" ))), fEnabled(1), fBackStyle(0), bPictureTiling(false), bAutoSize(false) {
                msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.DatabaseImageControl" ));
        msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlImageControlModel" ));
         }

    ~OCX_Image() { }
    /*sal_uInt8 for sal_uInt8 Word Struct*/
    sal_uInt16  nIdentifier;
    sal_uInt16  nFixedAreaLen;
    sal_uInt8   pBlockFlags[4];

    sal_uInt32  nBorderColor;
    sal_uInt8   nBorderStyle;
    sal_uInt8   nMousePointer;
        sal_uInt8       nPictureSizeMode;


           sal_uInt8    fUnknown1:1;
    sal_uInt8   fEnabled:1;
    sal_uInt8   fUnknown2:2;
    sal_uInt8   fBackStyle:1;
    sal_uInt8   fUnknown3:3;

        sal_uInt8       nPictureAlignment;
        bool            bPictureTiling;
    sal_uInt8   nSpecialEffect;

        bool bAutoSize;
    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);

    static OCX_Control *Create() { return new OCX_Image;}
};
class OCX_OptionButton;

class OCX_CheckBox : public OCX_ModernControl
{
public:
    OCX_CheckBox() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CheckBox" ))){
        msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.CheckBox" ));
        msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlCheckBoxModel" ));
        mnBackColor = 0x80000005L;
        mnForeColor = 0x80000008L;
        aFontData.SetHasAlign(sal_True);
    }

    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    static OCX_Control *Create() { return new OCX_CheckBox;}
};

class OCX_OptionButton : public OCX_ModernControl
{
public:
    OCX_OptionButton() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OptionButton" )))
    {
        msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.RadioButton" ));
        //msDialogType = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.UnoControlRadioButtonModel"));
        msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.RadioButton" ));
        mnBackColor = 0x80000005L;
        mnForeColor = 0x80000008L;
        aFontData.SetHasAlign(sal_True);
    }

    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);


    static OCX_Control *Create() { return new OCX_OptionButton;}
};

class OCX_TextBox : public OCX_ModernControl
{
public:
    OCX_TextBox() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextBox" ))) {
        msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.TextField" ));
        msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlEditModel" ));
        mnBackColor = 0x80000005L;
        mnForeColor = 0x80000008L;
        nBorderColor = 0x80000006L;
        aFontData.SetHasAlign(sal_True);
    }

    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    static OCX_Control *Create() { return new OCX_TextBox;}
};

class OCX_FieldControl: public OCX_ModernControl
{
public:
    OCX_FieldControl() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextBox" ))) {
        mnBackColor = 0x80000005L;
        mnForeColor = 0x80000008L;
        nBorderColor = 0x80000006L;
    }
    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    static OCX_Control *Create() { return new OCX_FieldControl;}
};


class OCX_ToggleButton : public OCX_ModernControl
{
public:
    OCX_ToggleButton() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ToggleButton" ))) {
                msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.CommandButton" ));
                msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlButtonModel" ));

        mnBackColor = 0x8000000F;
        mnForeColor = 0x80000012;
        aFontData.SetHasAlign(sal_True);
        aFontData.nJustification = 3;   // centered by default
    }
    static OCX_Control *Create() { return new OCX_ToggleButton;}

    sal_Bool Export(SvStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SvStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
};

class OCX_ComboBox : public OCX_ModernControl
{
public:
    OCX_ComboBox() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ComboBox" ))){
        msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.ComboBox" ));
            msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.ComboBox" ));
        mnBackColor = 0x80000005;
        mnForeColor = 0x80000008;
        nBorderColor = 0x80000006;
        aFontData.SetHasAlign(sal_True);
    }
    static OCX_Control *Create() { return new OCX_ComboBox;}
    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
};

class OCX_ListBox : public OCX_ModernControl
{
public:
    OCX_ListBox() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ListBox" ))){
        msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.ListBox" ));
        //msDialogType = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.UnoControlListBoxModel"));
        msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.ListBox" ));
        mnBackColor = 0x80000005;
        mnForeColor = 0x80000008;
        nBorderColor = 0x80000006;
        aFontData.SetHasAlign(sal_True);
    }
    static OCX_Control *Create() { return new OCX_ListBox;}
    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);

};

class OCX_CommandButton : public OCX_Control
{
public:
    OCX_CommandButton() : OCX_Control(String::CreateFromAscii("CommandButton")),
    fEnabled(1), fLocked(0), fBackStyle(1), fWordWrap(0), fAutoSize(0),
        nCaptionLen(0), nVertPos(1), nHorzPos(7), nMousePointer(0), nPicture(0),
        nAccelerator(0), nIcon(0), pCaption(0), nIconLen(0), pIcon(0), nPictureLen(0),
        mbTakeFocus( true )
    {
            msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.CommandButton" ));
            msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlButtonModel" ));
            mnForeColor = 0x80000012L;
                mnBackColor = 0x8000000FL;
    }

    ~OCX_CommandButton() {
        if (pCaption) delete[] pCaption;
        if (pIcon) delete[] pIcon;
    }

    /*sal_uInt8 for sal_uInt8 Word Struct*/
    sal_uInt16  nIdentifier;
    sal_uInt16  nFixedAreaLen;
    sal_uInt8   pBlockFlags[4];


    sal_uInt8   fUnknown1:1;
    sal_uInt8   fEnabled:1;
    sal_uInt8   fLocked:1;
    sal_uInt8   fBackStyle:1;
    sal_uInt8   fUnknown2:4;

    sal_uInt8   fUnknown3:8;

    sal_uInt8   fUnknown4:7;
    sal_uInt8   fWordWrap:1;

    sal_uInt8   fUnknown5:4;
    sal_uInt8   fAutoSize:1;
    sal_uInt8   fUnknown6:3;

    sal_uInt32  nCaptionLen;

    sal_uInt16  nVertPos;
    sal_uInt16  nHorzPos;

    sal_uInt16  nMousePointer;
    sal_uInt16  nPicture;
    sal_uInt16  nAccelerator;
    sal_uInt16  nIcon;

    char *pCaption;

    sal_uInt8 pIconHeader[20];
    sal_uInt32  nIconLen;
    sal_uInt8 *pIcon;

    sal_uInt8 pPictureHeader[20];
    sal_uInt32  nPictureLen;

    bool        mbTakeFocus;

    static OCX_Control *Create() { return new OCX_CommandButton;}
    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);

};

class OCX_ImageButton: public OCX_CommandButton
{
public:
    OCX_ImageButton() {
        aFontData.SetHasAlign(sal_False);
        aFontData.SetHasFont(sal_False);
    }
    static OCX_Control *Create() { return new OCX_ImageButton;}
    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);

};

class OCX_GroupBox: public OCX_Control
{
public:
    OCX_GroupBox() : OCX_Control(String::CreateFromAscii("GroupBox")) {}
    static OCX_Control *Create() { return new OCX_GroupBox;}
    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);

};

class OCX_Label : public OCX_Control
{
public:
    OCX_Label(OCX_Control* pParent = NULL ) : OCX_Control(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Label" )), pParent ), fEnabled(1),
        fLocked(0),fBackStyle(1),fWordWrap(1),
    fAutoSize(0),nCaptionLen(0),nVertPos(1),nHorzPos(7),nMousePointer(0),
    nBorderColor(0x80000006),nBorderStyle(0),nSpecialEffect(0),
    nPicture(0),nAccelerator(0),nIcon(0),pCaption(0),nIconLen(0),pIcon(0),
    nPictureLen(0)
    {
        msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.FixedText" ));
        msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlFixedTextModel" ));
                mnForeColor = 0x80000008;
                mnBackColor = 0x80000005;
        aFontData.SetHasAlign(sal_True);
    }

    ~OCX_Label() {
        if (pCaption) delete[] pCaption;
        if (pIcon) delete[] pIcon;
    }

    /*sal_uInt8 for sal_uInt8 Word Struct*/
    sal_uInt16 nIdentifier;
    sal_uInt16 nFixedAreaLen;
    sal_uInt8   pBlockFlags[4];


    sal_uInt8   fUnknown1:1;
    sal_uInt8   fEnabled:1;
    sal_uInt8   fLocked:1;
    sal_uInt8   fBackStyle:1;
    sal_uInt8   fUnknown2:4;

    sal_uInt8   fUnknown3:8;

    sal_uInt8   fUnknown4:7;
    sal_uInt8   fWordWrap:1;

    sal_uInt8   fUnknown5:4;
    sal_uInt8   fAutoSize:1;
    sal_uInt8   fUnknown6:3;

    sal_uInt32  nCaptionLen;
    sal_uInt16  nVertPos;
    sal_uInt16  nHorzPos;
    sal_uInt8   nMousePointer;
    sal_uInt32  nBorderColor;
    sal_uInt16  nBorderStyle;
    sal_uInt16  nSpecialEffect;
    sal_uInt16  nPicture;
    sal_uInt16  nAccelerator;
    sal_uInt16  nIcon;

    char *pCaption;

    sal_uInt8 pIconHeader[20];
    sal_uInt32  nIconLen;
    sal_uInt8 *pIcon;

    sal_uInt8 pPictureHeader[20];
    sal_uInt32  nPictureLen;

    static OCX_Control *Create() { return new OCX_Label;}

    sal_Bool Export(SotStorageRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);
    sal_Bool WriteContents(SotStorageStreamRef &rObj,
        const com::sun::star::uno::Reference<
        com::sun::star::beans::XPropertySet> &rPropSet,
        const com::sun::star::awt::Size& rSize);

};


class OCX_ProgressBar : public OCX_Control
{
public:
    explicit            OCX_ProgressBar();

    static OCX_Control* Create();

private:
    sal_Int32   nMin;
    sal_Int32   nMax;
    bool        bFixedSingle;
    bool        bEnabled;
    bool        b3d;
};

class OCX_SpinButton : public OCX_Control
{
public:
    explicit            OCX_SpinButton();

    static OCX_Control* Create();

    //Export exports a control as an OLE style storage stream tree
    virtual sal_Bool    Export( SvStorageRef &rObj,
                            const com::sun::star::uno::Reference<
                                com::sun::star::beans::XPropertySet> &rPropSet,
                                const com::sun::star::awt::Size& rSize );

    //WriteContents writes the contents of a contents stream, for
    //the Excel export you cannot use Export, only WriteContents instead
    virtual sal_Bool    WriteContents( SvStorageStreamRef &rObj,
                            const com::sun::star::uno::Reference<
                                com::sun::star::beans::XPropertySet> &rPropSet,
                                const com::sun::star::awt::Size& rSize );

protected:
    void                UpdateInt32Property(
                            sal_Int32& rnCoreValue, sal_Int32 nNewValue,
                            sal_Int32 nBlockFlag );

    void                GetInt32Property(
                            sal_Int32& rnCoreValue,
                            const com::sun::star::uno::Reference<
                                com::sun::star::beans::XPropertySet >& rxPropSet,
                            const rtl::OUString& rPropName,
                            sal_Int32 nBlockFlag );

    void                UpdateBoolProperty(
                            bool& rbCoreValue, bool bNewValue,
                            sal_Int32 nBlockFlag );

    void                GetBoolProperty(
                            bool& rbCoreValue,
                            const com::sun::star::uno::Reference<
                                com::sun::star::beans::XPropertySet >& rxPropSet,
                            const rtl::OUString& rPropName,
                            sal_Int32 nBlockFlag );

    /** Writes the data from own members to stream. */
    sal_Bool            WriteData( SvStream& rStrm ) const;

    sal_Int32           mnBlockFlags;
    sal_Int32           mnValue;
    sal_Int32           mnMin;
    sal_Int32           mnMax;
    sal_Int32           mnSmallStep;
    sal_Int32           mnPageStep;
    sal_Int32           mnOrient;
    sal_Int32           mnDelay;
    bool                mbEnabled;
    bool                mbLocked;
    bool                mbPropThumb;
};

class OCX_ScrollBar : public OCX_SpinButton
{
public:
    explicit            OCX_ScrollBar();

    static OCX_Control* Create();

    //Export exports a control as an OLE style storage stream tree
    virtual sal_Bool    Export( SvStorageRef &rObj,
                            const com::sun::star::uno::Reference<
                                com::sun::star::beans::XPropertySet> &rPropSet,
                                const com::sun::star::awt::Size& rSize );

    //WriteContents writes the contents of a contents stream, for
    //the Excel export you cannot use Export, only WriteContents instead
    virtual sal_Bool    WriteContents( SvStorageStreamRef &rObj,
                            const com::sun::star::uno::Reference<
                                com::sun::star::beans::XPropertySet> &rPropSet,
                                const com::sun::star::awt::Size& rSize );
};

class HTML_Select : public OCX_ModernControl
{
public:
    HTML_Select() : OCX_ModernControl(rtl::OUString::createFromAscii("TextBox")) {
        msFormType = rtl::OUString::createFromAscii("com.sun.star.form.component.ListBox");
        msDialogType = rtl::OUString::createFromAscii("com.sun.star.form.component.ListBox");
        mnBackColor = 0x80000005L;
        mnForeColor = 0x80000008L;
        nBorderColor = 0x80000006L;
        aFontData.SetHasAlign(sal_True);
                fEnabled = true;
                nMultiState =false;
    }

    static OCX_Control *Create() { return new HTML_Select;}

        com::sun::star::uno::Sequence< rtl::OUString > msListData;
        com::sun::star::uno::Sequence< sal_Int16 > msIndices;
};

class HTML_TextBox : public OCX_ModernControl
{
public:
    HTML_TextBox() : OCX_ModernControl(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "TextBox" ))) {
        msFormType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.form.component.TextField" ));
        msDialogType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.UnoControlEditModel" ));
        mnBackColor = 0x80000005L;
        mnForeColor = 0x80000008L;
        nBorderColor = 0x80000006L;
        aFontData.SetHasAlign(sal_True);
    }

    static OCX_Control *Create() { return new HTML_TextBox;}

};



#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */