Home
last modified time | relevance | path

Searched refs:nY (Results 1 – 25 of 451) sorted by path

12345678910>>...19

/trunk/extras/l10n/source/ast/
H A Dlocalize.sdf20104 extensions source\propctrlr\formres.src 0 string RID_STR_POSITIONY 0 ast PosiciónY 20200411 1…
20525 … string STR_ERROR_COPY_TEMPLATE 0 ast Fallu al copiar la plantía "$1". \nYá esiste una plantía …
/trunk/extras/l10n/source/cy/
H A Dlocalize.sdf1483 … RID_UPDATE_STR_UPD_FOUND 0 cy Mae %PRODUCTNAME %NEXTVERSION ar gael.\n\nY fersiwn presennol yw…
/trunk/extras/l10n/source/es/
H A Dlocalize.sdf20104 extensions source\propctrlr\formres.src 0 string RID_STR_POSITIONY 0 es PosiciónY 20200411 15…
28003 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3152767 243 0 es PosiciónY 202…
31161 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id0409200921153814 0 es PosiciónY 2…
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf20104 extensions source\propctrlr\formres.src 0 string RID_STR_POSITIONY 0 gl PosiciónY 20200411 15…
28003 helpcontent2 source\text\sbasic\shared\01170101.xhp 0 help hd_id3152767 243 0 gl PosiciónY 202…
31161 helpcontent2 source\text\shared\02\01170101.xhp 0 help hd_id0409200921153814 0 gl PosiciónY 2…
/trunk/extras/l10n/source/tr/
H A Dlocalize.sdf17589 …$NEW sürümünü yüklemek üzeresiniz.\nDaha yeni sürüm $DEPLOYED zaten yüklü.\nYüklü uzantıyı değişti…
17590 …k üzeresiniz.\nDaha yeni sürüm $DEPLOYED, \'$OLDNAME\' adıyla zaten yüklü.\nYüklü uzantıyı değişti…
17591 …ME\' uzantısının $NEW sürümünü yüklemek üzeresiniz.\nBu sürüm zaten yüklü.\nYüklü uzantıyı değişti…
17592 … sürümünü yüklemek üzeresiniz.\nBu sürüm, \'$OLDNAME\' adıyla zaten yüklü.\nYüklü uzantıyı değişti…
17593 …ının $NEW sürümünü yüklemek üzeresiniz.\nEski sürüm $DEPLOYED zaten yüklü.\nYüklü uzantıyı değişti…
17594 …klemek üzeresiniz.\nEski sürüm $DEPLOYED, \'$OLDNAME\' adıyla zaten yüklü.\nYüklü uzantıyı değişti…
20464 …D_UPDATE_STR_UPD_FOUND 0 tr %PRODUCTNAME %NEXTVERSION kullanılabilir.\n\nYüklü sürüm %PRODUCTNA…
/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx510 sal_Int32 nY ,
H A Dbasecontrol.hxx599 sal_Int32 nY ,
862 sal_Int32 nY ) throw( UNO3_RUNTIMEEXCEPTION );
1130 sal_Int32 nY ,
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx484 sal_Int32 nY , in setPosSize() argument
504 bChanged |= m_nY != nY, m_nY = nY ; in setPosSize()
700 sal_Int32 nY ) throw( RuntimeException ) 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()
409 rGraphics->drawRect (nBlockStart, nY+FREESPACE, m_aBlockSize.Width, m_aBlockSize.Height) ; in impl_paint()
419 nBlockStart = nY+impl_getHeight() ; 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()
439 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, impl_getWidth()-1, nY ) ; 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
685 rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, impl_getWidth()-1, nY ) ; 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()
490 …rGraphics->drawLine ( impl_getWidth()-1, impl_getHeight()-1, impl_getWidth()-1, nY in impl_paint()
/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx311 sal_Int32 nY ,
404 sal_Int32 nY ,
H A Dprogressmonitor.hxx624 sal_Int32 nY ,
683 sal_Int32 nY ,
H A Dstatusindicator.hxx450 sal_Int32 nY ,
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.cxx369 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBox() local
372 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBox()
381 long nY = aGridRect.Top() + aTableRect.Top(); in implGetBoundingBoxOnScreen() local
384 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBoxOnScreen()
H A DAccessibleGridControlTableCell.cxx365 long nY = aGridRect.Top() + aCellRect.Top(); in implGetBoundingBox() local
366 Rectangle aCell( Point( nX, nY ), aCellRect.GetSize()); in implGetBoundingBox()
376 long nY = aGridRect.Top() + aCellRect.Top(); 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
206 nY = ( nVideoH - aPrefSize.Height ) >> 1; in implLayoutVideoWindow()
229 nY = ( nH - nVideoH ) >> 1; in implLayoutVideoWindow()
235 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
239 mpPlayerWindow->SetPosSizePixel( Point( nX, nY ), Size( nWidth, nHeight ) ); in implLayoutVideoWindow()
373 sal_Int32 nY, in setPosSize() argument
380 maWindowRect.Y = nY; in setPosSize()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java144 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in LayoutComponents() local
187 nY = ( nVideoH - aPrefDim.height ) >> 1; in LayoutComponents()
206 nY = ( nH - nControlH - nVideoH ) >> 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
275 nY = ( nVideoH - aPrefSize.Height ) >> 1; in ImplLayoutVideoWindow()
294 nY = ( nH - nVideoH ) >> 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
231 nY = ( nVideoH - aPrefSize.Height ) >> 1; in implLayoutVideoWindow()
250 nY = ( nH - nVideoH ) >> 1; in implLayoutVideoWindow()
255 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx139 long nY = TMARGPRN-2*nBorder; in lcl_PrintHeader() local
140 Point aPos( nLeftMargin, nY ); in lcl_PrintHeader()
158 nY = TMARGPRN-nBorder; in lcl_PrintHeader()
161 pPrinter->DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in lcl_PrintHeader()
H A Dbaside2b.cxx918 long nY = nPara*nLineHeight - pModulWindow->GetBreakPointWindow().GetCurYOffset(); in ParagraphInsertedDeleted() local
919 aInvRec.Top() = nY; in ParagraphInsertedDeleted()
1002 sal_uLong nY = nLine*nLineHeight - nCurYOffset; in Paint() local
1003 DrawImage( Point( 0, nY ) + aBmpOff, pBrk->bEnabled ? aBrk1 : aBrk0 ); in Paint()
1049 sal_uLong nY = nMarkerPos*nLineHeight - nCurYOffset; in ShowMarker() local
1050 Point aPos( 0, nY ); in ShowMarker()
1073 long nY = nLine*nLineHeight; in FindBreakPoint() local
1074 if ( ( nYPos > nY ) && ( nYPos < ( nY + nLineHeight ) ) ) in FindBreakPoint()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx359 long nY = aScrollPos.Height() + aOrg.Y(); in DoScroll() local
361 if( !nX && !nY ) in DoScroll()
374 pWindow->Scroll( -nX, -nY, SCROLL_CHILDREN); // SCROLL_NOCHILDREN ); in DoScroll()
1268 long nY = TMARGPRN-2*nBorder; in lcl_PrintHeader() local
1269 Point aPos( nLeftMargin, nY ); in lcl_PrintHeader()
1272 nY = TMARGPRN-nBorder; in lcl_PrintHeader()
1274 pPrinter->DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in lcl_PrintHeader()
H A Ddlgedfunc.cxx205 long nY = 0; in KeyInput() local
211 nY = -1; in KeyInput()
217 nY = 1; in KeyInput()
223 nY = 0; in KeyInput()
229 nY = 0; in KeyInput()
239 nY *= aPixelSize.Height(); in KeyInput()
245 nY *= 100; in KeyInput()
262 aMarkRect.Move( nX, nY ); in KeyInput()
280 if ( nX != 0 || nY != 0 ) in KeyInput()
282 pView->MoveAllMarked( Size( nX, nY ) ); in KeyInput()
[all …]
H A Ddlgedobj.cxx450 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
452 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nY; in PositionAndSizeChange()
483 if ( nY + nNewValue > nPageY + nPageHeight ) in PositionAndSizeChange()
484 nNewValue = nPageY + nPageHeight - nY; in PositionAndSizeChange()
1545 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
1547 xPSet->getPropertyValue( DLGED_PROP_POSITIONY ) >>= nY; in PositionAndSizeChange()
1567 sal_Int32 nNewY = nY; in PositionAndSizeChange()
1568 if ( nY + nHeight > nPageY + nPageHeight ) in PositionAndSizeChange()
1574 if ( nNewY != nY ) in PositionAndSizeChange()

Completed in 4665 milliseconds

12345678910>>...19