Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dcommonlingui.cxx158 Window* pInsertBehind = pInsertAfter; in InsertControlGroup() local
167 while ( pInsert && ( pInsertBehind != pLoopEnd ) ) in InsertControlGroup()
173 pInsert->SetZOrder( pInsertBehind, WINDOW_ZORDER_BEHIND ); in InsertControlGroup()
175 pInsertBehind = pInsert; in InsertControlGroup()
178 …DBG_ASSERT( pInsertBehind == pLoopEnd, "SvxCommonLinguisticControl::InsertControlGroup: controls d… in InsertControlGroup()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx958 SwFrm* pInsertBehind = GetLastLower(); in RemoveFollowFlowLine() local
969 pRow->InsertBehind( this, pInsertBehind ); in RemoveFollowFlowLine()
972 pInsertBehind = pRow; in RemoveFollowFlowLine()
1335 SwFrm* pInsertBehind = pFoll->GetLastLower(); in Split() local
1344 pRow->InsertBehind( pFoll, pInsertBehind ); in Split()
1346 pInsertBehind = pRow; in Split()

Completed in 66 milliseconds