Home
last modified time | relevance | path

Searched refs:nYPos (Results 26 – 44 of 44) sorted by relevance

12

/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java115 int nYPos = pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height; in create() local
137 Integer.valueOf(nYPos), in create()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8graf2.cxx392 pSFlyPara->nYPos = in MakeGrafNotInCntnt()
393 (sal_uInt16)( pSFlyPara->nYPos + pSFlyPara->nLineSpace - nNetHeight ); in MakeGrafNotInCntnt()
H A Dww8graf.cxx2435 long nYPos = pFSPA->nYaTop; in ProcessEscherAlign() local
2438 nYPos = -nYPos; in ProcessEscherAlign()
2440 SwFmtHoriOrient aHoriOri(MakeSafePositioningValue( bCurSectionVertical ? nYPos : pFSPA->nXaLeft ), in ProcessEscherAlign()
2447 …rFlySet.Put(SwFmtVertOrient(MakeSafePositioningValue( !bCurSectionVertical ? nYPos : -pFSPA->nXaRi… in ProcessEscherAlign()
H A Dww8par2.hxx90 sal_Int16 nXPos, nYPos; // Position member
H A Dww8par6.cxx1990 nYPos = 0; in WW8SwFlyPara()
2044 nYPos = rWW.nSp27 + (short)nIniFlyDy; in WW8SwFlyPara()
2184 nYPos = static_cast< sal_Int16 >( nYPos + nWWPgTop ); in WW8SwFlyPara()
2222 Put( SwFmtVertOrient( pFS->nYPos, pFS->eVAlign, pFS->eVRel ) ); in WW8FlySet()
/aoo42x/main/forms/qa/integration/forms/
H A DFormControlTest.java565 …private void insertRadio( int nYPos, String label, String refValue ) throws com.sun.star.uno.Excep… in insertRadio() argument
567 …XPropertySet xRadio = m_formLayer.createControlAndShape( "DatabaseRadioButton", 106, nYPos, 25, 6 … in insertRadio()
/aoo42x/main/sw/source/ui/inc/
H A Dswcont.hxx85 SwContent(const SwContentType* pCnt, const String& rName, long nYPos );
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java597 …protected XPropertySet createButton( int nXPos, int nYPos, int nXSize, String sName, String sLabel… in createButton() argument
599 …XPropertySet xButton = m_formLayer.createControlAndShape( "CommandButton", nXPos, nYPos, nXSize, 6… in createButton()
/aoo42x/main/sw/source/ui/utlui/
H A Dcontent.cxx162 SwContent::SwContent(const SwContentType* pCnt, const String& rName, long nYPos) : in SwContent() argument
166 nYPosition(nYPos), in SwContent()
824 long nYPos = 0; in FillMemberList() local
827 nYPos = pContact->GetFmt()->FindLayoutRect(sal_False, &aNullPt).Top(); in FillMemberList()
831 nYPos); in FillMemberList()
/aoo42x/main/sw/source/filter/html/
H A Dhtmlform.cxx1163 sal_Int32 nXPos = 0, nYPos = 0; in InsertControl() local
1185 nYPos = TWIP_TO_MM100( rCSS1PropInfo.nTop ) + nUpperSpace; in InsertControl()
1196 nYPos = nUpperSpace; in InsertControl()
1278 aTmp <<= (sal_Int32)nYPos ; in InsertControl()
/aoo42x/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1166 int nYPos = Float32ToInt( rPoint.y );
1167 mpPointAry[ mnPointCount ] = Point( nXPos + mnXOffset, nYPos + mnYOffset );
/aoo42x/main/sw/source/core/layout/
H A Datrfrm.cxx1249 nYPos( nY ), in SwFmtVertOrient()
1257 return ( nYPos == ((SwFmtVertOrient&)rAttr).nYPos && in operator ==()
1264 return new SwFmtVertOrient( nYPos, eOrient, eRelation ); in Clone()
/aoo42x/main/sw/source/core/text/
H A Dporfld.cxx836 nYPos = pGrfOrient->GetPos(); in SwGrfNumPortion()
841 nYPos = 0; in SwGrfNumPortion()
/aoo42x/main/vcl/source/gdi/
H A Dsallayout.cxx1515 long nYPos = pG->maLinearPos.Y(); in GetNextGlyphs() local
1551 if( nYPos != pG->maLinearPos.Y() ) in GetNextGlyphs()
/aoo42x/main/sw/source/filter/inc/
H A Dfltshell.hxx592 void SetFlyYPos( short nYPos, sal_Int16 eVRel = com::sun::star::text::RelOrientation::FRAME,
/aoo42x/main/sw/source/filter/ww1/
H A Dfltshell.cxx2012 void SwFltShell::SetFlyYPos( short nYPos, sal_Int16 eVRel /*= text::RelOrientation::FRAME*/, in SetFlyYPos() argument
2015 SetFlyFrmAttr( SwFmtVertOrient( nYPos, eVAlign, eVRel ) ); in SetFlyYPos()
/aoo42x/main/sw/inc/
H A Dfesh.hxx603 …sal_Bool GetPageNumber( long nYPos, sal_Bool bAtCrsrPos, sal_uInt16& rPhyNum, sal_uInt16& rVirtNum…
/aoo42x/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1652 long nYPos = static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in UpdateExample() local
1653 m_aExampleWN.SetRelPos(Point(nXPos, nYPos)); in UpdateExample()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2159 long nYPos = static_cast< long >(aAtVertPosED.Denormalize(aAtVertPosED.GetValue(FUNIT_TWIP))); in UpdateExample() local
2160 aExampleWN.SetRelPos(Point(nXPos, nYPos)); in UpdateExample()

Completed in 351 milliseconds

12