/aoo42x/main/forms/source/component/ |
H A D | Grid.cxx | 457 DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT); in describeFixedProperties() 461 DECL_PROP2(HASNAVIGATION, sal_Bool, BOUND, MAYBEDEFAULT); in describeFixedProperties() 463 DECL_PROP2(ENABLEVISIBLE, sal_Bool, BOUND, MAYBEDEFAULT); in describeFixedProperties() 465 DECL_PROP2(BORDERCOLOR, sal_Int16, BOUND, MAYBEVOID); in describeFixedProperties() 469 DECL_PROP2(FONT, FontDescriptor, BOUND, MAYBEDEFAULT); in describeFixedProperties() 482 DECL_PROP2(FONTEMPHASISMARK, sal_Int16, BOUND, MAYBEDEFAULT); in describeFixedProperties() 483 DECL_PROP2(FONTRELIEF, sal_Int16, BOUND, MAYBEDEFAULT); in describeFixedProperties() 485 DECL_PROP2(RECORDMARKER, sal_Bool, BOUND, MAYBEDEFAULT ); in describeFixedProperties() 486 DECL_PROP2(PRINTABLE, sal_Bool, BOUND, MAYBEDEFAULT ); in describeFixedProperties() 490 DECL_PROP2(HELPURL, ::rtl::OUString, BOUND, MAYBEDEFAULT); in describeFixedProperties() [all …]
|
H A D | formcontrolfont.cxx | 207 DECL_PROP2 ( FONT, FontDescriptor, BOUND, MAYBEDEFAULT ); in describeFontRelatedProperties() 208 DECL_PROP2 ( FONTEMPHASISMARK, sal_Int16, BOUND, MAYBEDEFAULT ); in describeFontRelatedProperties() 209 DECL_PROP2 ( FONTRELIEF, sal_Int16, BOUND, MAYBEDEFAULT ); in describeFontRelatedProperties()
|
H A D | Pattern.cxx | 147 DECL_PROP2(DEFAULT_TEXT, ::rtl::OUString, BOUND, MAYBEDEFAULT); in describeFixedProperties() 150 DECL_PROP2(FILTERPROPOSAL, sal_Bool, BOUND, MAYBEDEFAULT); in describeFixedProperties()
|
H A D | Edit.cxx | 396 DECL_PROP2(PERSISTENCE_MAXTEXTLENGTH,sal_Int16, READONLY, TRANSIENT); in describeFixedProperties() 397 DECL_PROP2(DEFAULT_TEXT, ::rtl::OUString, BOUND, MAYBEDEFAULT); in describeFixedProperties()
|
H A D | Hidden.cxx | 130 DECL_PROP2(CLASSID, sal_Int16, READONLY, TRANSIENT); in describeFixedProperties()
|
H A D | spinbutton.cxx | 111 DECL_PROP2( CONTROLSOURCEPROPERTY,::rtl::OUString, READONLY, TRANSIENT ); in describeFixedProperties()
|
H A D | scrollbar.cxx | 155 DECL_PROP2( CONTROLSOURCEPROPERTY,::rtl::OUString, READONLY, TRANSIENT ); in describeFixedProperties()
|
H A D | navigationbar.cxx | 485 DECL_PROP2( TABINDEX, sal_Int16, BOUND, MAYBEDEFAULT ); in describeFixedProperties()
|
H A D | DatabaseForm.cxx | 1412 …DECL_PROP2 ( DATASOURCE, ::rtl::OUString, BOUND, CONSTRAINED … in describeFixedAndAggregateProperties() 1414 …DECL_PROP2 ( FILTER, ::rtl::OUString, BOUND, MAYBEDEFAULT … in describeFixedAndAggregateProperties() 1420 …DECL_PROP2 ( PRIVILEGES, sal_Int32, TRANSIENT, READONLY … in describeFixedAndAggregateProperties()
|
H A D | FormComponent.cxx | 1126 DECL_PROP2 (CLASSID, sal_Int16, READONLY, TRANSIENT); in describeFixedProperties() 3096 DECL_PROP2 ( CONTROLSOURCEPROPERTY, ::rtl::OUString, READONLY, TRANSIENT ); in describeFixedProperties()
|
H A D | ListBox.cxx | 448 DECL_PROP2(BOUNDCOLUMN, sal_Int16, BOUND, MAYBEVOID); in describeFixedProperties()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | CRowSetColumn.cxx | 82 DECL_PROP2( VALUE, Any, READONLY, BOUND ); in createArrayHelper()
|
/aoo42x/main/forms/source/inc/ |
H A D | property.hxx | 149 #define DECL_PROP2(varname, type, attrib1, attrib2) \ macro
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 297 DECL_PROP2( TABINDEX, sal_Int16, BOUND, MAYBEDEFAULT ); in describeFixedProperties()
|
/aoo42x/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 375 #define DECL_PROP2(varname, type, attrib1, attrib2) \ macro
|