Lines Matching refs:sal_Int32

103 const sal_Int32 AX_BORDERSTYLE_NONE         = 0;
104 const sal_Int32 AX_BORDERSTYLE_SINGLE = 1;
106 const sal_Int32 AX_SPECIALEFFECT_FLAT = 0;
107 const sal_Int32 AX_SPECIALEFFECT_RAISED = 1;
108 const sal_Int32 AX_SPECIALEFFECT_SUNKEN = 2;
109 const sal_Int32 AX_SPECIALEFFECT_ETCHED = 3;
110 const sal_Int32 AX_SPECIALEFFECT_BUMPED = 6;
112 const sal_Int32 AX_PICSIZE_CLIP = 0;
113 const sal_Int32 AX_PICSIZE_STRETCH = 1;
114 const sal_Int32 AX_PICSIZE_ZOOM = 3;
116 const sal_Int32 AX_PICALIGN_TOPLEFT = 0;
117 const sal_Int32 AX_PICALIGN_TOPRIGHT = 1;
118 const sal_Int32 AX_PICALIGN_CENTER = 2;
119 const sal_Int32 AX_PICALIGN_BOTTOMLEFT = 3;
120 const sal_Int32 AX_PICALIGN_BOTTOMRIGHT = 4;
122 const sal_Int32 AX_DISPLAYSTYLE_TEXT = 1;
123 const sal_Int32 AX_DISPLAYSTYLE_LISTBOX = 2;
124 const sal_Int32 AX_DISPLAYSTYLE_COMBOBOX = 3;
125 const sal_Int32 AX_DISPLAYSTYLE_CHECKBOX = 4;
126 const sal_Int32 AX_DISPLAYSTYLE_OPTBUTTON = 5;
127 const sal_Int32 AX_DISPLAYSTYLE_TOGGLE = 6;
128 const sal_Int32 AX_DISPLAYSTYLE_DROPDOWN = 7;
130 const sal_Int32 AX_SELCTION_SINGLE = 0;
131 const sal_Int32 AX_SELCTION_MULTI = 1;
132 const sal_Int32 AX_SELCTION_EXTENDED = 2;
134 const sal_Int32 AX_SHOWDROPBUTTON_NEVER = 0;
135 const sal_Int32 AX_SHOWDROPBUTTON_FOCUS = 1;
136 const sal_Int32 AX_SHOWDROPBUTTON_ALWAYS = 2;
138 const sal_Int32 AX_SCROLLBAR_NONE = 0x00;
139 const sal_Int32 AX_SCROLLBAR_HORIZONTAL = 0x01;
140 const sal_Int32 AX_SCROLLBAR_VERTICAL = 0x02;
214 sal_Int32 nPropId,
230 sal_Int32 nVerticalAlign ) const;
235 sal_Int32 nMin, sal_Int32 nMax, sal_Int32 nPosition,
236 sal_Int32 nSmallChange, sal_Int32 nLargeChange, bool bAwtModel ) const;
244 sal_Int32 nRefSheet = 0 ) const;
259 sal_Int32 nBorderStyle,
260 sal_Int32 nSpecialEffect ) const;
265 sal_Int32 nSpecialEffect ) const;
279 sal_Int32 nPicSizeMode,
280 sal_Int32 nPicAlign,
288 sal_Int32 nMultiSelect,
296 sal_Int32 nOrientation ) const;
325 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
327 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm );
408 sal_Int32 mnLargeChange; /// Increment step size (thumb).
409 sal_Int32 mnSmallChange; /// Increment step size (buttons).
410 sal_Int32 mnMin; /// Minimum of the value range.
411 sal_Int32 mnMax; /// Maximum of the value range.
412 sal_Int32 mnPosition; /// Value of the spin button.
444 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
455 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
477 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
478 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm );
491sal_Int32 mnVerticalAlign; /// Vertical alignment (legacy VML drawing controls only).
503 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
515 sal_Int32 mnBorderStyle; /// Flat border style.
516 sal_Int32 mnSpecialEffect; /// 3D border effect.
517sal_Int32 mnVerticalAlign; /// Vertical alignment (legacy VML drawing controls only).
528 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
529 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm );
540 sal_Int32 mnBorderStyle; /// Flat border style.
541 sal_Int32 mnSpecialEffect; /// 3D border effect.
542 sal_Int32 mnPicSizeMode; /// Clip, stretch, zoom.
543 sal_Int32 mnPicAlign; /// Anchor position of the picture.
555 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
556 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm );
570 sal_Int32 mnBorderStyle; /// Flat border style.
571 sal_Int32 mnSpecialEffect; /// 3D border effect.
572 sal_Int32 mnDisplayStyle; /// Type of the morph control.
573 sal_Int32 mnMultiSelect; /// Selection mode.
574 sal_Int32 mnScrollBars; /// Horizontal/vertical scroll bar.
575 sal_Int32 mnMatchEntry; /// Auto completion mode.
576 sal_Int32 mnShowDropButton; /// When to show the dropdown button.
577 sal_Int32 mnMaxLength; /// Maximum character count.
578 sal_Int32 mnPasswordChar; /// Password character in edit fields.
579 sal_Int32 mnListRows; /// Number of rows in dropdown box.
580sal_Int32 mnVerticalAlign; /// Vertical alignment (legacy VML drawing controls only).
678 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
688 sal_Int32 mnOrientation; /// Orientation of the buttons.
689 sal_Int32 mnMin; /// Minimum of the value range.
690 sal_Int32 mnMax; /// Maximum of the value range.
691 sal_Int32 mnPosition; /// Value of the spin button.
692 sal_Int32 mnSmallChange; /// Increment step size.
693 sal_Int32 mnDelay; /// Repeat delay in milliseconds.
704 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
714 sal_Int32 mnOrientation; /// Orientation of the buttons.
715 sal_Int32 mnPropThumb; /// Proportional thumb size.
716 sal_Int32 mnMin; /// Minimum of the value range.
717 sal_Int32 mnMax; /// Maximum of the value range.
718 sal_Int32 mnPosition; /// Value of the spin button.
719 sal_Int32 mnSmallChange; /// Increment step size (buttons).
720 sal_Int32 mnLargeChange; /// Increment step size (thumb).
721 sal_Int32 mnDelay; /// Repeat delay in milliseconds.
738 ::rtl::OUString getCaption( sal_Int32 nIndex ) const;
745 sal_Int32 mnSelectedTab; /// The index of the selected tab.
747 sal_Int32 mnTabFlagCount; /// Number of entries in tab flag array.
763 virtual void importProperty( sal_Int32 nPropId, const ::rtl::OUString& rValue );
783 sal_Int32 mnBorderStyle; /// Flat border style.
784 sal_Int32 mnScrollBars; /// Horizontal/vertical scroll bar.
785 sal_Int32 mnCycleType; /// Cycle in all forms or in this form.
786 sal_Int32 mnSpecialEffect; /// 3D border effect.
787 sal_Int32 mnPicAlign; /// Anchor position of the picture.
788 sal_Int32 mnPicSizeMode; /// Clip, stretch, zoom.
928 convertAndInsert( const EmbeddedControl& rControl, sal_Int32& rnCtrlIndex );