Home
last modified time | relevance | path

Searched refs:nLB (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/window/
H A Darrange.cxx674 long nLB = 0; in getLabelWidth() local
675 pLabel->getBorders(0, &nLB); in getLabelWidth()
676 aLabSize.Width() += getBorderValue( nLB ); in getLabelWidth()
/trunk/main/extensions/source/activex/main/
H A DSODispatchInterceptor.cpp117 long nLB, nUB; in queryDispatches() local
119 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() local
168 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()

Completed in 18 milliseconds