Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dlayact.cxx393 mbFormatCntntOnInterrupt = sal_False; in SwLayAction()
864 mbFormatCntntOnInterrupt = IsInput() && !IsStopPrt(); in InternalAction()
888 while ( ( mbFormatCntntOnInterrupt && in InternalAction()
891 ( !mbFormatCntntOnInterrupt && pPg->IsInvalidLayout() ) ) in InternalAction()
925 if ( mbFormatCntntOnInterrupt && in InternalAction()
968 mbFormatCntntOnInterrupt = sal_False; in InternalAction()
1881 ( !IsInterrupt() || mbFormatCntntOnInterrupt ) && in FormatCntnt()
1911 if ( ( IsInterrupt() && !mbFormatCntntOnInterrupt ) || in FormatCntnt()
1914 ( IS_FLYS && IS_INVAFLY && !mbFormatCntntOnInterrupt ) in FormatCntnt()
1930 if ( !mbFormatCntntOnInterrupt ) in FormatCntnt()
[all …]
/trunk/main/sw/source/core/inc/
H A Dlayact.hxx102 sal_Bool mbFormatCntntOnInterrupt; member in SwLayAction