Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dedit.cxx265 mnXOffset = 0; in ImplInitEditData()
907 if ( mnXOffset || HasPaintEvent() ) in ImplSetText()
909 mnXOffset = 0; in ImplSetText()
1104 mnXOffset = - nTextPos; in ImplShowCursor()
1107 if ( mnXOffset > nMaxX ) in ImplShowCursor()
1108 mnXOffset = nMaxX; in ImplShowCursor()
1127 if ( mnXOffset != nOldXOffset ) in ImplShowCursor()
1155 mnXOffset = 0; in ImplAlign()
1166 mnXOffset = nMinXOffset; in ImplAlign()
1171 mnXOffset = nMinXOffset; in ImplAlign()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dedit.cxx255 mnXOffset = 0; in ImplInitEditData()
902 mnXOffset = 0; in ImplSetText()
1095 long nOldXOffset = mnXOffset; in ImplShowCursor()
1099 mnXOffset = - nTextPos; in ImplShowCursor()
1102 if ( mnXOffset > nMaxX ) in ImplShowCursor()
1103 mnXOffset = nMaxX; in ImplShowCursor()
1122 if ( mnXOffset != nOldXOffset ) in ImplShowCursor()
1150 mnXOffset = 0; in ImplAlign()
1161 mnXOffset = nMinXOffset; in ImplAlign()
1166 mnXOffset = nMinXOffset; in ImplAlign()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx430 pTopLeft->mnXOffset, pTopRight->mnXOffset, true, pTop); in PaintBorder()
440 if (nCalloutX < pBottomLeft->mnXOffset + aCenterBox.X) in PaintBorder()
441 nCalloutX = pBottomLeft->mnXOffset + aCenterBox.X; in PaintBorder()
442 if (nCalloutX > pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width) in PaintBorder()
443 nCalloutX = pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width; in PaintBorder()
448 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom); in PaintBorder()
450 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom); in PaintBorder()
456 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom); in PaintBorder()
610 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
614 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
[all …]
H A DPresenterBitmapContainer.cxx250 PresenterConfigurationAccess::GetProperty(rxProperties, "XOffset") >>= pBitmap->mnXOffset; in LoadBitmap()
285 mnXOffset(0), in BitmapDescriptor()
304 mnXOffset(0), in BitmapDescriptor()
322 mnXOffset = rpDefault->mnXOffset; in BitmapDescriptor()
H A DPresenterTheme.hxx83 sal_Int32 mnXOffset; member in sdext::presenter::PresenterTheme::FontDescriptor
H A DPresenterTheme.cxx473 mnXOffset(0), in FontDescriptor()
483 mnXOffset = rpDescriptor->mnXOffset; in FontDescriptor()
710 PresenterConfigurationAccess::GetProperty(rxProperties, "XOffset") >>= pDescriptor->mnXOffset; in ReadFont()
H A DPresenterBitmapContainer.hxx62 sal_Int32 mnXOffset; member in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx430 pTopLeft->mnXOffset, pTopRight->mnXOffset, true, pTop); in PaintBorder()
440 if (nCalloutX < pBottomLeft->mnXOffset + aCenterBox.X) in PaintBorder()
441 nCalloutX = pBottomLeft->mnXOffset + aCenterBox.X; in PaintBorder()
442 if (nCalloutX > pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width) in PaintBorder()
443 nCalloutX = pBottomRight->mnXOffset + aCenterBox.X + aCenterBox.Width; in PaintBorder()
448 pBottomLeft->mnXOffset, nCalloutX-aCenterBox.Width, true, pBottom); in PaintBorder()
450 nCalloutX+nCalloutWidth, pBottomRight->mnXOffset, true, pBottom); in PaintBorder()
456 pBottomLeft->mnXOffset, pBottomRight->mnXOffset, true, pBottom); in PaintBorder()
611 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
615 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
[all …]
H A DPresenterBitmapContainer.cxx250 PresenterConfigurationAccess::GetProperty(rxProperties, "XOffset") >>= pBitmap->mnXOffset; in LoadBitmap()
285 mnXOffset(0), in BitmapDescriptor()
304 mnXOffset(0), in BitmapDescriptor()
322 mnXOffset = rpDefault->mnXOffset; in BitmapDescriptor()
H A DPresenterTheme.hxx83 sal_Int32 mnXOffset; member in sdext::presenter::PresenterTheme::FontDescriptor
H A DPresenterTheme.cxx474 mnXOffset(0), in FontDescriptor()
484 mnXOffset = rpDescriptor->mnXOffset; in FontDescriptor()
713 PresenterConfigurationAccess::GetProperty(rxProperties, "XOffset") >>= pDescriptor->mnXOffset; in ReadFont()
H A DPresenterBitmapContainer.hxx62 sal_Int32 mnXOffset; member in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dedit.hxx66 tools::Long mnXOffset; member in Edit
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dedit.hxx68 long mnXOffset; member in Edit
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1089814 Apparently this second mnXOffset is not needed, further more it breaks
1090317 mnXOffset was introduced a bit earlier to fix a similar issue, it can
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1351863 Apparently this second mnXOffset is not needed, further more it breaks
1352366 mnXOffset was introduced a bit earlier to fix a similar issue, it can