/trunk/main/basebmp/inc/basebmp/ |
H A D | packedpixeliterator.hxx | 43 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 D | pixeliterator.hxx | 74 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 …]
|
H A D | compositeiterator.hxx | 93 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,
|
/trunk/main/basebmp/test/ |
H A D | bmpdemo.cxx | 241 …, 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/autodoc/inc/cosv/tpl/ |
H A D | vvector.hxx | 132 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/vigra/ |
H A D | vigra1.6.0.patch | 50 + 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 …]
|
/trunk/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 119 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/access/ |
H A D | acctable.cxx | 465 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/slideshow/source/engine/animationnodes/ |
H A D | basecontainernode.cxx | 70 static_cast<VectorOfNodes::difference_type>(maChildren.size())); in init_st()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | mediashape.cxx | 214 != static_cast<ViewMediaShapeVector::difference_type>(maViewMediaShapes.size()) ) in implRender()
|
H A D | backgroundshape.cxx | 298 != static_cast<ViewBackgroundShapeVector::difference_type>(maViewShapes.size()) ) in render()
|
H A D | appletshape.cxx | 248 != static_cast<ViewAppletShapeVector::difference_type>(maViewAppletShapes.size()) ) in implRender()
|
H A D | drawshape.cxx | 227 != static_cast<ViewShapeVector::difference_type>(maViewShapes.size()) ) in implRender()
|
/trunk/main/sw/source/core/layout/ |
H A D | sortedobjsimpl.cxx | 301 std::vector< SwAnchoredObject* >::difference_type nPos = in ListPosOf()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | stl_types.hxx | 200 typedef size_t difference_type; typedef in comphelper::OUStringBufferAppender
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetCache.hxx | 165 void rotateCacheIterator(ORowSetMatrix::difference_type _nDist);
|
H A D | RowSetCache.cxx | 79 #define CHECK_MATRIX_POS(M) OSL_ENSURE(((M) >= static_cast<ORowSetMatrix::difference_type>(0)) && (… 1445 void ORowSetCache::rotateCacheIterator(ORowSetMatrix::difference_type _nDist) in rotateCacheIterator()
|