Home
last modified time | relevance | path

Searched refs:mpViewShell (Results 26 – 50 of 97) sorted by relevance

1234

/aoo4110/main/sd/source/ui/func/
H A Dfutext.cxx387 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in MouseButtonDown()
500 mpViewShell->GetViewFrame()->GetBindings().Invalidate(SidArray); in MouseButtonDown()
554 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesForNewTextObject()
565 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesForNewTextObject()
583 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesForNewTextObject()
622 SfxItemSet aSet(mpViewShell->GetPool(), in ImpSetAttributesFitToSizeVertical()
641 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesFitCommon()
650 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesFitCommon()
672 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray ); in MouseButtonUp()
704 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
[all …]
H A Dfudraw.cxx128 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonDown()
249 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseMove()
379 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
439 OSL_ASSERT (mpViewShell->GetViewShell()!=NULL); in KeyInput()
446 WaitObject aWait( (Window*)mpViewShell->GetActiveWindow() ); in KeyInput()
466 mpViewShell->GetViewFrame()->GetDispatcher()->Execute( in KeyInput()
850 mpViewShell->ActivateObject( (SdrOle2Obj*) pObj, 0); in DoubleClick()
855 mpViewShell->GetViewFrame()-> in DoubleClick()
861 mpViewShell->GetFrameView()->IsDoubleClickTextEdit() && in DoubleClick()
865 mpViewShell->GetViewFrame()->GetDispatcher()-> in DoubleClick()
[all …]
H A Dfuinsert.cxx141 if( mpViewShell && mpViewShell->ISA(DrawViewShell)) in DoExecute()
218 SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( mpViewShell->GetActiveWindow() ); in DoExecute()
245 ( mpViewShell && mpViewShell->ISA( DrawViewShell ) ) ) in DoExecute()
247 DrawViewShell* pDrViewSh = static_cast<DrawViewShell*>(mpViewShell); in DoExecute()
313 … uno::Reference < embed::XEmbeddedObject > xObj = mpViewShell->GetViewFrame()->GetObjectShell()-> in DoExecute()
419 mpViewShell->ActivateObject(pOleObj, SVVERB_SHOW); in DoExecute()
455 xObj = mpViewShell->GetViewFrame()->GetObjectShell()-> in DoExecute()
481 …pFact->CreateInsertObjectDialog( mpViewShell->GetActiveWindow(), SD_MOD()->GetSlotPool()->GetSlot(… in DoExecute()
494mpViewShell->GetObjectShell()->GetEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aName ); in DoExecute()
693 mpViewShell->ActivateObject(pObj, SVVERB_SHOW); in DoExecute()
[all …]
H A Dfubullet.cxx121 if (mpViewShell->ISA(DrawViewShell)) in InsertFormattingMark()
127 else if (mpViewShell->ISA(OutlineViewShell)) in InsertFormattingMark()
131 mpViewShell->GetActiveWindow()); in InsertFormattingMark()
243 if(mpViewShell && mpViewShell->ISA(DrawViewShell)) in InsertSpecialCharacter()
251 else if(mpViewShell && mpViewShell->ISA(OutlineViewShell)) in InsertSpecialCharacter()
255 mpViewShell->GetActiveWindow()); in InsertSpecialCharacter()
H A Dfuolbull.cxx94 SfxItemSet aNewAttr( mpViewShell->GetPool(), in DoExecute()
118 ->GetViewByWindow(mpViewShell->GetActiveWindow()); in DoExecute()
172 SfxItemSet aNewAttr( mpViewShell->GetPool(), EE_ITEMS_START, EE_ITEMS_END ); in SetCurrentBulletsNumbering()
179 const DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >(mpViewShell); in SetCurrentBulletsNumbering()
266 ->GetViewByWindow(mpViewShell->GetActiveWindow()); in SetCurrentBulletsNumbering()
303 SfxItemSet aSetAttr( mpViewShell->GetPool(), EE_ITEMS_START, EE_ITEMS_END ); in SetCurrentBulletsNumbering()
H A Dfutempl.cxx261 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_STYLE_FAMILY2 ); in DoExecute()
286 mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_OBJECT_SELECT, in DoExecute()
297 mpViewShell->Invalidate(); in DoExecute()
554 DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpViewShell ); in DoExecute()
560 SdPage* pPage = mpViewShell->GetActualPage(); in DoExecute()
649 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_STYLE_FAMILY2 ); in DoExecute()
675 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_STYLE_FAMILY2 ); in DoExecute()
H A Dfuoltext.cxx131 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray ); in MouseButtonDown()
192 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArray ); in MouseButtonUp()
208 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in MouseButtonUp()
274 mpViewShell->GetViewFrame()->GetBindings().Invalidate(SidArray); in UpdateForKeyPress()
H A Dfusearch.cxx90 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArraySpell ); in DoExecute()
92 if ( mpViewShell->ISA(DrawViewShell) ) in DoExecute()
97 else if ( mpViewShell->ISA(OutlineViewShell) ) in DoExecute()
H A Dfuthes.cxx91 if( mpViewShell && mpViewShell->ISA(DrawViewShell) ) in DoExecute()
138 else if ( mpViewShell->ISA(OutlineViewShell) ) in DoExecute()
H A Dfusnapln.cxx89 SfxItemSet aNewAttr(mpViewShell->GetPool(), ATTR_SNAPLINE_START, ATTR_SNAPLINE_END); in DoExecute()
99 aLinePos = static_cast<DrawViewShell*>(mpViewShell)->GetMousePos(); in DoExecute()
100 static_cast<DrawViewShell*>(mpViewShell)->SetMousePosFreezed( sal_False ); in DoExecute()
H A Dfucon3d.cxx91 mpViewShell->GetViewShellBase().GetToolBarManager()->SetToolBar( in DoExecute()
321 SfxItemSet aAttr (mpViewShell->GetPool()); in ImpPrepareBasic3DShape()
338 WaitObject aWait( (Window*)mpViewShell->GetActiveWindow() ); in MouseButtonDown()
396 mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SFX_CALLMODE_ASYNCHRON); in MouseButtonUp()
H A Dfuconbez.cxx249 mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SFX_CALLMODE_ASYNCHRON); in MouseButtonUp()
359 mpViewShell->GetViewShellBase().GetToolBarManager()->SelectionHasChanged( in SelectionHasChanged()
360 *mpViewShell, in SelectionHasChanged()
377 SfxBindings& rBindings = mpViewShell->GetViewFrame()->GetBindings(); in SetEditMode()
H A Dfuinsfil.cxx274 sal_Bool bDrawMode = mpViewShell && mpViewShell->ISA(DrawViewShell); in DoExecute()
367 ::sd::View* pView = mpViewShell->GetView(); in InsSDDinDrMode()
521 SdPage* pPage = static_cast<DrawViewShell*>(mpViewShell)->GetActualPage(); in InsTextOrRTFinDrMode()
542 if (static_cast<DrawViewShell*>(mpViewShell)->GetEditMode() == EM_MASTERPAGE && in InsTextOrRTFinDrMode()
/aoo4110/main/sfx2/source/view/
H A Dviewprn.cxx73 SfxViewShell* mpViewShell; member in SfxPrinterController
119 , mpViewShell( pView ) in SfxPrinterController()
126 if ( mpViewShell ) in SfxPrinterController()
128 StartListening( *mpViewShell ); in SfxPrinterController()
129 mpObjectShell = mpViewShell->GetObjectShell(); in SfxPrinterController()
183 EndListening(*mpViewShell); in Notify()
185 mpViewShell = 0; in Notify()
311 if ( mpViewShell ) in jobStarted()
359 if( bCopyJobSetup && mpViewShell ) in jobFinished()
383 if ( mpViewShell ) in jobFinished()
[all …]
/aoo4110/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx60 mpViewShell(pViewShell), in ViewShellWrapper()
96 mpViewShell.reset(); in disposing()
104 return mpViewShell; in GetViewShell()
147 if (mpViewShell.get() != NULL) in relocateToAnchor()
150 if (pWindow != NULL && mpViewShell->RelocateToParentWindow(pWindow)) in relocateToAnchor()
159 mpViewShell->Resize(); in relocateToAnchor()
215 ViewShell* pViewShell (mpViewShell.get()); in windowResized()
236 ViewShell* pViewShell (mpViewShell.get()); in windowShown()
/aoo4110/main/sd/source/ui/docshell/
H A Dsdclient.cxx64 mpViewShell(pViewShell), in Client()
93 ::sd::View* pView = mpViewShell->GetView(); in RequestNewObjectArea()
136 ::sd::View* pView = mpViewShell->GetView(); in ObjectAreaChanged()
187 if (mpViewShell->GetActiveWindow()) in ViewChanged()
189 ::sd::View* pView = mpViewShell->GetView(); in ViewChanged()
239 if (mpViewShell->ISA(DrawViewShell)) in MakeVisible()
241 static_cast<DrawViewShell*>(mpViewShell)->MakeVisible( in MakeVisible()
243 *mpViewShell->GetActiveWindow()); in MakeVisible()
H A Ddocshel2.cxx189 if (aVisArea.IsEmpty() && mpViewShell) in GetVisArea()
191 Window* pWin = mpViewShell->GetActiveWindow(); in GetVisArea()
210 mpViewShell = pViewSh; in Connect()
221 if (mpViewShell == pViewSh) in Disconnect()
223 mpViewShell = NULL; in Disconnect()
237 if (mpViewShell) in GetFrameView()
239 pFrameView = mpViewShell->GetFrameView(); in GetFrameView()
375 if( mpViewShell ) in CheckPageName()
378 FunctionReference xFunc( mpViewShell->GetCurrentFunction() ); in CheckPageName()
H A Ddocshell.cxx166 mpViewShell(NULL), in DrawDocShell()
188 mpViewShell(NULL), in DrawDocShell()
212 mpViewShell(NULL), in DrawDocShell()
255 SfxViewFrame* pFrame = mpViewShell ? mpViewShell->GetFrame() : GetFrame(); in ~DrawDocShell()
/aoo4110/main/sd/source/ui/view/
H A Ddrtxtob.cxx112 mpViewShell( pSdViewSh ), in TextObjectBar()
162 SfxItemSet aNewAttr( mpViewShell->GetPool(),EE_ITEMS_START,EE_ITEMS_END); in GetCharState()
225 mpViewShell->GetActiveWindow()); in GetAttrState()
230 if( mpViewShell && mpViewShell->GetViewShell() && mpViewShell->GetViewShell()->GetWindow() ) in GetAttrState()
232 LanguageType nInputLang = mpViewShell->GetViewShell()->GetWindow()->GetInputLanguage(); in GetAttrState()
276 mpViewShell->GetActiveWindow()); in GetAttrState()
279 sal_Bool bOutlineViewSh = mpViewShell->ISA(OutlineViewShell); in GetAttrState()
442 if (!mpViewShell->ISA(DrawViewShell)) in GetAttrState()
H A Dzoomlist.cxx53 , mpViewShell (pViewShell) in ZoomList()
106 SfxBindings& rBindings = mpViewShell->GetViewFrame()->GetBindings(); in InsertZoomRect()
127 SfxBindings& rBindings = mpViewShell->GetViewFrame()->GetBindings(); in GetNextZoomRect()
148 SfxBindings& rBindings = mpViewShell->GetViewFrame()->GetBindings(); in GetPreviousZoomRect()
/aoo4110/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx98 mpViewShell = pViewShell; in AccessibleDocumentViewBase()
170 SfxObjectShell* pObjShell = mpViewShell->GetViewFrame()->GetObjectShell(); in Init()
856 if (mpViewShell && mpViewShell->ISA(::sd::DrawViewShell)) in getExtendedAttributes()
858 ::sd::DrawViewShell* pDrViewSh = (::sd::DrawViewShell*) mpViewShell; in getExtendedAttributes()
914 if (mpViewShell && mpViewShell->ISA(::sd::PresentationViewShell)) in getExtendedAttributes()
916 ::sd::PresentationViewShell* pPresViewSh = (::sd::PresentationViewShell*) mpViewShell; in getExtendedAttributes()
945 if (mpViewShell && mpViewShell->ISA(::sd::OutlineViewShell) ) in getExtendedAttributes()
949 SdPage* pCurrPge = mpViewShell->GetActualPage(); in getExtendedAttributes()
950 SdDrawDocument* pDoc = mpViewShell->GetDoc(); in getExtendedAttributes()
993 return mpViewShell->GetView()->getColorConfig().GetColorValue( ::svtools::DOCCOLOR ).nColor; in getBackground()
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx67 mpViewShell(pViewShell), in ScAccessiblePageHeaderArea()
71 if (mpViewShell) in ScAccessiblePageHeaderArea()
72 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePageHeaderArea()
88 if (mpViewShell) in disposing()
90 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
91 mpViewShell = NULL; in disposing()
320 (new ScAccessibleHeaderTextData(mpViewShell, mpEditObj, mbHeader, meAdjust)); in CreateTextHelper()
/aoo4110/main/sw/source/ui/uiview/
H A Dpview.cxx218 mpViewShell( 0 ), in SwPagePreViewWin()
255 if( !mpViewShell || !mpViewShell->GetLayout() ) in Paint()
286 if( !mpViewShell || !mpViewShell->GetLayout() ) in CalcWish()
694 if ( mpViewShell->GetWin() ) in DataChanged()
695 mpViewShell->GetWin()->Invalidate(); in DataChanged()
2023 mpViewShell = pShell; in SetViewShell()
2024 if ( mpViewShell && mpViewShell->IsPreView() ) in SetViewShell()
2026 mpPgPrevwLayout = mpViewShell->PagePreviewLayout(); in SetViewShell()
2142 if (mpViewShell) in CreateAccessible()
2158 if (mpViewShell) in SwitchView()
[all …]
/aoo4110/main/sc/source/ui/inc/
H A DAccessibleText.hxx117 ScTabViewShell* mpViewShell; member in ScAccessibleCellTextData
208 ScPreviewShell* mpViewShell; member in ScAccessiblePreviewCellTextData
238 ScPreviewShell* mpViewShell; member in ScAccessiblePreviewHeaderCellTextData
273 ScPreviewShell* mpViewShell; member in ScAccessibleHeaderTextData
306 ScPreviewShell* mpViewShell; member in ScAccessibleNoteTextData
/aoo4110/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx131 mpViewShell(&rViewShell), in SlideSorter()
156 mpViewShell(pViewShell), in SlideSorter()
353 return mpViewShell; in GetViewShell()
537 if (mpViewShell != NULL) in RelocateToWindow()
538 mpViewShell->ViewShell::RelocateToParentWindow(pParentWindow); in RelocateToWindow()
540 SetupControls(mpViewShell->GetParentWindow()); in RelocateToWindow()

Completed in 137 milliseconds

1234