Home
last modified time | relevance | path

Searched refs:xPSI (Results 26 – 46 of 46) sorted by relevance

12

/aoo4110/main/svx/source/form/
H A Dfmtextcontrolshell.cxx541 Reference< XPropertySetInfo > xPSI; in lcl_isRichText() local
543 xPSI = xModelProps->getPropertySetInfo(); in lcl_isRichText()
545 if ( xPSI.is() && xPSI->hasPropertyByName( sRichTextPropertyName ) ) in lcl_isRichText()
H A Dformcontroller.cxx3695 Reference< XPropertySetInfo > xPSI( xFormProps->getPropertySetInfo() ); in lcl_shouldValidateRequiredFields_nothrow() local
3696 if ( xPSI->hasPropertyByName( s_sFormsCheckRequiredFields ) ) in lcl_shouldValidateRequiredFields_nothrow()
/aoo4110/main/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java94 XPropertySetInfo xPSI = xPropColumn.getPropertySetInfo(); in createGridColumn() local
95 if ( xPSI.hasPropertyByName( "MouseWheelBehavior" ) ) in createGridColumn()
H A DControl.java100 XPropertySetInfo xPSI = xPropertySet.getPropertySetInfo(); in createControl() local
101 if ( xPSI.hasPropertyByName( "MouseWheelBehavior" ) ) in createControl()
/aoo4110/main/qadevOOo/tests/java/ifc/beans/
H A D_XFastPropertySet.java161 private void getPropsToTest(XPropertySetInfo xPSI) { in getPropsToTest() argument
163 Property[] properties = xPSI.getProperties(); in getPropsToTest()
H A D_XPropertySet.java552 public void getPropsToTest(XPropertySetInfo xPSI) { in getPropsToTest() argument
554 Property[] properties = xPSI.getProperties(); in getPropsToTest()
/aoo4110/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx252 Reference< XPropertySetInfo > xPSI( _xDest->getPropertySetInfo(), UNO_QUERY_THROW ); in notifyElementCreated() local
253 Sequence< Property > aProperties( xPSI->getProperties() ); in notifyElementCreated()
/aoo4110/main/svx/source/fmcomp/
H A Dgridcell.cxx108 Reference< XPropertySetInfo > xPSI; in getModelLineEndSetting() local
110 xPSI = _rxModel->getPropertySetInfo(); in getModelLineEndSetting()
112 OSL_ENSURE( xPSI.is(), "getModelLineEndSetting: invalid column model!" ); in getModelLineEndSetting()
113 if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_LINEENDFORMAT ) ) in getModelLineEndSetting()
581 … Reference< XPropertySetInfo > xPSI( xColModelProps->getPropertySetInfo(), UNO_SET_THROW ); in TYPEINIT1() local
582 if ( xPSI->hasPropertyByName( FM_PROP_BOUNDFIELD ) ) in TYPEINIT1()
607 Reference< XPropertySetInfo > xPSI; in implDoPropertyListening() local
609 xPSI = xColModelProps->getPropertySetInfo(); in implDoPropertyListening()
611 … DBG_ASSERT( !_bWarnIfNotExistent || ( xPSI.is() && xPSI->hasPropertyByName( _rPropertyName ) ), in implDoPropertyListening()
615 if ( xPSI.is() && xPSI->hasPropertyByName( _rPropertyName ) ) in implDoPropertyListening()
/aoo4110/main/connectivity/source/commontools/
H A Dformattedcolumnvalue.cxx165 … Reference< XPropertySetInfo > xPSI( _rxColumn->getPropertySetInfo(), UNO_QUERY_THROW ); in lcl_initColumnDataValue_nothrow() local
168 if ( xPSI->hasPropertyByName( sFormatKeyProperty ) ) in lcl_initColumnDataValue_nothrow()
/aoo4110/main/framework/source/helper/
H A Dtitlebarupdate.cxx309 …css::uno::Reference< css::beans::XPropertySetInfo > const xPSI( xSet->getPropertySetInfo(), css::u… in impl_updateIcon() local
310 if ( xPSI->hasPropertyByName( CONTROLLER_PROPNAME_ICONID ) ) in impl_updateIcon()
/aoo4110/main/sc/qa/complex/dataPilot/
H A D_XPropertySet.java500 public PropsToTest getPropsToTest(XPropertySetInfo xPSI) { in getPropsToTest() argument
502 Property[] properties = xPSI.getProperties(); in getPropsToTest()
/aoo4110/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx699 Reference< XPropertySetInfo > xPSI; in convertToControlValue() local
701 xPSI = xSet->getPropertySetInfo(); in convertToControlValue()
702 if ( xPSI.is() && xPSI->hasPropertyByName( PROPERTY_LABEL ) ) in convertToControlValue()
/aoo4110/main/forms/source/component/
H A DDatabaseForm.cxx2030 Reference< XPropertySetInfo > xPSI; in reset_impl() local
2032 xPSI = xColProps->getPropertySetInfo( ); in reset_impl()
2035 if ( xPSI.is() && xPSI->hasPropertyByName( PROPERTY_CONTROLDEFAULT ) ) in reset_impl()
2040 if ( xPSI->hasPropertyByName( PROPERTY_ISREADONLY ) ) in reset_impl()
H A DFormComponent.cxx1140 Reference< XPropertySetInfo > xPSI( m_xAggregateSet->getPropertySetInfo() ); in describeAggregateProperties() local
1141 if ( xPSI.is() ) in describeAggregateProperties()
1142 _rAggregateProps = xPSI->getProperties(); in describeAggregateProperties()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx947 … Reference< XPropertySetInfo > xPSI( xPropertySet->getPropertySetInfo(), UNO_QUERY_THROW ); in lcl_setPropertyValues_resetOrRemoveOther() local
948 Sequence< Property > aAllExistentProperties( xPSI->getProperties() ); in lcl_setPropertyValues_resetOrRemoveOther()
/aoo4110/main/dbaccess/source/ui/misc/
H A DUITools.cxx1743 Reference< XPropertySetInfo > xPSI( _rxSourceObject->getPropertySetInfo(), UNO_SET_THROW ); in createView() local
1744 if ( xPSI->hasPropertyByName( PROPERTY_COMMAND ) ) in createView()
/aoo4110/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx680 Reference< XPropertySetInfo > xPSI( xProp->getPropertySetInfo(), UNO_SET_THROW ); in onDocumentOpened() local
/aoo4110/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2104 Reference< XPropertySetInfo > xPSI = xTableProps->getPropertySetInfo(); in InitFromParseNodeImpl() local
2105 bool bIsQuery = xPSI.is() && xPSI->hasPropertyByName( PROPERTY_COMMAND ); in InitFromParseNodeImpl()
/aoo4110/main/framework/source/services/
H A Dframe.cxx2887 …css::uno::Reference< css::beans::XPropertySetInfo > const xPSI( xSet->getPropertySetInfo(), css::u… in implts_setIconOnWindow() local
2888 if ( xPSI->hasPropertyByName( CONTROLLER_PROPNAME_ICONID ) ) in implts_setIconOnWindow()
/aoo4110/main/toolkit/source/awt/
H A Dvclxwindows.cxx2164 …uno::Reference< beans::XPropertySetInfo > xPSI( xPropSet->getPropertySetInfo(), uno::UNO_QUERY_THR… in itemListChanged() local
2166 …if ( xPSI->hasPropertyByName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceResolver" ) )… in itemListChanged()
4324 …uno::Reference< beans::XPropertySetInfo > xPSI( xPropSet->getPropertySetInfo(), uno::UNO_QUERY_THR… in itemListChanged() local
4327 …if ( xPSI->hasPropertyByName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ResourceResolver" ) )… in itemListChanged()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx570 …Reference< XPropertySetInfo > xPSI( pData->xObjectProperties->getPropertySetInfo(), UNO_SET_THROW … in InitializeForm() local
583 if ( !xPSI->hasPropertyByName( aTransferProperties[i] ) ) in InitializeForm()

Completed in 430 milliseconds

12