Home
last modified time | relevance | path

Searched refs:xSet (Results 126 – 150 of 192) sorted by relevance

12345678

/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx306 … uno::Reference < beans::XPropertySet > xSet( xObj->getComponent(), uno::UNO_QUERY ); in FuInsertOLE() local
307 if ( xSet.is() ) in FuInsertOLE()
309xSet->setPropertyValue( ::rtl::OUString::createFromAscii("PluginURL"), in FuInsertOLE()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2524 Reference< beans::XPropertySet > xSet; in setBackground() local
2526 if( !(rValue >>= xSet) && !rValue.hasValue() ) in setBackground()
2529 if( !xSet.is() ) in setBackground()
2537 SdUnoPageBackground* pBack = SdUnoPageBackground::getImplementation( xSet ); in setBackground()
2549 Reference< beans::XPropertySetInfo > xSetInfo( xSet->getPropertySetInfo() ); in setBackground()
2562 xSet->getPropertyValue( aPropName ) ); in setBackground()
2621 Reference< beans::XPropertySet > xSet(new SdUnoPageBackground( in getBackground() local
2624 rValue <<= xSet; in getBackground()
/trunk/main/svx/source/table/
H A Dtablertfimporter.cxx256 Reference< XPropertySet > xSet( xCols->getByIndex( nCol ), UNO_QUERY_THROW ); in FillTable() local
259 xSet->setPropertyValue( sWidth, Any( nWidth ) ); in FillTable()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenuitemcomponent.cxx403 Reference< XAccessibleRelationSet > xSet = pRelationSetHelper; in getAccessibleRelationSet() local
404 return xSet; in getAccessibleRelationSet()
H A Daccessiblemenubasecomponent.cxx770 Reference< XAccessibleStateSet > xSet = pStateSetHelper; in getAccessibleStateSet() local
781 return xSet; in getAccessibleStateSet()
H A Dvclxaccessibletoolboxitem.cxx419 Reference< XAccessibleRelationSet > xSet = pRelationSetHelper; in getAccessibleRelationSet() local
420 return xSet; in getAccessibleRelationSet()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx350 uno::Reference < beans::XPropertySet > xSet( xStream, uno::UNO_QUERY ); in WriteThroughComponent() local
351 xSet->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
358 xSet->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
365 xSet->setPropertyValue( aTmpPropName, aAny ); in WriteThroughComponent()
/trunk/main/stoc/test/tdmanager/
H A Dtesttdmanager.cxx144 css::uno::Reference<css::container::XSet> xSet( in run() local
169 xSet->insert( css::uno::makeAny(xTDprov) ); in run()
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx296 Reference< XPropertySet > xSet(pControlModels[j], UNO_QUERY);
297 if ((XPropertySet*)xSet.get() == ((XPropertySet*)pEntry->GetUserData()))
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx566 uno::Reference< beans::XPropertySet > xSet(xModel, uno::UNO_QUERY); in CloneSdrObj() local
568 if( xSet.is() ) in CloneSdrObj()
569 aVal = xSet->getPropertyValue( sName ); in CloneSdrObj()
572 if( xSet.is() ) in CloneSdrObj()
573 xSet->setPropertyValue( sName, aVal ); in CloneSdrObj()
/trunk/main/reportdesign/source/core/api/
H A DFixedText.cxx226 …uno::Reference< report::XFixedText> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SERVIC… in createClone() local
227 return xSet.get(); in createClone()
H A DImageControl.cxx352 …uno::Reference< report::XImageControl> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SER… in createClone() local
353 return xSet.get(); in createClone()
H A DFixedLine.cxx370 …uno::Reference< report::XFixedLine> xSet(cloneObject(xSource,m_aProps.aComponent.m_xFactory,SERVIC… in createClone() local
371 return xSet.get(); in createClone()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx473 uno::Reference< ucb::XDynamicResultSet > xSet in execute() local
475 aRet <<= xSet; in execute()
1115 uno::Reference< beans::XPropertySet > xSet( in getPropertyValues() local
1118 xRow->appendPropertySet( xSet ); in getPropertyValues()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx955 uno::Reference < beans::XPropertySet > xSet( in Expand() local
958 aAny = xSet->getPropertyValue( rName ); in Expand()
1100 …uno::Reference < beans::XPropertySet > xSet( xDocProps->getUserDefinedProperties(), uno::UNO_QUERY… in Expand() local
1101 uno::Reference < beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in Expand()
1105 aAny = xSet->getPropertyValue( aName ); in Expand()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx356 uno::Reference< beans::XPropertySet > xSet( xSlide, uno::UNO_QUERY_THROW ); in importSlide() local
357 xSet->setPropertyValue( sLayout, Any( pMasterPersistPtr->getLayoutFromValueToken() ) ); in importSlide()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2299 Reference< XPropertySet > xSet(getRowSet(), UNO_QUERY); in Execute() local
2300 if ( xSet.is() ) in Execute()
2302 xSet->setPropertyValue(PROPERTY_FILTER,makeAny(::rtl::OUString())); in Execute()
2303 xSet->setPropertyValue(PROPERTY_HAVING_CLAUSE,makeAny(::rtl::OUString())); in Execute()
2304 xSet->setPropertyValue(PROPERTY_ORDER,makeAny(::rtl::OUString())); in Execute()
2339 Reference< XPropertySet > xSet(xCursor, UNO_QUERY); in Execute() local
2340 Any aVal = xSet->getPropertyValue(PROPERTY_ISNEW); in Execute()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx670 SfxItemSet& rSet, uno::Reference< beans::XPropertySet > xSet, const SfxItemPropertyMap* pMap ) in SvxItemPropertySet_ObtainSettingsFromPropertySet()
693 xSet->setPropertyValue( aSrcIt->sName, *pUsrAny); in SvxItemPropertySet_ObtainSettingsFromPropertySet()
1982 uno::Reference< beans::XPropertySet > xSet; in setPropertyValues() local
1983 queryInterface( ::getCppuType( (const uno::Reference< beans::XPropertySet >*) 0) ) >>= xSet; in setPropertyValues()
1989 xSet->setPropertyValue( *pNames, *pValues ); in setPropertyValues()
2044 uno::Reference< beans::XPropertySet > xSet; in getPropertyValues() local
2045 queryInterface( ::getCppuType( (const uno::Reference< beans::XPropertySet >*) 0) ) >>= xSet; in getPropertyValues()
2051 *pValue = xSet->getPropertyValue( *pNames ); in getPropertyValues()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx1041 uno::Reference< ucb::XDynamicResultSet > xSet; in getResultSet() local
1042 xCommandProcessorS->execute( aOpenCommand, 0, rContext.xEnv ) >>= xSet; in getResultSet()
1044 if ( xSet.is() ) in getResultSet()
1045 xResultSet = xSet->getStaticResultSet(); in getResultSet()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx708 uno::Reference < beans::XPropertySet > xSet( rMedium.GetStorage(), uno::UNO_QUERY ); in ConvertTo() local
709 if ( xSet.is() ) in ConvertTo()
710xSet->setPropertyValue( ::rtl::OUString::createFromAscii("MediaType"), uno::makeAny( ::rtl::OUStri… in ConvertTo()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1704 Reference<container::XSet> xSet( in processPackage_() local
1709 xSet->insert( Any(m_xTDprov) ); in processPackage_()
1726 const Reference<container::XSet> xSet( in processPackage_() local
1731 xSet->remove( Any(m_xTDprov) ); in processPackage_()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx533 uno::Reference < beans::XPropertySet > xSet( xRef->getComponent(), uno::UNO_QUERY ); in InsertOleObject() local
534 if ( xSet.is() ) in InsertOleObject()
538xSet->setPropertyValue( ::rtl::OUString::createFromAscii("Formula"), uno::makeAny( ::rtl::OUString… in InsertOleObject()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx279 Reference< XDynamicResultSet > xSet = new ResultSet( in execute() local
281 aRet <<= xSet; in execute()
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx119 uno::Reference< beans::XPropertySet> xSet(m_xParser,uno::UNO_QUERY); in ScFormulaDlg() local
120xSet->setPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNO_COMPILEFAP)),uno::makeAn… in ScFormulaDlg()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx1706 uno::Reference< beans::XPropertySet > xSet( xDocInfoToFill, uno::UNO_QUERY ); in SetDocInfoState() local
1707 uno::Reference< beans::XPropertyContainer > xContainer( xSet, uno::UNO_QUERY ); in SetDocInfoState()
1708 uno::Reference< beans::XPropertySetInfo > xSetInfo = xSet->getPropertySetInfo(); in SetDocInfoState()
1722 xSet->setPropertyValue( pProps[i].Name, aValue ); in SetDocInfoState()

Completed in 204 milliseconds

12345678