Home
last modified time | relevance | path

Searched refs:nPropType (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Doleprops.cxx128 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 Doleprops.hxx213 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 Dvclxwindows.cxx244 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 Dvclxwindow.cxx1447 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 Dunoiface.cxx426 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 …]
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx422 …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 Dxmlimppr.cxx117 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 Dxmlprmap.cxx169 sal_uInt32 nPropType, in GetEntryIndex() argument
180 if( (!nPropType || nPropType == rEntry.GetPropType()) && in GetEntryIndex()
H A Dxmlexppr.cxx855 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 Dxmlimppr.hxx99 sal_uInt32 nPropType ) const;
110 sal_uInt32 nPropType,
H A Dxmlprmap.hxx154 sal_uInt32 nPropType,
H A Dxmlexppr.hxx77 void _exportXML( sal_uInt16 nPropType, sal_uInt16& rPropTypeFlags,
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolmodel.hxx76 void ImplRegisterProperty( sal_uInt16 nPropType );

Completed in 96 milliseconds