Home
last modified time | relevance | path

Searched refs:pViewOpt (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DFrameControlsManager.cxx96 const SwViewOption* pViewOpt = m_pEditWin->GetView().GetWrtShell().GetViewOptions(); in SetHeaderFooterControl() local
97 pNewControl->SetReadonly( pViewOpt->IsReadonly() ); in SetHeaderFooterControl()
127 const SwViewOption* pViewOpt = m_pEditWin->GetView().GetWrtShell().GetViewOptions(); in SetPageBreakControl() local
128 pNewControl->SetReadonly( pViewOpt->IsReadonly() ); in SetPageBreakControl()
161 const SwViewOption* pViewOpt = m_pEditWin->GetView().GetWrtShell().GetViewOptions(); in SetUnfloatTableButton() local
162 pNewControl->SetReadonly( pViewOpt->IsReadonly() ); in SetUnfloatTableButton()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A DFrameControlsManager.cxx103 const SwViewOption* pViewOpt = m_pEditWin->GetView().GetWrtShell().GetViewOptions(); in SetHeaderFooterControl() local
104 pNewControl->SetReadonly( pViewOpt->IsReadonly() ); in SetHeaderFooterControl()
134 const SwViewOption* pViewOpt = m_pEditWin->GetView().GetWrtShell().GetViewOptions(); in SetPageBreakControl() local
135 pNewControl->SetReadonly( pViewOpt->IsReadonly() ); in SetPageBreakControl()
168 const SwViewOption* pViewOpt = m_pEditWin->GetView().GetWrtShell().GetViewOptions(); in SetUnfloatTableButton() local
169 pNewControl->SetReadonly( pViewOpt->IsReadonly() ); in SetUnfloatTableButton()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dprintdata.cxx48 void SwRenderData::CreatePostItData( SwDoc& rDoc, const SwViewOption *pViewOpt, OutputDevice *pOutD… in CreatePostItData() argument
57 SwViewOption aViewOpt( *pViewOpt ); in CreatePostItData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dprintdata.cxx49 void SwRenderData::CreatePostItData( SwDoc *pDoc, const SwViewOption *pViewOpt, OutputDevice *pOutD… in CreatePostItData() argument
58 SwViewOption aViewOpt( *pViewOpt ); in CreatePostItData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccportions.hxx90 const SwViewOption* pViewOpt );
H A Daccportions.cxx66 const SwViewOption* pViewOpt ) : in SwAccessiblePortionData() argument
71 m_pViewOptions( pViewOpt ), in SwAccessiblePortionData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccportions.hxx90 const SwViewOption* pViewOpt );
H A Daccportions.cxx65 const SwViewOption* pViewOpt ) : in SwAccessiblePortionData() argument
70 m_pViewOptions( pViewOpt ), in SwAccessiblePortionData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpagechg.cxx2065 void SwRootFrame::CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea ) in CheckViewLayout() argument
2087 assert(pViewOpt && "CheckViewLayout required ViewOptions"); in CheckViewLayout()
2089 const sal_uInt16 nColumns = pViewOpt->GetViewLayoutColumns(); in CheckViewLayout()
2090 const bool bBookMode = pViewOpt->IsViewLayoutBookMode(); in CheckViewLayout()
2116 const long nGapBetweenPages = pViewOpt ? pViewOpt->GetGapBetweenPages() in CheckViewLayout()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Drootfrm.hxx402 void CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpagechg.cxx2104 void SwRootFrame::CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea ) in CheckViewLayout() argument
2126 assert(pViewOpt && "CheckViewLayout required ViewOptions"); in CheckViewLayout()
2128 const sal_uInt16 nColumns = pViewOpt->GetViewLayoutColumns(); in CheckViewLayout()
2129 const bool bBookMode = pViewOpt->IsViewLayoutBookMode(); in CheckViewLayout()
2155 const tools::Long nGapBetweenPages = pViewOpt ? pViewOpt->GetGapBetweenPages() in CheckViewLayout()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Drootfrm.hxx410 void CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dprintdata.hxx245 void CreatePostItData( SwDoc& rDoc, const SwViewOption *pViewOpt, OutputDevice *pOutDev );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dprintdata.hxx245 void CreatePostItData( SwDoc *pDoc, const SwViewOption *pViewOpt, OutputDevice *pOutDev );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dwrtsh.hxx463 const SwViewOption *pViewOpt);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dwrtsh.hxx466 const SwViewOption *pViewOpt);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/wrtsh/
H A Dwrtsh1.cxx1699 const SwViewOption *pViewOpt ) in SwWrtShell() argument
1700 : SwFEShell(rDoc, _pWin, pViewOpt) in SwWrtShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/wrtsh/
H A Dwrtsh1.cxx1704 const SwViewOption *pViewOpt ) in SwWrtShell() argument
1705 : SwFEShell(rDoc, _pWin, pViewOpt) in SwWrtShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog84275 …e::CheckViewLayout(SwViewOption const*, SwRect const*) (this=0x56ea6c0, pViewOpt=0x0, pVisArea=0x0…
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog346324 …e::CheckViewLayout(SwViewOption const*, SwRect const*) (this=0x56ea6c0, pViewOpt=0x0, pVisArea=0x0…