Searched refs:_bRows (Results 1 – 3 of 3) sorted by relevance
625 …lcl_getLowerBoundRowOrColumn( const Reference< XIndexAccess >& _rxRowsOrColumns, const bool _bRows, in lcl_getLowerBoundRowOrColumn() argument630 const sal_Int32& rRelativePos = _bRows ? _rRelativePosition.Y : _rRelativePosition.X; in lcl_getLowerBoundRowOrColumn()644 …OSL_VERIFY( xRowOrColumn->getPropertyValue( _bRows ? PROPERTY_HEIGHT : PROPERTY_WIDTH ) >>= nHeigh… in lcl_getLowerBoundRowOrColumn()
3641 void DbGridControl::implAdjustInSolarThread(sal_Bool _bRows) in implAdjustInSolarThread() argument3647 …ent = PostUserEvent(LINK(this, DbGridControl, OnAsyncAdjust), reinterpret_cast< void* >( _bRows )); in implAdjustInSolarThread()3648 m_bPendingAdjustRows = _bRows; in implAdjustInSolarThread()3650 if (_bRows) in implAdjustInSolarThread()3659 if (_bRows) in implAdjustInSolarThread()3672 if ( !_bRows ) in implAdjustInSolarThread()
598 void implAdjustInSolarThread(sal_Bool _bRows);
Completed in 49 milliseconds