Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/layout/
H A Dlayact.cxx617 while ( (pPage && !IsInterrupt()) || nCheckPageNum != USHRT_MAX ) in InternalAction()
653 if ( !IsInterrupt() && in InternalAction()
690 while ( !IsInterrupt() && !IsNextCycle() && in InternalAction()
703 while ( !IsInterrupt() && !IsNextCycle() && in InternalAction()
769 if ( !IsInterrupt() ) in InternalAction()
812 if ( !pPage && !IsInterrupt() && in InternalAction()
837 if ( IsInterrupt() && pPage ) in InternalAction()
1883 ( !IsInterrupt() || mbFormatCntntOnInterrupt ) && in FormatCntnt()
1913 if ( ( IsInterrupt() && !mbFormatCntntOnInterrupt ) || in FormatCntnt()
2001 if ( IsInterrupt() && !mbFormatCntntOnInterrupt ) in FormatCntnt()
[all …]
/AOO41X/main/sw/source/core/inc/
H A Dlayact.hxx152 sal_Bool IsInterrupt() const { return IsInput() || IsStopPrt(); } in IsInterrupt() function in SwLayAction