Searched refs:RemoveProperty (Results 1 – 10 of 10) sorted by relevance
/trunk/main/forms/source/component/ |
H A D | Edit.cxx | 411 RemoveProperty( _rAggregateProps, PROPERTY_TABINDEX ); in describeAggregateProperties() 412 RemoveProperty( _rAggregateProps, PROPERTY_CLASSID ); in describeAggregateProperties() 413 RemoveProperty( _rAggregateProps, PROPERTY_NAME ); in describeAggregateProperties() 414 RemoveProperty( _rAggregateProps, PROPERTY_TAG ); in describeAggregateProperties() 415 RemoveProperty( _rAggregateProps, PROPERTY_NATIVE_LOOK ); in describeAggregateProperties()
|
H A D | ImageControl.cxx | 361 RemoveProperty( o_rAggregateProperties, PROPERTY_IMAGE_URL ); in describeAggregateProperties() 362 RemoveProperty( o_rAggregateProperties, PROPERTY_GRAPHIC ); in describeAggregateProperties()
|
H A D | DatabaseForm.cxx | 1389 RemoveProperty( _rAggregateProps, PROPERTY_PRIVILEGES ); in describeFixedAndAggregateProperties() 1392 RemoveProperty( _rAggregateProps, PROPERTY_INSERTONLY ); in describeFixedAndAggregateProperties() 1396 RemoveProperty( _rAggregateProps, PROPERTY_DATASOURCE ); in describeFixedAndAggregateProperties() 1399 RemoveProperty( _rAggregateProps, PROPERTY_ACTIVE_CONNECTION ); in describeFixedAndAggregateProperties() 1404 RemoveProperty( _rAggregateProps, PROPERTY_FILTER ); in describeFixedAndAggregateProperties() 1405 RemoveProperty( _rAggregateProps, PROPERTY_APPLYFILTER ); in describeFixedAndAggregateProperties()
|
H A D | FixedText.cxx | 100 RemoveProperty( _rAggregateProps, PROPERTY_TABSTOP ); in describeAggregateProperties()
|
H A D | GroupBox.cxx | 102 RemoveProperty(_rAggregateProps, PROPERTY_TABSTOP); in IMPLEMENT_DEFAULT_CLONING()
|
H A D | ComboBox.cxx | 329 RemoveProperty( _rAggregateProps, PROPERTY_STRINGITEMLIST ); in describeAggregateProperties()
|
H A D | FormattedField.cxx | 481 RemoveProperty(_rAggregateProps, PROPERTY_STRICTFORMAT); in describeAggregateProperties()
|
H A D | ListBox.cxx | 479 RemoveProperty( _rAggregateProps, PROPERTY_STRINGITEMLIST ); in describeAggregateProperties()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | property.hxx | 113 COMPHELPER_DLLPUBLIC void RemoveProperty(staruno::Sequence<starbeans::Property>& seqProps, const ::…
|
/trunk/main/comphelper/source/property/ |
H A D | property.cxx | 172 void RemoveProperty(Sequence<Property>& _rProps, const rtl::OUString& _rPropName) in RemoveProperty() function
|
Completed in 116 milliseconds