Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 119) sorted by relevance

12345

/AOO41X/main/vcl/aqua/source/window/
H A Dsalframe.cxx154 maGeometry.nX = static_cast<int>(aVisibleRect.origin.x + aVisibleRect.size.width / 10); in initWindowAndView()
155 maGeometry.nY = static_cast<int>(aVisibleRect.origin.y + aVisibleRect.size.height / 10); in initWindowAndView()
170 maGeometry.nX = static_cast<int>(aVisibleRect.origin.x); in initWindowAndView()
171 maGeometry.nY = static_cast<int>(aVisibleRect.origin.y); in initWindowAndView()
227 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
229 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
235 io_rRect.origin.y = maScreenRect.size.height - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
237 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in VCLToCocoa()
589 aStateRect.origin.x = float(pState->mnX); in SetWindowState()
591 aStateRect.origin.y = float(pState->mnY); in SetWindowState()
[all …]
H A Dsalnsmenu.mm142 aImgRect.origin.y = floor((aFrame.size.height - aFromRect.size.height)/2);
146 aImgRect.origin.x += aFromRect.size.width + 2;
165 aImgRect.origin.y = (aFrame.size.height - aFromRect.size.height)/2;
167 … if( aMousePt.x >= aImgRect.origin.x && aMousePt.x <= (aImgRect.origin.x+aImgRect.size.width) &&
168 … aMousePt.y >= aImgRect.origin.y && aMousePt.y <= (aImgRect.origin.y+aImgRect.size.height) )
178 aImgRect.origin.x += aFromRect.size.width + 2;
H A Dsalmenu.cxx374 …displayPopupFrame.origin.x = pWin->ImplGetFrame()->maGeometry.nX - pParentAquaSalFrame->maGeometry… in ShowNativePopupMenu()
375 …displayPopupFrame.origin.y = pWin->ImplGetFrame()->maGeometry.nY - pParentAquaSalFrame->maGeometry… in ShowNativePopupMenu()
894 aRect.origin = [pNSWin convertBaseToScreen: NSMakePoint( 0, 0 )]; in GetMenuBarButtonRectPixel()
897 static_cast<AquaSalFrame*>(i_pReferenceFrame)->CocoaToVCL( aRect.origin ); in GetMenuBarButtonRectPixel()
898 aRect.origin.x -= i_pReferenceFrame->maGeometry.nX; in GetMenuBarButtonRectPixel()
899 aRect.origin.y -= i_pReferenceFrame->maGeometry.nY + aRect.size.height; in GetMenuBarButtonRectPixel()
901 return Rectangle( Point(static_cast<long int>(aRect.origin.x), in GetMenuBarButtonRectPixel()
902 static_cast<long int>(aRect.origin.y) in GetMenuBarButtonRectPixel()
H A Dsalobj.cxx182 aClipViewRect.origin.x += mnClipX; in setClippedPosSize()
183 aClipViewRect.origin.y += mnClipY; in setClippedPosSize()
/AOO41X/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm348 aPreviewFrame.origin.x = 0;
349 aPreviewFrame.origin.y = 5;
360 aPreviewFrame.origin.x = 0;
361 aPreviewFrame.origin.y = 34;
577 nWidth += aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width);
617 … nX -= aSubRect.size.width + (aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width));
618 aSubRect.origin.x = nLeftWidth - aSubRect.size.width;
621 aCtrlRect.origin.x = nX;
636 aSubRect.origin.x = nX + aSubRect.origin.x - aCtrlRect.origin.x;
639 aCtrlRect.origin.x = nX;
[all …]
H A Dsalnativewidgets.cxx107 aHIRect.origin.x = static_cast<float>(aRect.Left()); in ImplGetHIRectFromRectangle()
108 aHIRect.origin.y = static_cast<float>(aRect.Top()); in ImplGetHIRectFromRectangle()
642 rc.origin.x += FOCUS_RING_WIDTH/2; in drawNativeControl()
658 rc.origin.y += delta_y/2; in drawNativeControl()
720 CGFloat x = rc.origin.x + rc.size.width; in drawNativeControl()
721 CGFloat y = rc.origin.y; in drawNativeControl()
774 aTrackInfo.bounds.origin.y -= 2; // FIXME: magic for shadow in drawNativeControl()
888 rc.origin.x+=1; in drawNativeControl()
935 rc.origin.x+=1; in drawNativeControl()
936 rc.origin.y-=TAB_HEIGHT_NORMAL/2; in drawNativeControl()
[all …]
H A Dctlayout.cxx520 aMacRect.origin.x -= aMacPos.x; in GetBoundRect()
521 aMacRect.origin.y -= aMacPos.y; in GetBoundRect()
526 rVCLRect.Left() = aPos.X() + mfFontScale * aMacRect.origin.x; in GetBoundRect()
527 rVCLRect.Right() = aPos.X() + mfFontScale * (aMacRect.origin.x + aMacRect.size.width); in GetBoundRect()
528 rVCLRect.Bottom() = aPos.Y() - mfFontScale * aMacRect.origin.y; in GetBoundRect()
529 rVCLRect.Top() = aPos.Y() - mfFontScale * (aMacRect.origin.y + aMacRect.size.height); in GetBoundRect()
H A Daquaprintview.mm71 …mpInfoPrinter->setStartPageOffset( static_cast<int>(rect.origin.x), static_cast<int>(rect.origin.y…
73 int nPage = (int)(aPaperSize.width * rect.origin.y + rect.origin.x);
H A Dsalprn.cxx137 dX += aImageRect.origin.x; in SetupPrinterGraphics()
138 dY -= aPaperSize.height - aImageRect.size.height - aImageRect.origin.y; in SetupPrinterGraphics()
146 …double dX = aImageRect.origin.x, dY = aPaperSize.height - aImageRect.size.height - aImageRect.orig… in SetupPrinterGraphics()
425 o_rPageOffX = static_cast<long>( aImageRect.origin.x * fXScaling ); in GetPageInfo()
426 …tatic_cast<long>( (aPaperSize.height - aImageRect.size.height - aImageRect.origin.y) * fYScaling ); in GetPageInfo()
H A Dctfonts.cxx211 rRect.Left() = lrint( mfFontScale * aCGRect.origin.x ); in GetGlyphBoundRect()
212 rRect.Top() = lrint( mfFontScale * aCGRect.origin.y ); in GetGlyphBoundRect()
213 rRect.Right() = lrint( mfFontScale * (aCGRect.origin.x + aCGRect.size.width) ); in GetGlyphBoundRect()
214 rRect.Bottom() = lrint( mfFontScale * (aCGRect.origin.y + aCGRect.size.height) ); in GetGlyphBoundRect()
/AOO41X/main/fpicker/source/aqua/
H A DControlHelper.cxx355 …is {%f, %f, %f, %f}", [[pControl description] UTF8String], frame.origin.x, frame.origin.y, frame.s… in createUserPane()
381 … {%f, %f, %f, %f}", [[textField description] UTF8String], tfRect.origin.x, tfRect.origin.y, tfRect… in createUserPane()
389 …frame.origin.x += (kAquaSpaceBetweenControls - kAquaSpaceLabelFrameBoundsDiffH - kAquaSpacePopupMe… in createUserPane()
463 …OSL_TRACE("setting user pane rect to {%f, %f, %f, %f}",upRect.origin.x, upRect.origin.y, upRect.si… in createUserPane()
818 …OSL_TRACE("userPane frame: {%f, %f, %f, %f}",userPaneRect.origin.x, userPaneRect.origin.y, userPan… in layoutControls()
893 labelFrame.origin.x = left; in layoutControls()
894 labelFrame.origin.y = currenttop + kAquaSpaceLabelPopupDiffV; in layoutControls()
895 …OSL_TRACE("setting label at: {%f, %f, %f, %f}",labelFrame.origin.x, labelFrame.origin.y, labelFram… in layoutControls()
898 …controlRect.origin.x = left + labelFrame.size.width + kAquaSpaceBetweenControls - kAquaSpaceLabelF… in layoutControls()
899 controlRect.origin.y = currenttop; in layoutControls()
[all …]
/AOO41X/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx701 …ctor& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(Origin),angle(Angl… in SRotate()
708 …le,const basegfx::B3DVector& Origin, bool bInter, double T0, double T1):scale(Scale),origin(Origin) in SScale()
715 …ctor& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(Origin),angle(Angl… in RotateAndScaleDepthByWidth()
722 …ctor& Origin,double Angle, bool bInter, double T0, double T1):axis(Axis),origin(Origin),angle(Angl… in RotateAndScaleDepthByHeight()
759 glTranslated(SlideWidthScale*origin.getX(),SlideHeightScale*origin.getY(),origin.getZ()); in interpolate()
763 glTranslated(-SlideWidthScale*origin.getX(),-SlideHeightScale*origin.getY(),-origin.getZ()); in interpolate()
773 glTranslated(SlideWidthScale*origin.getX(),SlideHeightScale*origin.getY(),origin.getZ()); in interpolate()
775 glTranslated(-SlideWidthScale*origin.getX(),-SlideHeightScale*origin.getY(),-origin.getZ()); in interpolate()
785 …glTranslated(SlideWidthScale*origin.getX(),SlideHeightScale*origin.getY(),SlideWidthScale*origin.g… in interpolate()
787 …glTranslated(-SlideWidthScale*origin.getX(),-SlideHeightScale*origin.getY(),-SlideWidthScale*origi… in interpolate()
[all …]
H A DOGLTrans_TransitionImpl.hxx362 basegfx::B3DVector origin; member in SRotate
399 basegfx::B3DVector origin; member in SScale
481 basegfx::B3DVector origin; member in RotateAndScaleDepthByWidth
497 basegfx::B3DVector origin; member in RotateAndScaleDepthByHeight
/AOO41X/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx205 … fprintf(grLog(),"Glyph %d %f,%f\n", (int)info.logicalIndex(), info.origin(), info.yOffset()); in fill_from()
351 aBounds.first = aFirstGlyph.origin(); in appendCluster()
352 aBounds.second = aFirstGlyph.origin(); in appendCluster()
415 fNextOrigin = std::max(aNextGlyph.attachedClusterBase()->origin(), aNextGlyph.origin()); in appendCluster()
419 aBounds.first = std::min(aGlyph.origin(), aBounds.first); in appendCluster()
435 round2long(aFirstGlyph.attachedClusterBase()->origin() * fScaling) + rDXOffset : in appendCluster()
473 nextOrigin = iAttached.first->origin(); in append()
477 int glyphWidth = round2long(nextOrigin * scaling) - round2long(gi.origin() * scaling); in append()
516 Point(round2long(gi.origin() * scaling + rDXOffset), in append()
532 …append(segment, args, *agi, (agi + 1)->origin(), scaling, rChar2Base, rGlyph2Char, rCharDxs, rDXOf… in append()
/AOO41X/main/vcl/aqua/source/app/
H A Dsalsys.cxx76 …Ret = Rectangle( Point( static_cast<long int>(aFrame.origin.x), static_cast<long int>(aFrame.origi… in GetDisplayScreenPosSizePixel()
95 …Ret = Rectangle( Point( static_cast<long int>(aFrame.origin.x), static_cast<long int>(aFrame.origi… in GetDisplayWorkAreaPosSizePixel()
/AOO41X/main/vcl/source/window/
H A Ddndevdis.cxx304 Point origin( dge.DragOriginX, dge.DragOriginY ); in dragGestureRecognized() local
311 m_pTopWindow->ImplMirrorFramePos( origin ); in dragGestureRecognized()
312 Window * pChildWindow = m_pTopWindow->ImplFindWindow( origin ); in dragGestureRecognized()
321 pChildWindow->ImplReMirror( origin ); in dragGestureRecognized()
325 fireDragGestureEvent( pChildWindow, dge.DragSource, dge.Event, origin, dge.DragAction ); in dragGestureRecognized()
/AOO41X/main/extensions/source/macosx/spotlight/
H A Dioapi.m80 int origin));
145 long ZCALLBACK fseek_file_func (opaque, stream, offset, origin)
149 int origin;
153 switch (origin)
/AOO41X/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx57 long ZCALLBACK cb_sseek OF((voidpf opaque, voidpf stream, uLong offset, int origin));
103 long ZCALLBACK cb_sseek (voidpf /*opaque*/, voidpf stream, uLong offset, int origin) { in cb_sseek() argument
110 switch (origin) { in cb_sseek()
/AOO41X/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx610 ::rtl::OString origin; in replaceOrigin()
650 if (origin.getLength() == 0) { in replaceOrigin()
652 origin = ::rtl::OUStringToOString( in replaceOrigin()
657 pAdd = origin.getStr(); in replaceOrigin()
658 nAdd = origin.getLength(); in replaceOrigin()
/AOO41X/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl72 are measured in pixel. They differ in their respective origin:
73 <ul><li>The screen coordinate system has its origin in the upper left
76 <li>The origin of the parent coordinate system is the upper left corner
109 Coordinates of the point to test. The origin of the coordinate
130 child. The origin of the coordinate system is the upper left
/AOO41X/main/vcl/inc/aqua/
H A Dsalgdi.h449 RefreshRect( rRect.origin.x, rRect.origin.y, rRect.size.width, rRect.size.height ); in RefreshRect()
455 RefreshRect( rRect.origin.x, rRect.origin.y, rRect.size.width, rRect.size.height ); in RefreshRect()
/AOO41X/main/oox/source/dump/
H A Ddffdumper.ini175 …0x0198=fill-origin-x,fill-origin-y,fill-shape-origin-x,fill-shape-origin-y,fill-shade-type,,fill-c…
188 …0x0210=shadow-origin-x,shadow-origin-y,shadow-color-ext,reserved,shadow-color-ext-mod,reserved,sha…
193 0x0248=persp-persp-y,persp-weight,persp-origin-x,persp-origin-y
201 …ce,3dstyle-view-point-x,3dstyle-view-point-y,3dstyle-view-point-z,3dstyle-origin-x,3dstyle-origin-y
/AOO41X/main/postprocess/checkdeliver/
H A Dcheckdeliver.pl173 my $origin = $1;
174 $delivered{$origin} = $2;
/AOO41X/main/solenv/gbuild/platform/
H A Dfreebsd.mk44 ifneq ($(origin CC),default)
48 ifneq ($(origin CXX),default)
349 -Wl,-z,origin '-Wl,-rpath,$(call gb_LinkTarget__get_rpath_for_layer,$(call gb_Library_get_layer,$(1…
/AOO41X/main/offapi/com/sun/star/rendering/
H A DXSprite.idl142 system, with its origin on screen being equal to its current
143 position, the clip poly-polygon's origin will always coincide
144 with the sprite's origin. Furthermore, if any sprite

12345