Home
last modified time | relevance | path

Searched refs:aInterestingProperties (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx943 ::std::vector< ::rtl::OUString > aInterestingProperties; in getActuatingProperties()
944 aInterestingProperties.push_back( PROPERTY_DATASOURCE ); in getActuatingProperties()
945 aInterestingProperties.push_back( PROPERTY_COMMAND ); in getActuatingProperties()
946 aInterestingProperties.push_back( PROPERTY_COMMANDTYPE ); in getActuatingProperties()
947 aInterestingProperties.push_back( PROPERTY_LISTSOURCE ); in getActuatingProperties()
948 aInterestingProperties.push_back( PROPERTY_LISTSOURCETYPE ); in getActuatingProperties()
949 aInterestingProperties.push_back( PROPERTY_SUBMIT_ENCODING ); in getActuatingProperties()
950 aInterestingProperties.push_back( PROPERTY_REPEAT ); in getActuatingProperties()
951 aInterestingProperties.push_back( PROPERTY_TABSTOP ); in getActuatingProperties()
952 aInterestingProperties.push_back( PROPERTY_BORDER ); in getActuatingProperties()
[all …]
H A Dcellbindinghandler.cxx105 Sequence< ::rtl::OUString > aInterestingProperties( 3 ); in getActuatingProperties() local
106 aInterestingProperties[0] = PROPERTY_LIST_CELL_RANGE; in getActuatingProperties()
107 aInterestingProperties[1] = PROPERTY_BOUND_CELL; in getActuatingProperties()
108 aInterestingProperties[2] = PROPERTY_CONTROLSOURCE; in getActuatingProperties()
109 return aInterestingProperties; in getActuatingProperties()