Lines Matching refs:m_pWrtShell
130 m_pWrtShell ( NULL ), in SwCompatibilityOptPage()
280 m_pWrtShell = (SwWrtShell*)( (const SwPtrItem*)pItem )->GetValue(); in InitControls()
281 if ( m_pWrtShell ) in InitControls()
283 pObjShell = m_pWrtShell->GetView().GetDocShell(); in InitControls()
481 if ( m_pWrtShell ) in GetDocumentOptions()
483 … const IDocumentSettingAccess& rIDocumentSettingAccess = *m_pWrtShell->getIDocumentSettingAccess(); 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()
567 m_pWrtShell->SetAddParaSpacingToTableCells( bChecked ); in FillItemSet()
572 m_pWrtShell->SetAddParaSpacingToTableCells( bChecked ); in FillItemSet()
577 m_pWrtShell->SetUseFormerObjectPositioning( bChecked ); in FillItemSet()
582 m_pWrtShell->SetUseFormerTextWrapping( bChecked ); in FillItemSet()
587 m_pWrtShell->SetConsiderWrapOnObjPos( bChecked ); in FillItemSet()
592 m_pWrtShell->SetDoNotJustifyLinesWithManualBreak( !bChecked ); in FillItemSet()
602 m_pWrtShell->SetParaSpaceMax( m_aOptionsLB.IsChecked( (sal_uInt16)COPT_ADD_SPACING ) ); in FillItemSet()
603 …m_pWrtShell->SetParaSpaceMaxAtPages( m_aOptionsLB.IsChecked( (sal_uInt16)COPT_ADD_SPACING_AT_PAGES… in FillItemSet()