/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/ |
H A D | edit.cxx | 265 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 D | edit.cxx | 255 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 D | PresenterPaneBorderPainter.cxx | 430 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 D | PresenterBitmapContainer.cxx | 250 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 D | PresenterTheme.hxx | 83 sal_Int32 mnXOffset; member in sdext::presenter::PresenterTheme::FontDescriptor
|
H A D | PresenterTheme.cxx | 473 mnXOffset(0), in FontDescriptor() 483 mnXOffset = rpDescriptor->mnXOffset; in FontDescriptor() 710 PresenterConfigurationAccess::GetProperty(rxProperties, "XOffset") >>= pDescriptor->mnXOffset; in ReadFont()
|
H A D | PresenterBitmapContainer.hxx | 62 sal_Int32 mnXOffset; member in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 430 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 D | PresenterBitmapContainer.cxx | 250 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 D | PresenterTheme.hxx | 83 sal_Int32 mnXOffset; member in sdext::presenter::PresenterTheme::FontDescriptor
|
H A D | PresenterTheme.cxx | 474 mnXOffset(0), in FontDescriptor() 484 mnXOffset = rpDescriptor->mnXOffset; in FontDescriptor() 713 PresenterConfigurationAccess::GetProperty(rxProperties, "XOffset") >>= pDescriptor->mnXOffset; in ReadFont()
|
H A D | PresenterBitmapContainer.hxx | 62 sal_Int32 mnXOffset; member in sdext::presenter::PresenterBitmapContainer::BitmapDescriptor
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/ |
H A D | edit.hxx | 66 tools::Long mnXOffset; member in Edit
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/ |
H A D | edit.hxx | 68 long mnXOffset; member in Edit
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ |
H A D | ChangeLog | 1089814 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 D | ChangeLog | 1351863 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
|