Searched refs:getCharWidth (Results 1 – 8 of 8) sorted by relevance
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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…
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XFont.idl | 72 short getCharWidth( [in] char c );
|
/aoo41x/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
|
/aoo41x/main/vcl/inc/ |
H A D | printergfx.hxx | 252 int getCharWidth (sal_Bool b_vert, sal_Unicode n_char,
|
/aoo41x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextDocument.java | 346 public int getCharWidth(String ScaleString) in getCharWidth() method in TextDocument
|
/aoo41x/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()
|
Completed in 71 milliseconds