Home
last modified time | relevance | path

Searched refs:xSetInfo (Results 1 – 14 of 14) sorted by relevance

/trunk/main/xmloff/source/meta/
H A Dxmlmetai.cxx312 uno::Reference< beans::XPropertySetInfo > xSetInfo( in setBuildId() local
314 if( xSetInfo.is() && xSetInfo->hasPropertyByName( aPropName ) ) in setBuildId()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx476 Reference< XPropertySetInfo > xSetInfo; in storeTransientProperties() local
478 xSetInfo = xSource->getPropertySetInfo(); in storeTransientProperties()
480 if (xSetInfo.is()) in storeTransientProperties()
481 aProperties = xSetInfo->getProperties(); in storeTransientProperties()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx624 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()
/trunk/main/sw/source/core/doc/
H A Ddocglos.cxx91 uno::Reference<beans::XPropertySetInfo> xSetInfo in lcl_copyDocumentProperties() local
93 uno::Sequence<beans::Property> srcprops = xSetInfo->getProperties(); in lcl_copyDocumentProperties()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx463 Reference< XPropertySetInfo > xSetInfo( xSet->getPropertySetInfo() ); in createAndInsert() local
465 if( xSetInfo.is() && xSetInfo->hasPropertyByName( rPropName ) ) in createAndInsert()
/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx166 … uno::Reference< beans::XPropertySetInfo > xSetInfo = xCustomPropertySet->getPropertySetInfo(); in Reset() local
167 const uno::Sequence< beans::Property > rProperties = xSetInfo->getProperties(); in Reset()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1420 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()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1989 Reference< XPropertySetInfo > xSetInfo( mxImportInfo->getPropertySetInfo() ); in getBuildIds() local
1990 if( xSetInfo.is() && xSetInfo->hasPropertyByName( aPropName ) ) in getBuildIds()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2549 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()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx182 uno::Reference< beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in Copy() local
184 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in Copy()
H A Dguisaveas.cxx1708 uno::Reference< beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in SetDocInfoState() local
1709 uno::Sequence< beans::Property > lProps = xSetInfo->getProperties(); in SetDocInfoState()
H A DSfxDocumentMetaData.cxx885 css::uno::Reference<css::beans::XPropertySetInfo> xSetInfo in propsToStrings() local
887 css::uno::Sequence<css::beans::Property> props = xSetInfo->getProperties(); in propsToStrings()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx1101 uno::Reference < beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in Expand() local
1104 if( xSetInfo->hasPropertyByName( aName ) ) in Expand()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx430 Reference< beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in UpdateDocumentInfo() local
431 const Sequence< beans::Property > lProps = xSetInfo->getProperties(); in UpdateDocumentInfo()

Completed in 116 milliseconds