/aoo4110/main/sd/source/ui/view/ |
H A D | tabcontr.cxx | 96 pDrViewSh(pViewSh), in TabControl() 142 pDrViewSh->FreshNavigatrEntry(); in MouseButtonDown() 232 if( !pDrViewSh->GetDocSh()->IsReadOnly() ) in AcceptDrop() 234 SdDrawDocument* pDoc = pDrViewSh->GetDoc(); in AcceptDrop() 272 SdDrawDocument* pDoc = pDrViewSh->GetDoc(); in ExecuteDrop() 298 if (pDrViewSh->IsSwitchPageAllowed()) in ExecuteDrop() 304 pDrViewSh->SwitchPage (nPageNumOfCopy); in ExecuteDrop() 356 sal_Bool bGraphicShell = pDrViewSh->ISA(GraphicViewShell); in Command() 372 if (pDrViewSh->GetPageKind() == PK_STANDARD) in StartRenaming() 376 ::sd::View* pView = pDrViewSh->GetView(); in StartRenaming() [all …]
|
H A D | sdview2.cxx | 373 DrawViewShell* pDrViewSh = (DrawViewShell*) mpDocSh->GetViewShell(); in DoPaste() local 375 if (pDrViewSh != NULL) in DoPaste() 388 …pDrViewSh->InsertURLField( aINetBookmark.GetURL(), aINetBookmark.GetDescription(), aEmptyStr, NULL… in DoPaste()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | LayerTabBar.cxx | 65 pDrViewSh(pViewSh) in LayerTabBar() 80 pDrViewSh(pViewSh) in LayerTabBar() 101 SfxDispatcher* pDispatcher = pDrViewSh->GetViewFrame()->GetDispatcher(); in Select() 129 SdrPageView* pPV = pDrViewSh->GetView()->GetSdrPageView(); in MouseButtonDown() 132 pDrViewSh->ResetActualLayer(); in MouseButtonDown() 169 if( !pDrViewSh->GetDocSh()->IsReadOnly() ) in AcceptDrop() 175 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, nPageId, nLayerId ); in AcceptDrop() 237 ::sd::View* pView = pDrViewSh->GetView(); in StartRenaming() 257 ::sd::View* pView = pDrViewSh->GetView(); in AllowRenaming() 301 ::sd::View* pView = pDrViewSh->GetView(); in EndRenaming() [all …]
|
/aoo4110/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 984 if (eNewPageKind != pDrViewSh->GetPageKind()) in GetObjectIsmarked() 993 pDrViewSh = (DrawViewShell*) mpViewShell; in GetObjectIsmarked() 1003 if (eNewEditMode != pDrViewSh->GetEditMode()) in GetObjectIsmarked() 1015 *pDrViewSh, in GetObjectIsmarked() 1016 *pDrViewSh->GetView()); in GetObjectIsmarked() 1038 *pDrViewSh->GetActiveWindow()); in GetObjectIsmarked() 1100 pDrViewSh = (DrawViewShell*) mpViewShell; in GotoTreeBookmark() 1122 *pDrViewSh, in GotoTreeBookmark() 1123 *pDrViewSh->GetView()); in GotoTreeBookmark() 1145 *pDrViewSh->GetActiveWindow()); in GotoTreeBookmark() [all …]
|
/aoo4110/main/sd/source/ui/func/ |
H A D | undolayer.cxx | 65 ::sd::DrawViewShell* pDrViewSh = in Undo() 67 if( pDrViewSh ) in Undo() 69 …pDrViewSh->ModifyLayer( mpLayer, maOldLayerName, maOldLayerTitle, maOldLayerDesc, mbOldIsVisible, … in Undo() 79 ::sd::DrawViewShell* pDrViewSh = in Redo() 81 if( pDrViewSh ) in Redo() 83 …pDrViewSh->ModifyLayer( mpLayer, maNewLayerName, maNewLayerTitle, maNewLayerDesc, mbNewIsVisible, … in Redo()
|
H A D | fuinsert.cxx | 247 DrawViewShell* pDrViewSh = static_cast<DrawViewShell*>(mpViewShell); in DoExecute() local 257 …pDrViewSh->InsertURLField( aINetBookmark.GetURL(), aINetBookmark.GetDescription(), aEmptyStr, NULL… in DoExecute()
|
H A D | fusel.cxx | 1339 DrawViewShell* pDrViewSh = static_cast<DrawViewShell*>(mpViewShell); in AnimateObj() local 1438 pDrViewSh->DoVerb((sal_Int16)pInfo->mnVerb); in AnimateObj()
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | AccessibleDocumentViewBase.cxx | 858 ::sd::DrawViewShell* pDrViewSh = (::sd::DrawViewShell*) mpViewShell; in getExtendedAttributes() 864 SdDrawDocument* pDoc = pDrViewSh->GetDoc(); in getExtendedAttributes() 865 sDisplay = pDrViewSh->getCurrentPage()->GetName(); in getExtendedAttributes() 874 …sValue += String::CreateFromInt32((sal_Int16)((sal_uInt16)((pDrViewSh->getCurrentPage()->GetPageNu… in getExtendedAttributes() 877 sValue += String::CreateFromInt32(pDrViewSh->GetPageTabControl()->GetPageCount()) ; in getExtendedAttributes() 879 if(pDrViewSh->IsLayerModeActive() ) in getExtendedAttributes() 883 …sDisplay = pDrViewSh->GetLayerTabControl()->GetPageText(pDrViewSh->GetLayerTabControl()->GetCurPag… in getExtendedAttributes() 907 sValue += String::CreateFromInt32(pDrViewSh->GetActiveTabLayerIndex()+1) ; in getExtendedAttributes() 910 sValue += String::CreateFromInt32(pDrViewSh->GetLayerTabControl()->GetPageCount()) ; in getExtendedAttributes()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unolayer.cxx | 746 ::sd::DrawViewShell* pDrViewSh = in UpdateLayerView() 749 if(pDrViewSh) in UpdateLayerView() 751 sal_Bool bLayerMode = pDrViewSh->IsLayerModeActive(); in UpdateLayerView() 752 pDrViewSh->ChangeEditMode(pDrViewSh->GetEditMode(), !bLayerMode); in UpdateLayerView() 753 pDrViewSh->ChangeEditMode(pDrViewSh->GetEditMode(), bLayerMode); in UpdateLayerView()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | LayerTabBar.hxx | 46 DrawViewShell* pDrViewSh, 49 DrawViewShell* pDrViewSh, 67 DrawViewShell* pDrViewSh; member in sd::LayerTabBar
|
H A D | ViewTabControl.hxx | 46 TabControl (DrawViewShell* pDrViewSh, ::Window* pParent); 62 DrawViewShell* pDrViewSh; member in sd::TabControl
|
H A D | TabControl.hxx | 48 TabControl (DrawViewShell* pDrViewSh, ::Window* pParent); 64 DrawViewShell* pDrViewSh; member in sd::TabControl
|