Home
last modified time | relevance | path

Searched refs:pNewFrame (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1744 SwXTextFrame *const pNewFrame = new SwXTextFrame(m_pImpl->m_pDoc); in convertToTextFrame() local
1745 const uno::Reference< text::XTextFrame > xNewFrame = pNewFrame; in convertToTextFrame()
1746 pNewFrame->SetSelection( aStartPam ); in convertToTextFrame()
1752 pNewFrame->SwXFrame::setPropertyValue( in convertToTextFrame()
1761 pNewFrame->attach( xInsertTextRange ); in convertToTextFrame()
1762 pNewFrame->setName(m_pImpl->m_pDoc->GetUniqueFrameName()); in convertToTextFrame()
1775 SwFmtAnchor aNewAnchor(pNewFrame->GetFrmFmt()->GetAnchor()); in convertToTextFrame()
1778 aNewAnchor, *pNewFrame->GetFrmFmt() ); in convertToTextFrame()
1796 return pNewFrame; in convertToTextFrame()
1798 xRet = pNewFrame; in convertToTextFrame()
[all …]
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx1265 …SfxFrame* pNewFrame = SfxFrame::Create( *mpDoc->GetDocSh(), *pWorkWindow, PRESENTATION_FACTORY_ID,… in StartFullscreenPresentation() local
1266 pNewFrame->SetPresentationMode(sal_True); in StartFullscreenPresentation()
1268 …mpFullScreenViewShellBase = static_cast<ViewShellBase*>(pNewFrame->GetCurrentViewFrame()->GetViewS… in StartFullscreenPresentation()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1246 void SfxViewFrame::DoDeactivate(sal_Bool bUI, SfxViewFrame* pNewFrame ) in DoDeactivate() argument
1250 pDispatcher->DoDeactivate_Impl( bUI, pNewFrame ); in DoDeactivate()
1272 if ( !pNewFrame || !pNewFrame->GetFrame().IsParent( &pFrame->GetFrame() ) ) in DoDeactivate()

Completed in 66 milliseconds