| /AOO42X/main/toolkit/source/helper/ ! |
| H A D | vclunohelper.cxx | 66 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit> VCLUnoHelper::CreateToolkit() in CreateToolkit() 78 BitmapEx VCLUnoHelper::GetBitmap( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XB… in GetBitmap() 112 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XBitmap> VCLUnoHelper::CreateBitmap( const… in CreateBitmap() 119 Window* VCLUnoHelper::GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWi… in GetWindow() 125 Window* VCLUnoHelper::GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWi… in GetWindow() 131 Window* VCLUnoHelper::GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWi… in GetWindow() 137 Region VCLUnoHelper::GetRegion( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XReg… in GetRegion() 153 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow> VCLUnoHelper::GetInterface( Windo… in GetInterface() 164 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XPointer> VCLUnoHelper::CreatePointer() in CreatePointer() 170 OutputDevice* VCLUnoHelper::GetOutputDevice( const ::com::sun::star::uno::Reference< ::com::sun::st… in GetOutputDevice() [all …]
|
| /AOO42X/main/toolkit/source/awt/ ! |
| H A D | vclxdevice.cxx | 200 pFonts[n] = VCLUnoHelper::CreateFontDescriptor( mpOutputDevice->GetDevFont( n ) ); in getFontDescriptors() 214 pMetric->Init( *this, VCLUnoHelper::CreateFont( rDescriptor, mpOutputDevice->GetFont() ) ); in getFont() 240 BitmapEx aBmp = VCLUnoHelper::GetBitmap( rxBitmap ); in createDisplayBitmap() 296 MapMode aMode(VCLUnoHelper::ConvertToMapModeUnit(TargetUnit)); in convertPointToLogic() 297 ::Point aVCLPoint = VCLUnoHelper::ConvertToVCLPoint(aPoint); in convertPointToLogic() 299 aAWTPoint = VCLUnoHelper::ConvertToAWTPoint(aDevPoint); in convertPointToLogic() 321 MapMode aMode(VCLUnoHelper::ConvertToMapModeUnit(SourceUnit)); in convertPointToPixel() 322 ::Point aVCLPoint = VCLUnoHelper::ConvertToVCLPoint(aPoint); in convertPointToPixel() 324 aAWTPoint = VCLUnoHelper::ConvertToAWTPoint(aDevPoint); in convertPointToPixel() 346 MapMode aMode(VCLUnoHelper::ConvertToMapModeUnit(TargetUnit)); in convertSizeToLogic() [all …]
|
| H A D | vclxfont.cxx | 65 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in ImplAssertValidFontMetric() 102 return VCLUnoHelper::CreateFontDescriptor( maFont ); in IMPL_XTYPEPROVIDER_START() 112 aFM = VCLUnoHelper::CreateFontMetric( *mpFontMetric ); in getFontMetric() 121 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getCharWidth() 140 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getCharWidths() 165 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getStringWidth() 181 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in getStringWidthArray() 204 OutputDevice* pOutDev = VCLUnoHelper::GetOutputDevice( mxDevice ); in hasGlyphs()
|
| H A D | vclxgraphics.cxx | 171 aM = VCLUnoHelper::CreateFontMetric( mpOutputDevice->GetFontMetric() ); in getFontMetric() 180 maFont = VCLUnoHelper::CreateFont( rxFont ); in setFont() 204 maFont = VCLUnoHelper::CreateFont( rDescription, Font() ); in selectFont() 279 mpClipRegion = new Region( VCLUnoHelper::GetRegion( rxRegion ) ); in setClipRegion() 290 Region aRegion( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectClipRegion() 324 const ::Rectangle aVCLRect = VCLUnoHelper::ConvertToVCLRect( aRect ); in clear() 354 BitmapEx aBmpEx = VCLUnoHelper::GetBitmap( xBitmap ); in draw() 429 mpOutputDevice->DrawPolyLine( VCLUnoHelper::CreatePolygon( DataX, DataY ) ); in drawPolyLine() 440 mpOutputDevice->DrawPolygon( VCLUnoHelper::CreatePolygon( DataX, DataY ) ); in drawPolygon() 454 … aPolyPoly[n] = VCLUnoHelper::CreatePolygon( DataX.getConstArray()[n], DataY.getConstArray()[n] ); in drawPolyPolygon()
|
| H A D | vclxwindow.cxx | 694 ::com::sun::star::awt::KeyEvent aEvent( VCLUnoHelper::createKeyEvent( in ProcessWindowEvent() 705 ::com::sun::star::awt::KeyEvent aEvent( VCLUnoHelper::createKeyEvent( in ProcessWindowEvent() 729 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( aMEvt, *this ) ); in ProcessWindowEvent() 746 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *pMouseEvt, *this ) ); in ProcessWindowEvent() 758 awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *pMouseEvt, *this ) ); in ProcessWindowEvent() 771 …awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *(MouseEvent*)rVclWindowEvent.GetData(), *… in ProcessWindowEvent() 785 …awt::MouseEvent aEvent( VCLUnoHelper::createMouseEvent( *(MouseEvent*)rVclWindowEvent.GetData(), *… in ProcessWindowEvent() 1235 Window* pPeerWindow = VCLUnoHelper::GetWindow( rxPeer ); in isChild() 1279 … GetWindow()->SetControlFont( VCLUnoHelper::CreateFont( rFont, GetWindow()->GetControlFont() ) ); in setControlFont() 1294 Font = VCLUnoHelper::CreateFontDescriptor( rStyleSettings.GetAppFont() ); in getStyles() [all …]
|
| H A D | vclxregion.cxx | 122 maRegion.Union( VCLUnoHelper::GetRegion( rxRegion ) ); in unionRegion() 130 maRegion.Intersect( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectRegion() 138 maRegion.Exclude( VCLUnoHelper::GetRegion( rxRegion ) ); in excludeRegion() 146 maRegion.XOr( VCLUnoHelper::GetRegion( rxRegion ) ); in xOrRegion()
|
| /AOO42X/main/sd/source/ui/presenter/ ! |
| H A D | PresenterHelper.cxx | 116 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in createWindow() 204 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in createCanvas() 237 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in toTop() 295 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in captureMouse() 311 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in releaseMouse() 326 ::Window* pChildWindow = VCLUnoHelper::GetWindow(rxChildWindow); in getWindowExtentsRelative() 327 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in getWindowExtentsRelative()
|
| /AOO42X/main/framework/source/layoutmanager/ ! |
| H A D | toolbarlayoutmanager.cxx | 348 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_calcDockingArea() 711 pWindow = VCLUnoHelper::GetWindow( xWindow ); in dockToolbar() 915 …::DockingAreaWindow* pWindow = dynamic_cast< ::DockingAreaWindow* >(VCLUnoHelper::GetWindow( xTopD… in setParentWindow() 917 … pWindow = dynamic_cast< ::DockingAreaWindow* >(VCLUnoHelper::GetWindow( xBottomDockWindow ) ); in setParentWindow() 919 pWindow = dynamic_cast< ::DockingAreaWindow* >(VCLUnoHelper::GetWindow( xLeftDockWindow ) ); in setParentWindow() 921 … pWindow = dynamic_cast< ::DockingAreaWindow* >(VCLUnoHelper::GetWindow( xRightDockWindow ) ); in setParentWindow() 1048 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_createAddonsToolBars() 1209 Window* pContainerWindow = VCLUnoHelper::GetWindow( m_xContainerWindow ); in implts_reparentToolbars() 1210 …Window* pTopDockWindow = VCLUnoHelper::GetWindow( m_xDockAreaWindows[ui::DockingArea_DOCKINGARE… in implts_reparentToolbars() 1211 …Window* pBottomDockWindow = VCLUnoHelper::GetWindow( m_xDockAreaWindows[ui::DockingArea_DOCKINGARE… in implts_reparentToolbars() [all …]
|
| H A D | layoutmanager.cxx | 723 pContainerWindow = VCLUnoHelper::GetWindow( m_xContainerWindow ); in implts_getContainerWindowOutputSize() 910 Window* pStatusBarWnd = VCLUnoHelper::GetWindow( xStatusBarWindow ); in implts_createProgressBar() 913 Window* pWindow = VCLUnoHelper::GetWindow( xContainerWindow ); in implts_createProgressBar() 917 … Reference< awt::XWindow > xStatusBarWindow2( VCLUnoHelper::GetInterface( pStatusBar )); in implts_createProgressBar() 1000 Window* pParentWindow = VCLUnoHelper::GetWindow( xContainerWindow ); in implts_setStatusBarPosSize() 1001 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_setStatusBarPosSize() 1042 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_showProgressBar() 1086 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_hideProgressBar() 1111 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_showStatusBar() 1137 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_hideStatusBar() [all …]
|
| H A D | helpers.cxx | 132 return VCLUnoHelper::GetWindow( xWindow ); in getWindowFromXUIElement() 137 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in getTopSystemWindow() 169 Window* pWindow = VCLUnoHelper::GetWindow( _xWindow ); in lcl_checkUIElement() 339 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_isFrameOrWindowTop()
|
| /AOO42X/main/framework/source/uielement/ ! |
| H A D | panelwrapper.cxx | 128 xWindow = VCLUnoHelper::GetInterface( pPanelWindow->getContentWindow() ); in dispose() 172 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize() 173 pContentWindow = VCLUnoHelper::GetWindow( xContentWindow ); in initialize() 179 m_xPanelWindow = VCLUnoHelper::GetInterface( pPanelWindow ); in initialize() 230 …PanelWindow* pPanelWindow = dynamic_cast< PanelWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in setFastPropertyValue_NoBroadcast()
|
| H A D | progressbarwrapper.cxx | 140 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in start() 178 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in end() 208 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in setText() 261 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in setValue()
|
| H A D | addonstoolbarwrapper.cxx | 139 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize() 145 m_xToolBarWindow = VCLUnoHelper::GetInterface( pToolBar ); in initialize() 184 return Reference< XInterface >( VCLUnoHelper::GetInterface( pWindow ), UNO_QUERY ); in getRealInterface()
|
| H A D | popuptoolbarcontroller.cxx | 119 ToolBox* pToolBox = static_cast< ToolBox* >( VCLUnoHelper::GetWindow( getParent() ) ); in initialize() 156 ToolBox* pToolBox = static_cast< ToolBox* >( VCLUnoHelper::GetWindow( getParent() ) ); in createPopupWindow() 164 VCLUnoHelper::ConvertToAWTRect( pToolBox->GetItemRect( m_nToolBoxId ) ), in createPopupWindow() 419 ToolBox* pToolBox = static_cast< ToolBox* >( VCLUnoHelper::GetWindow( getParent() ) ); in setItemImage()
|
| H A D | toolbarwrapper.cxx | 174 Window* pWindow = VCLUnoHelper::GetWindow( xFrame->getContainerWindow() ); in initialize() 180 m_xToolBarWindow = VCLUnoHelper::GetInterface( pToolBar ); in initialize() 291 return Reference< XInterface >( VCLUnoHelper::GetInterface( pWindow ), UNO_QUERY ); in getRealInterface()
|
| /AOO42X/main/extensions/source/bibliography/ ! |
| H A D | framectr.cxx | 196 Window* pParent = VCLUnoHelper::GetWindow( xWindow ); in BibFrameController_Impl() 440 Window* pParent = VCLUnoHelper::GetWindow( xWindow ); in dispatch() 538 … ShowServiceNotAvailableError( VCLUnoHelper::GetWindow( xWindow ), sDialogServiceName, sal_True ); in dispatch() 669 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch() 678 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch() 687 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch() 764 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in addStatusListener() 771 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in addStatusListener() 779 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in addStatusListener()
|
| /AOO42X/main/framework/source/inc/pattern/ ! |
| H A D | window.hxx | 76 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in getWindowState() 104 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in setWindowState() 136 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in isTopWindow()
|
| /AOO42X/main/framework/source/tabwin/ ! |
| H A D | tabwindow.cxx | 169 Window* pWindow = VCLUnoHelper::GetWindow( rTabControlWindow ); in impl_GetTabControl() 180 Window* pWindow = VCLUnoHelper::GetWindow( in impl_SetTitle() 421 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in initialize() 425 pWindow = VCLUnoHelper::GetWindow( xContainerWindow ); in initialize() 429 pWindow = VCLUnoHelper::GetWindow( xTabControl ); in initialize() 547 Window* pWindow = VCLUnoHelper::GetWindow( m_xContainerWindow ); in windowShown() 560 Window* pWindow = VCLUnoHelper::GetWindow( m_xContainerWindow ); in windowHidden()
|
| /AOO42X/main/fpicker/source/office/ ! |
| H A D | commonpicker.cxx | 212 m_pDlg = implCreateDialog( VCLUnoHelper::GetWindow( m_xDialogParent ) ); in createPicker() 227 m_xWindow = VCLUnoHelper::GetInterface( m_pDlg ); in createPicker() 240 m_xDialogParent = VCLUnoHelper::GetInterface( m_pDlg->GetParent() ); in createPicker() 492 …OSL_ENSURE( VCLUnoHelper::GetWindow( m_xDialogParent ), "OCommonPicker::implHandleInitializationAr… in implHandleInitializationArgument()
|
| /AOO42X/main/svx/source/tbxctrls/ ! |
| H A D | tbunosearchcontrollers.cxx | 352 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in initialize() 386 Window* pParent = VCLUnoHelper::GetWindow( xParent ); in createItemWindow() 396 xItemWindow = VCLUnoHelper::GetInterface( m_pFindTextFieldControl ); in createItemWindow() 418 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in IMPL_LINK() 529 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in execute() 658 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in execute() 816 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in dispatch()
|
| /AOO42X/main/reportdesign/source/core/api/ ! |
| H A D | ReportComponent.cxx | 105 aFontDescriptor = VCLUnoHelper::CreateFontDescriptor(aLatin); in OFormatProperties() 106 aAsianFontDescriptor = VCLUnoHelper::CreateFontDescriptor(aCJK); in OFormatProperties() 107 aComplexFontDescriptor = VCLUnoHelper::CreateFontDescriptor(aCTL); in OFormatProperties()
|
| /AOO42X/main/sc/source/ui/vba/ ! |
| H A D | vbaeventshelper.cxx | 234 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in startControllerListening() 254 if( Window* pWindow = VCLUnoHelper::GetWindow( xWindow ) ) in stopControllerListening() 289 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowActivated() 311 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in windowDeactivated() 329 postWindowResizeEvent( VCLUnoHelper::GetWindow( xWindow ) ); in windowResized() 354 postWindowResizeEvent( VCLUnoHelper::GetWindow( xWindow ) ); in borderWidthsChanged()
|
| /AOO42X/main/framework/source/services/ ! |
| H A D | backingcomp.cxx | 494 WorkWindow* pParent = (WorkWindow*)VCLUnoHelper::GetWindow(xParentWindow); in attachFrame() 495 Window* pWindow = VCLUnoHelper::GetWindow(m_xWindow); in attachFrame() 817 Window* pParent = VCLUnoHelper::GetWindow(xParentWindow); in initialize() 819 m_xWindow = VCLUnoHelper::GetInterface(pWindow); in initialize()
|
| /AOO42X/main/framework/source/dispatch/ ! |
| H A D | helpagentdispatcher.cxx | 373 …::svt::HelpAgentWindow* pAgentWindow = (::svt::HelpAgentWindow*)VCLUnoHelper::GetWindow(xAgentWi… in implts_positionAgentWindow() 411 Window* pContainerWindow = VCLUnoHelper::GetWindow(xContainerWindow); in implts_ensureAgentWindow() 419 m_xAgentWindow = VCLUnoHelper::GetInterface(pAgentWindow); in implts_ensureAgentWindow()
|
| /AOO42X/main/svx/source/svdraw/ ! |
| H A D | svdoole2.cxx | 189 …aContainerMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xParentVis->getMapUnit( mpObj->GetAspect() … in impl_getScaledRect_nothrow() 252 …aContainerMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xParentVis->getMapUnit( mpObj->GetAspect() … in notifyEvent() 254 …MapUnit aObjMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( mpObj->GetObjRef()->getMapUnit( mpObj->Ge… in notifyEvent() 498 …aContainerMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xParentVis->getMapUnit( mpObj->GetAspect() … in getPlacement() 552 …aContainerMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xParentVis->getMapUnit( mpObj->GetAspect() … in changedPlacement() 1838 … MapUnit aMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xObjRef->getMapUnit( GetAspect() ) ); in ImpSetVisAreaSize() 1862 … MapUnit aNewMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xObjRef->getMapUnit( GetAspect() ) ); in ImpSetVisAreaSize() 1909 … MapUnit aMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( xObjRef->getMapUnit( GetAspect() ) ); in ImpSetVisAreaSize()
|