Home
last modified time | relevance | path

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

123456

/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx229 io_rRect.origin.y = maGeometry.nHeight - (io_rRect.origin.y+io_rRect.size.height); in CocoaToVCL()
715 if( aCurScreen.origin.x != aNewScreen.origin.x || in SetScreenNumber()
716 aCurScreen.origin.y != aNewScreen.origin.y ) in SetScreenNumber()
719 aFrameRect.origin.x += aNewScreen.origin.x - aCurScreen.origin.x; in SetScreenNumber()
720 aFrameRect.origin.y += aNewScreen.origin.y - aCurScreen.origin.y; in SetScreenNumber()
764 if( aScreenRect.origin.x < aNewContentRect.origin.x ) in ShowFullScreen()
767 aNewContentRect.origin.x = aScreenRect.origin.x; in ShowFullScreen()
769 if( aScreenRect.origin.y < aNewContentRect.origin.y ) in ShowFullScreen()
772 aNewContentRect.origin.y = aScreenRect.origin.y; in ShowFullScreen()
1413 aContentRect.origin.x = nX + aParentContentRect.origin.x; in SetPosSize()
[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()
/trunk/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);
636 aSubRect.origin.x = nX + aSubRect.origin.x - aCtrlRect.origin.x;
659 aFrame.origin.x -= aUnion.origin.x - 5;
660 aFrame.origin.y -= aUnion.origin.y - 5;
781 rCurY = aTextRect.origin.y - 5;
955 aTextRect.origin.y = aBtnRect.origin.y + (aBtnRect.size.height - aTextRect.size.height)/2;
[all …]
H A Dsalnativewidgets.cxx658 rc.origin.y += delta_y/2; in drawNativeControl()
721 CGFloat y = rc.origin.y; 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()
990 rc.origin.x-=1; in drawNativeControl()
1055 …CGContextFillRect (mrContext, CGRectMake(rc.origin.x, rc.origin.y, rc.size.width, rc.size.height)); in drawNativeControl()
1080 rc.origin.x += FOCUS_RING_WIDTH; in drawNativeControl()
1081 rc.origin.y += FOCUS_RING_WIDTH; in drawNativeControl()
1084 …CGContextFillRect (mrContext, CGRectMake(rc.origin.x, rc.origin.y, rc.size.width, rc.size.height)); 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()
/trunk/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()
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()
895 …OSL_TRACE("setting label at: {%f, %f, %f, %f}",labelFrame.origin.x, labelFrame.origin.y, labelFram… in layoutControls()
899 controlRect.origin.y = currenttop; in layoutControls()
901 …OSL_TRACE("setting popup at: {%f, %f, %f, %f}",controlRect.origin.x, controlRect.origin.y, control… in layoutControls()
911 controlRect.origin.x = left; in layoutControls()
912 controlRect.origin.y = currenttop; in layoutControls()
[all …]
/trunk/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()
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()
797 …glTranslated(SlideWidthScale*origin.getX(),SlideHeightScale*origin.getY(),SlideHeightScale*origin.… 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
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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)
/trunk/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()
/trunk/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()
/trunk/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
/trunk/main/ucb/source/ucp/webdav/
H A DCurlRequest.cxx103 int CurlRequest::Curl_SeekCallback( void *userdata, curl_off_t offset, int origin ) in Curl_SeekCallback() argument
106 if ( origin == SEEK_SET ) in Curl_SeekCallback()
108 else if ( origin == SEEK_CUR ) in Curl_SeekCallback()
110 else if ( origin == SEEK_END ) in Curl_SeekCallback()
/trunk/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
/trunk/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()
/trunk/main/postprocess/checkdeliver/
H A Dcheckdeliver.pl173 my $origin = $1;
174 $delivered{$origin} = $2;
/trunk/main/solenv/gbuild/platform/
H A Dfreebsd.mk44 ifneq ($(origin CC),default)
48 ifneq ($(origin CXX),default)
390 -Wl,-z,origin '-Wl,-rpath,$(call gb_LinkTarget__get_rpath_for_layer,$(call gb_Library_get_layer,$(1…

Completed in 199 milliseconds

123456