Home
last modified time | relevance | path

Searched refs:m_pWrtShell (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/config/
H A Doptcomp.cxx130 m_pWrtShell ( NULL ), in SwCompatibilityOptPage()
281 if ( m_pWrtShell ) in InitControls()
283 pObjShell = m_pWrtShell->GetView().GetDocShell(); in InitControls()
481 if ( m_pWrtShell ) in GetDocumentOptions()
528 if ( m_pWrtShell ) in FillItemSet()
545 m_pWrtShell->SetUseVirDev( !bChecked ); in FillItemSet()
552 m_pWrtShell->SetTabCompat( !bChecked ); in FillItemSet()
557 m_pWrtShell->SetAddExtLeading( !bChecked ); in FillItemSet()
562 m_pWrtShell->SetUseFormerLineSpacing( bChecked ); in FillItemSet()
582 m_pWrtShell->SetUseFormerTextWrapping( bChecked ); in FillItemSet()
[all …]
H A Doptpage.cxx1522 m_pWrtShell( NULL ) in SwShdwCrsrOptionsTabPage()
1608 if ( m_pWrtShell ) in FillItemSet()
1610 m_pWrtShell->GetDoc()->set( in FillItemSet()
1663 if ( m_pWrtShell ) in Reset()
1665 …m_aMathBaselineAlignmentCB.Check( m_pWrtShell->GetDoc()->get( IDocumentSettingAccess::MATH_BASELIN… in Reset()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmdlg.cxx77 m_pWrtShell(((SwView*)pViewFrame->GetViewShell())->GetWrtShellPtr()) in SwFrmDlg()
80 sal_uInt16 nHtmlMode = ::GetHtmlMode(m_pWrtShell->GetView().GetDocShell()); in SwFrmDlg()
176 ((SwFrmAddPage&)rPage).SetShell(m_pWrtShell); in PageCreated()
182 ((SwWrapTabPage&)rPage).SetShell(m_pWrtShell); in PageCreated()
201 if ( m_pWrtShell ) in PageCreated()
202 rPage.SetFrame( m_pWrtShell->GetView().GetViewFrame()->GetFrame().GetFrameInterface() ); in PageCreated()
/trunk/main/sw/source/ui/fldui/
H A Dfldpage.cxx64 m_pWrtShell (0), in SwFldPage()
108 SwWrtShell *pSh = m_pWrtShell; in Init()
158 SwWrtShell *pSh = m_pWrtShell ? m_pWrtShell : pView->GetWrtShellPtr(); in InsertFld()
413 m_pWrtShell = pShell; in SetWrtShell()
H A Dfldpage.hxx42 SwWrtShell* m_pWrtShell; member in SwFldPage
61 SwWrtShell* GetWrtShell() { return m_pWrtShell;} in GetWrtShell()
96 void SetWrtShell( SwWrtShell* m_pWrtShell );
/trunk/main/sw/source/ui/inc/
H A Dfrmdlg.hxx43 SwWrtShell* m_pWrtShell; member in SwFrmDlg
59 inline SwWrtShell* GetWrtShell() { return m_pWrtShell; } in GetWrtShell()
H A Doptpage.hxx355 SwWrtShell * m_pWrtShell; member in SwShdwCrsrOptionsTabPage
368 void SetWrtShell( SwWrtShell * pSh ) { m_pWrtShell = pSh; } in SetWrtShell()
H A Doptcomp.hxx55 SwWrtShell* m_pWrtShell; member in SwCompatibilityOptPage

Completed in 57 milliseconds