Home
last modified time | relevance | path

Searched refs:VCLUnoHelper (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aoo4110/main/toolkit/source/helper/
H A Dvclunohelper.cxx216 float VCLUnoHelper::ConvertFontWidth( FontWidth eWidth ) in ConvertFontWidth()
243 FontWidth VCLUnoHelper::ConvertFontWidth( float f ) in ConvertFontWidth()
270 float VCLUnoHelper::ConvertFontWeight( FontWeight eWeight ) in ConvertFontWeight()
297 FontWeight VCLUnoHelper::ConvertFontWeight( float f ) in ConvertFontWeight()
335 aFD.CharacterWidth = VCLUnoHelper::ConvertFontWidth( rFont.GetWidthType() ); in CreateFontDescriptor()
336 aFD.Weight= VCLUnoHelper::ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
365 aFont.SetWeight( VCLUnoHelper::ConvertFontWeight( rDescr.Weight ) ); in CreateFont()
403 sal_Bool VCLUnoHelper::IsZero( ::com::sun::star::awt::Rectangle rRect ) in IsZero()
408 MapUnit VCLUnoHelper::UnoEmbed2VCLMapUnit( sal_Int32 nUnoEmbedMapUnit ) in UnoEmbed2VCLMapUnit()
440 sal_Int32 VCLUnoHelper::VCL2UnoEmbedMapUnit( MapUnit nVCLMapUnit ) in VCL2UnoEmbedMapUnit()
[all …]
/aoo4110/main/toolkit/source/awt/
H A Dvclxdevice.cxx240 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()
347 ::Size aVCLSize = VCLUnoHelper::ConvertToVCLSize(aSize); in convertSizeToLogic()
349 aAWTSize = VCLUnoHelper::ConvertToAWTSize(aDevSz); in convertSizeToLogic()
371 ::Size aVCLSize = VCLUnoHelper::ConvertToVCLSize(aSize); in convertSizeToPixel()
[all …]
H A Dvclxfont.cxx65 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 Dvclxgraphics.cxx171 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 Dvclxwindow.cxx694 ::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()
1235 Window* pPeerWindow = VCLUnoHelper::GetWindow( rxPeer ); in isChild()
1294 Font = VCLUnoHelper::CreateFontDescriptor( rStyleSettings.GetAppFont() ); in getStyles()
1301 Font = VCLUnoHelper::CreateFontDescriptor( rStyleSettings.GetAppFont() ); in getStyles()
1457 OutputDevice* pDevice = VCLUnoHelper::GetOutputDevice( xDevice ); in setProperty()
2056 ::com::sun::star::awt::FontDescriptor aFD = VCLUnoHelper::CreateFontDescriptor( aFont ); in getProperty()
2257 if ( VCLUnoHelper::GetOutputDevice( rxDevice ) ) in setGraphics()
2298 OutputDevice* pDev = VCLUnoHelper::GetOutputDevice( mpImpl->mxViewGraphics ); in draw()
[all …]
H A Dvclxregion.cxx122 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()
/aoo4110/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx116 ::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()
/aoo4110/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx300 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_calcDockingArea()
709 pWindow = VCLUnoHelper::GetWindow( xWindow ); in dockToolbar()
1231 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_reparentToolbars()
1334 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_createToolBar()
1396 pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_setElementData()
1864 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_getWindow()
2703 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_calcWindowPosSizeOnSingleRowColumn()
2804 pDockWindow = VCLUnoHelper::GetWindow( xWindow ); in implts_calcDockingPosSize()
3454 pWindow = VCLUnoHelper::GetWindow( xWindow ); in startDocking()
3548 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in docking()
[all …]
H A Dlayoutmanager.cxx723 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()
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()
1331 Window* pContainerWindow = VCLUnoHelper::GetWindow( xWindow ); in setDockingAreaAcceptor()
1688 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in requestElement()
[all …]
H A Dhelpers.cxx132 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()
/aoo4110/main/framework/source/uielement/
H A Dpanelwrapper.cxx128 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 Dprogressbarwrapper.cxx140 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 Daddonstoolbarwrapper.cxx139 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 Dpopuptoolbarcontroller.cxx117 ToolBox* pToolBox = static_cast< ToolBox* >( VCLUnoHelper::GetWindow( getParent() ) ); in initialize()
154 ToolBox* pToolBox = static_cast< ToolBox* >( VCLUnoHelper::GetWindow( getParent() ) ); in createPopupWindow()
161 VCLUnoHelper::ConvertToAWTRect( pToolBox->GetItemRect( m_nToolBoxId ) ), in createPopupWindow()
414 ToolBox* pToolBox = static_cast< ToolBox* >( VCLUnoHelper::GetWindow( getParent() ) ); in setItemImage()
H A Dtoolbarwrapper.cxx174 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()
/aoo4110/main/extensions/source/bibliography/
H A Dframectr.cxx196 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()
/aoo4110/main/framework/source/inc/pattern/
H A Dwindow.hxx76 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in getWindowState()
104 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in setWindowState()
136 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in isTopWindow()
/aoo4110/main/fpicker/source/office/
H A Dcommonpicker.cxx212 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()
/aoo4110/main/reportdesign/source/core/api/
H A DReportComponent.cxx106 aFontDescriptor = VCLUnoHelper::CreateFontDescriptor(aLatin); in OFormatProperties()
107 aAsianFontDescriptor = VCLUnoHelper::CreateFontDescriptor(aCJK); in OFormatProperties()
108 aComplexFontDescriptor = VCLUnoHelper::CreateFontDescriptor(aCTL); in OFormatProperties()
/aoo4110/main/framework/source/tabwin/
H A Dtabwindow.cxx169 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()
/aoo4110/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx352 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in initialize()
380 Window* pParent = VCLUnoHelper::GetWindow( xParent ); in createItemWindow()
390 xItemWindow = VCLUnoHelper::GetInterface( m_pFindTextFieldControl ); in createItemWindow()
412 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in IMPL_LINK()
523 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in execute()
652 Window* pWindow = VCLUnoHelper::GetWindow( getParent() ); in execute()
810 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in dispatch()
/aoo4110/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx234 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()
/aoo4110/main/framework/source/services/
H A Dbackingcomp.cxx499 WorkWindow* pParent = (WorkWindow*)VCLUnoHelper::GetWindow(xParentWindow); in attachFrame()
500 Window* pWindow = VCLUnoHelper::GetWindow(m_xWindow); in attachFrame()
822 Window* pParent = VCLUnoHelper::GetWindow(xParentWindow); in initialize()
824 m_xWindow = VCLUnoHelper::GetInterface(pWindow); in initialize()
/aoo4110/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx373 …::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()
/aoo4110/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx123 m_xMe = VCLUnoHelper::CreateControlContainer(this); in Construct()
313 …pTHIS->startComponentListening(Reference<XComponent>(VCLUnoHelper::GetInterface(m_pVclControl),UNO… in getVclControl()
342 stopComponentListening(Reference<XComponent>(VCLUnoHelper::GetInterface(m_pVclControl),UNO_QUERY)); in _disposing()

Completed in 143 milliseconds

1234567891011