Searched refs:aOff (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sd/source/ui/func/ |
H A D | fuparagr.cxx | 99 SfxInt32Item aOff( SID_ATTR_TABSTOP_OFFSET, nOff ); in DoExecute() local 100 aNewAttr.Put( aOff ); in DoExecute()
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | envfmt.cxx | 331 SfxInt32Item aOff( SID_ATTR_TABSTOP_OFFSET, nOff ); in IMPL_LINK_INLINE_END() local 332 aTmpSet.Put( aOff ); in IMPL_LINK_INLINE_END()
|
/aoo42x/main/vcl/source/window/ |
H A D | toolbox.cxx | 1348 Point aOff = mpDragBox->OutputToScreenPixel( Point() ); in Dragging() local 1349 maRect.Move( aOff.X(), aOff.Y() ); in Dragging() 1351 maRect.Move( -aOff.X(), -aOff.Y() ); in Dragging() 1424 Point aOff = mpDragBox->OutputToScreenPixel( Point() ); in EndDragging() local 1426 aScreenRect.Move( aOff.X(), aOff.Y() ); in EndDragging()
|
H A D | printdlg.cxx | 1943 Point aOff( aPrt->PixelToLogic( aPrt->GetPageOffsetPixel(), aMapMode ) ); in preparePreview() local 1944 aMtf.Move( aOff.X(), aOff.Y() ); in preparePreview()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 943 SfxInt32Item aOff( SID_ATTR_TABSTOP_OFFSET, nOff ); in Execute() local 944 aCoreSet.Put( aOff ); in Execute()
|
/aoo42x/main/vcl/source/control/ |
H A D | button.cxx | 4322 Point aOff( (aSize.Width() - aImgSize.Width())/2, in ImplDrawCheckBoxState() local 4324 aOff += aStateRect.TopLeft(); in ImplDrawCheckBoxState() 4325 DrawImage( aOff, *pImg, nStyle ); in ImplDrawCheckBoxState()
|
Completed in 87 milliseconds