Lines Matching refs:sal_Int32

98 const sal_Int32 COMCTL_SCROLLBAR_3D         = 0;
99 const sal_Int32 COMCTL_SCROLLBAR_FLAT = 1;
100 const sal_Int32 COMCTL_SCROLLBAR_TRACK3D = 2;
141 const sal_Int32 AX_MATCHENTRY_FIRSTLETTER = 0;
142 const sal_Int32 AX_MATCHENTRY_COMPLETE = 1;
143 const sal_Int32 AX_MATCHENTRY_NONE = 2;
145 const sal_Int32 AX_ORIENTATION_AUTO = -1;
146 const sal_Int32 AX_ORIENTATION_VERTICAL = 0;
147 const sal_Int32 AX_ORIENTATION_HORIZONTAL = 1;
149 const sal_Int32 AX_PROPTHUMB_ON = -1;
150 const sal_Int32 AX_PROPTHUMB_OFF = 0;
162 const sal_Int32 AX_CONTAINER_DEFWIDTH = 4000;
163 const sal_Int32 AX_CONTAINER_DEFHEIGHT = 3000;
165 const sal_Int32 AX_CONTAINER_CYCLEALL = 0;
166 const sal_Int32 AX_CONTAINER_CYCLECURRENT = 2;
168 const sal_Int32 AX_CONTAINER_SCR_NONE = 0x00;
169 const sal_Int32 AX_CONTAINER_SCR_HOR = 0x01;
170 const sal_Int32 AX_CONTAINER_SCR_VER = 0x02;
171 const sal_Int32 AX_CONTAINER_SCR_KEEP_HOR = 0x04;
172 const sal_Int32 AX_CONTAINER_SCR_KEEP_VER = 0x08;
173 const sal_Int32 AX_CONTAINER_SCR_SHOW_LEFT = 0x10;
221 const OUString& rAddressString, sal_Int32 nRefSheet, bool bRange ) in lclPrepareConverter()
273 void ControlConverter::convertColor( PropertyMap& rPropMap, sal_Int32 nPropId, sal_uInt32 nOleColor… in convertColor()
290sal_Int32 nScrollOrient = bHorizontal ? ScrollBarOrientation::HORIZONTAL : ScrollBarOrientation::V… in convertOrientation()
294 void ControlConverter::convertVerticalAlign( PropertyMap& rPropMap, sal_Int32 nVerticalAlign ) const in convertVerticalAlign()
307 sal_Int32 nMin, sal_Int32 nMax, sal_Int32 nPosition, in convertScrollBar()
308 sal_Int32 nSmallChange, sal_Int32 nLargeChange, bool bAwtModel ) const in convertScrollBar()
318 const OUString& rCtrlSource, const OUString& rRowSource, sal_Int32 nRefSheet ) const in bindToSources()
409 sal_uInt32 nBorderColor, sal_Int32 nBorderStyle, sal_Int32 nSpecialEffect ) const in convertAxBorder()
417 void ControlConverter::convertAxVisualEffect( PropertyMap& rPropMap, sal_Int32 nSpecialEffect ) con… in convertAxVisualEffect()
451 sal_Int32 nPicSizeMode, sal_Int32 /*nPicAlign*/, bool /*bPicTiling*/ ) const in convertAxPicture() argument
469 …const OUString& rValue, sal_Int32 nMultiSelect, ApiDefaultStateMode eDefStateMode, bool bAwtModel … in convertAxState()
482 sal_Int32 nPropId = bAwtModel ? PROP_State : PROP_DefaultState; in convertAxState()
494 const AxPairData& rSize, sal_Int32 nOrientation ) const in convertAxOrientation()
559 void ControlModelBase::importProperty( sal_Int32 /*nPropId*/, const OUString& /*rValue*/ ) in importProperty() argument
563 void ControlModelBase::importPictureData( sal_Int32 /*nPropId*/, BinaryInputStream& /*rInStrm*/ ) in importPictureData() argument
742 …rPropMap.setProperty( PROP_ProgressValueMin, getLimitedValue< sal_Int32, double >( ::std::min( mfM… in convertProperties()
743 …rPropMap.setProperty( PROP_ProgressValueMax, getLimitedValue< sal_Int32, double >( ::std::max( mfM… in convertProperties()
761 void AxControlModelBase::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
768 sal_Int32 nSepPos = rValue.indexOf( ';' ); in importProperty()
787 void AxFontDataModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
828 sal_Int32 nAlign = TextAlign::LEFT; in convertProperties()
856 void AxCommandButtonModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
870 void AxCommandButtonModel::importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm ) in importPictureData()
927 void AxLabelModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
992 void AxImageModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
1008 void AxImageModel::importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm ) in importPictureData()
1074 void AxMorphDataModelBase::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
1100 void AxMorphDataModelBase::importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm ) in importPictureData()
1115 aReader.readIntProperty< sal_Int32 >( mnMaxLength ); in importBinaryModel()
1248 …rPropMap.setProperty( PROP_MaxTextLen, getLimitedValue< sal_Int16, sal_Int32 >( mnMaxLength, 0, SA… in convertProperties()
1325 …rPropMap.setProperty( PROP_MaxTextLen, getLimitedValue< sal_Int16, sal_Int32 >( mnMaxLength, 0, SA… in convertProperties()
1331 …rPropMap.setProperty( PROP_LineCount, getLimitedValue< sal_Int16, sal_Int32 >( mnListRows, 1, SAL_… in convertProperties()
1357 void AxSpinButtonModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
1382 aReader.readIntProperty< sal_Int32 >( mnMin ); in importBinaryModel()
1383 aReader.readIntProperty< sal_Int32 >( mnMax ); in importBinaryModel()
1384 aReader.readIntProperty< sal_Int32 >( mnPosition ); in importBinaryModel()
1387 aReader.readIntProperty< sal_Int32 >( mnSmallChange ); in importBinaryModel()
1388 aReader.readIntProperty< sal_Int32 >( mnOrientation ); in importBinaryModel()
1389 aReader.readIntProperty< sal_Int32 >( mnDelay ); in importBinaryModel()
1397 sal_Int32 nMin = ::std::min( mnMin, mnMax ); in convertProperties()
1398 sal_Int32 nMax = ::std::max( mnMin, mnMax ); in convertProperties()
1435 void AxScrollBarModel::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
1462 aReader.readIntProperty< sal_Int32 >( mnMin ); in importBinaryModel()
1463 aReader.readIntProperty< sal_Int32 >( mnMax ); in importBinaryModel()
1464 aReader.readIntProperty< sal_Int32 >( mnPosition ); in importBinaryModel()
1468 aReader.readIntProperty< sal_Int32 >( mnSmallChange ); in importBinaryModel()
1469 aReader.readIntProperty< sal_Int32 >( mnLargeChange ); in importBinaryModel()
1470 aReader.readIntProperty< sal_Int32 >( mnOrientation ); in importBinaryModel()
1472 aReader.readIntProperty< sal_Int32 >( mnDelay ); in importBinaryModel()
1486sal_Int32 nThumbLen = getLimitedValue< sal_Int32, double >( (fInterval * mnLargeChange) / (fInterv… in convertProperties()
1512 aReader.readIntProperty< sal_Int32 >( mnSelectedTab ); in importBinaryModel()
1553 OUString AxTabStripModel::getCaption( sal_Int32 nIndex ) const in getCaption()
1582 void AxContainerModelBase::importProperty( sal_Int32 nPropId, const OUString& rValue ) in importProperty()
1613 aReader.skipIntProperty< sal_Int32 >(); // zoom in importBinaryModel()
1648 aReader.skipIntProperty< sal_Int32 >(); // IDispatch identifier for linked cell access in importClassTable()
1655 aReader.skipIntProperty< sal_Int32 >(); // IDispatch identifier for source range access in importClassTable()
1806 …olModel > EmbeddedForm::convertAndInsert( const EmbeddedControl& rControl, sal_Int32& rnCtrlIndex ) in convertAndInsert()