Home
last modified time | relevance | path

Searched refs:GetCharWidth (Results 1 – 19 of 19) sorted by path

/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx606 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( nColWidth, GetCharWidth() ); in Colwidth()
665 …t16 nScWidth = XclTools::GetScColumnWidth( limit_cast< sal_uInt16 >( fDefWidth ), GetCharWidth() ); in DefColWidth()
696 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( nColWidth, GetCharWidth() ); in Colinfo()
819 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( maStrm.ReaduInt16(), GetCharWidth() ); in Standardwidth()
H A Dxetable.cxx1597 mnWidth = XclTools::GetXclColumnWidth( nScWidth, GetCharWidth() ); in XclExpColinfo()
/trunk/main/sc/source/filter/inc/
H A Dxlroot.hxx174 inline long GetCharWidth() const { return mrData.mnCharWidth; } in GetCharWidth() function in XclRoot
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx510 Point aPos( rRuler.GetX( lcl_GetRulerPos( nIndex ) ) - rRuler.GetCharWidth() / 2, 0 ); in getCharacterBounds()
511 AwtRectangle aRect( aPos.X(), aPos.Y(), rRuler.GetCharWidth(), rRuler.GetSizePixel().Height() ); in getCharacterBounds()
1631 return rGrid.GetCharWidth() * nChars; in implCalcPixelWidth()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvcontrol.cxx198 return (mrData.mnWinWidth - GetHdrWidth()) / GetCharWidth(); in GetVisPosCount()
233 return GetFirstX() + (nPos - GetFirstVisPos()) * GetCharWidth(); in GetX()
238 return (nX - GetFirstX() + GetCharWidth() / 2) / GetCharWidth() + GetFirstVisPos(); in GetPosFromX()
H A Dcsvgrid.cxx415 sal_Int32 nPos = (nX - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in GetColumnFromX()
866 … sal_Int32 nPos = (rMEvt.GetPosPixel().X() - GetFirstX()) / GetCharWidth() + GetFirstVisPos(); in Tracking()
1071 sal_Int32 nX = rPos.X() + GetCharWidth() * nBeginIx; in ImplDrawCellText()
1080 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText()
1081 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText()
1093 sal_Int32 nX1 = rPos.X() + GetCharWidth() * nCharIx; in ImplDrawCellText()
1094 sal_Int32 nX2 = nX1 + GetCharWidth() - 2; in ImplDrawCellText()
1278 aDest = Point( GetFirstX() + GetCharWidth() * (nOldPos - nPos) + 1, 0 ); in ImplDrawHorzScrolled()
1284 aSrc = Point( GetFirstX() + GetCharWidth() * (nPos - nOldPos) + 1, 0 ); in ImplDrawHorzScrolled()
H A Dcsvruler.cxx170 mnSplitSize = (GetCharWidth() * 3 / 5) | 1; // make an odd number in InitSizeData()
172 sal_Int32 nActiveWidth = Min( GetWidth() - GetHdrWidth(), GetPosCount() * GetCharWidth() ); in InitSizeData()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx359 inline sal_Int32 GetCharWidth() const { return mrData.mnCharWidth; } in GetCharWidth() function in ScCsvControl
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx732 sal_uInt16 GetCharWidth(OutputDevice& rOut, UCHAR c) in GetCharWidth() function
780 ChrWidth=GetCharWidth(rOut,c1); in ProcessChar()
/trunk/main/tools/inc/tools/
H A Dpostsys.h149 #ifdef GetCharWidth
150 #undef GetCharWidth
157 #define WIN_GetCharWidth GetCharWidth
H A Dpostwin.h163 #ifdef GetCharWidth
164 #undef GetCharWidth
171 #define WIN_GetCharWidth GetCharWidth
/trunk/main/vcl/inc/
H A Dglyphcache.hxx114 long GetCharWidth() const { return mnAdvanceWidth; } in GetCharWidth() function in GlyphMetric
H A Dprintergfx.hxx414 sal_Int32 GetCharWidth (sal_uInt16 nFrom, sal_uInt16 nTo,
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1077 rTo.mnMinKashida = aGlyphData.GetMetric().GetCharWidth(); in FetchFontMetric()
H A Dgcach_layout.cxx89 KashidaJustify( nKashidaIndex, rGM.GetCharWidth() ); in AdjustLayout()
143 nGlyphWidth = rGM.GetCharWidth(); in operator ()()
325 advance.fX = rGM.GetCharWidth(); in getGlyphAdvance()
542 int nGlyphWidth = rGM.GetCharWidth(); in operator ()()
569 int nNextGlyphWidth = rNextGM.GetCharWidth(); in operator ()()
H A Dgraphite_serverfont.cxx72 width = rGM.GetCharWidth(); in getKashidaGlyph()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx662 nUnitsPerPixel = mrPrinterGfx.GetCharWidth( cChar, cChar, &nGlyphWidth ); in LayoutText()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx711 PrinterGfx::GetCharWidth (sal_Unicode nFrom, sal_Unicode nTo, long *pWidthArray) in GetCharWidth() function in PrinterGfx
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx603 nUnitsPerPixel = mrPrinterGfx.GetCharWidth( cChar, cChar, &nGlyphWidth ); in LayoutText()

Completed in 126 milliseconds