| /trunk/main/sfx2/source/doc/ |
| H A D | oleprops.cxx | 128 sal_Int32 nPropId, sal_Int32 nPropType, 131 sal_Int32 nPropId, sal_Int32 nPropType, 134 sal_Int32 nPropId, sal_Int32 nPropType, 137 sal_Int32 nPropId, sal_Int32 nPropType, 477 sal_Int32 nPropId, sal_Int32 nPropType, const SfxOleTextEncoding& rTextEnc ) : in SfxOleStringPropertyBase() argument 478 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase() 484 …sal_Int32 nPropId, sal_Int32 nPropType, const SfxOleTextEncoding& rTextEnc, const String& rValue )… in SfxOleStringPropertyBase() argument 485 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase() 492 sal_Int32 nPropId, sal_Int32 nPropType, rtl_TextEncoding eTextEnc ) : in SfxOleStringPropertyBase() argument 493 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase() [all …]
|
| H A D | oleprops.hxx | 213 inline explicit SfxOlePropertyBase( sal_Int32 nPropId, sal_Int32 nPropType ) : in SfxOlePropertyBase() argument 214 mnPropId( nPropId ), mnPropType( nPropType ) {} in SfxOlePropertyBase() 221 inline void SetPropType( sal_Int32 nPropType ) { mnPropType = nPropType; } in SetPropType() argument
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxwindows.cxx | 243 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in setProperty() local 244 switch ( nPropType ) in setProperty() 297 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in getProperty() local 298 switch ( nPropType ) in getProperty() 494 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in setProperty() local 495 switch ( nPropType ) in setProperty() 540 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in getProperty() local 541 switch ( nPropType ) in getProperty() 698 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in setProperty() local 699 switch ( nPropType ) in setProperty() [all …]
|
| H A D | vclxwindow.cxx | 1447 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in setProperty() local 1448 switch ( nPropType ) in setProperty() 1971 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in getProperty() local 1972 switch ( nPropType ) in getProperty()
|
| /trunk/main/svtools/source/uno/ |
| H A D | unoiface.cxx | 425 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in setProperty() local 426 switch ( nPropType ) in setProperty() 482 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in getProperty() local 483 switch ( nPropType ) in getProperty() 580 sal_uInt16 nPropType = GetPropertyId( PropertyName ); variable 581 switch ( nPropType ) 849 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in setProperty() local 850 switch (nPropType) in setProperty() 956 if (BASEPROPERTY_TEXTCOLOR == nPropType) in setProperty() 976 sal_uInt16 nPropType = GetPropertyId( PropertyName ); in getProperty() local [all …]
|
| /trunk/main/sd/source/filter/ppt/ |
| H A D | propread.cxx | 422 …sal_uInt32 i, nSecOfs, nSecSize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nV… in Read() local 439 *pStrm >> nPropType; in Read() 443 if ( nPropType & VT_VECTOR ) in Read() 446 nPropType &=~VT_VECTOR; in Read() 453 sal_Bool bVariant = ( nPropType == VT_VARIANT ); in Read() 459 *pStrm >> nPropType; in Read() 462 switch( nPropType ) in Read() 549 aPropItem >> nPropType; in Read() 550 if ( nPropType == VT_I2 ) in Read()
|
| /trunk/main/xmloff/source/style/ |
| H A D | xmlimppr.cxx | 117 sal_uInt32 nPropType ) const in importXML() 120 nPropType,-1, -1 ); in importXML() 129 sal_uInt32 nPropType, in importXML() argument 171 nPropType, nIndex ); in importXML() 282 switch( nPropType ) in importXML()
|
| H A D | xmlprmap.cxx | 169 sal_uInt32 nPropType, in GetEntryIndex() argument 180 if( (!nPropType || nPropType == rEntry.GetPropType()) && in GetEntryIndex()
|
| H A D | xmlexppr.cxx | 855 sal_uInt16 nPropType = aPropTokens[i].nType; in exportXML() local 856 if( 0==i || (nPropTypeFlags & (1 << nPropType)) != 0 ) in exportXML() 860 _exportXML( nPropType, nPropTypeFlags, in exportXML() 920 sal_uInt16 nPropType, sal_uInt16& rPropTypeFlags, in _exportXML() argument 948 if( nEPType == nPropType ) in _exportXML()
|
| /trunk/main/xmloff/inc/xmloff/ |
| H A D | xmlimppr.hxx | 99 sal_uInt32 nPropType ) const; 110 sal_uInt32 nPropType,
|
| H A D | xmlprmap.hxx | 154 sal_uInt32 nPropType,
|
| H A D | xmlexppr.hxx | 77 void _exportXML( sal_uInt16 nPropType, sal_uInt16& rPropTypeFlags,
|
| /trunk/main/toolkit/inc/toolkit/controls/ |
| H A D | unocontrolmodel.hxx | 76 void ImplRegisterProperty( sal_uInt16 nPropType );
|