Home
last modified time | relevance | path

Searched refs:_rProperty (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dhandlerhelper.cxx60 void PropertyHandlerHelper::describePropertyLine( const Property& _rProperty, in describePropertyLine() argument
64 _out_rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
70 bool bReadOnlyControl = requiresReadOnlyControl( _rProperty.Attributes ); in describePropertyLine()
73 if ( _rProperty.Type.getTypeClass() == TypeClass_BOOLEAN ) in describePropertyLine()
80 switch ( _rProperty.Type.getTypeClass() ) in describePropertyLine()
178 const Property& _rProperty, const Any& _rControlValue ) in convertToPropertyValue() argument
185 if ( aPropertyValue.getValueType().equals( _rProperty.Type ) ) in convertToPropertyValue()
195 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue()
202 aPropertyValue = _rxTypeConverter->convertTo( _rControlValue, _rProperty.Type ); in convertToPropertyValue()
H A Dhandlerhelper.hxx53 const css::beans::Property& _rProperty,
63 const css::beans::Property& _rProperty,
H A Dpropcontroller.cxx1072 …void OPropertyBrowserController::describePropertyLine( const Property& _rProperty, OLineDescriptor… in describePropertyLine() argument
1076 … PropertyHandlerRepository::const_iterator handler = m_aPropertyHandlers.find( _rProperty.Name ); in describePropertyLine()
1080 … _rDescriptor.assignFrom( handler->second->describePropertyLine( _rProperty.Name, this ) ); in describePropertyLine()
1084 _rDescriptor.sName = _rProperty.Name; in describePropertyLine()
1085 … _rDescriptor.aValue = _rDescriptor.xPropertyHandler->getPropertyValue( _rProperty.Name ); in describePropertyLine()
1091 <<_rProperty.Name << "'!" ); in describePropertyLine()
1093 _rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
1096 …opertyState ePropertyState( _rDescriptor.xPropertyHandler->getPropertyState( _rProperty.Name ) ); in describePropertyLine()
H A Dformcomponenthandler.hxx159 bool impl_shouldExcludeProperty_nothrow( const css::beans::Property& _rProperty ) const;
250 …bool impl_dialogListSelection_nothrow( const OUString& _rProperty, ::osl::ClearableMutexGuard& _rC…
H A Dformcomponenthandler.cxx2203 …ormComponentPropertyHandler::impl_shouldExcludeProperty_nothrow( const Property& _rProperty ) const in impl_shouldExcludeProperty_nothrow()
2205 OSL_ENSURE( _rProperty.Handle == m_pInfoService->getPropertyId( _rProperty.Name ), in impl_shouldExcludeProperty_nothrow()
2208 if ( _rProperty.Handle == PROPERTY_ID_CONTROLLABEL ) in impl_shouldExcludeProperty_nothrow()
2212 if ( ( _rProperty.Type.getTypeClass() == TypeClass_INTERFACE ) in impl_shouldExcludeProperty_nothrow()
2213 || ( _rProperty.Type.getTypeClass() == TypeClass_UNKNOWN ) in impl_shouldExcludeProperty_nothrow()
2217 …if ( ( _rProperty.Attributes & PropertyAttribute::TRANSIENT ) && ( m_eComponentClass != eDialogCon… in impl_shouldExcludeProperty_nothrow()
2221 if ( _rProperty.Attributes & PropertyAttribute::READONLY ) in impl_shouldExcludeProperty_nothrow()
2224 switch ( _rProperty.Handle ) in impl_shouldExcludeProperty_nothrow()
2276 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( _rProperty.Handle ); in impl_shouldExcludeProperty_nothrow()
2597 …rtyUIName( m_pInfoService->getPropertyTranslation( m_pInfoService->getPropertyId( _rProperty ) ) ); in impl_dialogListSelection_nothrow()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dhandlerhelper.cxx56 void PropertyHandlerHelper::describePropertyLine( const Property& _rProperty, in describePropertyLine() argument
60 _out_rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
66 bool bReadOnlyControl = requiresReadOnlyControl( _rProperty.Attributes ); in describePropertyLine()
69 if ( _rProperty.Type.getTypeClass() == TypeClass_BOOLEAN ) in describePropertyLine()
76 switch ( _rProperty.Type.getTypeClass() ) in describePropertyLine()
174 const Property& _rProperty, const Any& _rControlValue ) in convertToPropertyValue() argument
181 if ( aPropertyValue.getValueType().equals( _rProperty.Type ) ) in convertToPropertyValue()
191 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue()
198 aPropertyValue = _rxTypeConverter->convertTo( _rControlValue, _rProperty.Type ); in convertToPropertyValue()
H A Dhandlerhelper.hxx51 const css::beans::Property& _rProperty,
61 const css::beans::Property& _rProperty,
H A Dpropcontroller.cxx1075 …void OPropertyBrowserController::describePropertyLine( const Property& _rProperty, OLineDescriptor… in describePropertyLine() argument
1079 … PropertyHandlerRepository::const_iterator handler = m_aPropertyHandlers.find( _rProperty.Name ); in describePropertyLine()
1083 … _rDescriptor.assignFrom( handler->second->describePropertyLine( _rProperty.Name, this ) ); in describePropertyLine()
1087 _rDescriptor.sName = _rProperty.Name; in describePropertyLine()
1088 … _rDescriptor.aValue = _rDescriptor.xPropertyHandler->getPropertyValue( _rProperty.Name ); in describePropertyLine()
1094 <<_rProperty.Name << "'!" ); in describePropertyLine()
1096 _rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
1099 …opertyState ePropertyState( _rDescriptor.xPropertyHandler->getPropertyState( _rProperty.Name ) ); in describePropertyLine()
H A Dformcomponenthandler.hxx152 bool impl_shouldExcludeProperty_nothrow( const css::beans::Property& _rProperty ) const;
243 …bool impl_dialogListSelection_nothrow( const OUString& _rProperty, ::osl::ClearableMutexGuard& _rC…
H A Dformcomponenthandler.cxx2204 …ormComponentPropertyHandler::impl_shouldExcludeProperty_nothrow( const Property& _rProperty ) const in impl_shouldExcludeProperty_nothrow()
2206 OSL_ENSURE( _rProperty.Handle == m_pInfoService->getPropertyId( _rProperty.Name ), in impl_shouldExcludeProperty_nothrow()
2209 if ( _rProperty.Handle == PROPERTY_ID_CONTROLLABEL ) in impl_shouldExcludeProperty_nothrow()
2213 if ( ( _rProperty.Type.getTypeClass() == TypeClass_INTERFACE ) in impl_shouldExcludeProperty_nothrow()
2214 || ( _rProperty.Type.getTypeClass() == TypeClass_UNKNOWN ) in impl_shouldExcludeProperty_nothrow()
2218 …if ( ( _rProperty.Attributes & PropertyAttribute::TRANSIENT ) && ( m_eComponentClass != eDialogCon… in impl_shouldExcludeProperty_nothrow()
2222 if ( _rProperty.Attributes & PropertyAttribute::READONLY ) in impl_shouldExcludeProperty_nothrow()
2225 switch ( _rProperty.Handle ) in impl_shouldExcludeProperty_nothrow()
2277 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( _rProperty.Handle ); in impl_shouldExcludeProperty_nothrow()
2593 …rtyUIName( m_pInfoService->getPropertyTranslation( m_pInfoService->getPropertyId( _rProperty ) ) ); in impl_dialogListSelection_nothrow()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/sdbcx/
H A DVDescriptor.cxx59 void operator ()( Property& _rProperty ) const in operator ()()
61 _rProperty.Attributes &= ~PropertyAttribute::READONLY; in operator ()()
66 void operator ()( Property& _rProperty ) const in operator ()()
68 _rProperty.Attributes |= PropertyAttribute::READONLY; in operator ()()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/sdbcx/
H A DVDescriptor.cxx62 void operator ()( Property& _rProperty ) const in operator ()()
64 _rProperty.Attributes &= ~PropertyAttribute::READONLY; in operator ()()
69 void operator ()( Property& _rProperty ) const in operator ()()
71 _rProperty.Attributes |= PropertyAttribute::READONLY; in operator ()()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dcontrolpropertymap.cxx108 …leSpecialItem( SvXMLAttributeList& _rAttrList, const XMLPropertyState& _rProperty, const SvXMLUnit… in handleSpecialItem() argument
113 … if ( CTF_FORMS_DATA_STYLE != getPropertySetMapper()->GetEntryContextId( _rProperty.mnIndex ) ) in handleSpecialItem()
114 …SvXMLExportPropertyMapper::handleSpecialItem( _rAttrList, _rProperty, _rUnitConverter, _rNamespace… in handleSpecialItem()
H A Dcontrolpropertymap.hxx41 const XMLPropertyState& _rProperty,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dcontrolpropertymap.cxx108 …leSpecialItem( SvXMLAttributeList& _rAttrList, const XMLPropertyState& _rProperty, const SvXMLUnit… in handleSpecialItem() argument
113 … if ( CTF_FORMS_DATA_STYLE != getPropertySetMapper()->GetEntryContextId( _rProperty.mnIndex ) ) in handleSpecialItem()
114 …SvXMLExportPropertyMapper::handleSpecialItem( _rAttrList, _rProperty, _rUnitConverter, _rNamespace… in handleSpecialItem()
H A Dcontrolpropertymap.hxx42 const XMLPropertyState& _rProperty,
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlaustp.cxx44 const XMLPropertyState& _rProperty ) in lcl_exportDataStyle() argument
49 _rProperty.maValue >>= sDataStyleName; in lcl_exportDataStyle()
54 _rxMapper->GetEntryNameSpace( _rProperty.mnIndex ), in lcl_exportDataStyle()
55 _rxMapper->GetEntryXMLName( _rProperty.mnIndex ), in lcl_exportDataStyle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlaustp.cxx44 const XMLPropertyState& _rProperty ) in lcl_exportDataStyle() argument
49 _rProperty.maValue >>= sDataStyleName; in lcl_exportDataStyle()
54 _rxMapper->GetEntryNameSpace( _rProperty.mnIndex ), in lcl_exportDataStyle()
55 _rxMapper->GetEntryXMLName( _rProperty.mnIndex ), in lcl_exportDataStyle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/property/
H A Dpropertycontainerhelper.cxx196 …void lcl_throwIllegalPropertyValueTypeException( const PropertyDescription& _rProperty, const Any&… in lcl_throwIllegalPropertyValueTypeException() argument
200 " (property name \"" + _rProperty.aProperty.Name in lcl_throwIllegalPropertyValueTypeException()
202 + "\", required property type \"" + _rProperty.aProperty.Type.getTypeName() in lcl_throwIllegalPropertyValueTypeException()
H A Dpropagg.cxx187 bool OPropertyArrayAggregationHelper::getPropertyByHandle( sal_Int32 _nHandle, Property& _rProperty in getPropertyByHandle()
192 _rProperty = m_aProperties[ pos->second.nPos ]; in getPropertyByHandle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/property/
H A Dpropertycontainerhelper.cxx196 …void lcl_throwIllegalPropertyValueTypeException( const PropertyDescription& _rProperty, const Any&… in lcl_throwIllegalPropertyValueTypeException() argument
200 " (property name \"" + _rProperty.aProperty.Name in lcl_throwIllegalPropertyValueTypeException()
202 + "\", required property type \"" + _rProperty.aProperty.Type.getTypeName() in lcl_throwIllegalPropertyValueTypeException()
H A Dpropagg.cxx188 bool OPropertyArrayAggregationHelper::getPropertyByHandle( sal_Int32 _nHandle, Property& _rProperty in getPropertyByHandle()
193 _rProperty = m_aProperties[ pos->second.nPos ]; in getPropertyByHandle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dpropagg.hxx159 bool getPropertyByHandle( sal_Int32 _nHandle, css::beans::Property& _rProperty ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dpropagg.hxx158 bool getPropertyByHandle( sal_Int32 _nHandle, css::beans::Property& _rProperty ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/inc/
H A Dunodatbr.hxx424 … void transferChangedControlProperty(const OUString& _rProperty, const css::uno::Any& _rNewValue);

12