Searched refs:hR (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/avmedia/source/win/ |
H A D | player.cxx | 164 HRESULT hR; in create() local 167 …if( SUCCEEDED( hR = CoCreateInstance( CLSID_FilterGraph, NULL, CLSCTX_INPROC_SERVER, IID_IGraphBui… in create() 180 if( SUCCEEDED( hR = mpGB->RenderFile( reinterpret_cast<LPCWSTR>(rURL.getStr()), NULL ) ) && in create() 181 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaControl, (void**) &mpMC ) ) && in create() 182 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaEventEx, (void**) &mpME ) ) && in create() 183 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaSeeking, (void**) &mpMS ) ) && in create() 184 SUCCEEDED( hR = mpGB->QueryInterface( IID_IMediaPosition, (void**) &mpMP ) ) ) in create()
|
/aoo41x/main/oox/source/export/ |
H A D | preset-definitions-to-shape-types.pl | 684 my ( $wR, $hR, $stAng, $swAng ) = @_; 700 $op =~ s/__hR__/$hR/g; 715 error( "Unhandled elliptic_quadrant(), input is ($wR, $hR, $stAng, $swAng)." ); 873 my $hR = value( $attr{'hR'} ); 876 $hR *= ( value( 'h' ) / $path_h ) if ( defined( $path_h ) ); 884 elliptic_quadrant( $wR, $hR, ( $cur % 360 ), $step );
|
/aoo41x/main/oox/source/token/ |
H A D | tokens.txt | 2489 hR
|
Completed in 27 milliseconds