/aoo41x/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 128 sal_Int32 nPropId, sal_Int32 nPropType, 478 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase() 485 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase() 493 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase() 500 SfxOlePropertyBase( nPropId, nPropType ), in SfxOleStringPropertyBase() 955 sal_Int32 nPropType; in ImplLoad() local 956 rStrm >> nPropType; in ImplLoad() 957 if( nPropType == PROPTYPE_INT16 ) in ImplLoad() 1029 sal_Int32 nPropType; in LoadProperty() local 1030 rStrm >> nPropType; in LoadProperty() [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
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 244 switch ( nPropType ) in setProperty() 298 switch ( nPropType ) in getProperty() 495 switch ( nPropType ) in setProperty() 541 switch ( nPropType ) in getProperty() 699 switch ( nPropType ) in setProperty() 959 switch ( nPropType ) in setProperty() 996 switch ( nPropType ) in getProperty() 1131 switch ( nPropType ) in setProperty() 1174 switch ( nPropType ) in getProperty() 1868 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()
|
/aoo41x/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()
|
/aoo41x/main/svtools/source/uno/ |
H A D | unoiface.cxx | 426 switch ( nPropType ) in setProperty() 483 switch ( nPropType ) in getProperty() 581 switch ( nPropType ) 850 switch (nPropType) in setProperty() 977 switch (nPropType) in getProperty() 1570 switch (nPropType) in setProperty() 1627 switch (nPropType) in getProperty() 2008 switch (nPropType) in setProperty() 2043 switch (nPropType) in getProperty() 2224 switch ( nPropType ) in setProperty() [all …]
|
/aoo41x/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()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlimppr.hxx | 98 sal_uInt32 nPropType ) const; 109 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,
|
/aoo41x/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrolmodel.hxx | 76 void ImplRegisterProperty( sal_uInt16 nPropType );
|