/aoo4110/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 294 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 …]
|
/aoo4110/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 808 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 …]
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FormLayer.java | 134 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() 141 … xModelProps.setPropertyValue( "Border", new Short( com.sun.star.awt.VisualEffect.FLAT ) ); in createControlAndShape() 144 … xModelProps.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()
|
/aoo4110/main/svx/source/form/ |
H A D | fmtextcontrolshell.cxx | 488 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 D | formcontroller.cxx | 869 … 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() 1979 … xModelProps.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 D | fmobj.cxx | 144 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 D | datanavi.cxx | 1712 … 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 D | fmvwimp.cxx | 805 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 D | filtnav.cxx | 429 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()
|
/aoo4110/main/forms/source/component/ |
H A D | Button.cxx | 620 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 D | ImageControl.cxx | 887 …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()
|
/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbacontrols.cxx | 378 … uno::Reference< beans::XPropertySet > xModelProps( xNewModel, uno::UNO_QUERY_THROW ); in Add() local 379 …xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontName" ) ), uno::… in Add() 380 …xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontHeight" ) ), uno… in Add() 381 …xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontWeight" ) ), uno… in Add() 382 …xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontSlant" ) ), uno:… in Add() 383 …xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontUnderline" ) ), … in Add() 384 …xModelProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontStrikeout" ) ), … in Add()
|
/aoo4110/main/forms/source/helper/ |
H A D | windowstateguard.cxx | 219 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()
|
/aoo4110/main/xmloff/source/xforms/ |
H A D | xformsimport.cxx | 180 … 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 D | xformsexport.cxx | 811 … Reference< XPropertySet > xModelProps( _rXForms->getByName( *pModelName ), UNO_QUERY_THROW ); in getXFormsSettings() local 815 aModelSettings[0].Value = xModelProps->getPropertyValue( aModelSettings[0].Name ); in getXFormsSettings()
|
/aoo4110/main/toolkit/source/controls/grid/ |
H A D | gridcontrol.cxx | 322 const Reference< XPropertySet > xModelProps( i_gridControlModel, UNO_QUERY ); in lcl_setEventForwarding() local 323 if ( !xModelProps.is() ) in lcl_setEventForwarding() 329 … xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ColumnModel" ) ) ), in lcl_setEventForwarding() 337 …xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "GridDataModel" ) ) ), in lcl_setEventForwarding()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbasheetobjects.cxx | 429 …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 D | vbaworksheet.cxx | 340 uno::Reference< beans::XPropertySet > xModelProps( mxModel, uno::UNO_QUERY_THROW ); in getFirstDBRangeProperties() local 341 uno::Reference< container::XIndexAccess > xDBRangesIA( xModelProps->getPropertyValue( in getFirstDBRangeProperties()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbaeventshelperbase.cxx | 295 uno::Reference< beans::XPropertySet > xModelProps( mxModel, uno::UNO_QUERY_THROW ); in ensureVBALibrary() local 296 uno::Reference< container::XNameAccess > xBasicLibs( xModelProps->getPropertyValue( in ensureVBALibrary()
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | FormLayer.java | 135 XPropertySet xModelProps = dbfTools.queryPropertySet( xModel ); in createControlAndShape() local 136 return xModelProps; in createControlAndShape()
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 663 const Reference< XPropertySet > xModelProps( GetUnoControlModel(), UNO_QUERY_THROW ); in impl_initializeModel_nothrow() local 665 xModelProps->setPropertyValue( sTreatAsNumberProperty, makeAny( sal_False ) ); in impl_initializeModel_nothrow() 666 …xModelProps->setPropertyValue( PROPERTY_VERTICALALIGN,m_xReportComponent->getPropertyValue(PROPERT… in impl_initializeModel_nothrow()
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 209 Reference< XPropertySet > xModelProps( getModel(), UNO_QUERY_THROW ); in createPeer() local 210 xModelProps->getPropertyValue( PROPERTY_RICH_TEXT ) >>= bReallyActAsRichText; in createPeer()
|
/aoo4110/main/scripting/source/dlgprov/ |
H A D | dlgevtatt.cxx | 177 uno::Reference< beans::XPropertySet > xModelProps( rxModel, uno::UNO_QUERY_THROW ); in DialogEventsAttacherImpl() local 179 …xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BasicLibraries" ) ) … in DialogEventsAttacherImpl()
|
/aoo4110/main/forms/source/xforms/ |
H A D | binding.cxx | 480 Reference< XPropertySet > xModelProps( mxModel, UNO_QUERY_THROW ); in getExternalData() local 482 …xModelProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ExternalData" ) ) ) … in getExternalData()
|
/aoo4110/main/basic/source/classes/ |
H A D | sbxmod.cxx | 467 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()
|