Searched refs:IsZero (Results 1 – 11 of 11) sorted by relevance
93 if ( nA.IsOne() || nB.IsOne() || nA.IsZero() || nB.IsZero() ) in Reduce()101 if ( nA.IsZero() ) in Reduce()111 if ( nB.IsZero() ) in Reduce()
67 if ( rNumber.IsZero() || (long)rNumber ) in ImplGetCurr()77 if ( !aInteger.IsZero() ) in ImplGetCurr()86 while( !aInteger.IsZero() ) in ImplGetCurr()91 if( !aInteger.IsZero() ) in ImplGetCurr()
101 sal_Bool IsZero() const;250 inline sal_Bool BigInt::IsZero() const in IsZero() function in BigInt
186 if( !(nBigVal % nBigFac).IsZero() ) in AddLength()189 while( nFac > 1 && !(nBigVal % nBigFac).IsZero() ) in AddLength()
155 sal_Bool IsZero() const;164 inline sal_Bool ESelection::IsZero() const in IsZero() function in ESelection
116 static sal_Bool IsZero( ::com::sun::star::awt::Rectangle rRect );
421 if( !(nBigVal % nBigFac2).IsZero() ) in convertMeasure()424 while( nFac > 1 && !(nBigVal % nBigFac2).IsZero() ) in convertMeasure()
403 sal_Bool VCLUnoHelper::IsZero( ::com::sun::star::awt::Rectangle rRect ) in IsZero() function in VCLUnoHelper
440 if( !(nBigVal % nBigFac).IsZero() ) in AddUnitPropertyValue()443 while( nFac > 1 && !(nBigVal % nBigFac).IsZero() ) in AddUnitPropertyValue()
1144 else if ( !VCLUnoHelper::IsZero( rDescriptor.Bounds ) ) in ImplCreateWindow()
5259 if(!aSelection.IsZero()) in SelectMenuPosition()
Completed in 110 milliseconds