Searched refs:pSav (Results 1 – 5 of 5) sorted by relevance
2464 SwFrm *pSav; in SaveCntnt() local2465 if ( 0 == (pSav = pLay->ContainsAny()) ) in SaveCntnt()2468 if( pSav->IsInFtn() && !pLay->IsInFtn() ) in SaveCntnt()2471 pSav = pSav->FindNext(); in SaveCntnt()2472 while( pSav && pSav->IsInFtn() ); in SaveCntnt()2473 if( !pSav || !pLay->IsAnLower( pSav ) ) in SaveCntnt()2479 if ( pSav->IsInTab() && !( ( pLay->IsSctFrm() || pLay->IsCellFrm() ) && pLay->IsInTab() ) ) in SaveCntnt()2480 while ( !pSav->IsTabFrm() ) in SaveCntnt()2481 pSav = pSav->GetUpper(); in SaveCntnt()2483 if( pSav->IsInSct() ) in SaveCntnt()[all …]
554 SwFrm* pSav = ::SaveCntnt( this, bApres ? pOther : pFrm ); in SplitSect() local555 ASSERT( pSav, "SplitSect: What's on?" ); in SplitSect()556 if( pSav ) // Robust in SplitSect()572 ::RestoreCntnt( pSav, pLay, NULL, true ); in SplitSect()
1030 std::auto_ptr< SwCursor > pSav( Create( this ) ); // save the current cursor in FindAll() local1051 *GetPoint() = *pSav->GetPoint(); in FindAll()1052 if( pSav->HasMark() ) in FindAll()1055 *GetMark() = *pSav->GetMark(); in FindAll()1061 pSav.release(); in FindAll()1088 ::std::auto_ptr< SwCursor> pSav( Create( this ) ); // save the current cursor in FindAll()1105 *GetPoint() = *pSav->GetPoint(); in FindAll()1106 if( pSav->HasMark() ) in FindAll()1109 *GetMark() = *pSav->GetMark(); in FindAll()1115 pSav.release(); in FindAll()
96 void RestoreCntnt( SwFrm *pSav, SwLayoutFrm *pParent, SwFrm *pSibling, bool bGrow );
1456 const sal_Unicode* pTxt = pAktTxtNd->GetTxt().GetBuffer(), *pSav = pTxt; in BuildEnum() local1461 nLeftTxtPos = aInfo.GetCharPos( static_cast<xub_StrLen>(pTxt - pSav) ); in BuildEnum()