Searched refs:container_type (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/slideshow/source/inc/ |
H A D | listenercontainer.hxx | 71 typedef ContainerT container_type; typedef in slideshow::internal::ListenerContainerBase 94 const typename container_type::const_iterator aEnd( maListeners.end() ); in isAdded() 182 const typename container_type::iterator aEnd( maListeners.end() ); in remove() 183 typename container_type::iterator aIter; in remove() 222 container_type const local( maListeners ); in apply() 233 const_cast<container_type&>(maListeners), in apply() 258 container_type const local( maListeners ); in applyAll() 269 const_cast<container_type&>(maListeners), in applyAll()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | containerhelper.hxx | 101 typedef ::std::vector< Type > container_type; typedef in oox::Matrix 102 typedef typename container_type::value_type value_type; 103 typedef typename container_type::pointer pointer; 104 typedef typename container_type::reference reference; 105 typedef typename container_type::const_reference const_reference; 106 typedef typename container_type::size_type size_type; 107 typedef typename container_type::iterator iterator; 108 typedef typename container_type::const_iterator const_iterator; 155 container_type maData;
|
H A D | refmap.hxx | 47 typedef ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > container_type; typedef in oox::RefMap 48 typedef typename container_type::key_type key_type; 49 typedef typename container_type::mapped_type mapped_type; 50 typedef typename container_type::value_type value_type; 51 typedef typename container_type::key_compare key_compare; 168 typename container_type::const_iterator aIt = this->find( nKey ); in getRef()
|
H A D | refvector.hxx | 47 typedef ::std::vector< ::boost::shared_ptr< ObjType > > container_type; typedef in oox::RefVector 48 typedef typename container_type::value_type value_type; 49 typedef typename container_type::size_type size_type; 156 …typename container_type::const_iterator aIt = ::std::find_if( this->begin(), this->end(), FindFunc… in findIf()
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 37 typedef ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > container_type; typedef in XSLT::RefMap 38 typedef typename container_type::key_type key_type; 39 typedef typename container_type::mapped_type mapped_type; 40 typedef typename container_type::value_type value_type; 41 typedef typename container_type::key_compare key_compare; 141 typename container_type::const_iterator aIt = find(nKey); in getRef()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | eventmultiplexer.cxx | 496 typename ImplMouseHandlers::container_type::value_type( in addMouseHandler() 650 &ImplMouseHandlers::container_type::value_type::getHandler, in notifyMouseHandlers() 722 &ImplNextEffectHandlers::container_type::value_type::getHandler, in notifyNextEffect() 775 EventMultiplexerImpl::ImplNextEffectHandlers::container_type::value_type( in addNextEffectHandler() 787 EventMultiplexerImpl::ImplNextEffectHandlers::container_type::value_type( in removeNextEffectHandler() 956 EventMultiplexerImpl::ImplMouseHandlers::container_type::value_type( in removeClickHandler() 981 EventMultiplexerImpl::ImplMouseHandlers::container_type::value_type( in removeDoubleClickHandler() 1006 EventMultiplexerImpl::ImplMouseHandlers::container_type::value_type( in removeMouseMoveHandler() 1019 EventMultiplexerImpl::ImplHyperLinkHandlers::container_type::value_type( in addHyperlinkHandler() 1027 EventMultiplexerImpl::ImplHyperLinkHandlers::container_type::value_type( in removeHyperlinkHandler()
|
/aoo42x/main/autodoc/source/ary/inc/store/ |
H A D | s_storage.hxx | 47 typedef Base<ENTITY> container_type; typedef in ary::stg::Storage 96 container_type aData;
|
/aoo42x/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 255 typedef Cont container_type; typedef in svx::FrameBorderIterBase 261 explicit FrameBorderIterBase( container_type& rCont );
|
/aoo42x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 1237 FrameBorderIterBase< Cont, Iter, Pred >::FrameBorderIterBase( container_type& rCont ) : in FrameBorderIterBase()
|
Completed in 197 milliseconds