Searched refs:nHeightOrWidth (Results 1 – 1 of 1) sorted by relevance
643 sal_Int32 nHeightOrWidth( 0 ); in lcl_getLowerBoundRowOrColumn() local644 …( xRowOrColumn->getPropertyValue( _bRows ? PROPERTY_HEIGHT : PROPERTY_WIDTH ) >>= nHeightOrWidth ); in lcl_getLowerBoundRowOrColumn()646 if ( nAccumulated + nHeightOrWidth > rRelativePos ) in lcl_getLowerBoundRowOrColumn()649 nAccumulated += nHeightOrWidth; in lcl_getLowerBoundRowOrColumn()
Completed in 11 milliseconds