Home
last modified time | relevance | path

Searched refs:mpWindow (Results 1 – 25 of 96) sorted by path

1234

/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx41 , mpWindow( pWin ) in BasicRenderable()
109 if( mpWindow ) in getRendererCount()
114 nCount = mpWindow->countPages( pPrinter ); in getRendererCount()
166 if( mpWindow ) in render()
180 mpWindow->printPage( sal_Int32(nSelect-1), pPrinter ); in render()
183 mpWindow->printPage( nRenderer, pPrinter ); in render()
H A Dbasicrenderable.hxx39 IDEBaseWindow* mpWindow; member in basicide::BasicRenderable
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx644 ::boost::scoped_ptr<SystemChildWindow> mpWindow;
1030 mpWindow(), in DXRenderModule()
1102 mpWindow.reset( in create()
1107 mpWindow->SetMouseTransparent( sal_True ); in create()
1113 mpWindow->SetParentClipMode(0x0002); in create()
1116 mpWindow->EnableEraseBackground( sal_False ); in create()
1118 mpWindow->SetControlForeground(); in create()
1119 mpWindow->SetControlBackground(); in create()
1120 mpWindow->EnablePaint(sal_False); in create()
1322 mpWindow->Show(); in create()
[all …]
H A Ddx_9rm.cxx661 mpWindow.reset(); in disposing()
681 mpWindow.reset( in create()
686 mpWindow->SetMouseTransparent( TRUE ); in create()
692 mpWindow->SetParentClipMode(0x0002); in create()
695 mpWindow->EnableEraseBackground( sal_False ); in create()
697 mpWindow->SetControlForeground(); in create()
698 mpWindow->SetControlBackground(); in create()
699 mpWindow->EnablePaint(sal_False); in create()
701 const SystemEnvData *pData = mpWindow->GetSystemData(); in create()
717 mpWindow->SetPosSizePixel(0,0,maSize.getX(),maSize.getY()); in create()
[all …]
/trunk/main/sc/inc/
H A DAccessibleFilterMenu.hxx181 ScMenuFloatingWindow* mpWindow; member in ScAccessibleFilterMenu
H A DAccessibleFilterMenuItem.hxx111 ScMenuFloatingWindow* mpWindow; member in ScAccessibleFilterMenuItem
H A DAccessibleFilterTopWindow.hxx90 ScDPFieldPopupWindow* mpWindow; member in ScAccessibleFilterTopWindow
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx75 mpWindow(pWin), in ScAccessibleEditObject()
186 if ( mpWindow ) in GetBoundingBoxOnScreen()
193 aScreenBounds = mpWindow->LogicToPixel( mpEditView->GetOutputArea(), aMapMode ); in GetBoundingBoxOnScreen()
195 Rectangle aWindowRect = mpWindow->GetWindowExtentsRelative( NULL ); in GetBoundingBoxOnScreen()
203 aScreenBounds = mpWindow->GetWindowExtentsRelative( NULL ); in GetBoundingBoxOnScreen()
215 if ( mpWindow ) in GetBoundingBox()
217 uno::Reference< XAccessible > xThis( mpWindow->GetAccessible() ); in GetBoundingBox()
379 (new ScAccessibleEditObjectTextData(mpEditView, mpWindow)); in CreateTextHelper()
384 (new ScAccessibleEditLineTextData(NULL, mpWindow)); in CreateTextHelper()
529 Window* pWindow = mpWindow; in getAccessibleRelationSet()
H A DAccessibleFilterMenu.cxx99 mpWindow(pWin), in ScAccessibleFilterMenu()
120 return mpWindow->IsVisible(); in isVisible()
203 mpWindow->setSelectedMenuItem(nChildIndex, false, true); in selectAccessibleChild()
212 return mpWindow->isMenuItemSelected(static_cast<size_t>(nChildIndex)); in isAccessibleChildSelected()
217 mpWindow->clearSelectedMenuItem(); in clearAccessibleSelection()
245 mpWindow->selectMenuItem(nChildIndex, false, false); in deselectAccessibleChild()
287 ScMenuFloatingWindow* pParentWin = mpWindow->getParentMenuWindow(); in GetBoundingBoxOnScreen()
310 ScMenuFloatingWindow* pParentWin = mpWindow->getParentMenuWindow(); in GetBoundingBox()
327 ScMenuFloatingWindow* pSubMenu = mpWindow->getSubMenuWindow(nMenuPos); in appendMenuItem()
339 xAccessible.set(new ScAccessibleFilterMenuItem(this, mpWindow, rName, nMenuPos)); in appendMenuItem()
[all …]
H A DAccessibleFilterMenuItem.cxx54 mpWindow(pWin), in ScAccessibleFilterMenuItem()
101 mpWindow->executeMenuItem(mnMenuPos); in doAccessibleAction()
139 return mpWindow->isMenuItemSelected(mnMenuPos); in isSelected()
155 if (!mpWindow->IsVisible()) in GetBoundingBoxOnScreen()
158 Point aPos = mpWindow->OutputToAbsoluteScreenPixel(Point(0,0)); in GetBoundingBoxOnScreen()
161 mpWindow->getMenuItemPosSize(mnMenuPos, aMenuPos, aMenuSize); in GetBoundingBoxOnScreen()
169 if (!mpWindow->IsVisible()) in GetBoundingBox()
174 mpWindow->getMenuItemPosSize(mnMenuPos, aMenuPos, aMenuSize); in GetBoundingBox()
H A DAccessibleFilterTopWindow.cxx43 mpWindow(pWin), in ScAccessibleFilterTopWindow()
H A DAccessibleText.cxx181 mpWindow(pWindow), in ScEditObjectViewForwarder()
199 if (mpWindow) in GetVisArea()
216 if (mpWindow) in LogicToPixel()
238 if (mpWindow) in PixelToLogic()
260 mpWindow = NULL; in SetInvalid()
604 mpWindow(pWin) in ScEditViewForwarder()
641 if (mpWindow) in LogicToPixel()
652 if (mpWindow) in PixelToLogic()
742 mpWindow = NULL; in SetInvalid()
1068 mpWindow(pWin) in ScAccessibleEditObjectTextData()
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleEditObject.hxx198 Window* mpWindow; member in ScAccessibleEditObject
H A DAccessibleText.hxx159 Window* mpWindow; member in ScAccessibleEditObjectTextData
325 Window* mpWindow; member in ScAccessibleCsvTextData
/trunk/main/sd/inc/
H A DOutliner.hxx201 ::sd::Window* mpWindow;
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx78 mpWindow (pSdWindow), in AccessibleDocumentViewBase()
H A DAccessibleSlideSorterView.cxx103 ::Window* mpWindow;
798 mpWindow(pWindow), in Implementation()
956 if (mpWindow != NULL) in ConnectListeners()
957 mpWindow->AddEventListener( in ConnectListeners()
980 if (mpWindow != NULL) in ReleaseListeners()
981 mpWindow->RemoveEventListener( in ReleaseListeners()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx203 ::Window* mpWindow;
390 mpWindow = pWindow; in AssistentDlgImpl()
423 RadioButton aEmptyRB (mpWindow); in AssistentDlgImpl()
775 mpWindow = NULL; in EndDialog()
947 if (mpWindow) in TemplateScanDone()
989 if(mpWindow) in GetDocFileName()
991 aTitle = mpWindow->GetText(); in GetDocFileName()
1021 if(mpWindow) in GetDocFileName()
1022 mpWindow->SetText(aTitle); in GetDocFileName()
1117 if( mpWindow ) in ChangePage()
[all …]
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx139 mpWindow(new WorkWindow(NULL,WB_STDWORK)), in BasicViewFactory()
141 mxLocalPane(new Pane(Reference<XResourceId>(), mpWindow.get())) in BasicViewFactory()
H A DBasicViewFactory.hxx118 ::boost::shared_ptr<Window> mpWindow;
H A DChildWindowPane.cxx190 mpWindow = &pDockingWindow->GetContentWindow(); in GetWindow()
191 mxWindow = VCLUnoHelper::GetInterface(mpWindow); in GetWindow()
200 return mpWindow; in GetWindow()
209 if (mpWindow == NULL || ! mxWindow.is()) in getWindow()
240 mpWindow = NULL; in disposing()
H A DFullScreenPane.cxx96 mpWindow = new ::Window(mpWorkWindow.get()); in FullScreenPane()
98 mpWindow->SetBackground(Wallpaper()); in FullScreenPane()
99 mxWindow = VCLUnoHelper::GetInterface(mpWindow); in FullScreenPane()
104 mpWindow->GrabFocus(); in FullScreenPane()
116 if (mpWindow != NULL) in disposing()
118 delete mpWindow; in disposing()
140 if (mpWindow != NULL) in isVisible()
141 return mpWindow->IsReallyVisible(); in isVisible()
152 if (mpWindow != NULL) in setVisible()
153 mpWindow->Show(bIsVisible); in setVisible()
[all …]
H A DPane.cxx49 mpWindow(pWindow), in Pane()
67 mpWindow = NULL; in disposing()
76 return mpWindow; in GetWindow()
87 mpWindow = pWindow; in SetWindow()
88 mxWindow = VCLUnoHelper::GetInterface(mpWindow); in SetWindow()
246 if (mpWindow != NULL) in CreateCanvas()
249 ::cppcanvas::VCLFactory::getInstance().createSpriteCanvas(*mpWindow)); in CreateCanvas()
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx331 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
333 mpWindow->CaptureMouse(); in MouseButtonDown()
334 sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); in MouseButtonDown()
388 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()
H A Dfuconarc.cxx130 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
131 mpWindow->CaptureMouse(); in MouseButtonDown()
132 sal_uInt16 nDrgLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(DRGPIX,0)).Width() ); in MouseButtonDown()
175 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()

Completed in 117 milliseconds

1234