Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/inc/
H A Dfrmtool.hxx416 class StackHack class
421 StackHack() in StackHack() function in StackHack
423 if ( ++StackHack::nCnt > 50 ) in StackHack()
424 StackHack::bLocked = sal_True; in StackHack()
426 ~StackHack() in ~StackHack()
428 if ( --StackHack::nCnt < 5 ) in ~StackHack()
429 StackHack::bLocked = sal_False; in ~StackHack()
432 static sal_Bool IsLocked() { return StackHack::bLocked; } in IsLocked()
433 static sal_uInt8 Count() { return StackHack::nCnt; } in Count()
/aoo41x/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.cxx94 sal_uInt8 StackHack::nCnt = 0;
95 sal_Bool StackHack::bLocked = sal_False;
H A Dfly.cxx1683 !StackHack::IsLocked() && // #i76382# in CalcCntnt()

Completed in 89 milliseconds