/trunk/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 554 DBG_ASSERT(nPropertyId < PROPERTY_MAP_END, "Id ?" ); in GetPropertyMapEntries() 555 if( !aMapEntriesArr[ nPropertyId ] ) in GetPropertyMapEntries() 557 switch(nPropertyId) in GetPropertyMapEntries() 679 aMapEntriesArr[nPropertyId] = aCharStyleMap; in GetPropertyMapEntries() 756 aMapEntriesArr[nPropertyId] = aParaStyleMap; in GetPropertyMapEntries() 1067 aMapEntriesArr[nPropertyId] = aNumStyleMap; in GetPropertyMapEntries() 2631 aMapEntriesArr[nPropertyId] = aTextMap; in GetPropertyMapEntries() 2730 return aMapEntriesArr[nPropertyId]; in GetPropertyMapEntries() 2737 if( !aPropertySetArr[nPropertyId] ) in GetPropertySet() 2740 switch( nPropertyId ) in GetPropertySet() [all …]
|
/trunk/main/fpicker/source/office/ |
H A D | OfficeControlAccess.cxx | 147 sal_Int16 nPropertyId; member 365 sal_Int16 nPropertyId = -1; in setValue() local 368 nPropertyId = PROPERTY_FLAG_HELPURL; in setValue() 381 nPropertyId = PROPERTY_FLAG_CHECKED; in setValue() 404 if ( -1 != nPropertyId ) in setValue() 418 sal_Int16 nPropertyId = -1; in getValue() local 421 nPropertyId = PROPERTY_FLAG_HELPURL; in getValue() 434 nPropertyId = PROPERTY_FLAG_CHECKED; in getValue() 454 nPropertyId = PROPERTY_FLAG_SELECTEDITEM; in getValue() 460 nPropertyId = PROPERTY_FLAG_LISTITEMS; in getValue() [all …]
|
/trunk/main/toolkit/source/helper/ |
H A D | property.cxx | 348 const ImplPropertyInfo* ImplGetImplPropertyInfo( sal_uInt16 nPropertyId ) in ImplGetImplPropertyInfo() argument 355 for ( n = 0; n < nElements && pInfos[n].nPropId != nPropertyId; ++n) in ImplGetImplPropertyInfo() 361 sal_uInt16 GetPropertyOrderNr( sal_uInt16 nPropertyId ) in GetPropertyOrderNr() argument 369 if ( pInfos[--n].nPropId == nPropertyId ) in GetPropertyOrderNr() 375 const ::rtl::OUString& GetPropertyName( sal_uInt16 nPropertyId ) in GetPropertyName() argument 377 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyName() 382 const ::com::sun::star::uno::Type* GetPropertyType( sal_uInt16 nPropertyId ) in GetPropertyType() argument 384 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyType() 389 sal_Int16 GetPropertyAttribs( sal_uInt16 nPropertyId ) in GetPropertyAttribs() argument 391 const ImplPropertyInfo* pImplPropertyInfo = ImplGetImplPropertyInfo( nPropertyId ); in GetPropertyAttribs() [all …]
|
/trunk/main/toolkit/inc/toolkit/helper/ |
H A D | property.hxx | 240 const ::com::sun::star::uno::Type* GetPropertyType( sal_uInt16 nPropertyId ); 241 TOOLKIT_DLLPUBLIC const ::rtl::OUString& GetPropertyName( sal_uInt16 nPropertyId ); 242 sal_Int16 GetPropertyAttribs( sal_uInt16 nPropertyId ); 243 sal_uInt16 GetPropertyOrderNr( sal_uInt16 nPropertyId ); 244 sal_Bool DoesDependOnOthers( sal_uInt16 nPropertyId );
|
/trunk/main/sd/source/filter/eppt/ |
H A D | pptexanimations.hxx | 82 …sal_Bool exportAnimProperty( SvStream& rStrm, const sal_uInt16 nPropertyId, const ::com::sun::star… 84 …void exportAnimPropertyString( SvStream& rStrm, const sal_uInt16 nPropertyId, const rtl::OUString&… 85 …void exportAnimPropertyFloat( SvStream& rStrm, const sal_uInt16 nPropertyId, const double& rVal, c… 86 …void exportAnimPropertyuInt32( SvStream& rStrm, const sal_uInt16 nPropertyId, const sal_uInt32 nVa… 87 …void exportAnimPropertyByte( SvStream& rStrm, const sal_uInt16 nPropertyId, const sal_uInt8 nVal, …
|
H A D | pptexanimations.cxx | 1160 exportAnimPropertyuInt32( rStrm, nPropertyId, nVal, eTranslateMode ); in exportAnimProperty() 1171 exportAnimPropertyFloat( rStrm, nPropertyId, fVal, eTranslateMode ); in exportAnimProperty() 1186 exportAnimPropertyString( rStrm, nPropertyId, aNumber, eTranslateMode ); in exportAnimProperty() 1190 exportAnimPropertyFloat( rStrm, nPropertyId, fVal, eTranslateMode ); in exportAnimProperty() 1201 exportAnimPropertyString( rStrm, nPropertyId, aStr, eTranslateMode ); in exportAnimProperty() 1214 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAttributeValue, nPropertyId ); in exportAnimPropertyString() 1223 void AnimationExporter::exportAnimPropertyFloat( SvStream& rStrm, const sal_uInt16 nPropertyId, con… in exportAnimPropertyFloat() argument 1225 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAttributeValue, nPropertyId ); in exportAnimPropertyFloat() 1234 EscherExAtom aExAtom( rStrm, DFF_msofbtAnimAttributeValue, nPropertyId ); in exportAnimPropertyuInt32() 1240 void AnimationExporter::exportAnimPropertyByte( SvStream& rStrm, const sal_uInt16 nPropertyId, cons… in exportAnimPropertyByte() argument [all …]
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxspinbutton.cxx | 260 sal_uInt16 nPropertyId = GetPropertyId( PropertyName ); in setProperty() local 261 switch ( nPropertyId ) in setProperty() 309 sal_uInt16 nPropertyId = GetPropertyId( PropertyName ); in getProperty() local 310 switch ( nPropertyId ) in getProperty()
|
H A D | animatedimagespeer.cxx | 348 const sal_uInt16 nPropertyId = GetPropertyId( i_propertyName ); in setProperty() local 349 switch ( nPropertyId ) in setProperty() 394 const sal_uInt16 nPropertyId = GetPropertyId( i_propertyName ); in getProperty() local 395 switch ( nPropertyId ) in getProperty()
|
/trunk/main/svx/source/unodraw/ |
H A D | unoprov.cxx | 965 const SfxItemPropertyMapEntry* SvxUnoPropertyMapProvider::GetMap(sal_uInt16 nPropertyId) in GetMap() argument 967 DBG_ASSERT(nPropertyId < SVXMAP_END, "Id ?" ); in GetMap() 968 if(!aMapArr[nPropertyId]) { in GetMap() 969 switch(nPropertyId) { in GetMap() 1002 return aMapArr[nPropertyId]; in GetMap() 1004 const SvxItemPropertySet* SvxUnoPropertyMapProvider::GetPropertySet(sal_uInt16 nPropertyId, SfxItem… in GetPropertySet() argument 1006 if( !aSetArr[nPropertyId] ) in GetPropertySet() 1007 aSetArr[nPropertyId] = new SvxItemPropertySet( GetMap( nPropertyId ), rPool ); in GetPropertySet() 1008 return aSetArr[nPropertyId]; in GetPropertySet()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | defaultforminspection.cxx | 209 sal_Int32 nPropertyId( m_pInfoService->getPropertyId( _rPropertyName ) ); in getPropertyOrderIndex() local 210 if ( nPropertyId == -1 ) in getPropertyOrderIndex() 219 return m_pInfoService->getPropertyPos( nPropertyId ); in getPropertyOrderIndex()
|
/trunk/main/reportdesign/source/ui/inspection/ |
H A D | DefaultInspection.cxx | 260 const sal_Int32 nPropertyId( m_pInfoService->getPropertyId( _rPropertyName ) ); in getPropertyOrderIndex() local 261 if ( nPropertyId != -1 ) in getPropertyOrderIndex() 262 return nPropertyId; in getPropertyOrderIndex()
|
/trunk/main/svx/inc/svx/ |
H A D | unoprov.hxx | 106 const SfxItemPropertyMapEntry* GetMap(sal_uInt16 nPropertyId); 107 const SvxItemPropertySet* GetPropertySet(sal_uInt16 nPropertyId, SfxItemPool& rPool);
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter.cxx | 444 void PDFWriter::SetLinkPropertyID( sal_Int32 nLinkId, sal_Int32 nPropertyId ) in SetLinkPropertyID() argument 446 ((PDFWriterImpl*)pImplementation)->setLinkPropertyId( nLinkId, nPropertyId ); in SetLinkPropertyID()
|
H A D | pdfwriter_impl.hxx | 1284 void setLinkPropertyId( sal_Int32 nLinkId, sal_Int32 nPropertyId );
|
H A D | pdfwriter_impl.cxx | 10960 void PDFWriterImpl::setLinkPropertyId( sal_Int32 nLinkId, sal_Int32 nPropertyId ) in setLinkPropertyId() argument 10962 m_aLinkPropertyMap[ nPropertyId ] = nLinkId; in setLinkPropertyId()
|