Searched refs:rPgDsc (Results 1 – 4 of 4) sorted by relevance
673 const SwPageDesc& rPgDsc = pDoc->GetPageDesc( --n ); in FindPageDesc() local674 const SwFrmFmt* pFmt = &rPgDsc.GetMaster(); in FindPageDesc()676 if( !( eAskUse & rPgDsc.ReadUseOn() )) ++nLast; in FindPageDesc()678 for( ; nStt < nLast; ++nStt, pFmt = &rPgDsc.GetLeft() ) in FindPageDesc()690 pPgDesc = &rPgDsc; in FindPageDesc()
1179 void RtfExport::OutPageDescription( const SwPageDesc& rPgDsc, sal_Bool bWriteReset, sal_Bool bCheck… in OutPageDescription() argument1184 pAktPageDesc = &rPgDsc; in OutPageDescription()1215 if( pAktPageDesc != &rPgDsc ) in OutPageDescription()1217 pAktPageDesc = &rPgDsc; in OutPageDescription()
175 …void OutPageDescription( const SwPageDesc& rPgDsc, sal_Bool bWriteReset, sal_Bool bCheckForFirstPa…
898 const SwPageDesc& rPgDsc = const_cast<const SwDoc *>(pOutDoc)->GetPageDesc( 0 ); in Write() local900 const SwFmtFrmSize& rSz = rPgDsc.GetMaster().GetFrmSize(); in Write()905 SwPageDesc aNew( rPgDsc ); in Write()
Completed in 43 milliseconds