Home
last modified time | relevance | path

Searched refs:GetWrtShell (Results 1 – 25 of 94) sorted by relevance

1234

/aoo42x/main/sw/source/ui/uno/
H A Dunotxvw.cxx290 SwWrtShell& rSh = GetView()->GetWrtShell(); in select()
540 SwWrtShell& rSh = m_pView->GetWrtShell(); in getSelection()
783 SwWrtShell& rSh = m_pView->GetWrtShell(); in getRubyList()
833 SwWrtShell& rSh = m_pView->GetWrtShell(); in setRubyList()
902 SwWrtShell& rOldSh = m_pView->GetWrtShell(); in BuildTmpSelectionDoc()
1621 bRet = m_pView->GetWrtShell().EndPg(); in jumpToEndOfPage()
1634 bRet = m_pView->GetWrtShell().SttPg(); in jumpToStartOfPage()
2141 SwWrtShell& rSh = m_pView->GetWrtShell(); in IMPLEMENT_FORWARD_XINTERFACE2()
2147 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetDoc()
2153 SwWrtShell& rSh = m_pView->GetWrtShell(); in GetPaM()
[all …]
/aoo42x/main/sw/source/ui/app/
H A Ddocst.cxx383 SwWrtShell* pShell = GetWrtShell(); in ExecStyleSheet()
698 GetWrtShell()->StartAllAction(); in Edit()
785 GetWrtShell()->EndAllAction(); in Edit()
793 GetWrtShell()->Undo(1); in Edit()
807 GetWrtShell()->StartAllAction(); in Edit()
849 GetWrtShell()->EndAllAction(); in Edit()
868 GetWrtShell()->StartAllAction(); in Delete()
870 GetWrtShell()->EndAllAction(); in Delete()
1022 GetWrtShell()->StartAllAction(); in UpdateStyle()
1028 GetWrtShell()->FillByEx(pColl); in UpdateStyle()
[all …]
H A Dappopt.cxx102 aViewOpt = *pAppView->GetWrtShell().GetViewOptions(); in CreateItemSet()
144 SwWrtShell& rWrtShell = pAppView->GetWrtShell(); in CreateItemSet()
215 (const SvxTabStopItem&)pAppView->GetWrtShell(). in CreateItemSet()
246 &pAppView->GetWrtShell().getIDocumentDeviceAccess()->getPrintData() : in CreateItemSet()
383 pAppView->GetWrtShell().SetDefault( aDefTabs ); in ApplyItemSet()
441 pAppView->GetWrtShell().getIDocumentDeviceAccess()->setPrintData( *pOpt ); in ApplyItemSet()
455 SwWrtShell &rWrtSh = pAppView->GetWrtShell(); in ApplyItemSet()
/aoo42x/main/sw/source/ui/uiview/
H A Dswcli.cxx44 bOldCheckForOLEInCaption( pView->GetWrtShell().IsCheckForOLEInCaption() ) in SwOleClient()
60 SwWrtShell &rSh = ((SwView*)GetViewShell())->GetWrtShell(); in RequestNewObjectArea()
96 SwWrtShell &rSh = ((SwView*)GetViewShell())->GetWrtShell(); in ObjectAreaChanged()
116 SwWrtShell &rSh = ((SwView*)GetViewShell())->GetWrtShell(); in ViewChanged()
166 const SwWrtShell &rSh = ((SwView*)GetViewShell())->GetWrtShell(); in MakeVisible()
177 SwWrtShell & rWrtSh = pView->GetWrtShell(); in FormatChanged()
H A Dviewport.cxx81 long lRet = rView.GetWrtShell().GetAnyCurRect(RECT_PAGE_PRT).Left(); in GetLeftMargin()
94 SwWrtShell &rSh = pView->GetWrtShell(); in lcl_GetPos()
334 const long nTmp = GetWrtShell().IsFrameView() ? 4 : 8; in SetVisArea()
441 Window* pCareWn = ViewShell::GetCareWin(GetWrtShell()); in Scroll()
585 else if( GetWrtShell().GetCharRect().Bottom() > in GetPageScrollDownOffset()
706 if ( GetWrtShell().ActionPend() ) in IMPL_LINK()
784 if ( !GetWrtShell().ActionPend() ) in IMPL_LINK()
829 const long lWidth = GetWrtShell().GetDocSize().Width() + lBorder; in CalcVisArea()
1281 aPgSize = GetWrtShell().GetAnyCurRect(RECT_PAGE).SSize(); in GetOptimalSizePixel()
1347 if ( GetWrtShell().IsInSelect() ) in Move()
[all …]
H A Dview0.cxx255 … if( GetWrtShell().GetViewOptions()->getBrowseMode() && SVX_ZOOM_PERCENT != (eType = (SvxZoomType) in RecheckBrowseMode()
256 GetWrtShell().GetViewOptions()->GetZoomType()) ) in RecheckBrowseMode()
269 const SwViewOption* pOpt = GetWrtShell().GetViewOptions(); in StateViewOptions()
379 SwViewOption* pOpt = new SwViewOption( *GetWrtShell().GetViewOptions() ); in ExecViewOptions()
380 sal_Bool bModified = GetWrtShell().IsModified(); in ExecViewOptions()
577 SwWrtShell &rSh = GetWrtShell(); in ExecViewOptions()
607 GetWrtShell().EndAction(); in ExecViewOptions()
H A Dview.cxx214 SwWrtShell& rWrtShell = GetWrtShell(); in GotFocus()
441 if( bSetExtInpCntxt && GetWrtShell().HasReadonlySel() ) in SelectShell()
466 SdrView* pDView = GetWrtShell().GetDrawView(); in SelectShell()
1571 SwWrtShell &rSh = GetWrtShell(); in DoVerb()
1584 return bText ? GetWrtShell().SwCrsrShell::HasSelection() in HasSelection()
1585 : GetWrtShell().HasSelection(); in HasSelection()
1604 if( bCompleteWrds && !GetWrtShell().HasSelection() ) in GetSelectionTextParam()
1605 GetWrtShell().SelWrd(); in GetSelectionTextParam()
1607 GetWrtShell().GetSelectedText( sReturn ); in GetSelectionTextParam()
1664 SwWrtShell &rSh = GetWrtShell(); in Notify()
[all …]
H A Dviewdraw.cxx486 SwWrtShell *pSh = &GetWrtShell(); in EnterDrawTextMode()
522 SwWrtShell *pSh = &GetWrtShell(); in BeginTextEdit()
627 SdrView *pSdrView = GetWrtShell().GetDrawView(); in IsTextTool()
645 return GetWrtShell().GetDrawView(); in GetDrawView()
656 return (!IsDrawSelMode() && GetWrtShell().GetDrawView()->HasMarkablePoints()); in IsBezierEditMode()
702 if ( GetWrtShell().IsFrmSelected() ) in AreOnlyFormsSelected()
707 SdrView* pSdrView = GetWrtShell().GetDrawView(); in AreOnlyFormsSelected()
H A Dviewprt.cxx96 const IDocumentDeviceAccess* pIDDA = GetWrtShell().getIDocumentDeviceAccess(); in GetPrinter()
102 ::SetAppPrintOptions( &GetWrtShell(), bWeb ); in GetPrinter()
134 SwWrtShell &rSh = GetWrtShell(); in SetPrinter()
185 ::SetAppPrintOptions( &GetWrtShell(), bWeb ); in ExecutePrint()
218 SwWrtShell* pSh = &GetWrtShell(); in ExecutePrint()
H A Dview2.cxx202 aStr += String::CreateFromInt32( GetWrtShell().GetPageCnt() ); in GetPageStr()
228 SwWrtShell &rSh = GetWrtShell(); in InsertGraphic()
420 SwWrtShell& rSh = GetWrtShell(); in InsertGraphicDlg()
1002 const SwDBData& rData = GetWrtShell().GetDBDesc(); in Execute()
1018 SwWrtShell &rSh = GetWrtShell(); in Execute()
1200 SwWrtShell& rShell = GetWrtShell(); in StateStatusLine()
1260 sal_uInt16 nCnt = GetWrtShell().GetPageCnt(); in StateStatusLine()
1579 SwWrtShell &rSh = GetWrtShell(); in ExecuteStatusLine()
2317 if(!GetWrtShell().IsAnyDatabaseFieldInDoc()) in GenerateFormLetter()
2403 SwNewDBMgr* pNewDBMgr = GetWrtShell().GetNewDBMgr(); in GenerateFormLetter()
[all …]
H A Dview1.cxx167 GetWrtShell().SetBrowseBorder( GetMargin() ); in MarginChanged()
195 pFormatClipboard->Copy( GetWrtShell(), GetPool(), bPersistentCopy ); in ExecFormatPaintbrush()
213 if( !pFormatClipboard->CanCopyThisType( GetWrtShell().GetSelectionType() ) ) in StateFormatPaintbrush()
/aoo42x/main/sw/source/ui/web/
H A Dwview.cxx130 const SwFrmFmt* pCurTableFmt = GetWrtShell().GetTableFmt(); in SelectShell()
137 int nNewSelectionType = (GetWrtShell().GetSelectionType() in SelectShell()
282 if( bSetExtInpCntxt && GetWrtShell().HasReadonlySel() ) in SelectShell()
307 if ( bInitFormShell && GetWrtShell().GetDrawView() ) in SelectShell()
309 GetWrtShell().GetDrawView())); in SelectShell()
321 GetWrtShell().UpdateTable(); in SelectShell()
/aoo42x/main/sw/source/ui/lingu/
H A Dsdrhhcwrap.cxx83 …pOutlView->GetOutliner()->SetRefDevice(pView->GetWrtShell().getIDocumentDeviceAccess()->getPrinter… in SdrHHCWrapper()
102 SdrView *pSdrView = pView->GetWrtShell().GetDrawView(); in ~SdrHHCWrapper()
128 SdrView *pSdrView = pView->GetWrtShell().GetDrawView(); in ConvertNextDocument()
163 SdrView *pSdrView = pView->GetWrtShell().GetDrawView(); in ConvertNextDocument()
171 pView->GetWrtShell().MakeVisible(pTextObj->GetLogicRect()); in ConvertNextDocument()
H A Dhhcwrp.cxx128 rWrtShell( pSwView->GetWrtShell() ) in SwHHCWrapper()
158 if ( IsDrawObj() /*&& bLastRet*/ && pView->GetWrtShell().HasDrawView() ) in ~SwHHCWrapper()
589 SwPaM *pCrsr = pView->GetWrtShell().GetCrsr(); in Convert()
807 pView->GetWrtShell().SpellContinue( &nPageCount, &nPageStart, pConversionArgs ) : in ConvContinue_impl()
808 pView->GetWrtShell().SpellContinue( &nPageCount, NULL, pConversionArgs ); in ConvContinue_impl()
/aoo42x/main/sw/source/ui/misc/
H A Dglshell.cxx194 if ( GetWrtShell() ) in Save()
195 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save()
253 if ( GetWrtShell() ) in Save()
254 return ::lcl_Save( *GetWrtShell(), aGroupName, aShortName, aLongName ); in Save()
309 xDocSh->GetWrtShell()->InsertGlossary( *pGroup, rShortName ); in SV_IMPL_REF()
/aoo42x/main/sw/source/ui/docvw/
H A DSidebarWin.cxx601 … SwShellTableCrsr* pTableCrsr = new SwShellTableCrsr( DocView().GetWrtShell(), aStartPos ); in SetPosAndSize()
610 SwShellCrsr* pCrsr = new SwShellCrsr( DocView().GetWrtShell(), aStartPos ); in SetPosAndSize()
979 if (!mrView.GetWrtShell().IsRedlineOn()) in ToggleInsMode()
984 mrView.GetWrtShell().ToggleInsMode(); in ToggleInsMode()
1094 const sal_Bool bLockView = mrView.GetWrtShell().IsViewLocked(); in IMPL_LINK()
1095 mrView.GetWrtShell().LockView( sal_True ); in IMPL_LINK()
1102 mrView.GetWrtShell().LockView( bLockView ); in IMPL_LINK()
1162 return mrView.GetWrtShell().GetViewOptions()->GetZoom() / 10; in GetScrollbarWidth()
1306 mrView.GetDocShell()->GetWrtShell()->SwCrsrShell::Right(aCount, 0, sal_False); in SwitchToFieldPos()
1312 …return SvxLanguageItem(SwLangHelper::GetLanguage(mrView.GetWrtShell(),RES_CHRATR_LANGUAGE),RES_CHR… in GetLanguage()
[all …]
H A Dedtdd.cxx88 SwWrtShell &rSh = rView.GetWrtShell(); in StartDrag()
159 SwTransferable* pTransfer = new SwTransferable( rView.GetWrtShell() ); in StartExecuteDrag()
176 SwWrtShell &rSh = rView.GetWrtShell(); in DropCleanup()
217 SwWrtShell &rSh = rView.GetWrtShell(); in ExecuteDrop()
273 SwWrtShell &rSh = rView.GetWrtShell(); in GetDropDestination()
359 SwWrtShell &rSh = rView.GetWrtShell(); in AcceptDrop()
H A Dedtwin.cxx300 SwWrtShell &rSh = rView.GetWrtShell(); in UpdatePointer()
557 SwWrtShell &rSh = rView.GetWrtShell(); in IMPL_LINK()
954 SwWrtShell &rSh = rView.GetWrtShell(); in ChangeFly()
1141 SwWrtShell &rSh = rView.GetWrtShell(); in ChangeDrawing()
1310 SwWrtShell &rSh = rView.GetWrtShell(); in KeyInput()
2631 SwWrtShell &rSh = rView.GetWrtShell(); in MouseButtonDown()
3441 SwWrtShell &rSh = rView.GetWrtShell(); in MouseMove()
3932 SwWrtShell &rSh = rView.GetWrtShell(); in MouseButtonUp()
4498 SwWrtShell &rSh = rView.GetWrtShell(); in SetApplyTemplate()
4663 SwWrtShell &rSh = rView.GetWrtShell(); in EnterDrawMode()
[all …]
/aoo42x/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx458 … SfxPrinter* pPrinter = pTargetView->GetWrtShell().getIDocumentDeviceAccess()->getPrinter( true ); in ActivatePage()
462 …m_pDocumentPrinterCopy = pTargetView->GetWrtShell().getIDocumentDeviceAccess()->getPrinter( true )… in ActivatePage()
858 pTargetView->GetWrtShell().StartAction(); in IMPL_LINK()
868 pTargetView->GetWrtShell().PastePages(pTempView->GetWrtShell(), in IMPL_LINK()
870 pTargetView->GetWrtShell().EndAction(); in IMPL_LINK()
995 SwWrtShell& rSh = pTargetView->GetWrtShell(); in IMPL_LINK()
1236 aOpt.SetLanguage( ((SvxLanguageItem&)pTargetView->GetWrtShell(). in IMPL_LINK()
1277 pTargetView->GetWrtShell().StartAction(); in IMPL_LINK()
1286 pTargetView->GetWrtShell().PastePages(pTempView->GetWrtShell(), in IMPL_LINK()
1288 pTargetView->GetWrtShell().EndAction(); in IMPL_LINK()
/aoo42x/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx260 const SwWrtShell& rSh = pActiveView->GetWrtShell(); in ReInitDlg()
300 const SwWrtShell& rSh = pView->GetWrtShell(); in Activate()
325 (pView->GetWrtShell().IsReadOnlyAvailable() && in EnableInsert()
326 pView->GetWrtShell().HasReadonlySel()) ) in EnableInsert()
377 … static_cast<SwFldDBPage&>(rPage).SetWrtShell(static_cast<SwView*>(pViewShell)->GetWrtShell()); in PageCreated()
H A Dfldvar.cxx144 SwWrtShell *pSh = GetWrtShell(); in Reset()
343 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
393 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
902 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
916 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
943 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
1022 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
1053 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
1097 SwWrtShell *pSh = GetWrtShell(); in IMPL_LINK()
1206 SwWrtShell *pSh = GetWrtShell(); in FillItemSet()
/aoo42x/main/sw/source/ui/utlui/
H A Dcontent.cxx141 if(pShell == &pView->GetWrtShell()) in lcl_FindShell()
1207 if(bIsConstant && pActiveShell == &pView->GetWrtShell()) in CreateContextMenu()
1576 SwWrtShell* pShell = GetWrtShell(); in Display()
1750 SwWrtShell* pWrtShell = GetWrtShell(); in FillTransferData()
1974 SwWrtShell* pSh = GetWrtShell(); in HasContentChanged()
2257 if( !GetWrtShell()->GetView().GetDocShell()->IsReadOnly() && in ExecCommand()
2261 SwWrtShell* pShell = GetWrtShell(); in ExecCommand()
2449 if(bIsActive && pActShell != GetWrtShell()) in IMPL_LINK()
2487 && !GetWrtShell()->GetView().GetDocShell()->IsReadOnly()) in NotifyStartDrag()
2621 if(bIsActive && pActShell != GetWrtShell()) in GetFocus()
[all …]
H A Dnavipi.cxx126 SwWrtShell &rSh = pView->GetWrtShell(); in MoveOutline()
235 pSh = pView ? &pView->GetWrtShell() : 0; in UsePage()
261 SwWrtShell &rSh = pView->GetWrtShell(); in IMPL_LINK()
549 pCreateView->GetWrtShell().GotoPage((sal_uInt16)pEdit->GetValue(), sal_True); in IMPL_LINK()
567 SwWrtShell &rSh = pView->GetWrtShell(); in IMPL_LINK()
596 SwWrtShell &rSh = pView->GetWrtShell(); in MakeMark()
976 SwWrtShell &rSh = pView->GetWrtShell(); in ~SwNavigationPI()
1461 SwWrtShell &rSh = pView->GetWrtShell(); in IsGlobalDoc()
H A Dnumfmtlb.cxx114 eCurLanguage = pView->GetWrtShell().GetCurLang(); in Init()
169 SwWrtShell &rSh = pView->GetWrtShell(); in SetFormatType()
318 SwWrtShell &rSh = pView->GetWrtShell(); in SetDefFormat()
414 SwWrtShell &rSh = pView->GetWrtShell(); in IMPL_LINK()
/aoo42x/main/sw/source/ui/shells/
H A Dannotsh.cxx155 SwWrtShell &rSh = rView.GetWrtShell(); in TYPEINIT1()
417 …log* pDlg = pFact->CreateSwFootNoteOptionDlg( rView.GetWindow(), rView.GetWrtShell(), DLG_DOC_FOOT… in Exec()
429 rView.GetWindow(), &aTmp, rView.GetWrtShell()); in Exec()
454 SwWrtShell &rSh = rView.GetWrtShell(); in Exec()
618 rView.GetWrtShell().SetModified(); in Exec()
1214 SwWrtShell &rSh = rView.GetWrtShell(); in ExecLingu()
1370 const SfxPoolItem &rItem = rView.GetWrtShell().GetDoc()->GetDefault( in GetLinguState()
1459 SwWrtShell &rSh = rView.GetWrtShell(); in ExecUndo()
1537 SwWrtShell &rSh = rView.GetWrtShell(); in StateUndo()
1693 SwViewOption aOpt(*rView.GetWrtShell().GetViewOptions()); in InsertSymbol()

Completed in 194 milliseconds

1234