Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/uno/
H A Dunofored.cxx200 const bool bEmptyPortion = attrib.nStart == attrib.nEnd; in GetSvxEditEngineItemState() local
201 if((!bEmptyPortion && attrib.nStart >= nEndPos) || in GetSvxEditEngineItemState()
202 (bEmptyPortion && attrib.nStart > nEndPos)) in GetSvxEditEngineItemState()
205 if((!bEmptyPortion && attrib.nEnd <= nPos) || in GetSvxEditEngineItemState()
206 (bEmptyPortion && attrib.nEnd < nPos)) in GetSvxEditEngineItemState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/uno/
H A Dunofored.cxx202 const bool bEmptyPortion = attrib.nStart == attrib.nEnd; in GetSvxEditEngineItemState() local
203 if((!bEmptyPortion && attrib.nStart >= nEndPos) || in GetSvxEditEngineItemState()
204 (bEmptyPortion && attrib.nStart > nEndPos)) in GetSvxEditEngineItemState()
207 if((!bEmptyPortion && attrib.nEnd <= nPos) || in GetSvxEditEngineItemState()
208 (bEmptyPortion && attrib.nEnd < nPos)) in GetSvxEditEngineItemState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dweldeditview.cxx947 const bool bEmptyPortion = (rAttrib.nStart == rAttrib.nEnd); in GetSvxEditEngineItemState() local
948 if ((!bEmptyPortion && (rAttrib.nStart >= nEndPos)) in GetSvxEditEngineItemState()
949 || (bEmptyPortion && (rAttrib.nStart > nEndPos))) in GetSvxEditEngineItemState()
952 if ((!bEmptyPortion && (rAttrib.nEnd <= nPos)) in GetSvxEditEngineItemState()
953 || (bEmptyPortion && (rAttrib.nEnd < nPos))) in GetSvxEditEngineItemState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dweldeditview.cxx1109 const bool bEmptyPortion = (rAttrib.nStart == rAttrib.nEnd); in GetSvxEditEngineItemState() local
1110 if ((!bEmptyPortion && (rAttrib.nStart >= nEndPos)) in GetSvxEditEngineItemState()
1111 || (bEmptyPortion && (rAttrib.nStart > nEndPos))) in GetSvxEditEngineItemState()
1114 if ((!bEmptyPortion && (rAttrib.nEnd <= nPos)) in GetSvxEditEngineItemState()
1115 || (bEmptyPortion && (rAttrib.nEnd < nPos))) in GetSvxEditEngineItemState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Daccessibility.cxx1046 const bool bEmptyPortion = (rAttrib.nStart == rAttrib.nEnd); in GetSvxEditEngineItemState() local
1047 …if( (!bEmptyPortion && (rAttrib.nStart >= nEndPos)) || (bEmptyPortion && (rAttrib.nStart > nEndPos… in GetSvxEditEngineItemState()
1050 … if( (!bEmptyPortion && (rAttrib.nEnd <= nPos)) || (bEmptyPortion && (rAttrib.nEnd < nPos)) ) in GetSvxEditEngineItemState()