Searched refs:TypeBag (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/forms/source/misc/ |
H A D | componenttools.cxx | 52 TypeBag::TypeBag( const TypeSequence& _rTypes1 ) in TypeBag() function in frm::TypeBag 58 TypeBag::TypeBag( const TypeSequence& _rTypes1, const TypeSequence& _rTypes2 ) in TypeBag() function in frm::TypeBag 65 …TypeBag::TypeBag( const TypeSequence& _rTypes1, const TypeSequence& _rTypes2, const TypeSequence& … in TypeBag() function in frm::TypeBag 73 void TypeBag::addTypes( const TypeSequence& _rTypes ) in addTypes() 83 void TypeBag::addType( const Type& i_rType ) in addType() 89 void TypeBag::removeType( const TypeBag::Type& i_rType ) in removeType() 95 TypeBag::TypeSequence TypeBag::getTypes() const in getTypes()
|
/aoo42x/main/forms/source/inc/ |
H A D | componenttools.hxx | 59 class TypeBag class 70 TypeBag( 74 TypeBag( 78 TypeBag(
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 455 typedef ::std::set< Type, CompareTypeByName > TypeBag; typedef 457 void lcl_copyTypes( TypeBag& _out_rTypes, const Sequence< Type >& _rTypes ) in lcl_copyTypes() 460 ::std::insert_iterator< TypeBag >( _out_rTypes, _out_rTypes.begin() ) ); in lcl_copyTypes() 468 TypeBag aNormalizedTypes; in getTypes()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | eventhandler.cxx | 312 typedef ::std::set< Type, TypeLessByName > TypeBag; typedef 316 const Reference< XIntrospection >& _rxIntrospection, TypeBag& _out_rTypes ) in lcl_addListenerTypesFor_throw() 328 ::std::insert_iterator< TypeBag >( _out_rTypes, _out_rTypes.begin() ) ); in lcl_addListenerTypesFor_throw() 1059 TypeBag aListeners; in impl_getCopmonentListenerTypes_nothrow()
|
/aoo42x/main/comphelper/source/property/ |
H A D | opropertybag.hxx | 67 typedef ::std::set< ::com::sun::star::uno::Type, UnoTypeLess > TypeBag; typedef 96 TypeBag m_aAllowedTypes;
|
H A D | opropertybag.cxx | 104 ::std::insert_iterator< TypeBag >( m_aAllowedTypes, m_aAllowedTypes.begin() ) in initialize()
|
/aoo42x/main/forms/source/component/ |
H A D | FormComponent.cxx | 219 TypeBag aTypes( _getTypes() ); in getTypes() 231 return TypeBag( OComponentHelper::getTypes(), OControl_BASE::getTypes() ).getTypes(); in _getTypes() 422 return TypeBag( OControl::_getTypes(), OBoundControl_BASE::getTypes() ).getTypes(); in _getTypes() 512 TypeBag aTypes( _getTypes() ); in getTypes() 524 return TypeBag( OComponentHelper::getTypes(), in _getTypes() 1473 TypeBag aTypes( in _getTypes()
|
H A D | ListBox.cxx | 150 return TypeBag( in _getTypes() 1461 return TypeBag( in _getTypes()
|
H A D | Columns.cxx | 172 TypeBag aTypes( OGridColumn_BASE::getTypes() ); in getTypes()
|
Completed in 85 milliseconds