Searched refs:bEmptyPortion (Results 1 – 2 of 2) sorted by relevance
212 const sal_Bool bEmptyPortion = aAttrib.nStart == aAttrib.nEnd; in GetSvxEditEngineItemState() local213 …if( (!bEmptyPortion && (aAttrib.nStart >= nEndPos)) || (bEmptyPortion && (aAttrib.nStart > nEndPos… in GetSvxEditEngineItemState()216 if( (!bEmptyPortion && (aAttrib.nEnd <= nPos)) || (bEmptyPortion && (aAttrib.nEnd < nPos)) ) in GetSvxEditEngineItemState()
1198 const sal_Bool bEmptyPortion = aAttrib.nStart == aAttrib.nEnd; in GetSvxEditEngineItemState() local1199 …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 30 milliseconds