| /AOO41X/main/xmloff/source/meta/ |
| H A D | xmlmetai.cxx | 312 uno::Reference< beans::XPropertySetInfo > xSetInfo( in setBuildId() local 314 if( xSetInfo.is() && xSetInfo->hasPropertyByName( aPropName ) ) in setBuildId()
|
| /AOO41X/main/dbaccess/source/core/dataaccess/ |
| H A D | databasecontext.cxx | 476 Reference< XPropertySetInfo > xSetInfo; in storeTransientProperties() local 478 xSetInfo = xSource->getPropertySetInfo(); in storeTransientProperties() 480 if (xSetInfo.is()) in storeTransientProperties() 481 aProperties = xSetInfo->getProperties(); in storeTransientProperties()
|
| /AOO41X/main/svx/source/accessibility/ |
| H A D | AccessibleShape.cxx | 624 Reference<beans::XPropertySetInfo> xSetInfo; in getBounds() local 628 xSetInfo = xSet->getPropertySetInfo (); in getBounds() 629 if (xSetInfo.is()) in getBounds() 631 if (xSetInfo->hasPropertyByName (sBoundRectName)) in getBounds() 661 if (xSetInfo.is()) in getBounds() 663 if (xSetInfo->hasPropertyByName (sAnchorPositionName)) in getBounds()
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docglos.cxx | 91 uno::Reference<beans::XPropertySetInfo> xSetInfo in lcl_copyDocumentProperties() local 93 uno::Sequence<beans::Property> srcprops = xSetInfo->getProperties(); in lcl_copyDocumentProperties()
|
| /AOO41X/main/oox/source/drawingml/ |
| H A D | shape.cxx | 463 Reference< XPropertySetInfo > xSetInfo( xSet->getPropertySetInfo() ); in createAndInsert() local 465 if( xSetInfo.is() && xSetInfo->hasPropertyByName( rPropName ) ) in createAndInsert()
|
| /AOO41X/main/sw/source/ui/fldui/ |
| H A D | flddinf.cxx | 166 … uno::Reference< beans::XPropertySetInfo > xSetInfo = xCustomPropertySet->getPropertySetInfo(); in Reset() local 167 const uno::Sequence< beans::Property > rProperties = xSetInfo->getProperties(); in Reset()
|
| /AOO41X/main/sd/source/ui/slideshow/ |
| H A D | slideshowimpl.cxx | 1420 Reference< XPropertySetInfo > xSetInfo( xSet->getPropertySetInfo() ); in registerShapeEvents() local 1421 if( !xSetInfo.is() || !xSetInfo->hasPropertyByName( msOnClick ) ) in registerShapeEvents() 1436 if( xSetInfo->hasPropertyByName( msBookmark ) ) in registerShapeEvents() 1445 if( xSetInfo->hasPropertyByName( msBookmark ) ) in registerShapeEvents() 1449 if( xSetInfo->hasPropertyByName( msVerb ) ) in registerShapeEvents()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | xmlimp.cxx | 1989 Reference< XPropertySetInfo > xSetInfo( mxImportInfo->getPropertySetInfo() ); in getBuildIds() local 1990 if( xSetInfo.is() && xSetInfo->hasPropertyByName( aPropName ) ) in getBuildIds()
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | unopage.cxx | 2549 Reference< beans::XPropertySetInfo > xSetInfo( xSet->getPropertySetInfo() ); in setBackground() local 2560 if( xSetInfo->hasPropertyByName( aPropName ) ) in setBackground() 2922 …Reference< beans::XPropertySetInfo > xSetInfo( xInputSet->getPropertySetInfo(), UNO_QUERY_THROW ); in setBackground() local 2929 if( xSetInfo->hasPropertyByName( aIt->sName ) ) in setBackground()
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | objuno.cxx | 182 uno::Reference< beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in Copy() local 184 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in Copy()
|
| H A D | guisaveas.cxx | 1708 uno::Reference< beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in SetDocInfoState() local 1709 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in SetDocInfoState()
|
| H A D | SfxDocumentMetaData.cxx | 885 css::uno::Reference<css::beans::XPropertySetInfo> xSetInfo in propsToStrings() local 887 css::uno::Sequence<css::beans::Property> props = xSetInfo->getProperties(); in propsToStrings()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | docufld.cxx | 1101 uno::Reference < beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in Expand() local 1104 if( xSetInfo->hasPropertyByName( aName ) ) in Expand()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 430 Reference< beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in UpdateDocumentInfo() local 431 const Sequence< beans::Property > lProps = xSetInfo->getProperties(); in UpdateDocumentInfo()
|