Home
last modified time | relevance | path

Searched refs:pView (Results 326 – 350 of 497) sorted by relevance

1...<<11121314151617181920

/trunk/main/framework/source/services/
H A Dlicense.cxx586 ExtTextView* pView = GetTextView(); in IsEndReached() local
589 Size aOutSize = pView->GetWindow()->GetOutputSizePixel(); in IsEndReached()
592 if ( (sal_uLong) pView->GetDocPos( aBottom ).Y() >= nHeight - 1 ) in IsEndReached()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx2020 SfxViewFrame* pView = SfxViewFrame::Current(); in GetDialogParent() local
2021 if ( !pView || pView->GetObjectShell() != this ) in GetDialogParent()
2023 pView = SfxViewFrame::GetFirst(this); in GetDialogParent()
2024 if ( pView ) in GetDialogParent()
2025 pFrame = &pView->GetFrame(); in GetDialogParent()
/trunk/main/svx/source/form/
H A Dfmobj.cxx690 FmFormView* pView( dynamic_cast< FmFormView* >( rStat.GetView() ) ); in EndCreate() local
691 FmXFormView* pViewImpl = pView ? pView->GetImpl() : NULL; in EndCreate()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx126 EDITENG_DLLPRIVATE sal_Bool PostKeyEvent( const KeyEvent& rKeyEvent, EditView* pView );
166 sal_Bool HasView( EditView* pView ) const;
168 void SetActiveView( EditView* pView );
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx298 SdrMarkView* pView = pHdlList->GetView(); in CreateB2dIAObject() local
300 if(pView && !pView->areMarkHandlesHidden()) in CreateB2dIAObject()
302 SdrPageView* pPageView = pView->GetSdrPageView(); in CreateB2dIAObject()
/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx365 ::sd::View* pView = mrViewShell.GetView(); in CreateShell()
368 pShell = new FmFormShell(&mrViewShell.GetViewShellBase(), pView); in CreateShell()
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx52 SVX_DLLPRIVATE SvxTableController( SdrObjEditView* pView, const SdrObject* pObj );
85 …SVX_DLLPRIVATE static rtl::Reference< sdr::SelectionController > create( SdrObjEditView* pView, co…
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx126 rtl::Reference< sdr::SelectionController > CreateTableController( SdrObjEditView* pView, const SdrO… in CreateTableController() argument
128 return SvxTableController::create( pView, pObj, xRefController ); in CreateTableController()
133 rtl::Reference< sdr::SelectionController > SvxTableController::create( SdrObjEditView* pView, const… in create() argument
138 if( pController && (pController->mxTableObj.get() == pObj) && (pController->mpView == pView) ) in create()
141 return new SvxTableController( pView, pObj ); in create()
146 SvxTableController::SvxTableController( SdrObjEditView* pView, const SdrObject* pObj ) in SvxTableController() argument
150 , mpView( dynamic_cast< SdrView* >( pView ) ) in SvxTableController()
/trunk/main/starmath/source/
H A Dutility.cxx52 SfxViewShell *pView = SfxViewShell::Current(); in SmGetActiveView() local
53 return PTR_CAST(SmViewShell, pView); in SmGetActiveView()
H A Dunomodel.cxx1105 SmViewShell *pView = PTR_CAST( SmViewShell, pViewSh ); in render() local
1106 DBG_ASSERT( pView, "SmModel::render : no SmViewShell found" ); in render()
1108 if (pView) in render()
1149 pView->Impl_Print( *pOut, *m_pPrintUIOptions, Rectangle( OutputRect ), Point() ); in render()
/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx182 void InputSelection( EditView* pView );
183 void InputChanged( EditView* pView, sal_Bool bFromNotify = sal_False );
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx135 FmFormView* pView; member in FmNavViewMarksChanged
138 FmNavViewMarksChanged(FmFormView* pWhichView) { pView = pWhichView; } in FmNavViewMarksChanged()
141 FmFormView* GetAffectedView() { return pView; } in GetAffectedView()
/trunk/main/cui/source/tabpages/
H A Dmeasure.cxx125 pView( 0 ), in SvxMeasurePage()
609 DBG_ASSERT( pView, "Keine gueltige View Uebergeben!" ); in Construct()
611 aCtlPreview.pMeasureObj->SetModel( pView->GetModel() ); in Construct()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx52 sal_Bool bIsStart, sal_Bool bIsAllRight, EditView* pView ) : in EditSpellWrapper() argument
55 DBG_ASSERT( pView, "Es muss eine View uebergeben werden!" ); in EditSpellWrapper()
59 pEditView = pView; in EditSpellWrapper()
H A Deditundo.cxx56 void lcl_DoSetSelection( EditView* pView, sal_uInt32 nPara ) in lcl_DoSetSelection() argument
59 EditPaM aPaM( pView->GetImpEditEngine()->CreateEditPaM( aEPaM ) ); in lcl_DoSetSelection()
62 pView->GetImpEditView()->SetEditSelection( aSel ); in lcl_DoSetSelection()
/trunk/main/sc/source/ui/view/
H A Deditsh.cxx107 ScEditShell::ScEditShell(EditView* pView, ScViewData* pData) : in ScEditShell() argument
108 pEditView (pView), in ScEditShell()
139 void ScEditShell::SetEditView(EditView* pView) in SetEditView() argument
141 pEditView = pView; in SetEditView()
H A Dtabvwsh5.cxx208 EditView* pView = GetViewData()->GetEditView(eActive); // ist nicht 0 in Notify() local
210 SetEditShell(pView ,sal_True); in Notify()
/trunk/main/svtools/inc/svtools/
H A Dsvlbitm.hxx192 void Check( SvLBox* pView, SvLBoxEntry*, sal_Bool bCheck );
193 virtual sal_Bool ClickHdl(SvLBox* pView, SvLBoxEntry* );
/trunk/main/sc/inc/
H A Dscmod.hxx234 void InputSelection( EditView* pView );
235 void InputChanged( EditView* pView );
/trunk/main/sw/source/ui/inc/
H A Dmmconfigitem.hxx266 void SetTargetView(SwView* pView);
269 void SetSourceView(SwView* pView);
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx292 for ( SdrView* pView = aIter.FirstView(); pView; pView = aIter.NextView() ) in remove() local
294 if(CONTAINER_ENTRY_NOTFOUND != pView->TryToFindMarkedObject(pSdrShape)) in remove()
296 pView->MarkObj(pSdrShape, pView->GetSdrPageView(), sal_True, sal_False); in remove()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx104 ::sd::View* pView, in FuSelection() argument
107 : FuDraw(pViewSh, pWin, pView, pDoc, rReq), in FuSelection()
124 FunctionReference FuSelection::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
126 FunctionReference xFunc( new FuSelection( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconstr.cxx63 ::sd::View* pView, in FuConstruct() argument
66 : FuDraw(pViewSh, pWin, pView, pDoc, rReq), in FuConstruct()
/trunk/main/sw/inc/
H A Dunomod.hxx139 SwView* pView; member in SwXViewSettings
166 SwXViewSettings(sal_Bool bWeb, SwView* pView);
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx122 OJoinDesignView* pView = m_pTabWin->getDesignView(); in GetEntryFromText() local
123 OJoinController& rController = pView->getController(); in GetEntryFromText()

Completed in 448 milliseconds

1...<<11121314151617181920