Home
last modified time | relevance | path

Searched refs:pView (Results 126 – 150 of 497) sorted by relevance

12345678910>>...20

/trunk/main/sd/source/ui/func/
H A Dfuline.cxx63 ::sd::View* pView, in FuLine() argument
66 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuLine()
70 FunctionReference FuLine::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create() argument
72 FunctionReference xFunc( new FuLine( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuvect.cxx63 ::sd::View* pView, in FuVectorize() argument
66 : FuPoor (pViewSh, pWin, pView, pDoc, rReq) in FuVectorize()
70 FunctionReference FuVectorize::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
72 FunctionReference xFunc( new FuVectorize( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuchar.cxx59 ::sd::View* pView, in FuChar() argument
62 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuChar()
66 FunctionReference FuChar::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDraw… in Create() argument
68 FunctionReference xFunc( new FuChar( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfudspord.cxx53 FuDisplayOrder::FuDisplayOrder( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDo… in FuDisplayOrder() argument
54 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuDisplayOrder()
80 FunctionReference FuDisplayOrder::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView in Create() argument
82 FunctionReference xFunc( new FuDisplayOrder( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfusearch.cxx72 ::sd::View* pView, in FuSearch() argument
75 : FuPoor(pViewSh, pWin, pView, pDoc, rReq), in FuSearch()
81 FunctionReference FuSearch::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDr… in Create() argument
83 FunctionReference xFunc( new FuSearch( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfutransf.cxx53 FuTransform::FuTransform(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuTransform() argument
55 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuTransform()
59 FunctionReference FuTransform::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
61 FunctionReference xFunc( new FuTransform( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfubullet.cxx82 FunctionReference FuBullet::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDr… in Create() argument
84 FunctionReference xFunc( new FuBullet( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
319 ::sd::View* pView = pViewShell ? pViewShell->GetView() : 0; in GetSlotState()
320 OutlinerView* pOLV = pView ? pView->GetTextEditOutlinerView() : 0; in GetSlotState()
H A Dfulinend.cxx59 FuLineEnd::FuLineEnd(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuLineEnd() argument
61 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuLineEnd()
65 FunctionReference FuLineEnd::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdD… in Create() argument
67 FunctionReference xFunc( new FuLineEnd( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuparagr.cxx62 ::sd::View* pView, in FuParagraph() argument
65 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuParagraph()
69 FunctionReference FuParagraph::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
71 FunctionReference xFunc( new FuParagraph( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuscale.cxx69 ::sd::View* pView, in FuScale() argument
72 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuScale()
76 FunctionReference FuScale::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDra… in Create() argument
78 FunctionReference xFunc( new FuScale( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuthes.cxx73 FuThesaurus::FuThesaurus( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, in FuThesaurus() argument
75 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuThesaurus()
79 FunctionReference FuThesaurus::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
81 FunctionReference xFunc( new FuThesaurus( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconuno.cxx68 ::sd::View* pView, in FuConstructUnoControl() argument
71 : FuConstruct(pViewSh, pWin, pView, pDoc, rReq) in FuConstructUnoControl()
75 …ctUnoControl::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* p… in Create() argument
78 FunctionReference xFunc( pFunc = new FuConstructUnoControl( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuprobjs.cxx68 ::sd::View* pView, in FuPresentationObjects() argument
71 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuPresentationObjects()
75 …ationObjects::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* p… in Create() argument
77 FunctionReference xFunc( new FuPresentationObjects( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx59 pView ( NULL ) in SvxXConnectionPreview()
84 DBG_ASSERT( pView, "Keine gueltige View Uebergeben!" ); in Construct()
86 const SdrMarkList& rMarkList = pView->GetMarkedObjectList(); in Construct()
120 pObjList = new SdrObjList( pView->GetModel(), NULL ); in Construct()
146 OutputDevice* pOD = pView->GetFirstOutputDevice(); // GetWin( 0 ); in Construct()
/trunk/main/cui/source/inc/
H A Dlabdlg.hxx95 const SdrView* pView; member in SvxCaptionTabPage
108 { pView = pSdrView; } in SetView()
120 const SdrView* pView; member in SvxCaptionTabDialog
129 SvxCaptionTabDialog(Window* pParent, const SdrView* pView,
/trunk/main/sw/source/ui/utlui/
H A Dtmplctrl.cxx129 SwView* pView = ::GetActiveView(); in Command() local
131 if( pView && 0 != (pWrtShell = pView->GetWrtShellPtr()) && in Command()
136 SfxStyleSheetBasePool* pPool = pView->GetDocShell()-> in Command()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx267 pView( &rView ), in SwInsertDBColAutoPilot()
278 SwWrtShell& rSh = pView->GetWrtShell(); in SwInsertDBColAutoPilot()
380 SfxStyleSheetBasePool* pPool = pView->GetDocShell()->GetStyleSheetPool(); in SwInsertDBColAutoPilot()
394 if( pView->GetWrtShell().GetTableFmt() ) in SwInsertDBColAutoPilot()
692 SwWrtShell& rSh = pView->GetWrtShell(); in IMPL_LINK()
765 ::GetHtmlMode( pView->GetDocShell() ))); 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()
[all …]
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx54 SvTreeListBox* pView; member in ImpLBSelEng
58 SvTreeListBox* pView );
93 SvTreeListBox* pView; member in SvImpLBox
241 { return IsExpandable() && !pView->IsExpanded( pCursor ); } in IsNowExpandable()
259 SvImpLBox( SvTreeListBox* pView, SvLBoxTreeList*, WinBits nWinStyle );
453 pView->PaintEntry( pEntry, nY ); in PaintEntry()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx244 void CustomAnimationListEntryItem::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataItem… in InitViewData() argument
247 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
249 Size aSize(pView->GetTextWidth( maDescription ) + 2 * 19, pView->GetTextHeight() ); in InitViewData()
399 void CustomAnimationTriggerEntryItem::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataI… in InitViewData() argument
402 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
404 Size aSize(pView->GetTextWidth( maDescription ) + 2 * 19, pView->GetTextHeight() ); in InitViewData()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx194 ScTabView* pView = pViewData->GetView(); in AddCustomHdl() local
196 pView->CreateAnchorHandles(aHdl, aScAddress); in AddCustomHdl()
755 ScTabView* pView = pViewData->GetView(); in SelectCurrentViewObject() local
757 pView->SetTabNo( nObjectTab ); in SelectCurrentViewObject()
759 pView->ScrollToObject( pFound ); in SelectCurrentViewObject()
810 ScTabView* pView = pViewData->GetView(); in SelectObject() local
812 pView->SetTabNo( nObjectTab ); in SelectObject()
816 pView->ScrollToObject( pFound ); in SelectObject()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx913 OutlinerView* pView = GetView(0); in RememberStartPosition() local
914 if (pView != NULL) in RememberStartPosition()
915 pView->GetSelection(); in RememberStartPosition()
971 OutlinerView* pView = GetView(0); in RestoreStartPosition() local
972 if (pView != NULL) in RestoreStartPosition()
973 pView->SetSelection (maStartSelection); in RestoreStartPosition()
1854 OutlinerView* pView = mpOutlineView; in ReleaseOutlinerView() local
1857 if (pView != NULL) in ReleaseOutlinerView()
1859 pView->SetWindow(NULL); in ReleaseOutlinerView()
1860 delete pView; in ReleaseOutlinerView()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1053 virtual void InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData);
1094 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
1096 Size aSize(pView->GetTextWidth(GetText()), pView->GetTextHeight()); in InitViewData()
1117 virtual void InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData);
1123 void FmFilterString::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData) in InitViewData() argument
1126 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
1128 Font aOldFont( pView->GetFont()); in InitViewData()
1131 pView->SetFont( aFont ); in InitViewData()
1133 Size aSize(pView->GetTextWidth(m_aName), pView->GetTextHeight()); in InitViewData()
1134 pView->SetFont( aOldFont ); in InitViewData()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dsddlgfact.hxx258 …g( ::Window* pWindow, const SfxItemSet& rInAttrs, XColorListSharedPtr aColTab, ::sd::View* pView );
264 …apLineDlg* CreateSdSnapLineDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, ::sd::View* pView);
269 …eateSdOutlineBulletTabDlg ( ::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView = NULL );
274 …const SfxObjectShell* pDocShell, SfxStyleSheetBase& rStyleBase, SdrModel* pModel, SdrView* pView );
275 …ractDialog* CreatSdActionDialog( ::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView );
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx114 …SfxClipboardChangeListener( SfxViewShell* pView, const uno::Reference< datatransfer::clipboard::XC…
155 m_xCtrl = uno::Reference < lang::XComponent >( pView->GetController(), uno::UNO_QUERY ); in SfxClipboardChangeListener()
159 m_pViewShell = pView; in SfxClipboardChangeListener()
776 … SfxViewShell *pView = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl() local
777 if ( pView ) in ExecMisc_Impl()
779 pView->pImp->m_bPlugInsActive = bActive; in ExecMisc_Impl()
784 … SfxInPlaceClientList *pClients = pView->GetIPClientList_Impl(sal_False); in ExecMisc_Impl()
791pView->CheckIPClient_Impl( pIPClient, aVisArea ); in ExecMisc_Impl()
2096 void Change( Menu* pMenu, SfxViewShell* pView ) in Change() argument
2098 SfxDispatcher *pDisp = pView->GetViewFrame()->GetDispatcher(); in Change()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Deditable.cxx73 ScEditableTester::ScEditableTester( ScViewFunc* pView ) : in ScEditableTester() argument
77 TestView( pView ); in ScEditableTester()
133 void ScEditableTester::TestView( ScViewFunc* pView ) in TestView() argument
138 if ( !pView->SelectionEditable( &bThisMatrix ) ) in TestView()

Completed in 276 milliseconds

12345678910>>...20