Home
last modified time | relevance | path

Searched refs:xModelProps (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx294 sal_Int16 nControlType = classifyFormControl( xModelProps ); in describePDFControl()
300 Reference< XPropertySetInfo > xPSI( xModelProps->getPropertySetInfo() ); in describePDFControl()
301 Reference< XServiceInfo > xSI( xModelProps, UNO_QUERY ); in describePDFControl()
315 aText = xModelProps->getPropertyValue( FM_PROP_TEXT ); in describePDFControl()
317 aText = xModelProps->getPropertyValue( FM_PROP_LABEL ); in describePDFControl()
362 xModelProps->getPropertyValue( FM_PROP_TEXTCOLOR ) >>= nTextColor; in describePDFControl()
385 xModelProps->getPropertyValue( FM_PROP_ALIGN ) >>= nAlign; in describePDFControl()
479 Reference< XChild > xChild( xModelProps, UNO_QUERY ); in describePDFControl()
551 pRadioWidget->RadioGroup = determineRadioGroupId( xModelProps ); in describePDFControl()
575 getStringItemVector( xModelProps, pListWidget->Entries ); in describePDFControl()
[all …]
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx808 Reference< XPropertySet > xModelProps( _rxModel, UNO_QUERY ); in lcl_getDialogStep() local
809 xModelProps->getPropertyValue( getStepPropertyName() ) >>= nStep; in lcl_getDialogStep()
958 …if ( xModelProps.is() && xModelProps->getPropertySetInfo().is() && xModelProps->getPropertySetInfo… in implUpdateGroupStructure()
991 …if ( xModelProps.is() && xModelProps->getPropertySetInfo().is() && xModelProps->getPropertySetInfo… in implUpdateGroupStructure()
1021 …if ( xModelProps.is() && xModelProps->getPropertySetInfo().is() && xModelProps->getPropertySetInfo… in implUpdateGroupStructure()
1069 Reference< XPropertySet > xModelProps( _rxChildModel, UNO_QUERY ); in startControlListening() local
1071 if ( xModelProps.is() ) in startControlListening()
1072 xPSI = xModelProps->getPropertySetInfo(); in startControlListening()
1083 Reference< XPropertySet > xModelProps( _rxChildModel, UNO_QUERY ); in stopControlListening() local
1085 if ( xModelProps.is() ) in stopControlListening()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java134 XPropertySet xModelProps = UNO.queryPropertySet( xModel ); in createControlAndShape() local
137 XPropertySetInfo xPSI = xModelProps.getPropertySetInfo(); in createControlAndShape()
140 …if ( ((Short)xModelProps.getPropertyValue( "Border" )).shortValue() == com.sun.star.awt.VisualEffe… in createControlAndShape()
141xModelProps.setPropertyValue( "Border", new Short( com.sun.star.awt.VisualEffect.FLAT ) ); in createControlAndShape()
144xModelProps.setPropertyValue( "VisualEffect", new Short( com.sun.star.awt.VisualEffect.FLAT ) ); in createControlAndShape()
147 xModelProps.setPropertyValue( "BorderColor", new Integer( 0x00C0C0C0 ) ); in createControlAndShape()
154 return xModelProps; in createControlAndShape()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx488 Reference< XPropertySet > xModelProps; in lcl_determineReadOnly() local
490 xModelProps = xModelProps.query( _rxControl->getModel() ); in lcl_determineReadOnly()
492 if ( xModelProps.is() ) in lcl_determineReadOnly()
493 xModelPropInfo = xModelProps->getPropertySetInfo(); in lcl_determineReadOnly()
500 xModelProps->getPropertyValue( FM_PROP_READONLY ) >>= bReadOnly; in lcl_determineReadOnly()
540 Reference< XPropertySet > xModelProps( _rxControl->getModel(), UNO_QUERY ); in lcl_isRichText() local
542 if ( xModelProps.is() ) in lcl_isRichText()
543 xPSI = xModelProps->getPropertySetInfo(); in lcl_isRichText()
547 … OSL_VERIFY( xModelProps->getPropertyValue( sRichTextPropertyName ) >>= bIsRichText ); in lcl_isRichText()
H A Dformcontroller.cxx869 … Reference< XPropertySet > xModelProps( xControl->getModel(), UNO_QUERY_THROW ); in getFastPropertyValue() local
1969 Reference< XPropertySet > xModelProps( m_xModelAsIndex, UNO_QUERY ); in setModel() local
1970 Reference< XPropertySetInfo > xPropInfo( xModelProps->getPropertySetInfo() ); in setModel()
1979xModelProps.get(), xModelProps->getPropertyValue( FM_PROP_DYNAMIC_CONTROL_BORDER ) ); in setModel()
1986 … if ( xModelProps->getPropertyValue( FM_PROP_CONTROL_BORDER_COLOR_FOCUS ) >>= nColor ) in setModel()
1988 … if ( xModelProps->getPropertyValue( FM_PROP_CONTROL_BORDER_COLOR_MOUSE ) >>= nColor ) in setModel()
1990 … if ( xModelProps->getPropertyValue( FM_PROP_CONTROL_BORDER_COLOR_INVALID ) >>= nColor ) in setModel()
2307 Reference< XPropertySet > xModelProps( _rxControl->getModel(), UNO_QUERY ); in lcl_shouldListenForModifications() local
2308 if ( xModelProps.is() && ::comphelper::hasProperty( FM_PROP_BOUNDFIELD, xModelProps ) ) in lcl_shouldListenForModifications()
2311 xModelProps->getPropertyValue( FM_PROP_BOUNDFIELD ) >>= xField; in lcl_shouldListenForModifications()
[all …]
H A Dfmobj.cxx144 Reference< XPropertySet > xModelProps( GetUnoControlModel(), UNO_QUERY_THROW ); in impl_checkRefDevice_nothrow() local
145 … Reference< XPropertySetInfo > xPropertyInfo( xModelProps->getPropertySetInfo(), UNO_SET_THROW ); in impl_checkRefDevice_nothrow()
153 xModelProps->setPropertyValue( sRefDevicePropName, makeAny( xRefDevice ) ); in impl_checkRefDevice_nothrow()
H A Ddatanavi.cxx1712 … Reference< XPropertySet > xModelProps( xNewModel, UNO_QUERY_THROW ); in IMPL_LINK() local
1713 xModelProps->setPropertyValue( in IMPL_LINK()
1741 … Reference< XPropertySet > xModelProps( xXForms->getByName( sSelectedModel ), UNO_QUERY_THROW ); in IMPL_LINK() local
1743 OSL_VERIFY( xModelProps->getPropertyValue( in IMPL_LINK()
1762 … Reference< XPropertySet > xModelProps( xXForms->getByName( sSelectedModel ), UNO_QUERY_THROW ); in IMPL_LINK() local
1763 xModelProps->setPropertyValue( in IMPL_LINK()
H A Dfmvwimp.cxx805 Reference< XPropertySet > xModelProps( i_rControl->getModel(), UNO_QUERY_THROW ); in isFocusable() local
809 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_ENABLED ) >>= bEnabled ); in isFocusable()
815 OSL_VERIFY( xModelProps->getPropertyValue( FM_PROP_CLASSID ) >>= nClassId ); in isFocusable()
H A Dfiltnav.cxx429 Reference< XPropertySet > xModelProps( xControl->getModel(), UNO_QUERY_THROW ); in lcl_getBoundField_nothrow() local
430 xField.set( xModelProps->getPropertyValue( FM_PROP_BOUNDFIELD ), UNO_QUERY_THROW ); in lcl_getBoundField_nothrow()
/trunk/main/forms/source/component/
H A DButton.cxx620 Reference< XPropertySet > xModelProps( _rxModel, UNO_QUERY ); in setModel() local
621 if ( xModelProps.is() ) in setModel()
622 xModelProps->getPropertyValue( PROPERTY_ENABLED ) >>= m_bEnabledByPropertyValue; in setModel()
679 …Reference< XPropertySet > xModelProps( const_cast< OButtonControl* >( this )->getModel(), UNO_QUER… in getModelUrlFeatureId() local
680 if ( xModelProps.is() ) in getModelUrlFeatureId()
682 xModelProps->getPropertyValue( PROPERTY_TARGET_URL ) >>= sUrl; in getModelUrlFeatureId()
683 xModelProps->getPropertyValue( PROPERTY_BUTTONTYPE ) >>= eButtonType; in getModelUrlFeatureId()
H A DImageControl.cxx887 …Reference< XPropertySet > xModelProps( const_cast< OImageControlControl* >( this )->getModel(), UN… in impl_isEmptyGraphics_nothrow() local
889 …OSL_VERIFY( xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Graphic"… in impl_isEmptyGraphics_nothrow()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx378 … uno::Reference< beans::XPropertySet > xModelProps( xNewModel, uno::UNO_QUERY_THROW ); in Add() local
379xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontName" ) ), uno::… in Add()
380xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontHeight" ) ), uno… in Add()
381xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontWeight" ) ), uno… in Add()
382xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontSlant" ) ), uno:… in Add()
383xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontUnderline" ) ), … in Add()
384xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontStrikeout" ) ), … in Add()
/trunk/main/forms/source/helper/
H A Dwindowstateguard.cxx219 Reference< XPropertySet > xModelProps( _rxModel, UNO_QUERY ); in attach() local
220 …OSL_ENSURE( xModelProps.is() || !_rxModel.is(), "WindowStateGuard::attach: a model which is no XPr… in attach()
221 if ( _rxWindow.is() && xModelProps.is() ) in attach()
222 m_pImpl = new WindowStateGuard_Impl( _rxWindow, xModelProps ); in attach()
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.cxx322 const Reference< XPropertySet > xModelProps( i_gridControlModel, UNO_QUERY ); in lcl_setEventForwarding() local
323 if ( !xModelProps.is() ) in lcl_setEventForwarding()
329xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ColumnModel" ) ) ), in lcl_setEventForwarding()
337xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "GridDataModel" ) ) ), in lcl_setEventForwarding()
/trunk/main/xmloff/source/xforms/
H A Dxformsimport.cxx180 … Reference< XPropertySet > xModelProps( _rXForms->getByName( *pModelName ), UNO_QUERY_THROW ); in applyXFormsSettings() local
181 … Reference< XPropertySetInfo > xModelPSI( xModelProps->getPropertySetInfo(), UNO_SET_THROW ); in applyXFormsSettings()
194 xModelProps->setPropertyValue( pSetting->Name, pSetting->Value ); in applyXFormsSettings()
H A Dxformsexport.cxx811 … Reference< XPropertySet > xModelProps( _rXForms->getByName( *pModelName ), UNO_QUERY_THROW ); in getXFormsSettings() local
815 aModelSettings[0].Value = xModelProps->getPropertyValue( aModelSettings[0].Name ); in getXFormsSettings()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx429 …uno::Reference< beans::XPropertySet > xModelProps( xControlShape->getControl(), uno::UNO_QUERY_THR… in implPickShape() local
431 return lclGetProperty( nClassId, xModelProps, CREATE_OUSTRING( "ClassId" ) ) && in implPickShape()
432 (nClassId == mnComponentType) && implCheckProperties( xModelProps ); in implPickShape()
H A Dvbaworksheet.cxx340 uno::Reference< beans::XPropertySet > xModelProps( mxModel, uno::UNO_QUERY_THROW ); in getFirstDBRangeProperties() local
341 uno::Reference< container::XIndexAccess > xDBRangesIA( xModelProps->getPropertyValue( in getFirstDBRangeProperties()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaeventshelperbase.cxx295 uno::Reference< beans::XPropertySet > xModelProps( mxModel, uno::UNO_QUERY_THROW ); in ensureVBALibrary() local
296 uno::Reference< container::XNameAccess > xBasicLibs( xModelProps->getPropertyValue( in ensureVBALibrary()
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java135 XPropertySet xModelProps = dbfTools.queryPropertySet( xModel ); in createControlAndShape() local
136 return xModelProps; in createControlAndShape()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx663 const Reference< XPropertySet > xModelProps( GetUnoControlModel(), UNO_QUERY_THROW ); in impl_initializeModel_nothrow() local
665 xModelProps->setPropertyValue( sTreatAsNumberProperty, makeAny( sal_False ) ); in impl_initializeModel_nothrow()
666xModelProps->setPropertyValue( PROPERTY_VERTICALALIGN,m_xReportComponent->getPropertyValue(PROPERT… in impl_initializeModel_nothrow()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx209 Reference< XPropertySet > xModelProps( getModel(), UNO_QUERY_THROW ); in createPeer() local
210 xModelProps->getPropertyValue( PROPERTY_RICH_TEXT ) >>= bReallyActAsRichText; in createPeer()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx177 uno::Reference< beans::XPropertySet > xModelProps( rxModel, uno::UNO_QUERY_THROW ); in DialogEventsAttacherImpl() local
179xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BasicLibraries" ) ) … in DialogEventsAttacherImpl()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx480 Reference< XPropertySet > xModelProps( mxModel, UNO_QUERY_THROW ); in getExternalData() local
482xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ExternalData" ) ) ) … in getExternalData()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx467 uno::Reference< beans::XPropertySet > xModelProps( rxModel, uno::UNO_QUERY_THROW ); in getVBACompatibility() local
468 …xVBACompat.set( xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Basi… in getVBACompatibility()

Completed in 207 milliseconds

12