Home
last modified time | relevance | path

Searched refs:nX (Results 1 – 25 of 459) sorted by path

12345678910>>...19

/trunk/extras/l10n/source/ast/
H A Dlocalize.sdf20103 extensions source\propctrlr\formres.src 0 string RID_STR_POSITIONX 0 ast PosiciónX 20200411 1…
/trunk/extras/l10n/source/es/
H A Dlocalize.sdf20103 extensions source\propctrlr\formres.src 0 string RID_STR_POSITIONX 0 es PosiciónX 20200411 15…
28001 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3148750 245 0 es PosiciónX 202…
31159 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id0409200921153889 0 es PosiciónX 2…
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf20103 extensions source\propctrlr\formres.src 0 string RID_STR_POSITIONX 0 gl PosiciónX 20200411 15…
28001 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3148750 245 0 gl PosiciónX 202…
31159 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id0409200921153889 0 gl PosiciónX 2…
/trunk/extras/l10n/source/mn/
H A Dlocalize.sdf4528 …oding: 8bit\nPlural-Forms: nplurals=2; plural=(n != 1);\nX-Generator: Translate Toolkit 0.8rc5\nX-…
/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx509 virtual void impl_paint( sal_Int32 nX ,
H A Dbasecontrol.hxx598 virtual void SAL_CALL setPosSize( sal_Int32 nX ,
861 virtual void SAL_CALL draw( sal_Int32 nX ,
1129 virtual void impl_paint( sal_Int32 nX ,
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx483 void SAL_CALL BaseControl::setPosSize( sal_Int32 nX , in setPosSize() argument
499 bChanged |= m_nX != nX, m_nX = nX ; in setPosSize()
699 void SAL_CALL BaseControl::draw( sal_Int32 nX , in draw() argument
708 impl_paint( nX, nY, m_xGraphicsView ); in draw()
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx310 void SAL_CALL ProgressBar::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHe… in setPosSize() argument
315 BaseControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
373 void ProgressBar::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGraphics > & rGraphics… in impl_paint() argument
388 rGraphics->drawRect ( nX, nY, impl_getWidth(), impl_getHeight() ) ; in impl_paint()
402 nBlockStart = nX ; in impl_paint()
427 rGraphics->drawRect (nX+FREESPACE, nBlockStart, m_aBlockSize.Width, m_aBlockSize.Height) ; in impl_paint()
435 rGraphics->drawLine ( nX, nY, impl_getWidth(), nY ) ; in impl_paint()
436 rGraphics->drawLine ( nX, nY, nX , impl_getHeight() ) ; in impl_paint()
440 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, nX , impl_getHeight()-1 ) ; in impl_paint()
H A Dprogressmonitor.cxx630 void SAL_CALL ProgressMonitor::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32… in setPosSize() argument
633 BaseContainerControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
676 void ProgressMonitor::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGraphics > & rGrap… in impl_paint() argument
686 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, nX , impl_getHeight()-1 ) ; in impl_paint()
689 rGraphics->drawLine ( nX, nY, impl_getWidth(), nY ) ; in impl_paint()
690 rGraphics->drawLine ( nX, nY, nX , impl_getHeight() ) ; in impl_paint()
H A Dstatusindicator.cxx393 void SAL_CALL StatusIndicator::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32… in setPosSize() argument
396 BaseContainerControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
460 void StatusIndicator::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGraphics > & rGrap… in impl_paint() argument
486 rGraphics->drawLine ( nX, nY, impl_getWidth(), nY ); in impl_paint()
487 rGraphics->drawLine ( nX, nY, nX , impl_getHeight() ); in impl_paint()
491 …rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, nX , impl_getHeight… in impl_paint()
/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx310 virtual void SAL_CALL setPosSize( sal_Int32 nX ,
403 virtual void impl_paint( sal_Int32 nX ,
H A Dprogressmonitor.hxx623 virtual void SAL_CALL setPosSize( sal_Int32 nX ,
682 virtual void impl_paint( sal_Int32 nX ,
H A Dstatusindicator.hxx449 virtual void SAL_CALL setPosSize( sal_Int32 nX ,
523 …virtual void impl_paint ( sal_Int32 nX, sal_Int32 nY, const UNO3_REFERENCE< UNO3_XGRAPHICS > & rGr…
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx368 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBox() local
372 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBox()
380 long nX = aGridRect.Left() + aTableRect.Left(); in implGetBoundingBoxOnScreen() local
384 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBoxOnScreen()
H A DAccessibleGridControlTableCell.cxx364 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBox() local
366 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBox()
375 long nX = aGridRect.Left() + aCellRect.Left(); in implGetBoundingBoxOnScreen() local
377 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBoxOnScreen()
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx163 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
205 nX = ( nVideoW - aPrefSize.Width ) >> 1; in implLayoutVideoWindow()
228 nX = ( nW - nVideoW ) >> 1; in implLayoutVideoWindow()
235 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
239 mpPlayerWindow->SetPosSizePixel( Point( nX, nY ), Size( nWidth, nHeight ) ); in implLayoutVideoWindow()
372 void SAL_CALL Window::setPosSize( sal_Int32 nX, in setPosSize() argument
379 maWindowRect.X = nX; in setPosSize()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java144 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in LayoutComponents() local
186 nX = ( nVideoW - aPrefDim.width ) >> 1; in LayoutComponents()
205 nX = ( nW - nVideoW ) >> 1; in LayoutComponents()
211 nX = nY = nWidth = nHeight = 0; in LayoutComponents()
214 aVisualComponent.setBounds( nX, nY, nWidth, nHeight ); in LayoutComponents()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx232 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplLayoutVideoWindow() local
274 nX = ( nVideoW - aPrefSize.Width ) >> 1; in ImplLayoutVideoWindow()
293 nX = ( nW - nVideoW ) >> 1; in ImplLayoutVideoWindow()
299 nX = nY = nWidth = nHeight = 0; in ImplLayoutVideoWindow()
305 pVideoWindow->SetWindowPosition( nX, nY, nWidth, nHeight ); in ImplLayoutVideoWindow()
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx188 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
230 nX = ( nVideoW - aPrefSize.Width ) >> 1; in implLayoutVideoWindow()
249 nX = ( nW - nVideoW ) >> 1; in implLayoutVideoWindow()
255 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx358 long nX = aScrollPos.Width() + aOrg.X(); in DoScroll() local
361 if( !nX && !nY ) in DoScroll()
374 pWindow->Scroll( -nX, -nY, SCROLL_CHILDREN); // SCROLL_NOCHILDREN ); in DoScroll()
H A Ddlgedfunc.cxx204 long nX = 0; in KeyInput() local
210 nX = 0; in KeyInput()
216 nX = 0; in KeyInput()
222 nX = -1; in KeyInput()
228 nX = 1; in KeyInput()
238 nX *= aPixelSize.Width(); in KeyInput()
244 nX *= 100; in KeyInput()
262 aMarkRect.Move( nX, nY ); in KeyInput()
280 if ( nX != 0 || nY != 0 ) in KeyInput()
290 if ( pHdl && ( nX || nY ) ) in KeyInput()
[all …]
H A Ddlgedobj.cxx450 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
451 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nX; in PositionAndSizeChange()
476 if ( nX + nNewValue > nPageX + nPageWidth ) in PositionAndSizeChange()
477 nNewValue = nPageX + nPageWidth - nX; in PositionAndSizeChange()
1545 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
1546 xPSet->getPropertyValue( DLGED_PROP_POSITIONX ) >>= nX; in PositionAndSizeChange()
1551 sal_Int32 nNewX = nX; in PositionAndSizeChange()
1552 if ( nX + nWidth > nPageX + nPageWidth ) in PositionAndSizeChange()
1558 if ( nNewX != nX ) in PositionAndSizeChange()
/trunk/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx64 B2IPoint(sal_Int32 nX, sal_Int32 nY) in B2IPoint() argument
65 : B2ITuple(nX, nY) in B2IPoint()
H A Db3ipoint.hxx68 B3IPoint(sal_Int32 nX, sal_Int32 nY, sal_Int32 nZ) in B3IPoint() argument
69 : B3ITuple(nX, nY, nZ) in B3IPoint()
/trunk/main/basegfx/inc/basegfx/raster/
H A Dbpixelraster.hxx76 sal_uInt32 getIndexFromXY(sal_uInt32 nX, sal_uInt32 nY) const { return (nX + (nY * mnWidth)); } in getIndexFromXY() argument

Completed in 3194 milliseconds

12345678910>>...19