Searched refs:getCharWidth (Results  1 – 8 of 8) sorted by relevance
| /trunk/main/oox/source/xls/ | 
| H A D | unitconverter.cxx | 153 …nDigitWidth = ::std::max( nDigitWidth, scaleToMm100( xFont->getCharWidth( cChar ), UNIT_REFDEVX ) …  in finalizeImport() 157                 sal_Int32 nSpaceWidth = scaleToMm100( xFont->getCharWidth( ' ' ), UNIT_REFDEVX );  in finalizeImport()
  | 
| /trunk/main/vcl/unx/generic/printergfx/ | 
| H A D | text_gfx.cxx | 366         pCharWidth[n] = getCharWidth  (mbTextVertical, pEffectiveStr[n], &aBBox);  in DrawText() 637 PrinterGfx::getCharWidth (sal_Bool b_vert, sal_Unicode n_char, CharacterMetric *p_bbox)  in getCharWidth()  function in PrinterGfx 724         pWidthArray[n] = getCharWidth (mbTextVertical, n + nFrom, &aBBox);  in GetCharWidth()
  | 
| /trunk/main/toolkit/inc/toolkit/awt/ | 
| H A D | vclxfont.hxx | 79 …sal_Int16										SAL_CALL getCharWidth( sal_Unicode c ) throw(::com::sun::star::uno::RuntimeExce…
  | 
| /trunk/main/offapi/com/sun/star/awt/ | 
| H A D | XFont.idl | 72 	short getCharWidth( [in] char c ); 
  | 
| /trunk/main/toolkit/source/awt/ | 
| H A D | vclxfont.cxx | 116 sal_Int16 VCLXFont::getCharWidth( sal_Unicode c ) throw(::com::sun::star::uno::RuntimeException)  in getCharWidth()  function in VCLXFont
  | 
| /trunk/main/vcl/inc/ | 
| H A D | printergfx.hxx | 252     int             getCharWidth (sal_Bool b_vert, sal_Unicode n_char, 
  | 
| /trunk/main/vcl/source/fontsubset/ | 
| H A D | cff.cxx | 492 	ValType	getCharWidth( void) const { return maCharWidth;}  in getCharWidth()  function in CffSubsetterContext 2374 			ValType aCharWidth = getCharWidth();  in emitAsType1()
  | 
| /trunk/main/wizards/com/sun/star/wizards/text/ | 
| H A D | TextDocument.java | 346     public int getCharWidth(String ScaleString)  in getCharWidth()  method in TextDocument
  | 
        Completed in 401 milliseconds