Home
last modified time | relevance | path

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

12

/aoo4110/main/toolkit/source/helper/
H A Dformpdfexport.cxx96 Reference< XPropertySetInfo > xPSI; in classifyFormControl() local
98 xPSI = _rxModel->getPropertySetInfo(); in classifyFormControl()
99 if ( xPSI.is() && xPSI->hasPropertyByName( FM_PROP_CLASSID ) ) in classifyFormControl()
314 if ( xPSI->hasPropertyByName( FM_PROP_TEXT ) ) in describePDFControl()
316 else if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in describePDFControl()
323 if ( xPSI->hasPropertyByName( FM_PROP_READONLY ) ) in describePDFControl()
359 if ( xPSI->hasPropertyByName( FM_PROP_TEXTCOLOR ) ) in describePDFControl()
373 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in describePDFControl()
382 if ( xPSI->hasPropertyByName( FM_PROP_ALIGN ) ) in describePDFControl()
417 if ( xPSI->hasPropertyByName( FM_PROP_FONT ) ) in describePDFControl()
[all …]
/aoo4110/main/extensions/source/propctrlr/
H A Deditpropertyhandler.cxx201 Reference< XPropertySetInfo > xPSI; in implHaveBothScrollBarProperties() local
203 xPSI = m_xComponent->getPropertySetInfo(); in implHaveBothScrollBarProperties()
205 return xPSI.is() in implHaveBothScrollBarProperties()
206 && xPSI->hasPropertyByName( PROPERTY_HSCROLL ) in implHaveBothScrollBarProperties()
207 && xPSI->hasPropertyByName( PROPERTY_VSCROLL ); in implHaveBothScrollBarProperties()
214 Reference< XPropertySetInfo > xPSI; in implHaveTextTypeProperty() local
216 xPSI = m_xComponent->getPropertySetInfo(); in implHaveTextTypeProperty()
218 return xPSI.is() in implHaveTextTypeProperty()
219 && xPSI->hasPropertyByName( PROPERTY_RICHTEXT ) in implHaveTextTypeProperty()
220 && xPSI->hasPropertyByName( PROPERTY_MULTILINE ); in implHaveTextTypeProperty()
H A Dbuttonnavigationhandler.cxx186 Reference< XPropertySetInfo > xPSI; in isNavigationCapableButton() local
188 xPSI = _rxComponent->getPropertySetInfo(); in isNavigationCapableButton()
190 return xPSI.is() in isNavigationCapableButton()
191 && xPSI->hasPropertyByName( PROPERTY_TARGET_URL ) in isNavigationCapableButton()
192 && xPSI->hasPropertyByName( PROPERTY_BUTTONTYPE ); in isNavigationCapableButton()
H A Dxsdvalidationhelper.cxx66 Reference< XPropertySetInfo > xPSI; in XSDValidationHelper() local
69 xPSI = m_xControlModel->getPropertySetInfo(); in XSDValidationHelper()
70 if ( xPSI.is() in XSDValidationHelper()
71 && xPSI->hasPropertyByName( PROPERTY_FORMATKEY ) in XSDValidationHelper()
72 && xPSI->hasPropertyByName( PROPERTY_FORMATSSUPPLIER ) in XSDValidationHelper()
H A Dgenericpropertyhandler.cxx544 Reference< XPropertySetInfo > xPSI; in impl_ensurePropertyMap() local
546 xPSI = m_xComponent->getPropertySetInfo(); in impl_ensurePropertyMap()
548 if ( xPSI.is() ) in impl_ensurePropertyMap()
549 aProperties = xPSI->getProperties(); in impl_ensurePropertyMap()
H A Deventhandler.cxx576 Reference< XPropertySetInfo > xPSI( m_xComponent->getPropertySetInfo() ); in inspect() local
577 m_bIsDialogElement = xPSI.is() in inspect()
578 && xPSI->hasPropertyByName( PROPERTY_WIDTH ) in inspect()
579 && xPSI->hasPropertyByName( PROPERTY_HEIGHT ) in inspect()
580 && xPSI->hasPropertyByName( PROPERTY_POSITIONX ) in inspect()
581 && xPSI->hasPropertyByName( PROPERTY_POSITIONY ); in inspect()
H A Dformgeometryhandler.cxx591 … Reference< XPropertySetInfo > xPSI( m_xShapeProperties->getPropertySetInfo(), UNO_SET_THROW ); in impl_haveTextAnchorType_nothrow() local
592 if ( xPSI->hasPropertyByName( PROPERTY_ANCHOR_TYPE ) ) in impl_haveTextAnchorType_nothrow()
608 … Reference< XPropertySetInfo > xPSI( m_xShapeProperties->getPropertySetInfo(), UNO_SET_THROW ); in impl_haveSheetAnchorType_nothrow() local
609 if ( !xPSI->hasPropertyByName( PROPERTY_ANCHOR ) ) in impl_haveSheetAnchorType_nothrow()
H A Dformbrowsertools.cxx131 Reference< XPropertySetInfo > xPSI( xComponentProps->getPropertySetInfo(), UNO_SET_THROW ); in classifyComponent() local
134 if ( xPSI->hasPropertyByName( PROPERTY_CLASSID ) ) in classifyComponent()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java86 XPropertySetInfo xPSI = ( null != xProps ) ? xProps.getPropertySetInfo() : null; in getLabel() local
87 if ( null == xPSI ) in getLabel()
94 if ( xPSI.hasPropertyByName( "LabelControl" ) ) in getLabel()
101 if ( xPSI.hasPropertyByName( "Label" ) ) in getLabel()
204 XPropertySetInfo xPSI = null; in classifyFormComponentType() local
206 xPSI = xComponent.getPropertySetInfo(); in classifyFormComponentType()
208 if ( ( null != xPSI ) && xPSI.hasPropertyByName( "ClassId" ) ) in classifyFormComponentType()
H A DControlLock.java75 XPropertySetInfo xPSI = null; in handle() local
77 xPSI = xCompProps.getPropertySetInfo(); in handle()
79 if ( ( null != xPSI ) && xPSI.hasPropertyByName( "DataField" ) ) in handle()
H A DFormLayer.java137 XPropertySetInfo xPSI = xModelProps.getPropertySetInfo(); in createControlAndShape() local
138 if ( xPSI.hasPropertyByName( "Border" ) ) in createControlAndShape()
143 if ( xPSI.hasPropertyByName( "VisualEffect" ) ) in createControlAndShape()
146 if ( xPSI.hasPropertyByName( "BorderColor" ) ) in createControlAndShape()
H A DKeyGenerator.java204 XPropertySetInfo xPSI = xModel.getPropertySetInfo( ); in defaultNewRecordFocus() local
205 if ( ( null == xPSI ) || !xPSI.hasPropertyByName( "ClassId" ) ) in defaultNewRecordFocus()
214 if ( !xPSI.hasPropertyByName( "DataField" ) ) in defaultNewRecordFocus()
/aoo4110/main/svx/source/form/
H A Dformcontrolfactory.cxx171 … Reference< XPropertySetInfo > xPSI( xElement->getPropertySetInfo(), UNO_SET_THROW ); in lcl_getUniqueLabel_nothrow() local
172 if ( !xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in lcl_getUniqueLabel_nothrow()
412 Reference< XPropertySetInfo > xPSI( _rxControlModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeControlModel() local
431 if ( xPSI->hasPropertyByName( FM_PROP_DROPDOWN ) ) in initializeControlModel()
446 if ( xPSI->hasPropertyByName( FM_PROP_MULTILINE ) ) in initializeControlModel()
457 if ( xPSI->hasPropertyByName( sVertAlignPropertyName ) ) in initializeControlModel()
466 if ( xPSI->hasPropertyByName( sScaleModeProperty ) ) in initializeControlModel()
473 if ( xPSI->hasPropertyByName( FM_PROP_LABEL ) ) in initializeControlModel()
503 if ( xPSI->hasPropertyByName( FM_PROP_STRICTFORMAT ) ) in initializeControlModel()
509 if ( xPSI->hasPropertyByName( FM_PROP_MOUSE_WHEEL_BEHAVIOR ) ) in initializeControlModel()
[all …]
H A Dfmcontrollayout.cxx229 … Reference< XPropertySetInfo > xPSI( _rxControlModel->getPropertySetInfo(), UNO_SET_THROW ); in initializeControlLayout() local
253 if ( xPSI->hasPropertyByName( FM_PROP_BORDER ) ) in initializeControlLayout()
266 && ( xPSI->hasPropertyByName( FM_PROP_BORDERCOLOR ) ) in initializeControlLayout()
272 if ( xPSI->hasPropertyByName( FM_PROP_VISUALEFFECT ) ) in initializeControlLayout()
279 && xPSI->hasPropertyByName( FM_PROP_FONT ) in initializeControlLayout()
/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx747 if ( lcl_hasNonEmptyStringValue_throw( _rxSourceDescriptor, xPSI, aSettings[i] ) ) in impl_checkForUnsupportedSettings_throw()
773 if ( !xPSI->hasPropertyByName( PROPERTY_COMMAND ) in impl_extractSourceObject_throw()
774 || !xPSI->hasPropertyByName( PROPERTY_COMMAND_TYPE ) in impl_extractSourceObject_throw()
843 if ( xPSI->hasPropertyByName( PROPERTY_RESULT_SET ) ) in impl_extractSourceResultSet_throw()
846 if ( xPSI->hasPropertyByName( PROPERTY_SELECTION ) ) in impl_extractSourceResultSet_throw()
849 if ( xPSI->hasPropertyByName( PROPERTY_BOOKMARK_SELECTION ) ) in impl_extractSourceResultSet_throw()
893 if ( xPSI->hasPropertyByName( PROPERTY_ACTIVE_CONNECTION ) ) in impl_extractConnection_throw()
908 if ( xPSI->hasPropertyByName( PROPERTY_DATASOURCENAME ) ) in impl_extractConnection_throw()
910 if ( xPSI->hasPropertyByName( PROPERTY_DATABASE_LOCATION ) ) in impl_extractConnection_throw()
946 if ( xPSI->hasPropertyByName( PROPERTY_CONNECTION_RESOURCE ) ) in impl_extractConnection_throw()
[all …]
/aoo4110/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx666 Reference< XPropertySetInfo > xPSI; in setControlModels() local
668 xPSI = xProps->getPropertySetInfo(); in setControlModels()
669 if ( xPSI.is() && xPSI->hasPropertyByName( getTabIndexPropertyName() ) ) in setControlModels()
696 Reference< XPropertySetInfo > xPSI; in getControlModels() local
702 if ( xPSI.is() && xPSI->hasPropertyByName( getTabIndexPropertyName() ) ) in getControlModels()
1070 Reference< XPropertySetInfo > xPSI; in startControlListening() local
1072 xPSI = xModelProps->getPropertySetInfo(); in startControlListening()
1074 if ( xPSI.is() && xPSI->hasPropertyByName( getTabIndexPropertyName() ) ) in startControlListening()
1084 Reference< XPropertySetInfo > xPSI; in stopControlListening() local
1086 xPSI = xModelProps->getPropertySetInfo(); in stopControlListening()
[all …]
H A Dtabpagecontainer.cxx113 Reference< XPropertySetInfo > const xPSI( xParentDelegator->getPropertySetInfo() ); in lcl_createTabPageModel() local
114 …bool const isGeometryControlModel = xPSI.is() && xPSI->hasPropertyByName( ::rtl::OUString( RTL_CON… in lcl_createTabPageModel()
H A Dunocontrol.cxx524 Reference< XPropertySetInfo > xPSI( xPS->getPropertySetInfo(), UNO_QUERY ); in ImplModelPropertiesChanged() local
525 …OSL_ENSURE( xPSI.is(), "UnoControl::ImplModelPropertiesChanged: should have property set meta data… in ImplModelPropertiesChanged()
646 if ( xPSI.is() && xPSI->hasPropertyByName( aPropName ) ) in ImplModelPropertiesChanged()
1392 Reference< XPropertySetInfo > xPSI( xPropSet->getPropertySetInfo(), UNO_SET_THROW ); in setModel() local
1397 …mpData->bLocalizationSupport = xPSI->hasPropertyByName( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in setModel()
/aoo4110/main/dbaccess/source/sdbtools/connection/
H A Dtablename.cxx181 Reference< XPropertySetInfo > xPSI( _table, UNO_QUERY ); in setTable() local
182 if ( !xPSI.is() in setTable()
183 || !xPSI->hasPropertyByName( PROPERTY_CATALOGNAME ) in setTable()
184 || !xPSI->hasPropertyByName( PROPERTY_SCHEMANAME ) in setTable()
185 || !xPSI->hasPropertyByName( PROPERTY_NAME ) in setTable()
/aoo4110/main/forms/source/component/
H A Dpropertybaghelper.cxx236 Reference< XPropertySetInfo > xPSI( xMe->getPropertySetInfo(), UNO_QUERY_THROW ); in removeProperty() local
237 Property aProperty( xPSI->getPropertyByName( _rName ) ); in removeProperty()
284 Reference< XPropertySetInfo > xPSI( xMe->getPropertySetInfo(), UNO_QUERY_THROW ); in getPropertyValues() local
286 Sequence< Property > aProperties( xPSI->getProperties() ); in getPropertyValues()
/aoo4110/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx289 Reference< XPropertySetInfo > xPSI( xSet->getPropertySetInfo(), UNO_SET_THROW ); in propertyChange() local
293 if ( xPSI->hasPropertyByName( _rEvent.PropertyName ) ) in propertyChange()
295 nPropertyAttributes = xPSI->getPropertyByName( _rEvent.PropertyName ).Attributes; in propertyChange()
319xPSI.set( rObjectInfo.xPropertyIntrospection->getPropertySetInfo(), UNO_SET_THROW ); in propertyChange()
320 … nPropertyAttributes = xPSI->getPropertyByName( _rEvent.PropertyName ).Attributes; in propertyChange()
/aoo4110/main/connectivity/source/commontools/
H A Dpredicateinput.cxx202 Reference< XPropertySetInfo > xPSI( _rxField->getPropertySetInfo() ); in implPredicateTree() local
203 if ( xPSI.is() && xPSI->hasPropertyByName( ::rtl::OUString::createFromAscii( "FormatKey" ) ) ) in implPredicateTree()
/aoo4110/main/qadevOOo/tests/java/mod/_fwl/
H A DPathSettings.java140 XPropertySetInfo xPSI = xPS.getPropertySetInfo(); in saveAllPropertyValues() local
142 Property[] allProperties = xPSI.getProperties(); in saveAllPropertyValues()
/aoo4110/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx144 Reference< XPropertySetInfo > xPSI( _rxColumn->getPropertySetInfo(), UNO_SET_THROW ); in hasDefaultSettings() local
165 if ( xPSI->hasPropertyByName( aProps[i].sName ) ) in hasDefaultSettings()
H A Ddefinitioncolumn.cxx212 Reference< XPropertySetInfo > xPSI( _rxParserColumn->getPropertySetInfo(), UNO_SET_THROW ); in OQueryColumn() local
213 if ( xPSI->hasPropertyByName( PROPERTY_DEFAULTVALUE ) ) in OQueryColumn()
231 if ( xPSI->hasPropertyByName( aProps[i].sName ) ) in OQueryColumn()

Completed in 180 milliseconds

12