Home
last modified time | relevance | path

Searched refs:isNegative (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx291 const bool isNegative( is_negative(newValue) ); in dec() local
301 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 +=() local
356 data_ += newValue / num_intraword_positions - isNegative; in operator +=()
357 remainder_ = newRemainder + isNegative*num_intraword_positions; in operator +=()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DOOo.jcb3 …DictionaryEntrygetEntries)com.sun.star.linguistic2.XDictionaryEntryisNegativebooleangetMeanin…
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionaryEntry.idl74 boolean isNegative();
/trunk/main/linguistic/source/
H A Dspelldsp.cxx471 bRes = !xTmp->isNegative(); in isValid_Impl()
696 if (xTmp->isNegative()) // positive entry found in spell_Impl()
H A Ddicimp.cxx401 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
H A Ddicimp.hxx225 isNegative() throw(::com::sun::star::uno::RuntimeException);
H A Ddlistimp.cxx190 nCondensedEvt |= xDicEntry->isNegative() ? in processDictionaryEvent()
194 nCondensedEvt |= xDicEntry->isNegative() ? in processDictionaryEvent()
/trunk/main/cui/source/options/
H A Doptdict.cxx541 if(pEntry[i]->isNegative()) in ShowWords_Impl()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx498 const bool isNegative( is_negative(newValue) ); in dec() local
508 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 -=() local
574 data_ += newValue / num_intraword_positions - isNegative; in operator -=()
575 remainder_ = newRemainder + isNegative*(num_intraword_positions - 2*newRemainder); in operator -=()

Completed in 54 milliseconds