Home
last modified time | relevance | path

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

/trunk/main/editeng/source/uno/
H A Dunofored.cxx212 const sal_Bool bEmptyPortion = aAttrib.nStart == aAttrib.nEnd; in GetSvxEditEngineItemState() local
213 …if( (!bEmptyPortion && (aAttrib.nStart >= nEndPos)) || (bEmptyPortion && (aAttrib.nStart > nEndPos… in GetSvxEditEngineItemState()
216 if( (!bEmptyPortion && (aAttrib.nEnd <= nPos)) || (bEmptyPortion && (aAttrib.nEnd < nPos)) ) in GetSvxEditEngineItemState()
/trunk/main/starmath/source/
H A Daccessibility.cxx1198 const sal_Bool bEmptyPortion = aAttrib.nStart == aAttrib.nEnd; in GetSvxEditEngineItemState() local
1199 …if( (!bEmptyPortion && (aAttrib.nStart >= nEndPos)) || (bEmptyPortion && (aAttrib.nStart > nEndPos… in GetSvxEditEngineItemState()
1202 if( (!bEmptyPortion && (aAttrib.nEnd <= nPos)) || (bEmptyPortion && (aAttrib.nEnd < nPos)) ) in GetSvxEditEngineItemState()

Completed in 29 milliseconds