Searched refs:isNegative (Results 1 – 9 of 9) sorted by relevance
291 const bool isNegative( is_negative(newValue) ); in dec() local301 const difference_type data_offset( newValue / num_intraword_positions - isNegative ); in dec()303 remainder_ = newRemainder + isNegative*num_intraword_positions; in dec()346 const bool isNegative( is_negative(newValue) ); in operator +=() local356 data_ += newValue / num_intraword_positions - isNegative; in operator +=()357 remainder_ = newRemainder + isNegative*num_intraword_positions; in operator +=()
498 const bool isNegative( is_negative(newValue) ); in dec() local508 const difference_type data_offset( newValue / num_intraword_positions - isNegative ); in dec()510 remainder_ = newRemainder + isNegative*num_intraword_positions; in dec()564 const bool isNegative( is_negative(newValue) ); in operator -=() local574 data_ += newValue / num_intraword_positions - isNegative; in operator -=()575 remainder_ = newRemainder + isNegative*(num_intraword_positions - 2*newRemainder); in operator -=()
401 if (xEntry->isNegative()) in formatForSave()656 sal_Bool bIsNegEntry = xDicEntry->isNegative(); in addEntry_Impl()1134 sal_Bool SAL_CALL DicEntry::isNegative( ) in isNegative() function in DicEntry
471 bRes = !xTmp->isNegative(); in isValid_Impl()696 if (xTmp->isNegative()) // positive entry found in spell_Impl()
190 nCondensedEvt |= xDicEntry->isNegative() ? in processDictionaryEvent()194 nCondensedEvt |= xDicEntry->isNegative() ? in processDictionaryEvent()
225 isNegative() throw(::com::sun::star::uno::RuntimeException);
74 boolean isNegative();
541 if(pEntry[i]->isNegative()) in ShowWords_Impl()
3 …DictionaryEntrygetEntries)com.sun.star.linguistic2.XDictionaryEntryisNegativebooleangetMeanin…
Completed in 64 milliseconds