Home
last modified time | relevance | path

Searched refs:nY (Results 351 – 375 of 451) sorted by relevance

1...<<111213141516171819

/trunk/main/sw/source/ui/inc/
H A Dsrtdlg.hxx98 sal_uInt16 nY; member in SwSortDlg
/trunk/main/svtools/source/inc/
H A Djpeg.hxx104 void* GetScanline( long nY );
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx260 for( int nY = 0; nY < 256; nY++ ) in doTestCode() local
261 pAcc->SetPixel( nX, nY, BitmapColor( (sal_uInt8)((nX+nY)/2) ) ); in doTestCode()
1702 appendMappedLength( nY, rBuffer, true ); in appendWaveLine()
1709 appendMappedLength( nDelta+nY, rBuffer, true ); in appendWaveLine()
1714 appendMappedLength( nY, rBuffer, true ); in appendWaveLine()
1726 appendMappedLength( nY, rBuffer, true ); in appendWaveLine()
3029 appendFixedInt( nY, aTilingObj ); in emitTilings()
3033 appendFixedInt( nY+nH, aTilingObj ); in emitTilings()
7704 void PDFWriterImpl::drawEmphasisMark( long nX, long nY, in drawEmphasisMark() argument
7716 aPoly.Move( nX, nY ); in drawEmphasisMark()
[all …]
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx790 maComponentInfos.nY = Y; in setPosSize()
806 …awt::Rectangle aRect( maComponentInfos.nX, maComponentInfos.nY, maComponentInfos.nWidth, maCompone… in getPosSize()
1348 …setPosSize( aComponentInfos.nX, aComponentInfos.nY, aComponentInfos.nWidth, aComponentInfos.nHeigh… in createPeer()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx658 long nY(LogicToPixel(Point(11,14), MAP_APPFONT).X()); in Reset() local
662 aPos.Y() = nY; in Reset()
665 aPos.Y() = nY; in Reset()
H A Dswpossizetabpage.hxx124 long nX, long nY);
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DSidebarToolBox.hxx65 long nY,
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2127 void AddPoint( long nX, long nY, PolyFlags);
2171 void PolyArgs::AddPoint( long nX, long nY, PolyFlags aFlag ) in AddPoint() argument
2178 maPosition.y = nY; in AddPoint()
2179 mpPointAry[ mnPoints ] = Point( nX, nY ); in AddPoint()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1249 long nY = pEditEngine->GetDocPosTopLeft( nPara ).Y(); in IsBulletArea() local
1251 nY += pParaPortion->GetFirstLineOffset(); in IsBulletArea()
1252 if ( ( aDocPos.Y() > ( nY + aBulletArea.Top() ) ) && in IsBulletArea()
1253 ( aDocPos.Y() < ( nY + aBulletArea.Bottom() ) ) && in IsBulletArea()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxtabpagemodel.hxx52 void SAL_CALL draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno::RuntimeException);
H A Dvclxtabpagecontainer.hxx54 void SAL_CALL draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx122 long nY = (long)(mpContentWindow->GetVisibleY() * 32000); in UpdateScrollBars() local
139 mpVerticalScrollBar->SetThumbPos(nY); in UpdateScrollBars()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx513 void ScTransferObj::SetDragHandlePos( SCCOL nX, SCROW nY ) in SetDragHandlePos() argument
516 nDragHandleY = nY; in SetDragHandlePos()
/trunk/main/sd/source/ui/inc/
H A Dtpoption.hxx152 String GetScale( sal_Int32 nX, sal_Int32 nY );
/trunk/main/sc/source/ui/inc/
H A Dcsvruler.hxx74 long nX, long nY,
H A Dtransobj.hxx101 void SetDragHandlePos( SCCOL nX, SCROW nY );
H A Dpreview.hxx128 void SetYOffset( long nY );
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx1145 long nY = 0; in ChangeDrawing() local
1168 nY = -1; in ChangeDrawing()
1179 nY = +1; in ChangeDrawing()
1184 if(0 != nX || 0 != nY) in ChangeDrawing()
1206 nY *= aSnap.Height(); in ChangeDrawing()
1225 pSdrView->MoveAllMarked(Size(nX, nY)); in ChangeDrawing()
1233 if(pHdl && (nX || nY)) in ChangeDrawing()
1247 Point aEndPoint(pHdl->GetPos() + Point(nX, nY)); in ChangeDrawing()
/trunk/main/svx/inc/svx/
H A Dcharmap.hxx117 long nY; member in SvxShowCharSet
/trunk/main/sc/inc/
H A Dhints.hxx72 SCsCOL nX, SCsROW nY, SCsTAB nZ );
/trunk/main/dbaccess/source/ui/uno/
H A DColumnControl.cxx100 …setPosSize( aComponentInfos.nX, aComponentInfos.nY, aComponentInfos.nWidth, aComponentInfos.nHeigh… in createPeer()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx1197 sal_Int64 nY = ( (sal_Int64)abs( pMF->yExt ) ) * nMult / nDiv; in GetExtent() local
1198 if ( nX < SAL_MAX_INT32 && nY < SAL_MAX_INT32 ) in GetExtent()
1201 aSize.Height = ( sal_Int32 )nY; in GetExtent()
/trunk/main/sw/inc/
H A Dfmtornt.hxx47 SwFmtVertOrient( SwTwips nY = 0, sal_Int16 eVert = com::sun::star::text::VertOrientation::NONE,
/trunk/main/UnoControls/inc/
H A Dbasecontainercontrol.hxx510 sal_Int32 nY ,
/trunk/main/offapi/com/sun/star/awt/
H A DXView.idl80 [in] long nY );

Completed in 219 milliseconds

1...<<111213141516171819