Home
last modified time | relevance | path

Searched refs:_rxProps (Results 1 – 12 of 12) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Dofficeforms.cxx72 const Reference< XPropertySet >& _rxProps, const Reference< XPropertySetInfo >& _rxPropInfo, in implImportBool()
87 _rxProps->setPropertyValue(_rPropName, ::cppu::bool2any(bValue)); in implImportBool()
143 const Reference< XPropertySet >& _rxProps, const Reference< XPropertySetInfo >& _rxPropInfo, in implExportBool()
149 bValue = ::cppu::any2bool(_rxProps->getPropertyValue(_rPropName)); in implExportBool()
H A Dofficeforms.hxx62 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps,
87 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps,
H A Dlayerexport.cxx173 void OFormLayerXMLExport_Impl::exportForm(const Reference< XPropertySet >& _rxProps, in exportForm() argument
176 OSL_ENSURE(_rxProps.is(), "OFormLayerXMLExport_Impl::exportForm: invalid property set!"); in exportForm()
177 OFormExport aAttributeHandler(*this, _rxProps, _rEvents); in exportForm()
H A Dpropertyexport.cxx67 …yExport::OPropertyExport(IFormsExportContext& _rContext, const Reference< XPropertySet >& _rxProps) in OPropertyExport() argument
69 ,m_xProps(_rxProps) in OPropertyExport()
71 ,m_xPropertyState( _rxProps, UNO_QUERY ) in OPropertyExport()
H A Delementexport.hxx54 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps,
H A Dpropertyexport.hxx93 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps);
H A Dlayerexport.hxx146 …portForm(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps,
H A Delementexport.cxx102 …ntExport::OElementExport(IFormsExportContext& _rContext, const Reference< XPropertySet >& _rxProps, in OElementExport() argument
104 :OPropertyExport(_rContext, _rxProps) in OElementExport()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx137 …static void implAdjustTriStateFlag( const Reference< XPropertySet >& _rxProps, const ::rtl::OUStri… in implAdjustTriStateFlag() argument
141 if ( _rxProps->getPropertyValue( _rPropertyName ) >>= bFlagValue ) in implAdjustTriStateFlag()
161 …static void implAdjustTwoStateFlag( const Reference< XPropertySet >& _rxProps, const ::rtl::OUStri… in implAdjustTwoStateFlag() argument
164 …implAdjustTwoStateFlag( _rxProps->getPropertyValue( _rPropertyName ), _rAllBits, _nFlag, _bInvert … in implAdjustTwoStateFlag()
/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx98 _rxProps );
115 OFontPropertyExtractor::OFontPropertyExtractor(const Reference< XPropertySet >& _rxProps) in OFontPropertyExtractor() argument
116 :m_xPropValueAccess(_rxProps) in OFontPropertyExtractor()
117 ,m_xPropStateAccess(_rxProps, UNO_QUERY) in OFontPropertyExtractor()
H A Deformshelper.cxx602 …rtySetInfo > collectPropertiesGetInfo( const Reference< XPropertySet >& _rxProps, PropertyBag& _rB… in collectPropertiesGetInfo() argument
605 if ( _rxProps.is() ) in collectPropertiesGetInfo()
606 xInfo = _rxProps->getPropertySetInfo(); in collectPropertiesGetInfo()
/trunk/main/connectivity/inc/connectivity/
H A Dconncleanup.hxx83 …ening( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps );

Completed in 68 milliseconds