Home
last modified time | relevance | path

Searched refs:xPropSet (Results 326 – 335 of 335) sorted by relevance

1...<<11121314

/trunk/main/scaddins/source/analysis/
H A Danalysis.hxx78 const CSS::uno::Reference< CSS::beans::XPropertySet >& xPropSet,
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2130 …Reference< XPropertySet > xPropSet( mxUnoAccess->queryAdapter( ::getCppuType( (const Reference< XP… in TYPEINIT1() local
2131 Any aRetAny = xPropSet->getPropertyValue( pProp->GetName() ); in TYPEINIT1()
2175 …Reference< XPropertySet > xPropSet( mxUnoAccess->queryAdapter( ::getCppuType( (const Reference< XP… in TYPEINIT1() local
2176 xPropSet->setPropertyValue( pProp->GetName(), aAnyValue ); in TYPEINIT1()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx1695 uno::Reference< beans::XPropertySet > xPropSet( i_xOldDocInfo, in SetDocInfoState() local
1715 uno::Any aValue = xPropSet->getPropertyValue( pProps[i].Name ); in SetDocInfoState()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx878 Reference< XPropertySet > xPropSet( xFrame, UNO_QUERY_THROW ); in LayoutManagerLock() local
880xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManager" ) ) ), in LayoutManagerLock()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2163 uno::Reference< beans::XPropertySet > xPropSet( i_rEvent.Source, uno::UNO_QUERY_THROW ); in itemListChanged() local
2164 …uno::Reference< beans::XPropertySetInfo > xPSI( xPropSet->getPropertySetInfo(), uno::UNO_QUERY_THR… in itemListChanged()
2169xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceResolver" ) ) ), in itemListChanged()
4329 uno::Reference< beans::XPropertySet > xPropSet( i_rEvent.Source, uno::UNO_QUERY_THROW ); in itemListChanged() local
4330 …uno::Reference< beans::XPropertySetInfo > xPSI( xPropSet->getPropertySetInfo(), uno::UNO_QUERY_THR… in itemListChanged()
4336xPropSet->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceResolver" ) ) ), in itemListChanged()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx759 Reference< XPropertySet > xPropSet( aXConnector, UNO_QUERY ); in SolveSolver() local
760 if ( xPropSet.is() ) in SolveSolver()
766 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
769 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
775 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
778 SetPropValue( aAny, xPropSet, aPropName, sal_True ); in SolveSolver()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1398 Reference< XPropertySet > xPropSet = in exportDoc() local
1406 aArgs[1] <<= xPropSet; in exportDoc()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx867 uno::Reference< beans::XPropertySet > xPropSet( xSpreadDoc, uno::UNO_QUERY ); in GetAreaLinks() local
868 if( !xPropSet.is() ) return; in GetAreaLinks()
870 …uno::Reference< container::XIndexAccess > xLinksIAccess( xPropSet->getPropertyValue( OUString( RTL… in GetAreaLinks()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5682 uno::Reference<beans::XPropertySet> xPropSet( xDescriptor, uno::UNO_QUERY ); in filter() local
5683 if (xPropSet.is()) in filter()
5684 lcl_CopyProperties( aImpl, *(beans::XPropertySet*)xPropSet.get() ); in filter()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4155 …uno::Reference< beans::XPropertySet > xPropSet( getCurrentExcelDoc(xContext), uno::UNO_QUERY_THROW… in ApplicationRange() local
4157 …uno::Reference< container::XNameAccess > xNamed( xPropSet->getPropertyValue( sNamedRanges ), uno::… in ApplicationRange()

Completed in 228 milliseconds

1...<<11121314