Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx74 void PropertyHandlerHelper::describePropertyLine( const Property& _rProperty, in describePropertyLine() argument
78 _out_rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
84 sal_Bool bReadOnlyControl = requiresReadOnlyControl( _rProperty.Attributes ); in describePropertyLine()
87 if ( _rProperty.Type.getTypeClass() == TypeClass_BOOLEAN ) in describePropertyLine()
96 switch ( _rProperty.Type.getTypeClass() ) in describePropertyLine()
190 const Property& _rProperty, const Any& _rControlValue ) in convertToPropertyValue() argument
197 if ( aPropertyValue.getValueType().equals( _rProperty.Type ) ) in convertToPropertyValue()
207 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue()
214 aPropertyValue = _rxTypeConverter->convertTo( _rControlValue, _rProperty.Type ); in convertToPropertyValue()
H A Dpropcontroller.cxx1159 …void OPropertyBrowserController::describePropertyLine( const Property& _rProperty, OLineDescriptor… in describePropertyLine() argument
1163 … PropertyHandlerRepository::const_iterator handler = m_aPropertyHandlers.find( _rProperty.Name ); in describePropertyLine()
1167 … _rDescriptor.assignFrom( handler->second->describePropertyLine( _rProperty.Name, this ) ); in describePropertyLine()
1172 _rDescriptor.sName = _rProperty.Name; in describePropertyLine()
1173 … _rDescriptor.aValue = _rDescriptor.xPropertyHandler->getPropertyValue( _rProperty.Name ); in describePropertyLine()
1179 …sMessage += ::rtl::OString( _rProperty.Name.getStr(), _rProperty.Name.getLength(), RTL_TEXTENCODIN… in describePropertyLine()
1183 _rDescriptor.DisplayName = _rProperty.Name; in describePropertyLine()
1186 …opertyState ePropertyState( _rDescriptor.xPropertyHandler->getPropertyState( _rProperty.Name ) ); in describePropertyLine()
H A Dformcomponenthandler.cxx2216 …ormComponentPropertyHandler::impl_shouldExcludeProperty_nothrow( const Property& _rProperty ) const in impl_shouldExcludeProperty_nothrow()
2218 OSL_ENSURE( _rProperty.Handle == m_pInfoService->getPropertyId( _rProperty.Name ), in impl_shouldExcludeProperty_nothrow()
2221 if ( _rProperty.Handle == PROPERTY_ID_CONTROLLABEL ) in impl_shouldExcludeProperty_nothrow()
2225 if ( ( _rProperty.Type.getTypeClass() == TypeClass_INTERFACE ) in impl_shouldExcludeProperty_nothrow()
2226 || ( _rProperty.Type.getTypeClass() == TypeClass_ARRAY ) in impl_shouldExcludeProperty_nothrow()
2227 || ( _rProperty.Type.getTypeClass() == TypeClass_UNKNOWN ) in impl_shouldExcludeProperty_nothrow()
2231 …if ( ( _rProperty.Attributes & PropertyAttribute::TRANSIENT ) && ( m_eComponentClass != eDialogCon… in impl_shouldExcludeProperty_nothrow()
2235 if ( _rProperty.Attributes & PropertyAttribute::READONLY ) in impl_shouldExcludeProperty_nothrow()
2238 switch ( _rProperty.Handle ) in impl_shouldExcludeProperty_nothrow()
2290 sal_uInt32 nPropertyUIFlags = m_pInfoService->getPropertyUIFlags( _rProperty.Handle ); in impl_shouldExcludeProperty_nothrow()
[all …]
H A Dhandlerhelper.hxx61 const ::com::sun::star::beans::Property& _rProperty,
71 const ::com::sun::star::beans::Property& _rProperty,
H A Dformcomponenthandler.hxx168 …ol impl_shouldExcludeProperty_nothrow( const ::com::sun::star::beans::Property& _rProperty ) const;
263 …bool impl_dialogListSelection_nothrow( const ::rtl::OUString& _rProperty, ::osl::ClearableMutexGua…
/trunk/main/connectivity/source/sdbcx/
H A DVDescriptor.cxx74 void operator ()( Property& _rProperty ) const in operator ()()
76 _rProperty.Attributes &= ~PropertyAttribute::READONLY; in operator ()()
81 void operator ()( Property& _rProperty ) const in operator ()()
83 _rProperty.Attributes |= PropertyAttribute::READONLY; in operator ()()
/trunk/main/xmloff/source/style/
H A Dxmlaustp.cxx56 const XMLPropertyState& _rProperty ) in lcl_exportDataStyle() argument
61 _rProperty.maValue >>= sDataStyleName; in lcl_exportDataStyle()
66 _rxMapper->GetEntryNameSpace( _rProperty.mnIndex ), in lcl_exportDataStyle()
67 _rxMapper->GetEntryXMLName( _rProperty.mnIndex ), in lcl_exportDataStyle()
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertymap.cxx139 …leSpecialItem( SvXMLAttributeList& _rAttrList, const XMLPropertyState& _rProperty, const SvXMLUnit… in handleSpecialItem() argument
144 if ( CTF_FORMS_DATA_STYLE != getPropertySetMapper()->GetEntryContextId( _rProperty.mnIndex ) ) in handleSpecialItem()
145 …SvXMLExportPropertyMapper::handleSpecialItem( _rAttrList, _rProperty, _rUnitConverter, _rNamespace… in handleSpecialItem()
H A Dcontrolpropertymap.hxx50 const XMLPropertyState& _rProperty,
/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx229 …void lcl_throwIllegalPropertyValueTypeException( const PropertyDescription& _rProperty, const Any&… in lcl_throwIllegalPropertyValueTypeException() argument
234 aErrorMessage.append( _rProperty.aProperty.Name ); in lcl_throwIllegalPropertyValueTypeException()
238 aErrorMessage.append( _rProperty.aProperty.Type.getTypeName() ); in lcl_throwIllegalPropertyValueTypeException()
H A Dpropagg.cxx222 …opertyArrayAggregationHelper::getPropertyByHandle( sal_Int32 _nHandle, Property& _rProperty ) const in getPropertyByHandle()
227 _rProperty = m_aProperties[ pos->second.nPos ]; in getPropertyByHandle()
/trunk/main/comphelper/inc/comphelper/
H A Dpropagg.hxx158 …sal_Bool getPropertyByHandle( sal_Int32 _nHandle, ::com::sun::star::beans::Property& _rProperty ) …
/trunk/main/dbaccess/source/ui/inc/
H A Dunodatbr.hxx486 …void transferChangedControlProperty(const ::rtl::OUString& _rProperty, const ::com::sun::star::uno…
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx883 void SbaTableQueryBrowser::transferChangedControlProperty(const ::rtl::OUString& _rProperty, const … in transferChangedControlProperty() argument
891 xObjectProps->setPropertyValue(_rProperty, _rNewValue); in transferChangedControlProperty()

Completed in 91 milliseconds