Home
last modified time | relevance | path

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

1...<<11121314

/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx366 Reference< XPropertySet > xPropSet( xInterface, UNO_QUERY ); in main() local
367 xPropSet->getPropertyValue( OUString::createFromAscii("DefaultContext") ) >>= xComponentContext; in main()
/trunk/main/oox/source/drawingml/
H A Dtextparagraphproperties.cxx346 …const Reference < XPropertySet >& xPropSet, PropertyMap& rioBulletMap, const BulletList* pMasterBu… in pushToPropSet()
348 PropertySet aPropSet( xPropSet ); in pushToPropSet()
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx427 Reference< XPropertySet > xPropSet( m_xDocInfo, UNO_QUERY ); in implGetDocTitle() local
429 Any aAny = xPropSet->getPropertyValue( OUString::createFromAscii( "Title" ) ); in implGetDocTitle()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx170 void ScfPropertySet::Set( Reference< XPropertySet > xPropSet ) in Set() argument
172 mxPropSet = xPropSet; in Set()
/trunk/main/scripting/source/storage/
H A DScriptInfo.cxx283 Reference< beans::XPropertySet > xPropSet = propSetImpl; in getLanguageProperties() local
305 return xPropSet; in getLanguageProperties()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx661 Reference<XPropertySet> xPropSet(GetModel(), UNO_QUERY); in _ExportContent() local
662 if (xPropSet.is()) in _ExportContent()
666 Any aAny = xPropSet->getPropertyValue( sTwoDigitYear ); in _ExportContent()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx190 css::uno::Reference< css::beans::XPropertySet > xPropSet( xModel, css::uno::UNO_QUERY ); in HasDocumentValidSignature() local
191 if ( xPropSet.is() ) in HasDocumentValidSignature()
193 …Any a = xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HasValidSignature… in HasDocumentValidSignature()
/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx885 uno::Reference< beans::XPropertySet > xPropSet( GetModel(), uno::UNO_QUERY ); in SetViewSettings() local
886 if( !xPropSet.is() ) in SetViewSettings()
921xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "VisibleArea" ) ), uno::makeAny… in SetViewSettings()
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx598 Reference<XPropertySet> xPropSet( xModel, UNO_QUERY ); in exportXFormsSchemas() local
599 if( xPropSet.is() ) in exportXFormsSchemas()
602 xPropSet->getPropertyValue( OUSTRING("ForeignSchema") ), in exportXFormsSchemas()
/trunk/main/xmloff/source/text/
H A Dtxtlists.cxx478 uno::Reference< beans::XPropertySet > xPropSet( xStyle, in MakeNumRule() local
480 any = xPropSet->getPropertyValue(s_NumberingRules); in MakeNumRule()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx958 uno::Reference< beans::XPropertySet > xPropSet; in setDefaultPropByIntrospection() local
961xPropSet.set( xUnoAccess->queryAdapter( ::getCppuType( (const uno::Reference< beans::XPropertySet … in setDefaultPropByIntrospection()
963 if ( xPropSet.is() ) in setDefaultPropByIntrospection()
964 xPropSet->setPropertyValue( xDflt->getDefaultPropertyName(), aValue ); in setDefaultPropByIntrospection()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx764 Reference< XPropertySet > xPropSet( *aIter, UNO_QUERY_THROW ); in UpdateControlStatesPage4() local
767 if ( xPropSet->getPropertyValue( sVisible ) >>= bVisible ) in UpdateControlStatesPage4()
782 Reference< XPropertySet > xPropSet( xDrawPage, UNO_QUERY_THROW ); in UpdateControlStatesPage4() local
786 if ( xPropSet->getPropertyValue( sVisible ) >>= bVisible ) in UpdateControlStatesPage4()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx1127 const Reference<XPropertySet> xPropSet = OElementImport::createElement(); in createElement() local
1128 if ( xPropSet.is() ) in createElement()
1130 m_xInfo = xPropSet->getPropertySetInfo(); in createElement()
1134 xPropSet->setPropertyValue(PROPERTY_ALIGN,aValue); in createElement()
1137 return xPropSet; in createElement()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx838 Reference<beans::XPropertySet> xPropSet(xDims->getByName(rDimName), UNO_QUERY); in IsDimNameInUse() local
839 if (!xPropSet.is()) in IsDimNameInUse()
843 xPropSet, OUString::createFromAscii(SC_UNO_LAYOUTNAME), OUString()); in IsDimNameInUse()
1015 Reference<XPropertySet> xPropSet(xMembers->getByName(pNameArr[nPos]), UNO_QUERY); in FillPageList() local
1017 if (xPropSet.is()) in FillPageList()
1019 Any any = xPropSet->getPropertyValue(OUString::createFromAscii(SC_UNO_ISVISIBL)); in FillPageList()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx326 Reference< XPropertySet > xPropSet( mxSMgr, UNO_QUERY_THROW ); in transferImpl() local
327 if ( xPropSet.is() ) in transferImpl()
329 xPropSet->getPropertyValue( in transferImpl()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx504 Reference< com::sun::star::beans::XPropertySet > xPropSet( xFrame, UNO_QUERY ); in MiscExec_Impl() local
506 if ( xPropSet.is() ) in MiscExec_Impl()
510 …Any aValue = xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManage… in MiscExec_Impl()
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx82 … Reference< beans::XPropertySet > xPropSet = Reference< beans::XPropertySet>( mxMSF, UNO_QUERY); in Init() local
83 const Any aAny = xPropSet->getPropertyValue( C2U("DefaultContext")); in Init()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx398 uno::Reference<beans::XPropertySet> xPropSet(xStorage, uno::UNO_QUERY_THROW); in run() local
399xPropSet->setPropertyValue(rtl::OUString::createFromAscii("MediaType"), uno::makeAny(rtl::OUString… in run()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx727 uno::Reference< beans::XPropertySet > xPropSet( xTargetShape, in showState() local
732 if( (xPropSet->getPropertyValue( in showState()
/trunk/main/framework/source/services/
H A Dbackingcomp.cxx510 css::uno::Reference< css::beans::XPropertySet > xPropSet(m_xFrame, css::uno::UNO_QUERY_THROW); in attachFrame() local
512 xPropSet->getPropertyValue(FRAME_PROPNAME_LAYOUTMANAGER) >>= xLayoutManager; in attachFrame()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx800 css::uno::Reference< css::beans::XPropertySet > xPropSet(m_xFrame, css::uno::UNO_QUERY); in dispatch() local
801 if(!xPropSet.is()) in dispatch()
805 …css::uno::Any aValue = xPropSet->getPropertyValue( ::rtl::OUString::createFromAscii("LayoutManager… in dispatch()
/trunk/main/forms/source/xforms/
H A Dmodel.cxx785 Reference<XPropertySet> xPropSet( static_cast<XPropertySet*>( pModel ) ); in operator <<=() local
786 rAny <<= xPropSet; in operator <<=()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx3130 Reference< com::sun::star::beans::XPropertySet > xPropSet( xFrame, UNO_QUERY ); in MiscExec_Impl() local
3132 if ( xPropSet.is() ) in MiscExec_Impl()
3136 …Any aValue = xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManage… in MiscExec_Impl()
3184 … Reference< ::com::sun::star::beans::XPropertySet > xPropSet( xFrame, UNO_QUERY ); in MiscExec_Impl() local
3186 if ( xPropSet.is() ) in MiscExec_Impl()
3190 …Any aValue = xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "LayoutManage… in MiscExec_Impl()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx515 …SetContentValidation(com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet>& xPropSet) in SetContentValidation() argument
523 …uno::Reference<beans::XPropertySet> xPropertySet(xPropSet->getPropertyValue(rtl::OUString(RTL_CONS… in SetContentValidation()
556xPropSet->setPropertyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_VALIXML)), uno::ma… in SetContentValidation()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx243 uno::Reference< beans::XPropertySet > xPropSet( rxShape, uno::UNO_QUERY_THROW ); in implGetShapeName() local
244 return xPropSet->getPropertyValue( CREATE_OUSTRING( "Name" ) ).get< OUString >(); in implGetShapeName()

Completed in 232 milliseconds

1...<<11121314