Home
last modified time | relevance | path

Searched refs:difference_type (Results 1 – 17 of 17) sorted by path

/trunk/main/autodoc/inc/cosv/tpl/
H A Dvvector.hxx132 typedef ptrdiff_t difference_type; typedef in csv::VirtualVector
254 difference_type i_diff ) in operator +=()
257 difference_type i_diff ) const in operator +()
261 difference_type i_diff ) in operator -=()
264 difference_type i_diff ) const in operator -()
267 difference_type operator-( in operator -()
271 difference_type i_index ) in operator []()
349 difference_type i_diff ) in operator +=()
356 difference_type i_diff ) in operator -=()
362 difference_type operator-( in operator -()
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx93 typedef DifferenceType difference_type; typedef in basebmp::detail::CompositeIteratorBase
127 difference_type operator-(Derived const & rhs) const in operator -()
133 Derived & operator+=(difference_type const & s) in operator +=()
140 Derived & operator-=(difference_type const & s) in operator -=()
147 Derived operator+(difference_type const & s) const in operator +()
154 Derived operator-(difference_type const & s) const in operator -()
197 value_type get(difference_type const & d) const in get()
209 void set( value_type v, difference_type const & d ) const in set()
287 … typename vigra::IteratorTraits<Iterator1>::difference_type,
296 … typename vigra::IteratorTraits<Iterator1>::difference_type,
H A Dpackedpixeliterator.hxx43 typename difference_type >
44 inline value_type get_mask( difference_type d ) in get_mask()
59 …nt bits_per_pixel, bool MsbFirst, typename difference_type > inline difference_type get_shift( dif… in get_shift()
92 difference_type shift_;
219 value_type get(difference_type d) const in get()
230 void set( value_type v, difference_type d ) const in set()
262 difference_type remainder_;
271 const difference_type newValue( remainder_ + 1 ); in inc()
453 value_type get(difference_type d) const in get()
469 void set( value_type v, difference_type d ) const in set()
[all …]
H A Dpixeliterator.hxx74 PixelColumnIterator& operator+=( difference_type d ) in operator +=()
80 PixelColumnIterator& operator-=( difference_type d ) in operator -=()
86 PixelColumnIterator operator+( difference_type d ) in operator +()
93 PixelColumnIterator operator-( difference_type d ) in operator -()
166 value_type get(difference_type d) const in get()
176 void set( value_type v, difference_type d ) const in set()
191 reference operator[](difference_type d) const in operator []()
259 return difference_type(x - rhs.x, y - rhs.y); in operator -()
265 PixelIterator & operator+=(difference_type const & s) in operator +=()
272 PixelIterator & operator-=(difference_type const & s) in operator -=()
[all …]
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx241 …, int bits_per_pixel, bool MsbFirst, typename difference_type > inline data_type get_mask( differe… in get_mask()
256 …nt bits_per_pixel, bool MsbFirst, typename difference_type > inline difference_type get_shift( dif… in get_shift()
291 difference_type shift_;
420 value_type get(difference_type d) const in get()
433 void set( value_type v, difference_type d ) const in set()
467 difference_type remainder_;
476 const difference_type newValue( remainder_ + 1 ); in inc()
664 value_type get(difference_type d) const in get()
680 void set( value_type v, difference_type d ) const in set()
763 return difference_type(x - rhs.x, y - rhs.y); in operator -()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dstl_types.hxx200 typedef size_t difference_type; typedef in comphelper::OUStringBufferAppender
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx79 #define CHECK_MATRIX_POS(M) OSL_ENSURE(((M) >= static_cast<ORowSetMatrix::difference_type>(0)) && (…
1445 void ORowSetCache::rotateCacheIterator(ORowSetMatrix::difference_type _nDist) in rotateCacheIterator()
H A DRowSetCache.hxx165 void rotateCacheIterator(ORowSetMatrix::difference_type _nDist);
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasecontainernode.cxx70 static_cast<VectorOfNodes::difference_type>(maChildren.size())); in init_st()
/trunk/main/slideshow/source/engine/shapes/
H A Dappletshape.cxx248 != static_cast<ViewAppletShapeVector::difference_type>(maViewAppletShapes.size()) ) in implRender()
H A Dbackgroundshape.cxx298 != static_cast<ViewBackgroundShapeVector::difference_type>(maViewShapes.size()) ) in render()
H A Ddrawshape.cxx227 != static_cast<ViewShapeVector::difference_type>(maViewShapes.size()) ) in implRender()
H A Dmediashape.cxx214 != static_cast<ViewMediaShapeVector::difference_type>(maViewMediaShapes.size()) ) in implRender()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx465 static_cast< Int32Set_Impl::difference_type >( nStart ) ); in GetSelection()
475 static_cast< Int32Set_Impl::difference_type >( nEnd ) ); in GetSelection()
550 static_cast< Int32Set_Impl::difference_type >( nRow ) ); in GetRowIter()
562 static_cast< Int32Set_Impl::difference_type >( nColumn ) ); in GetColumnIter()
/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx119 SubTable::difference_type nSize = std::distance( pStartLn, pEndLn ); in insertSubBox()
163 SubTable::difference_type nMax = 1; in insertSubLine()
168 SubTable::difference_type nTmp = std::distance( pStartLn, pTmp ); in insertSubLine()
/trunk/main/sw/source/core/layout/
H A Dsortedobjsimpl.cxx301 std::vector< SwAnchoredObject* >::difference_type nPos = in ListPosOf()
/trunk/main/vigra/
H A Dvigra1.6.0.patch50 + difference_type n = iend - i;
51 + difference_type pos = p - begin();
135 - explicit BasicImage(difference_type const & size, Alloc const & alloc = Alloc())
136 + explicit BasicImage(difference_type const & sz, Alloc const & alloc = Alloc())
191 + explicit BasicImage(difference_type const & sz, value_type const & d, Alloc const & alloc = Al…
243 - explicit BasicImage(difference_type const & size, const_pointer d, Alloc const & alloc = Alloc…
244 + explicit BasicImage(difference_type const & sz, const_pointer d, Alloc const & alloc = Alloc())
284 - void resize(difference_type const & size)
285 + void resize(difference_type const & sz)
453 - BasicImageView(const_pointer data, difference_type const & size, int stride = 0)
[all …]

Completed in 110 milliseconds