| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unomap.cxx | 510 …st SfxItemPropertyMapEntry* SwUnoPropertyMapProvider::GetPropertyMapEntries(sal_uInt16 nPropertyId) in GetPropertyMapEntries() argument 512 DBG_ASSERT(nPropertyId < PROPERTY_MAP_END, "Id ?" ); in GetPropertyMapEntries() 513 if( !aMapEntriesArr[ nPropertyId ] ) in GetPropertyMapEntries() 515 switch(nPropertyId) in GetPropertyMapEntries() 524 aMapEntriesArr[nPropertyId] = aCharAndParaMap_Impl; in GetPropertyMapEntries() 534 aMapEntriesArr[nPropertyId] = aAccessibilityTextAttrMap_Impl; in GetPropertyMapEntries() 548 aMapEntriesArr[nPropertyId] = aParagraphMap_Impl; in GetPropertyMapEntries() 575 aMapEntriesArr[nPropertyId] = aAutoParaStyleMap; in GetPropertyMapEntries() 621 aMapEntriesArr[nPropertyId] = aCharStyleMap; in GetPropertyMapEntries() 669 aMapEntriesArr[nPropertyId] = aAutoCharStyleMap; in GetPropertyMapEntries() [all …]
|
| /AOO41X/main/fpicker/source/office/ |
| H A D | OfficeControlAccess.cxx | 147 sal_Int16 nPropertyId; member 247 if ( 0 == ( nPropertyMask & aPropDesc->nPropertyId ) ) in getControlProperty() 251 return implGetControlProperty( pControl, aPropDesc->nPropertyId ); in getControlProperty() 294 implSetControlProperty( nControlId, pControl, aPropDesc->nPropertyId, _rValue, sal_False ); in setControlProperty() 327 if ( 0 != ( nPropertyMask & aProp->nPropertyId ) ) in getSupportedControlProperties() 355 return 0 != ( aPropDesc->nPropertyId & nPropertyMask ); in isControlPropertySupported() 365 sal_Int16 nPropertyId = -1; in setValue() local 368 nPropertyId = PROPERTY_FLAG_HELPURL; in setValue() 381 nPropertyId = PROPERTY_FLAG_CHECKED; in setValue() 393 nPropertyId = PROPERTY_FLAG_SELECTEDITEMINDEX; in setValue() [all …]
|
| /AOO41X/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 …]
|
| /AOO41X/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 );
|
| /AOO41X/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 | 1145 sal_Bool AnimationExporter::exportAnimProperty( SvStream& rStrm, const sal_uInt16 nPropertyId, cons… in exportAnimProperty() argument 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() 1212 void AnimationExporter::exportAnimPropertyString( SvStream& rStrm, const sal_uInt16 nPropertyId, co… in exportAnimPropertyString() argument 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() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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);
|
| /AOO41X/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()
|