Home
last modified time | relevance | path

Searched refs:Any1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/offapi/com/sun/star/ucb/
H A DXAnyCompare.idl43 @param Any1
52 <code>-1</code>, if the first any is less than the second ( Any1 &lt; 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 &gt; Any2 )
63 short compare( [in] any Any1, [in] any Any2 );
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx558 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()
/trunk/main/editeng/inc/editeng/
H A Dunonrule.hxx69 …virtual sal_Int16 SAL_CALL compare( const com::sun::star::uno::Any& Any1, const com::sun::star::un…

Completed in 22 milliseconds