/aoo4110/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 74 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 D | propcontroller.cxx | 1159 …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 D | formcomponenthandler.cxx | 2216 …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 D | handlerhelper.hxx | 61 const ::com::sun::star::beans::Property& _rProperty, 71 const ::com::sun::star::beans::Property& _rProperty,
|
H A D | formcomponenthandler.hxx | 168 …ol impl_shouldExcludeProperty_nothrow( const ::com::sun::star::beans::Property& _rProperty ) const; 263 …bool impl_dialogListSelection_nothrow( const ::rtl::OUString& _rProperty, ::osl::ClearableMutexGua…
|
/aoo4110/main/connectivity/source/sdbcx/ |
H A D | VDescriptor.cxx | 74 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 ()()
|
/aoo4110/main/xmloff/source/style/ |
H A D | xmlaustp.cxx | 56 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()
|
/aoo4110/main/xmloff/source/forms/ |
H A D | controlpropertymap.cxx | 139 …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 D | controlpropertymap.hxx | 50 const XMLPropertyState& _rProperty,
|
/aoo4110/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 229 …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 D | propagg.cxx | 222 …opertyArrayAggregationHelper::getPropertyByHandle( sal_Int32 _nHandle, Property& _rProperty ) const in getPropertyByHandle() 227 _rProperty = m_aProperties[ pos->second.nPos ]; in getPropertyByHandle()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | propagg.hxx | 158 …sal_Bool getPropertyByHandle( sal_Int32 _nHandle, ::com::sun::star::beans::Property& _rProperty ) …
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | unodatbr.hxx | 486 …void transferChangedControlProperty(const ::rtl::OUString& _rProperty, const ::com::sun::star::uno…
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 882 void SbaTableQueryBrowser::transferChangedControlProperty(const ::rtl::OUString& _rProperty, const … in transferChangedControlProperty() argument 890 xObjectProps->setPropertyValue(_rProperty, _rNewValue); in transferChangedControlProperty()
|