Searched refs:IteratorType (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/basebmp/inc/basebmp/ |
H A D | colorblendaccessoradapter.hxx | 105 template< typename IteratorType > value_type operator()(IteratorType const& ) const in operator ()() 110 template< typename IteratorType, class Difference > 111 value_type operator()(IteratorType const& , Difference const& ) const in operator ()() 118 template< typename V, typename IteratorType > 119 void set(V const& value, IteratorType const& i) const in set() 129 template< typename V, typename IteratorType, class Difference > 130 void set(V const& value, IteratorType const& i, Difference const& diff) const in set()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | OutlinerIteratorImpl.hxx | 111 virtual bool IsEqual (const IteratorImplBase& rIterator, IteratorType aType) const; 170 virtual bool IsEqual (const IteratorImplBase& rIterator, IteratorType aType) const;
|
/aoo4110/main/sd/source/ui/view/ |
H A D | OutlinerIterator.cxx | 426 bool IteratorImplBase::IsEqual (const IteratorImplBase& rIterator, IteratorType ) const in IsEqual() 555 IteratorType aType) const in IsEqual()
|
/aoo4110/main/sd/inc/ |
H A D | OutlinerIterator.hxx | 67 enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT}; enum
|
Completed in 17 milliseconds