Home
last modified time | relevance | path

Searched refs:IsZero (Results 1 – 11 of 11) sorted by relevance

/trunk/main/tools/source/generic/
H A Dfract.cxx93 if ( nA.IsOne() || nB.IsOne() || nA.IsZero() || nB.IsZero() ) in Reduce()
101 if ( nA.IsZero() ) in Reduce()
111 if ( nB.IsZero() ) in Reduce()
/trunk/main/vcl/source/control/
H A Dlongcurr.cxx67 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()
/trunk/main/tools/inc/tools/
H A Dbigint.hxx101 sal_Bool IsZero() const;
250 inline sal_Bool BigInt::IsZero() const in IsZero() function in BigInt
/trunk/main/xmloff/source/core/
H A Dxmlehelp.cxx186 if( !(nBigVal % nBigFac).IsZero() ) in AddLength()
189 while( nFac > 1 && !(nBigVal % nBigFac).IsZero() ) in AddLength()
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx155 sal_Bool IsZero() const;
164 inline sal_Bool ESelection::IsZero() const in IsZero() function in ESelection
/trunk/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx116 static sal_Bool IsZero( ::com::sun::star::awt::Rectangle rRect );
/trunk/main/sax/source/tools/
H A Dconverter.cxx421 if( !(nBigVal % nBigFac2).IsZero() ) in convertMeasure()
424 while( nFac > 1 && !(nBigVal % nBigFac2).IsZero() ) in convertMeasure()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx403 sal_Bool VCLUnoHelper::IsZero( ::com::sun::star::awt::Rectangle rRect ) in IsZero() function in VCLUnoHelper
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx440 if( !(nBigVal % nBigFac).IsZero() ) in AddUnitPropertyValue()
443 while( nFac > 1 && !(nBigVal % nBigFac).IsZero() ) in AddUnitPropertyValue()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1144 else if ( !VCLUnoHelper::IsZero( rDescriptor.Bounds ) ) in ImplCreateWindow()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx5261 if(!aSelection.IsZero()) in SelectMenuPosition()

Completed in 96 milliseconds