/trunk/main/sc/source/ui/dbgui/ |
H A D | csvcontrol.cxx | 198 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 D | csvgrid.cxx | 415 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 D | csvruler.cxx | 170 mnSplitSize = (GetCharWidth() * 3 / 5) | 1; // make an odd number in InitSizeData() 172 sal_Int32 nActiveWidth = Min( GetWidth() - GetHdrWidth(), GetPosCount() * GetCharWidth() ); in InitSizeData()
|
/trunk/main/vcl/source/glyphs/ |
H A D | gcach_layout.cxx | 89 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 D | graphite_serverfont.cxx | 72 width = rGM.GetCharWidth(); in getKashidaGlyph()
|
H A D | gcach_ftyp.cxx | 1077 rTo.mnMinKashida = aGlyphData.GetMetric().GetCharWidth(); in FetchFontMetric()
|
/trunk/main/tools/inc/tools/ |
H A D | postsys.h | 149 #ifdef GetCharWidth 150 #undef GetCharWidth 157 #define WIN_GetCharWidth GetCharWidth
|
H A D | postwin.h | 163 #ifdef GetCharWidth 164 #undef GetCharWidth 171 #define WIN_GetCharWidth GetCharWidth
|
/trunk/main/sc/source/filter/excel/ |
H A D | impop.cxx | 606 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 D | xetable.cxx | 1597 mnWidth = XclTools::GetXclColumnWidth( nScWidth, GetCharWidth() ); in XclExpColinfo()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 510 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/filter/inc/ |
H A D | xlroot.hxx | 174 inline long GetCharWidth() const { return mrData.mnCharWidth; } in GetCharWidth() function in XclRoot
|
/trunk/main/vcl/inc/ |
H A D | glyphcache.hxx | 114 long GetCharWidth() const { return mnAdvanceWidth; } in GetCharWidth() function in GlyphMetric
|
H A D | printergfx.hxx | 414 sal_Int32 GetCharWidth (sal_uInt16 nFrom, sal_uInt16 nTo,
|
/trunk/main/sc/source/ui/inc/ |
H A D | csvcontrol.hxx | 359 inline sal_Int32 GetCharWidth() const { return mrData.mnCharWidth; } in GetCharWidth() function in ScCsvControl
|
/trunk/main/svtools/source/filter/ |
H A D | sgvtext.cxx | 732 sal_uInt16 GetCharWidth(OutputDevice& rOut, UCHAR c) in GetCharWidth() function 780 ChrWidth=GetCharWidth(rOut,c1); in ProcessChar()
|
/trunk/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 711 PrinterGfx::GetCharWidth (sal_Unicode nFrom, sal_Unicode nTo, long *pWidthArray) in GetCharWidth() function in PrinterGfx
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 662 nUnitsPerPixel = mrPrinterGfx.GetCharWidth( cChar, cChar, &nGlyphWidth ); in LayoutText()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 603 nUnitsPerPixel = mrPrinterGfx.GetCharWidth( cChar, cChar, &nGlyphWidth ); in LayoutText()
|