Home
last modified time | relevance | path

Searched refs:pSav (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sw/source/core/layout/
H A Dfrmtool.cxx2448 SwFrm *pSav; in SaveCntnt() local
2455 pSav = pSav->FindNext(); in SaveCntnt()
2456 while( pSav && pSav->IsInFtn() ); in SaveCntnt()
2457 if( !pSav || !pLay->IsAnLower( pSav ) ) in SaveCntnt()
2465 pSav = pSav->GetUpper(); in SaveCntnt()
2473 pSav = pTmp; in SaveCntnt()
2474 pTmp = pSav->GetUpper() ? pSav->GetUpper()->FindSctFrm() : NULL; in SaveCntnt()
2480 pStart = pSav; in SaveCntnt()
2687 pLast = pSav; in RestoreCntnt()
2688 pSav = pSav->GetNext(); in RestoreCntnt()
[all …]
H A Dsectfrm.cxx554 SwFrm* pSav = ::SaveCntnt( this, bApres ? pOther : pFrm ); in SplitSect() local
555 ASSERT( pSav, "SplitSect: What's on?" ); in SplitSect()
556 if( pSav ) // Robust in SplitSect()
572 ::RestoreCntnt( pSav, pLay, NULL, true ); in SplitSect()
/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx1018 std::auto_ptr< SwCursor > pSav( Create( this ) ); // save the current cursor in FindAll() local
1039 *GetPoint() = *pSav->GetPoint(); in FindAll()
1040 if( pSav->HasMark() ) in FindAll()
1043 *GetMark() = *pSav->GetMark(); in FindAll()
1049 pSav.release(); in FindAll()
1076 ::std::auto_ptr< SwCursor> pSav( Create( this ) ); // save the current cursor in FindAll()
1093 *GetPoint() = *pSav->GetPoint(); in FindAll()
1094 if( pSav->HasMark() ) in FindAll()
1097 *GetMark() = *pSav->GetMark(); in FindAll()
1103 pSav.release(); in FindAll()
/aoo41x/main/sw/source/core/inc/
H A Dfrmtool.hxx87 void RestoreCntnt( SwFrm *pSav, SwLayoutFrm *pParent, SwFrm *pSibling, bool bGrow );
/aoo41x/main/sw/source/core/edit/
H A Dautofmt.cxx1456 const sal_Unicode* pTxt = pAktTxtNd->GetTxt().GetBuffer(), *pSav = pTxt; in BuildEnum() local
1461 nLeftTxtPos = aInfo.GetCharPos( static_cast<xub_StrLen>(pTxt - pSav) ); in BuildEnum()

Completed in 58 milliseconds