Home
last modified time | relevance | path

Searched refs:mnXOffset (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dedit.cxx281 mnXOffset = 0; in ImplInitEditData()
523 Point aPos( mnXOffset, ImplGetTextYPosition() ); in ImplRepaint()
528 aPos.X() = nPos + mnXOffset + ImplGetExtraOffset(); in ImplRepaint()
560 DrawRect( Rectangle( aPos, Size( GetOutputSizePixel().Width() - 2*mnXOffset, nTH ) ) ); in ImplRepaint()
573 aPos.X() = nPos + mnXOffset + ImplGetExtraOffset(); in ImplRepaint()
592 aRect.Left() = pDX[2*i] + mnXOffset + ImplGetExtraOffset(); in ImplRepaint()
593 aRect.Right() = pDX[2*i+1] + mnXOffset + ImplGetExtraOffset(); in ImplRepaint()
666 … aRect.Left() = pDX[2*(nIndex+mpIMEInfos->nPos)] + mnXOffset + ImplGetExtraOffset(); in ImplRepaint()
667 … aRect.Right() = pDX[2*(nIndex+mpIMEInfos->nPos)+1] + mnXOffset + ImplGetExtraOffset(); in ImplRepaint()
1013 if ( mnXOffset || HasPaintEvent() ) in ImplSetText()
[all …]
/AOO41X/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx535 pTopLeft->mnXOffset, pTopRight->mnXOffset, true, pTop, pBackground); in PaintBorder()
545 if (nCalloutX < pBottomLeft->mnXOffset + aCenterBox.X) in PaintBorder()
546 nCalloutX = pBottomLeft->mnXOffset + aCenterBox.X; in PaintBorder()
547 if (nCalloutX > pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width) in PaintBorder()
548 nCalloutX = pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width; in PaintBorder()
553 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom, pBackground); in PaintBorder()
555 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
561 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom, pBackground); in PaintBorder()
755 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
[all …]
H A DPresenterBitmapContainer.cxx304 … PresenterConfigurationAccess::GetProperty(rxProperties, gsXOffsetProperty) >>= pBitmap->mnXOffset; in LoadBitmap()
345 mnXOffset(0), in BitmapDescriptor()
367 mnXOffset(0), in BitmapDescriptor()
384 mnXOffset = rpDefault->mnXOffset; in BitmapDescriptor()
H A DPresenterTheme.cxx598 mnXOffset(0), in FontDescriptor()
613 mnXOffset(0), in FontDescriptor()
623 mnXOffset = rpDescriptor->mnXOffset; in FontDescriptor()
906 …PresenterConfigurationAccess::GetProperty(rxProperties, A2S("XOffset")) >>= pDescriptor->mnXOffset; in ReadFont()
H A DPresenterTheme.hxx98 sal_Int32 mnXOffset; member in sdext::presenter::PresenterTheme::FontDescriptor
H A DPresenterBitmapContainer.hxx75 sal_Int32 mnXOffset; member in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor
/AOO41X/main/vcl/source/glyphs/
H A Dgcach_rbmp.cxx183 mnXOffset = -(mnXOffset + mnWidth); in Rotate()
223 i = mnXOffset; in Rotate()
224 mnXOffset = mnYOffset; in Rotate()
237 i = mnXOffset; in Rotate()
238 mnXOffset = -(nNewWidth + mnYOffset); in Rotate()
H A Dgcach_ftyp.cxx1504 rRawBitmap.mnXOffset = +pBmpGlyphFT->left; in GetGlyphBitmap1()
1658 rRawBitmap.mnXOffset = +pBmpGlyphFT->left; in GetGlyphBitmap8()
/AOO41X/main/vcl/aqua/source/gdi/
H A Datslayout.cxx98 struct SubPortion { int mnMinCharPos, mnEndCharPos; Fixed mnXOffset; }; member
421 … nXOfsFixed = static_cast<Fixed>(static_cast<double>(+rSubPortion.mnXOffset) * cos( fRadians )); in DrawText()
422 … nYOfsFixed = static_cast<Fixed>(static_cast<double>(+rSubPortion.mnXOffset) * sin( fRadians )); in DrawText()
513 nXOffset += r.mnXOffset; in GetNextGlyphs()
963 const Fixed nFixedDiff = aSubPortion.mnXOffset - nNextXOffset; in InitGIA()
974 aSubPortion.mnXOffset = nNextXOffset; in InitGIA()
1098 long mnXOffset, mnYOffset;
1134 mnXOffset = nXOffset;
1167 mpPointAry[ mnPointCount ] = Point( nXPos + mnXOffset, nYPos + mnYOffset );
/AOO41X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1034 int mnXOffset; member
1450 rVisualItem.mnXOffset = nXOffset;
1672 mpVisualItems[i].mnXOffset = (int)((double)mpVisualItems[i].mnXOffset*mfFontScale);
1827 long nXOffset = pVI->mnXOffset;
2022 long nDelta = nNewXPos - pVI->mnXOffset;
2042 pVI->mnXOffset += nDelta;
2048 pVI->mnXOffset += nDelta;
2055 pVI->mnXOffset += nDelta;
2081 … pVI->mnXOffset += ((mpJustifications)? mpJustifications[nStart] : mpGlyphAdvances[nStart]);
2234 Point aRelPos( rVisualItem.mnXOffset + nBaseClusterOffset, 0 );
[all …]
/AOO41X/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx469 rGlyphData.SetOffset( +maRawBitmap.mnXOffset, +maRawBitmap.mnYOffset ); in GetPixmap()
606 aGlyphInfo.x = -maRawBitmap.mnXOffset; in GetXRGlyph()
610 rGlyphData.SetOffset( +maRawBitmap.mnXOffset, +maRawBitmap.mnYOffset ); in GetXRGlyph()
H A Dsalgdi3.cxx668 const int nX1 = aPos.X() + pRawBitmap->mnXOffset; in DrawServerAAForcedString()
818 const int nX1 = aPos.X() + pRawBitmap->mnXOffset; in DrawServerAAForcedString()
/AOO41X/main/soldep/source/
H A Dsoldep.cxx1142 …sal_uIntPtr nPosX = mnXOffset + nRowIndex % 3 * GetDefSize().Width() / 3 + ( nIndex - ( DEPPER_MAX… in CalcPos()
1525 mnXOffset = CalcXOffset( nLevelObjCount ); in OptimizePos()
1574 mnXOffset = CalcXOffset( LevelUse[ i ] + nLevelSecObjCount ); in OptimizePos()
1640 mnXOffset = CalcXOffset( nLevelObjCount ); in OptimizePos()
1669 mnXOffset = CalcXOffset( LevelUse[ i ] + nLevelSecObjCount ); in OptimizePos()
/AOO41X/main/soldep/inc/soldep/
H A Dsoldep.hxx42 sal_uIntPtr mnXOffset; member in SolDep
/AOO41X/main/vcl/inc/
H A Dglyphcache.hxx332 int mnXOffset; member in RawBitmap
/AOO41X/main/vcl/inc/vcl/
H A Dedit.hxx73 long mnXOffset; member in Edit
/AOO41X/main/vcl/unx/headless/
H A Dsvptext.cxx142 rTargetPos += B2IPoint( pGcpHelper->maRawBitmap.mnXOffset, pGcpHelper->maRawBitmap.mnYOffset ); in GetGlyphBmp()