Home
last modified time | relevance | path

Searched refs:BITFIELDSIZE (Results 1 – 2 of 2) sorted by relevance

/trunk/main/unotools/source/accessibility/
H A Daccessiblestatesethelper.cxx38 #define BITFIELDSIZE 64 macro
71 ::std::bitset<BITFIELDSIZE> maStates; //Bitfield
102 DBG_ASSERT(aState < BITFIELDSIZE, "the statesset is too small"); in Contains()
114 uno::Sequence<sal_Int16> aRet(BITFIELDSIZE); in GetStates()
117 for (sal_Int16 i = 0; i < BITFIELDSIZE; ++i) in GetStates()
136 DBG_ASSERT(aState < BITFIELDSIZE, "the statesset is too small"); in AddState()
148 DBG_ASSERT(aState < BITFIELDSIZE, "the statesset is too small"); in RemoveState()
172 std::bitset<BITFIELDSIZE> aTempBitSet(maStates); in Compare()
/trunk/main/comphelper/source/misc/
H A Daccimplaccess.cxx38 #define BITFIELDSIZE ( sizeof( sal_Int64 ) * 8 ) macro
97 …OSL_ENSURE( _nState >= 0 && static_cast< sal_uInt16 >(_nState) < BITFIELDSIZE, "OAccessibleImpleme… in setStateBit()

Completed in 27 milliseconds