| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | QueryDesignView.cxx | 155 sal_Bool InsertJoin( const OQueryDesignView* _pView, 158 SqlParseError InstallFields(OQueryDesignView* _pView, 162 SqlParseError GetGroupCriteria( OQueryDesignView* _pView, 166 SqlParseError GetHavingCriteria(OQueryDesignView* _pView, 171 SqlParseError GetOrderCriteria( OQueryDesignView* _pView, 175 SqlParseError AddFunctionCondition(OQueryDesignView* _pView, 195 …::rtl::OUString getTableRange(const OQueryDesignView* _pView,const ::connectivity::OSQLParseNode* … in getTableRange() argument 197 …Reference< XConnection> xConnection = static_cast<OQueryController&>(_pView->getController()).getC… in getTableRange() 208 …void insertConnection(const OQueryDesignView* _pView,const EJoinType& _eJoinType,OTableFieldDescRe… in insertConnection() argument 210 OQueryTableView* pTableView = static_cast<OQueryTableView*>(_pView->getTableView()); in insertConnection() [all …]
|
| H A D | QueryTableView.cxx | 175 void addUndoAction( OQueryTableView* _pView, in addUndoAction() argument 182 _pView->getDesignView()->getController().addUndoActionAndInvalidate(_pUndoAction); in addUndoAction() 191 …sal_Bool openJoinDialog(OQueryTableView* _pView,const TTableConnectionData::value_type& _pConnecti… in openJoinDialog() argument 195 …DlgQryJoin aDlg(_pView,_pConnectionData,_pView->GetTabWinMap(),_pView->getDesignView()->getControl… in openJoinDialog() 200 _pView->getDesignView()->getController().setModified(sal_True); in openJoinDialog() 211 void connectionModified(OQueryTableView* _pView, in connectionModified() argument 220 addUndoAction( _pView, in connectionModified() 221 new OQueryAddTabConnUndoAction(_pView), in connectionModified() 228 _pView->Invalidate(INVALIDATE_NOCHILDREN); in connectionModified() 231 void addConnections(OQueryTableView* _pView, in addConnections() argument [all …]
|
| H A D | JoinTableView.cxx | 477 sal_Bool isScrollAllowed( OJoinTableView* _pView,long nDelta, sal_Bool bHoriz) in isScrollAllowed() argument 482 ScrollBar* pBar = _pView->GetVScrollBar(); in isScrollAllowed() 484 pBar = _pView->GetHScrollBar(); in isScrollAllowed() 495 if( nNewThumbPos == _pView->GetScrollOffset().X() ) in isScrollAllowed() 498 else if ( nNewThumbPos == _pView->GetScrollOffset().Y() ) in isScrollAllowed() 504 …sal_Bool getMovementImpl(OJoinTableView* _pView,const Point& _rPoint,const Size& _rSize,long& _nSc… in getMovementImpl() argument 510 aUpperLeft -= _pView->GetScrollOffset(); in getMovementImpl() 515 Size aSize = _pView->getRealOutputSize(); //GetOutputSizePixel(); in getMovementImpl() 547 bVisbile = isScrollAllowed(_pView,_nScrollX, sal_True); in getMovementImpl() 550 bVisbile = bVisbile && isScrollAllowed(_pView,_nScrollY, sal_False); in getMovementImpl() [all …]
|
| /trunk/main/svtools/source/contnr/ |
| H A D | imivctl2.cxx | 551 _pView = pView; in IcnGridMap_Impl() 570 if( _pView->nWinBits & WB_ALIGN_TOP ) in Expand() 591 if( _pView->nWinBits & WB_ALIGN_TOP ) in Create_Impl() 599 const sal_uLong nCount = _pView->aEntries.Count(); in Create_Impl() 601 OccupyGrids( (SvxIconChoiceCtrlEntry*)_pView->aEntries.GetObject( nCur )); in Create_Impl() 607 if( _pView->nWinBits & WB_ALIGN_TOP ) in GetMinMapSize() 610 nX = _pView->nMaxVirtWidth; in GetMinMapSize() 612 nX = _pView->pView->GetOutputSizePixel().Width(); in GetMinMapSize() 613 if( !(_pView->nFlags & F_ARRANGING) ) in GetMinMapSize() 614 nX -= _pView->nVerSBarWidth; in GetMinMapSize() [all …]
|
| H A D | imivctl.hxx | 591 SvxIconChoiceCtrl_Impl* _pView; member in IcnGridMap_Impl
|
| H A D | fileview.cxx | 163 static sal_Bool isHighContrast( const Window* _pView ) in isHighContrast() argument 165 return _pView->GetSettings().GetStyleSettings().GetHighContrastMode(); in isHighContrast()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuarea.cxx | 56 FuArea::FuArea( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* _pView, SdDrawDocument* pDoc, S… in FuArea() argument 57 : FuPoor(pViewSh, pWin, _pView, pDoc, rReq) in FuArea() 61 FunctionReference FuArea::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* _pView, SdDra… in Create() argument 63 FunctionReference xFunc( new FuArea( pViewSh, pWin, _pView, pDoc, rReq ) ); in Create()
|
| H A D | fubullet.cxx | 75 ::sd::View* _pView, in FuBullet() argument 78 : FuPoor(pViewSh, pWin, _pView, pDoc, rReq) in FuBullet()
|
| /trunk/main/dbaccess/source/ui/browser/ |
| H A D | brwview.cxx | 77 sal_Bool isGrabVclControlFocusAllowed(const UnoDataBrowserView* _pView) in isGrabVclControlFocusAllowed() argument 80 SbaGridControl* pVclControl = _pView->getVclControl(); in isGrabVclControlFocusAllowed() 81 Reference< ::com::sun::star::awt::XControl > xGrid = _pView->getGridControl(); in isGrabVclControlFocusAllowed() 374 BrowserViewStatusDisplay::BrowserViewStatusDisplay( UnoDataBrowserView* _pView, const String& _rSta… in DBG_NAME() 375 :m_pView(_pView) in DBG_NAME()
|
| /trunk/main/svx/source/accessibility/ |
| H A D | AccessibleControlShape.cxx | 184 Reference< XContainer > lcl_getControlContainer( const Window* _pWin, const SdrView* _pView ) in lcl_getControlContainer() argument 187 DBG_ASSERT( _pView, "lcl_getControlContainer: invalid view!" ); in lcl_getControlContainer() 188 if ( _pView && _pView->GetSdrPageView()) in lcl_getControlContainer() 190 xReturn = xReturn.query( _pView->GetSdrPageView()->GetControlContainer( *_pWin ) ); in lcl_getControlContainer()
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | AView.cxx | 45 OAdoView::OAdoView(sal_Bool _bCase,ADOView* _pView) : OView_ADO(_bCase,NULL) in OAdoView() argument 46 ,m_aView(_pView) in OAdoView()
|
| /trunk/main/reportdesign/source/ui/report/ |
| H A D | ReportWindow.cxx | 63 OReportWindow::OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView) in DBG_NAME() 67 ,m_pView(_pView) in DBG_NAME() 89 m_pReportListener = addStyleListener(_pView->getController().getReportDefinition(),this); in DBG_NAME()
|
| H A D | ViewsWindow.cxx | 63 …ectangle& _aObjRect,long& _nXMov, long& _nYMov,SdrObject* _pObj,SdrView* _pView,sal_Int32 _nContro… in lcl_getNewRectSize() argument 86 pOverlappedObj = isOver(aNewRect,*_pObj->GetPage(),*_pView,true,_pObj); in lcl_getNewRectSize()
|
| /trunk/main/fpicker/source/office/ |
| H A D | asyncfilepicker.cxx | 44 …AsyncPickerAction::AsyncPickerAction( SvtFileDialog* _pDialog, SvtFileView* _pView, const Action _… in DBG_NAME() 47 ,m_pView ( _pView ) in DBG_NAME()
|
| H A D | asyncfilepicker.hxx | 70 AsyncPickerAction( SvtFileDialog* _pDialog, SvtFileView* _pView, const Action _eAction );
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdouno.cxx | 124 void lcl_ensureControlVisibility( SdrView* _pView, const SdrUnoObj* _pObject, bool _bVisible ) in lcl_ensureControlVisibility() argument 128 SdrPageView* pPageView = _pView ? _pView->GetSdrPageView() : NULL; in lcl_ensureControlVisibility()
|
| /trunk/main/svx/source/form/ |
| H A D | navigatortree.cxx | 123 … isModelShapeMarked( FmEntryData* _pEntry, const MapModelToShape& _rModelMap, SdrMarkView* _pView ) in isModelShapeMarked() argument 125 DBG_ASSERT( _pEntry && _pView, "isModelShapeMarked: invalid arguments!" ); in isModelShapeMarked() 126 if ( !_pEntry || !_pView ) in isModelShapeMarked() 138 bIsMarked = _pView->IsObjMarked( aPos->second ); in isModelShapeMarked() 145 sal_uInt32 nMarked = _pView->GetMarkedObjectList().GetMarkCount(); in isModelShapeMarked() 148 SdrMark* pMark = _pView->GetMarkedObjectList().GetMark( i ); in isModelShapeMarked()
|
| H A D | fmview.cxx | 195 const SdrPageWindow* findPageWindow( const SdrPaintView* _pView, OutputDevice* _pWindow ) in findPageWindow() argument 197 SdrPageView* pPageView = _pView->GetSdrPageView(); in findPageWindow()
|
| H A D | fmshell.cxx | 1236 void FmFormShell::SetView( FmFormView* _pView ) in SetView() argument 1248 if ( !_pView ) in SetView() 1251 m_pFormView = _pView; in SetView()
|
| H A D | fmvwimp.cxx | 435 FmXFormView::FmXFormView(const ::comphelper::ComponentContext& _rContext, FmFormView* _pView ) in FmXFormView() argument 438 ,m_pView(_pView) in FmXFormView()
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | AView.hxx | 48 OAdoView(sal_Bool _bCase, ADOView* _pView=NULL);
|
| /trunk/main/sw/source/ui/app/ |
| H A D | docsh2.cxx | 159 void SwDocShell::ToggleBrowserMode(sal_Bool bSet, SwView* _pView ) in ToggleBrowserMode() argument 163 SwView* pTempView = _pView ? _pView : (SwView*)GetView(); in ToggleBrowserMode()
|
| /trunk/main/dbaccess/source/ui/inc/ |
| H A D | brwview.hxx | 116 BrowserViewStatusDisplay( UnoDataBrowserView* _pView, const String& _rStatus );
|
| /trunk/main/reportdesign/source/ui/inc/ |
| H A D | ReportWindow.hxx | 79 OReportWindow(OScrollWindowHelper* _pParent,ODesignView* _pView);
|
| /trunk/main/svx/source/inc/ |
| H A D | fmvwimp.hxx | 186 FmXFormView( const ::comphelper::ComponentContext& _rContext, FmFormView* _pView );
|