Home
last modified time | relevance | path

Searched refs:GetWrtShell (Results 26 – 50 of 94) sorted by relevance

1234

/aoo42x/main/sw/source/ui/uno/
H A Dunomod.cxx645 pVOpt = pView->GetWrtShell().GetViewOptions(); in _preSetValues()
778 if( pView && !bVal != !pView->GetWrtShell().GetViewOptions()->getBrowseMode() ) in _setSingleValue()
780 SwViewOption aOpt( *pView->GetWrtShell().GetViewOptions() ); in _setSingleValue()
782 pView->GetWrtShell().ApplyViewOptions( aOpt ); in _setSingleValue()
883 mpConstViewOption = pView->GetWrtShell().GetViewOptions(); in _preGetValues()
977 bBoolVal = pView->GetWrtShell().GetViewOptions()->getBrowseMode(); in _getSingleValue()
H A Dunodispatch.cxx244 SwWrtShell& rSh = m_pView->GetWrtShell(); in dispatch()
275 const SwDBData& rData = m_pView->GetWrtShell().GetDBDesc(); in dispatch()
322 const SwDBData& rData = m_pView->GetWrtShell().GetDBDesc(); in addStatusListener()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dcption.cxx148 SwWrtShell &rSh = rView.GetWrtShell(); in SwCaptionDialog()
349 SwWrtShell &rSh = rView.GetWrtShell(); in IMPL_LINK_INLINE_END()
401 SwWrtShell &rSh = rView.GetWrtShell(); in DrawSample()
508 SwWrtShell &rSh = rView.GetWrtShell(); in SwSequenceOptionDialog()
537 SwWrtShell &rSh = rView.GetWrtShell(); in Apply()
/aoo42x/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx278 pView->GetWrtShell().StartUndo(UNDO_INSERT); in InsertAddressAndGreeting()
285 pAddressBlockFormat = InsertAddressFrame( pView->GetWrtShell(), in InsertAddressAndGreeting()
293 InsertGreeting( pView->GetWrtShell(), rConfigItem, false); in InsertAddressAndGreeting()
296 pView->GetWrtShell().EndUndo(UNDO_INSERT); in InsertAddressAndGreeting()
703 m_pExampleWrtShell = pDocShell->GetWrtShell(); in IMPL_LINK()
H A Ddbinsdlg.cxx278 SwWrtShell& rSh = pView->GetWrtShell(); in SwInsertDBColAutoPilot()
394 if( pView->GetWrtShell().GetTableFmt() ) in SwInsertDBColAutoPilot()
692 SwWrtShell& rSh = pView->GetWrtShell(); in IMPL_LINK()
980 SwWrtShell& rSh = pView->GetWrtShell(); in SplitTextToColArr()
1012 SwWrtShell& rSh = pView->GetWrtShell(); in DataToDoc()
1488 SwWrtShell& rSh = pView->GetWrtShell(); in SetTabSet()
1704 SvNumberFormatter& rNFmtr = *pView->GetWrtShell().GetNumberFormatter(); in Commit()
1766 SvNumberFormatter& rNFmtr = *pView->GetWrtShell().GetNumberFormatter(); in Load()
H A Ddbmgr.cxx958 pTargetView->AttrChangedNotify( &pTargetView->GetWrtShell() ); in MergeMailFiles()
1077 … static_cast< SwView* >(pWorkFrame->GetViewShell())->GetWrtShell(); in MergeMailFiles()
2588 … pView->AttrChangedNotify( &pView->GetWrtShell() );//Damit SelectShell gerufen wird. in ExecuteFormLetter()
2590 SwDoc* pWorkDoc = pView->GetWrtShell().GetDoc(); in ExecuteFormLetter()
2594 …ergeDescriptor aMergeDesc( pImpl->pMergeDialog->GetMergeType(), pView->GetWrtShell(), aDescriptor … in ExecuteFormLetter()
2870 SwWrtShell& rSourceShell = rSourceView.GetWrtShell(); in MergeDocuments()
2895 pTargetView->AttrChangedNotify( &pTargetView->GetWrtShell() ); in MergeDocuments()
2945 SwWrtShell& rWorkShell = pWorkView->GetWrtShell(); in MergeDocuments()
H A Ddbtree.cxx110 SwWrtShell* GetWrtShell() { return pWrtSh;} in GetWrtShell() function in SwDBTreeList_Impl
256 if(!pImpl->HasContext() && pImpl->GetWrtShell()) in InitTreeList()
/aoo42x/main/sw/source/ui/fldui/
H A Dfldref.cxx148 SwWrtShell *pSh = GetWrtShell(); in SaveSelectedTxtNode()
232 SwWrtShell *pSh = GetWrtShell(); in Reset()
471 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
509 SwWrtShell *pSh = GetWrtShell(); in UpdateSubType()
883 SwWrtShell *pSh = GetWrtShell(); in FillItemSet()
H A Dflddb.cxx166 SwWrtShell *pSh = GetWrtShell(); in Reset()
223 SwWrtShell *pSh = GetWrtShell(); in FillItemSet()
323 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
H A Dflddinf.cxx139 SwWrtShell *pSh = GetWrtShell(); in Reset()
370 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
/aoo42x/main/sw/source/ui/app/
H A Ddocsh.cxx987 ASSERT( GetWrtShell(), "No SwWrtShell, no information" ) in GetHiddenInformationState()
988 if ( GetWrtShell() ) in GetHiddenInformationState()
990 SwFieldType* pType = GetWrtShell()->GetFldType( RES_POSTITFLD, aEmptyStr ); in GetHiddenInformationState()
1034 … ( (SwView*) pTmpFrm->GetViewShell() )->GetWrtShell().GetViewOptions()->getBrowseMode() ) in GetState()
1179 mpWrtShell = &mpView->GetWrtShell(); in SetView()
H A Ddocsh2.cxx181 const SwViewOption& rViewOptions = *pTempView->GetWrtShell().GetViewOptions(); in ToggleBrowserMode()
182 pTempView->GetWrtShell().CheckBrowseView( sal_True ); in ToggleBrowserMode()
1091 pCurrView->GetWrtShell().SetNewDoc(); in Execute()
1743 SwWrtShell& rWrtSh = pCurrView->GetWrtShell(); in ReloadFromHtml()
1863 SwWrtShell* pShell = GetWrtShell(); in GetIPClient()
H A Dapphdl.cxx188 pSh = &pActView->GetWrtShell(); in StateOther()
379 m_pView->GetWrtShell().GetAllUsedDB( aDBNameList, &aAllDBNames ); in ExecuteMailMergeWizard()
694 SwWrtShell* pWrtSh = pDocSh ? pDocSh->GetWrtShell() : 0; in Notify()
H A Dappenv.cxx181 pOldSh = pMyDocSh ? pMyDocSh->GetWrtShell() : 0; in InsertEnv()
188 pNewView->AttrChangedNotify( &pNewView->GetWrtShell() );//Damit SelectShell gerufen wird. in InsertEnv()
H A Dswmodul1.cxx128 return &pActive->GetWrtShell(); in GetActiveWrtShell()
173 ViewShell* pSh = pCurrView ? &pCurrView->GetWrtShell() : 0; in ApplyUsrPref()
/aoo42x/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx129 SwWrtShell &rSh = GetWrtShell(); in InsertCaption()
193 GetWrtShell().InsertLabel( eT, in InsertCaption()
H A Dviewcoll.cxx65 GetWrtShell().GetCurPageStyle(sal_False) ) in ExecColl()
/aoo42x/main/sw/source/ui/table/
H A Dchartins.cxx91 sal_Bool bLayoutRTL = ::GetActiveView()->GetWrtShell().IsTableRightToLeft(); in SwGetChartDialogPos()
159 SwWrtShell &rWrtShell = pView->GetWrtShell(); in SwInsertChart()
/aoo42x/main/sw/inc/
H A Ddocsh.hxx242 SwWrtShell *GetWrtShell() { return mpWrtShell; } in GetWrtShell() function in SwDocShell
243 const SwWrtShell *GetWrtShell() const { return mpWrtShell; } in GetWrtShell() function in SwDocShell
/aoo42x/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx121 mrDocView.GetWrtShell().GetContentAtPos( mrSidebarWin.GetAnchorPos(), aCntntAtPos ) ) in RequestHelp()
283 SwWrtShell &rSh = mrDocView.GetWrtShell(); in MouseButtonDown()
H A Dromenu.cxx121 SwWrtShell &rSh = rView.GetWrtShell(); in SwReadOnlyPopup()
270 SwWrtShell &rSh = rView.GetWrtShell(); in Execute()
/aoo42x/main/sw/source/ui/shells/
H A Ddrawsh.cxx303 …g = pFact->CreateSwFootNoteOptionDlg( GetView().GetWindow(), GetView().GetWrtShell(), DLG_DOC_FOOT… in Execute()
315 GetView().GetWindow(), &aTmp, GetView().GetWrtShell()); in Execute()
H A Dfrmsh.cxx238 …g = pFact->CreateSwFootNoteOptionDlg( GetView().GetWindow(), GetView().GetWrtShell(), DLG_DOC_FOOT… in Execute()
250 GetView().GetWindow(), &aTmp, GetView().GetWrtShell()); in Execute()
992 SwTransferable::CreateSelection( _rView.GetWrtShell(), (ViewShell *) this ); in SwFrameShell()
/aoo42x/main/sw/source/ui/inc/
H A Dfrmdlg.hxx59 inline SwWrtShell* GetWrtShell() { return m_pWrtShell; } in GetWrtShell() function in SwFrmDlg
/aoo42x/main/sw/source/ui/index/
H A Dcnttab.cxx1415 SwWrtShell& rSh = pTOXDlg->GetWrtShell(); in Reset()
1748 ((SwMultiTOXTabDialog*)GetTabDialog())->GetWrtShell(), in IMPL_LINK()
2383 SwWrtShell& rSh = pTOXDlg->GetWrtShell(); in ActivatePage()
2609 ((SwMultiTOXTabDialog*)GetTabDialog())->GetWrtShell(). in IMPL_LINK()
4170 SwWrtShell& rSh = ((SwMultiTOXTabDialog*)GetTabDialog())->GetWrtShell(); in ActivatePage()
4217 SwWrtShell& rSh = ((SwMultiTOXTabDialog*)GetTabDialog())->GetWrtShell(); in IMPL_LINK()
4279 SwWrtShell& rSh = ((SwMultiTOXTabDialog*)GetTabDialog())->GetWrtShell(); in IMPL_LINK_INLINE_START()
4295 SwWrtShell& rSh = ((SwMultiTOXTabDialog*)GetTabDialog())->GetWrtShell(); in IMPL_LINK_INLINE_END()

Completed in 191 milliseconds

1234