Home
last modified time | relevance | path

Searched refs:pDrViewSh (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx96 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 Dsdview2.cxx373 DrawViewShell* pDrViewSh = (DrawViewShell*) mpDocSh->GetViewShell(); in DoPaste() local
375 if (pDrViewSh != NULL) in DoPaste()
388pDrViewSh->InsertURLField( aINetBookmark.GetURL(), aINetBookmark.GetDescription(), aEmptyStr, NULL… in DoPaste()
/trunk/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx65 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 …]
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx984 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 …]
/trunk/main/sd/source/ui/func/
H A Dundolayer.cxx65 ::sd::DrawViewShell* pDrViewSh = in Undo()
67 if( pDrViewSh ) in Undo()
69pDrViewSh->ModifyLayer( mpLayer, maOldLayerName, maOldLayerTitle, maOldLayerDesc, mbOldIsVisible, … in Undo()
79 ::sd::DrawViewShell* pDrViewSh = in Redo()
81 if( pDrViewSh ) in Redo()
83pDrViewSh->ModifyLayer( mpLayer, maNewLayerName, maNewLayerTitle, maNewLayerDesc, mbNewIsVisible, … in Redo()
H A Dfuinsert.cxx247 DrawViewShell* pDrViewSh = static_cast<DrawViewShell*>(mpViewShell); in DoExecute() local
257pDrViewSh->InsertURLField( aINetBookmark.GetURL(), aINetBookmark.GetDescription(), aEmptyStr, NULL… in DoExecute()
H A Dfusel.cxx1339 DrawViewShell* pDrViewSh = static_cast<DrawViewShell*>(mpViewShell); in AnimateObj() local
1438 pDrViewSh->DoVerb((sal_Int16)pInfo->mnVerb); in AnimateObj()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx858 ::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()
880 if(pDrViewSh->IsLayerModeActive() && pDrViewSh->GetLayerTabControl()) // #87182# in getExtendedAttributes()
884 …sDisplay = pDrViewSh->GetLayerTabControl()->GetPageText(pDrViewSh->GetLayerTabControl()->GetCurPag… in getExtendedAttributes()
908 sValue += String::CreateFromInt32(pDrViewSh->GetActiveTabLayerIndex()+1) ; in getExtendedAttributes()
911 sValue += String::CreateFromInt32(pDrViewSh->GetLayerTabControl()->GetPageCount()) ; in getExtendedAttributes()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx746 ::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()
/trunk/main/sd/source/ui/inc/
H A DLayerTabBar.hxx46 DrawViewShell* pDrViewSh,
49 DrawViewShell* pDrViewSh,
67 DrawViewShell* pDrViewSh; member in sd::LayerTabBar
H A DViewTabControl.hxx46 TabControl (DrawViewShell* pDrViewSh, ::Window* pParent);
62 DrawViewShell* pDrViewSh; member in sd::TabControl
H A DTabControl.hxx48 TabControl (DrawViewShell* pDrViewSh, ::Window* pParent);
64 DrawViewShell* pDrViewSh; member in sd::TabControl

Completed in 57 milliseconds