Home
last modified time | relevance | path

Searched refs:TypeBag (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/forms/source/misc/
H A Dcomponenttools.cxx52 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
65TypeBag::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()
/aoo4110/main/forms/source/inc/
H A Dcomponenttools.hxx59 class TypeBag class
70 TypeBag(
74 TypeBag(
78 TypeBag(
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx451 typedef ::std::set< Type, CompareTypeByName > TypeBag; typedef
453 void lcl_copyTypes( TypeBag& _out_rTypes, const Sequence< Type >& _rTypes ) in lcl_copyTypes()
456 ::std::insert_iterator< TypeBag >( _out_rTypes, _out_rTypes.begin() ) ); in lcl_copyTypes()
464 TypeBag aNormalizedTypes; in getTypes()
/aoo4110/main/extensions/source/propctrlr/
H A Deventhandler.cxx312 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()
/aoo4110/main/comphelper/source/property/
H A Dopropertybag.hxx67 typedef ::std::set< ::com::sun::star::uno::Type, UnoTypeLess > TypeBag; typedef
96 TypeBag m_aAllowedTypes;
H A Dopropertybag.cxx104 ::std::insert_iterator< TypeBag >( m_aAllowedTypes, m_aAllowedTypes.begin() ) in initialize()
/aoo4110/main/forms/source/component/
H A DFormComponent.cxx219 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 DListBox.cxx150 return TypeBag( in _getTypes()
1461 return TypeBag( in _getTypes()
H A DColumns.cxx172 TypeBag aTypes( OGridColumn_BASE::getTypes() ); in getTypes()

Completed in 69 milliseconds