Searched refs:Any1 (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | XAnyCompare.idl | 43 @param Any1 52 <code>-1</code>, if the first any is less than the second ( Any1 < Any2 ) 55 <code>0</code>, if the first any is equal to the second ( Any1 == Any2 ) 58 <code>+1</code>, if the first any is greater than the second ( Any1 > Any2 ) 63 short compare( [in] any Any1, [in] any Any2 );
|
/aoo42x/main/editeng/source/uno/ |
H A D | unonrule.cxx | 558 virtual sal_Int16 SAL_CALL compare( const Any& Any1, const Any& Any2 ) throw(RuntimeException); 561 sal_Int16 SAL_CALL SvxUnoNumberingRulesCompare::compare( const Any& Any1, const Any& Any2 ) throw(R… in compare() argument 563 return SvxUnoNumberingRules::Compare( Any1, Any2 ); in compare() 566 sal_Int16 SvxUnoNumberingRules::Compare( const Any& Any1, const Any& Any2 ) in Compare() argument 568 Reference< XIndexReplace > x1( Any1, UNO_QUERY ), x2( Any2, UNO_QUERY ); in Compare()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | unonrule.hxx | 69 …virtual sal_Int16 SAL_CALL compare( const com::sun::star::uno::Any& Any1, const com::sun::star::un…
|
Completed in 13 milliseconds