Lines Matching refs:sal_Int32

42 const sal_Int32 nHandleSound = 0;
43 const sal_Int32 nHandleHasAfterEffect = 1;
44 const sal_Int32 nHandleIterateType = 2;
45 const sal_Int32 nHandleIterateInterval = 3;
46 const sal_Int32 nHandleStart = 4;
47 const sal_Int32 nHandleBegin = 5;
48 const sal_Int32 nHandleDuration = 6;
49 const sal_Int32 nHandleRepeat = 7;
50 const sal_Int32 nHandleRewind = 8;
51 const sal_Int32 nHandleEnd = 9;
52 const sal_Int32 nHandleAfterEffectOnNextEffect = 10;
53 const sal_Int32 nHandleDimColor = 11;
54 const sal_Int32 nHandleMaxParaDepth = 12;
55 const sal_Int32 nHandlePresetId = 13;
56 const sal_Int32 nHandleProperty1Type = 14;
57 const sal_Int32 nHandleProperty1Value = 15;
58 const sal_Int32 nHandleProperty2Type = 16;
59 const sal_Int32 nHandleProperty2Value = 17;
61 const sal_Int32 nHandleAccelerate = 18;
62 const sal_Int32 nHandleDecelerate = 19;
63 const sal_Int32 nHandleAutoReverse = 20;
64 const sal_Int32 nHandleTrigger = 21;
66 const sal_Int32 nHandleHasText = 22;
67 const sal_Int32 nHandleTextGrouping = 23;
68 const sal_Int32 nHandleAnimateForm = 24;
69 const sal_Int32 nHandleTextGroupingAuto = 25;
70 const sal_Int32 nHandleTextReverse = 26;
72 const sal_Int32 nHandleCurrentPage = 27;
73 const sal_Int32 nHandleSoundURL = 28;
74 const sal_Int32 nHandleSoundVolumne = 29;
75 const sal_Int32 nHandleSoundEndAfterSlide = 30;
77 const sal_Int32 nHandleCommand = 31;
79 const sal_Int32 nHandleHasVisibleShape = 32;
81 const sal_Int32 nPropertyTypeNone = 0;
82 const sal_Int32 nPropertyTypeDirection = 1;
83 const sal_Int32 nPropertyTypeSpokes = 2;
84 const sal_Int32 nPropertyTypeFirstColor = 3;
85 const sal_Int32 nPropertyTypeSecondColor = 4;
86 const sal_Int32 nPropertyTypeZoom = 5;
87 const sal_Int32 nPropertyTypeFillColor = 6;
88 const sal_Int32 nPropertyTypeColorStyle = 7;
89 const sal_Int32 nPropertyTypeFont = 8;
90 const sal_Int32 nPropertyTypeCharHeight = 9;
91 const sal_Int32 nPropertyTypeCharColor = 10;
92 const sal_Int32 nPropertyTypeCharHeightStyle = 11;
93 const sal_Int32 nPropertyTypeCharDecoration = 12;
94 const sal_Int32 nPropertyTypeLineColor = 13;
95 const sal_Int32 nPropertyTypeRotate = 14;
96 const sal_Int32 nPropertyTypeColor = 15;
97 const sal_Int32 nPropertyTypeAccelerate = 16;
98 const sal_Int32 nPropertyTypeDecelerate = 17;
99 const sal_Int32 nPropertyTypeAutoReverse = 18;
100 const sal_Int32 nPropertyTypeTransparency = 19;
101 const sal_Int32 nPropertyTypeFontStyle = 20;
102 const sal_Int32 nPropertyTypeScale = 21;
109 PropertySubControl( sal_Int32 nType ) : mnType( nType ) {} in PropertySubControl()
118 create( sal_Int32 nType,
124 sal_Int32 getControlType() const { return mnType; } in getControlType()
127 sal_Int32 mnType;