Searched refs:nLB (Results 1 – 2 of 2) sorted by relevance
117 long nLB, nUB; in queryDispatches() local119 HRESULT hr = SafeArrayGetLBound( aDescripts, 1, &nLB ); in queryDispatches()124 if( nUB < nLB ) return E_FAIL; in queryDispatches()126 *retVal = SafeArrayCreateVector( VT_DISPATCH, 0, nUB - nLB ); in queryDispatches()128 for ( long ind = nLB; ind <= nUB; ind ++ ) in queryDispatches()165 long nLB = 0, nUB = 0; in dispatch() local168 hr = SafeArrayGetLBound( aArgs, 1, &nLB ); in dispatch()173 if( nUB < nLB ) return E_FAIL; in dispatch()175 for ( long ind = nLB; ind <= nUB; ind ++ ) in dispatch()
674 long nLB = 0; in getLabelWidth() local675 pLabel->getBorders(0, &nLB); in getLabelWidth()676 aLabSize.Width() += getBorderValue( nLB ); in getLabelWidth()
Completed in 17 milliseconds