Home
last modified time | relevance | path

Searched refs:StackHack (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/sw/source/core/inc/
H A Dfrmtool.hxx425 class StackHack class
430 StackHack() in StackHack() function in StackHack
432 if ( ++StackHack::nCnt > 50 ) in StackHack()
433 StackHack::bLocked = sal_True; in StackHack()
435 ~StackHack() in ~StackHack()
437 if ( --StackHack::nCnt < 5 ) in ~StackHack()
438 StackHack::bLocked = sal_False; in ~StackHack()
441 static sal_Bool IsLocked() { return StackHack::bLocked; } in IsLocked()
442 static sal_uInt8 Count() { return StackHack::nCnt; } in Count()
/aoo42x/main/sw/source/core/layout/
H A Dcalcmove.cxx285 StackHack aHack; in PrepareMake()
407 StackHack aHack; in OptPrepareMake()
416 StackHack aHack; in PrepareCrsr()
538 if ( !StackHack::IsLocked() && in MakePos()
1123 if ( !IsFollow() && StackHack::IsLocked() ) in MakeAll()
1131 StackHack aHack; in MakeAll()
H A Dtabfrm.cxx1556 ( pCnt->IsFollow() || !StackHack::IsLocked() ); in CalcLowers()
1894 if ( IsJoinLocked() || StackHack::IsLocked() || StackHack::Count() > 50 ) in MakeAll()
2579 if ( !StackHack::IsLocked() && nStack < 4 ) in MakeAll()
2582 StackHack aHack; in MakeAll()
H A Dhffrm.cxx282 ASSERT( StackHack::IsLocked() || !pFrm->IsTxtFrm() || in FormatSize()
H A Dsectfrm.cxx782 if ( IsJoinLocked() || IsColLocked() || StackHack::IsLocked() || StackHack::Count() > 50 ) in MakeAll()
H A Dfrmtool.cxx96 sal_uInt8 StackHack::nCnt = 0;
97 sal_Bool StackHack::bLocked = sal_False;
H A Dfly.cxx1663 !StackHack::IsLocked() && // #i76382# in CalcCntnt()

Completed in 339 milliseconds