Home
last modified time | relevance | path

Searched refs:getFontMetrics (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRun.java55 final FontMetrics aMetrics = aG2.getFontMetrics(maStyle.GetFont()); in Format()
74 mnWidth = aG2.getFontMetrics().stringWidth(msText); in Paint()
75 mnHeight = aG2.getFontMetrics().getHeight(); in Paint()
H A DTokenView.java172 final FontMetrics aMetrics = aG2.getFontMetrics(); in PaintLineNumber()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java375 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics() method in WindowsAccessBridgeAdapter.PopupMenuProxy
376 return menuComponent.getFontMetrics(f); in getFontMetrics()
566 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics() method in WindowsAccessBridgeAdapter.ListProxy
567 return listComponent.getFontMetrics(f); in getFontMetrics()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java167 FontMetrics metrics = getFontMetrics(font); in update()
189 FontMetrics metrics = getFontMetrics(font); in paintComponent()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java318 FontMetrics metrics = getFontMetrics(font); in update()
340 FontMetrics metrics = getFontMetrics(font); in paintComponent()
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx318 virtual rendering::FontMetrics SAL_CALL getFontMetrics( ) throw (uno::RuntimeException) in getFontMetrics() function in __anon342a46470111::SimpleCanvasImpl
321 return maFont.getOutValue()->getFontMetrics(); in getFontMetrics()
/trunk/main/vcl/inc/
H A Dgraphite_adaptors.hxx107 …virtual void getFontMetrics(float * ascent_out, float * descent_out = 0, float * em_squar…
/trunk/main/canvas/source/null/
H A Dnull_canvasfont.cxx84 rendering::FontMetrics SAL_CALL CanvasFont::getFontMetrics( ) throw (uno::RuntimeException) in getFontMetrics() function in nullcanvas::CanvasFont
H A Dnull_canvasfont.hxx73 …virtual ::com::sun::star::rendering::FontMetrics SAL_CALL getFontMetrics( ) throw (::com::sun::st…
/trunk/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java109 FontMetrics fm = getFontMetrics(getFont()); in paintComponent()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvasfont.hxx73 …virtual ::com::sun::star::rendering::FontMetrics SAL_CALL getFontMetrics( ) throw (::com::sun::st…
H A Dcairo_canvasfont.cxx145 rendering::FontMetrics SAL_CALL CanvasFont::getFontMetrics( ) throw (uno::RuntimeException) in getFontMetrics() function in cairocanvas::CanvasFont
/trunk/main/canvas/source/directx/
H A Ddx_canvasfont.hxx76 …virtual ::com::sun::star::rendering::FontMetrics SAL_CALL getFontMetrics( ) throw (::com::sun::st…
H A Ddx_canvasfont.cxx120 rendering::FontMetrics SAL_CALL CanvasFont::getFontMetrics( ) throw (uno::RuntimeException) in getFontMetrics() function in dxcanvas::CanvasFont
/trunk/main/canvas/source/vcl/
H A Dcanvasfont.hxx76 …virtual ::com::sun::star::rendering::FontMetrics SAL_CALL getFontMetrics( ) throw (::com::sun::st…
H A Dcanvasfont.cxx124 rendering::FontMetrics SAL_CALL CanvasFont::getFontMetrics( ) throw (uno::RuntimeException) in getFontMetrics() function in vclcanvas::CanvasFont
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleComponentImpl.java105 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics() method in AccessibleComponentImpl
H A DWindow.java438 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics() method in Window.AccessibleWindow
H A DDialog.java541 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics() method in Dialog.AccessibleDialog
H A DFrame.java533 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics() method in Frame.AccessibleFrame
/trunk/main/vcl/source/glyphs/
H A Dgraphite_adaptors.cxx237 void GraphiteFontAdaptor::getFontMetrics(float * ascent_out, float * descent_out, float * em_square… in getFontMetrics() function in GraphiteFontAdaptor
H A Dgraphite_layout.cxx646 …virtual void getFontMetrics(float*pA, float*pB, float*pC) { mrRealFont.getFontMetrics(pA,pB,pC); }; in getFontMetrics() function in GrFontHasher
/trunk/main/offapi/com/sun/star/rendering/
H A DXCanvasFont.idl105 FontMetrics getFontMetrics();
H A DXSimpleCanvas.idl221 FontMetrics getFontMetrics();
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletoolboxitem.hxx148 …virtual ::com::sun::star::awt::FontDescriptor SAL_CALL getFontMetrics( const ::com::sun::star::uno…

Completed in 111 milliseconds

12