Home
last modified time | relevance | path

Searched refs:nXPos (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx71 void lcl_newXPos( Control& rControl, long nXPos ) in lcl_newXPos() argument
74 aPos.X() = nXPos; in lcl_newXPos()
137 lcl_newXPos( m_aLB_CrossesAt, nXPos ); in AxisPositionsTabPage()
140 lcl_newXPos( m_aED_CrossesAt, nXPos ); in AxisPositionsTabPage()
159 lcl_newXPos( m_aLB_PlaceLabels, nXPos ); in AxisPositionsTabPage()
167 lcl_newXPos( m_aLB_PlaceTicks, nXPos ); in AxisPositionsTabPage()
190 lcl_newXPos( m_aCB_TicksInner, nXPos ); in AxisPositionsTabPage()
191 lcl_newXPos( m_aCB_MinorInner, nXPos ); in AxisPositionsTabPage()
193 nXPos += nWidth_1 + nDistance; in AxisPositionsTabPage()
197 nXPos += nWidth_2 + nDistance; in AxisPositionsTabPage()
[all …]
H A Dtp_ChartType.cxx1030 long nXPos = m_pAxisTypeResourceGroup->getPosition().X(); in showAllControls() local
1034 m_pAxisTypeResourceGroup->setPosition( Point( nXPos, nYPos ) ); in showAllControls()
1042 m_pDim3DLookResourceGroup->setPosition( Point( nXPos, nYPos ) ); in showAllControls()
1050 long nStackingXPos = nXPos; in showAllControls()
1061 m_pSplineResourceGroup->setPosition( Point( nXPos, nYPos ) ); in showAllControls()
1069 m_pGeometryResourceGroup->setPosition( Point( nXPos+17, nYPos ) ); in showAllControls()
1077 m_pSortByXValuesResourceGroup->setPosition( Point( nXPos, nYPos ) ); in showAllControls()
1082 Size aRemainingSize = Size( aPageSize.Width()-nXPos, aPageSize.Height()-nYPos ); in showAllControls()
1083 rTypeController.showExtraControls( this, Point( nXPos, nYPos ), aRemainingSize ); in showAllControls()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1037 if( nXPosMin > nXPos ) in GetCharWidths()
1038 nXPosMin = nXPos; in GetCharWidths()
1043 nXPosMax = nXPos; in GetCharWidths()
1103 if( nMinPos > nXPos ) in GetTextWidth()
1104 nMinPos = nXPos; in GetTextWidth()
1105 nXPos += pG->mnNewWidth; in GetTextWidth()
1106 if( nMaxPos < nXPos ) in GetTextWidth()
1107 nMaxPos = nXPos; in GetTextWidth()
1442 long nXPos = -1; in GetCaretPositions() local
1867 long nXPos = 0; in AdjustLayout() local
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java95 protected XPropertySet createControlAndShape( String sFormComponentService, int nXPos, in createControlAndShape() argument
106 xShape.setPosition( new Point( nXPos * 100, nYPos * 100 ) ); in createControlAndShape()
178 protected XPropertySet createControlAndShape( String sFormComponentService, int nXPos, in createControlAndShape() argument
181 return createControlAndShape( sFormComponentService, nXPos, nYPos, nWidth, nHeight, null ); in createControlAndShape()
203 …( String sControlType, String sFieldName, String sControlNamePostfix, int nXPos, int nYPos, int nH… in insertControlLine() argument
207 XPropertySet xLabelModel = createControlAndShape( "FixedText", nXPos, nYPos, 25, 6 ); in insertControlLine()
211 … XPropertySet xFieldModel = createControlAndShape( sControlType, nXPos + 26, nYPos, 40, nHeight ); in insertControlLine()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx669 long nXPos = mnBaseAdv; local
675 pCaretXArray[ i ] = nXPos;
676 nXPos += mpGlyphAdvances[ i>>1 ];
677 pCaretXArray[ i+1 ] = nXPos;
690 long nXRight = nXPos + mpCharWidths[ nCurrIdx ];
695 pCaretXArray[ nCurrIdx ] = nXPos;
702 pCaretXArray[ nCurrIdx+1 ] = nXPos;
704 nXPos += mpGlyphAdvances[ i ];
839 int nXPos = mnBaseAdv; local
841 nXPos += mpGlyphAdvances[i];
[all …]
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.hxx152 sal_Int32 nXPos,
162 sal_Int32 nXPos,
172 sal_Int32 nXPos,
179 sal_Int32 nXPos,
189 sal_Int32 nXPos,
198 sal_Int32 nXPos,
208 sal_Int32 nXPos,
H A Doptimizerdialogcontrols.cxx112 sal_Int32 nXPos, in ImplInsertButton() argument
138 Any( nXPos ), in ImplInsertButton()
160 sal_Int32 nXPos, in ImplInsertFixedText() argument
182 Any( nXPos ), in ImplInsertFixedText()
205 sal_Int32 nXPos, in ImplInsertCheckBox() argument
227 Any( nXPos ), in ImplInsertCheckBox()
248 sal_Int32 nXPos, in ImplInsertFormattedField() argument
275 Any( nXPos ), in ImplInsertFormattedField()
329 Any( nXPos ), in ImplInsertComboBox()
376 Any( nXPos ), in ImplInsertRadioButton()
[all …]
H A Dinformationdialog.cxx72 sal_Int32 nXPos, in InsertFixedText() argument
93 Any( nXPos ), in InsertFixedText()
145 sal_Int32 nXPos, in InsertCheckBox() argument
167 Any( nXPos ), in InsertCheckBox()
183 sal_Int32 nXPos, in InsertButton() argument
205 Any( nXPos ), in InsertButton()
H A Dinformationdialog.hxx79 sal_Int32 nXPos,
97 sal_Int32 nXPos,
104 sal_Int32 nXPos,
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java91 public XPropertySet createControlAndShape( String sFormComponentService, int nXPos, in createControlAndShape() argument
102 xShape.setPosition( new Point( nXPos * 100, nYPos * 100 ) ); in createControlAndShape()
160 public XPropertySet createControlAndShape( String sFormComponentService, int nXPos, in createControlAndShape() argument
163 return createControlAndShape( sFormComponentService, nXPos, nYPos, nWidth, nHeight, null ); in createControlAndShape()
223 int nXPos, int nYPos, int nHeight ) in insertControlLine() argument
227 XPropertySet xLabelModel = createControlAndShape( "FixedText", nXPos, nYPos, 25, 6 ); in insertControlLine()
231 … XPropertySet xFieldModel = createControlAndShape( sControlType, nXPos + 26, nYPos, 40, nHeight ); in insertControlLine()
H A DRadioButtons.java82 …private XPropertySet insertRadio( int nXPos, int nYPos, String label, String name, String refValue… in insertRadio() argument
84 return insertRadio( nXPos, nYPos, label, name, refValue, null ); in insertRadio()
88 …private XPropertySet insertRadio( int nXPos, int nYPos, String label, String name, String refValue… in insertRadio() argument
91 …XPropertySet xRadio = m_formLayer.createControlAndShape( "DatabaseRadioButton", nXPos, nYPos, 25, … in insertRadio()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx235 sal_Int32 nXPos = Millimeter::getInHundredthsOfOneMillimeter( startX ); in AddRectangle() local
249 position.X = nXPos - aMovePositionIfRange.X; in AddRectangle()
267 sal_Int32 nXPos = Millimeter::getInHundredthsOfOneMillimeter( startX ); in AddEllipse() local
293 position.X = nXPos - aMovePositionIfRange.X; in AddEllipse()
316 sal_Int32 nXPos = Millimeter::getInHundredthsOfOneMillimeter( StartX ); in AddLine() local
329 position.X = nXPos - aMovePositionIfRange.X; in AddLine()
372 sal_Int32 nXPos = Millimeter::getInHundredthsOfOneMillimeter( _nLeft ); in AddTextboxInWriter() local
394 …>setPropertyValue( rtl::OUString::createFromAscii( "HoriOrientPosition" ), uno::makeAny( nXPos ) ); in AddTextboxInWriter()
417 sal_Int32 nXPos = Millimeter::getInHundredthsOfOneMillimeter( _nLeft ); in AddShape() local
430 position.X = nXPos - aMovePositionIfRange.X; in AddShape()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx743 long nXPos = mnBaseAdv; local
749 pCaretXArray[ i ] = nXPos;
751 pCaretXArray[ i+1 ] = nXPos;
778 nXPos += mpGlyphAdvances[ i ];
913 int nXPos = mnBaseAdv; local
915 nXPos += mpGlyphAdvances[i];
918 int nDelta = nNewXPos - nXPos;
2338 long nXPos = 0; local
2353 pGlyphPos[ i ] = nXPos;
2357 pGlyphPos[ i ] = nXPos;
[all …]
/trunk/main/sw/inc/
H A Dfmtornt.hxx79 SwTwips nXPos; //Enthaelt _immer_ die aktuelle RelPos. member in SwFmtHoriOrient
105 SwTwips GetPos() const { return nXPos; } in GetPos()
106 void SetPos( SwTwips nNew ) { nXPos = nNew; } in SetPos()
121 nXPos = rCpy.GetPos(); in operator =()
/trunk/main/sw/source/filter/ww1/
H A Dw1sprm.cxx614 short nXPos = SVBT16ToShort(pSprm); in Start() local
623 switch( nXPos ){ // besondere X-Positionen ? in Start()
625 case -12: eHAlign = text::HoriOrientation::NONE; nXPos = 0; break; // Mogel: innen -> links in Start()
628 case -4: eHAlign = text::HoriOrientation::CENTER; nXPos = 0; break; // zentriert in Start()
630 case -16: eHAlign = text::HoriOrientation::RIGHT; nXPos = 0; break; // Mogel: aussen -> rechts in Start()
633 rOut.SetFlyXPos( nXPos, eHRel, eHAlign ); in Start()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx580 … for(sal_Int32 nXPos(nPosY % 2 ? nBLeft - nBWidth + nOffsetX : nBLeft); in RenderFillGraphicPrimitive2D() local
581 nXPos < nOLeft + nOWidth; nXPos += nBWidth) in RenderFillGraphicPrimitive2D()
583 … const Rectangle aOutRectPixel(Point(nXPos, nYPos), aNeededBitmapSizePixel); in RenderFillGraphicPrimitive2D()
605 … for(sal_Int32 nXPos(nBLeft); nXPos < nOLeft + nOWidth; nXPos += nBWidth, nPosX++) in RenderFillGraphicPrimitive2D() local
610 … const Rectangle aOutRectPixel(Point(nXPos, nYPos), aNeededBitmapSizePixel); in RenderFillGraphicPrimitive2D()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1724 const long nXPos, in CalcBoundRect() argument
1741 pFmt, pAnchoredObj->GetDrawObj(), pFrm, rLine, nXPos, bRight ); in CalcBoundRect()
1757 const long nXPos, const sal_Bool bRight ) in ContourRect() argument
1853 while( nIdx < nCount && (*pTmp)[ nIdx ] < nXPos ) in ContourRect()
1859 else if( ! bRight && ( nIdx >= nCount || (*pTmp)[ nIdx ] != nXPos ) ) in ContourRect()
2274 const long nXPos = pCurrFrm->IsRightToLeft() ? in AnchoredObjToRect()
2281 nXPos, ! pCurrFrm->IsRightToLeft() ); in AnchoredObjToRect()
H A Dtxtfly.hxx82 const SwTxtFrm* pFrm, const SwRect &rLine, const long nXPos,
95 const long nXPos,
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx1991 nXPos = 0; in WW8SwFlyPara()
2070 nXPos = rWW.nSp26 + (short)nIniFlyDx; in WW8SwFlyPara()
2121 nXPos = -nWidth - (2*nLeBorderMgn) - rWW.nRiMgn; in WW8SwFlyPara()
2132 nXPos = ( nRiBorderMgn - nLeBorderMgn ) + rWW.nLeMgn; in WW8SwFlyPara()
2142 nXPos = -nLeBorderMgn; in WW8SwFlyPara()
2152 nXPos = -nWidth - nLeBorderMgn; in WW8SwFlyPara()
2173 nXPos = nXPos - nLeLMgn; in WW8SwFlyPara()
2217 SwTwips nXPos = pFS->nXPos; in WW8FlySet() local
2219 rReader.MiserableRTLGraphicsHack(nXPos, pFS->nWidth, pFS->eHAlign, eHRel); in WW8FlySet()
2221 Put( SwFmtHoriOrient(nXPos, pFS->eHAlign, pFS->eHRel, pFS->bToggelPos )); in WW8FlySet()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx2154 long nXPos=0, nYPos=0; in OutCSS1_FrmFmtOptions() local
2165 nXPos = aPos.A(); in OutCSS1_FrmFmtOptions()
2173 nXPos = text::HoriOrientation::NONE == rHoriOri.GetHoriOrient() in OutCSS1_FrmFmtOptions()
2202 nXPos -= aLRItem.GetLeft(); in OutCSS1_FrmFmtOptions()
2203 if( nXPos < 0 ) in OutCSS1_FrmFmtOptions()
2205 aLRItem.SetLeft( (sal_uInt16)(aLRItem.GetLeft() + nXPos) ); in OutCSS1_FrmFmtOptions()
2206 nXPos = 0; in OutCSS1_FrmFmtOptions()
2210 OutCSS1_UnitProperty( sCSS1_P_left, nXPos ); in OutCSS1_FrmFmtOptions()
/trunk/main/sw/source/ui/fldui/
H A Dfldedt.cxx119 long nXPos = GetOKButton()->GetPosPixel().X() + GetOKButton()->GetSizePixel().Width() in SwFldEditDlg() local
121 aNextBT.SetPosPixel(Point(nXPos, aNextBT.GetPosPixel().Y())); in SwFldEditDlg()
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx144 long nXPos = (aSz.Width() - aSize.Width()) / 2; in Paint() local
145 DrawPage(Point(nXPos,nYPos),sal_True,sal_True); in Paint()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx434 long nXPos = (bRtl)? in appendCluster() local
443 rCharDxs[n-rArgs.mnMinCharPos] = nXPos; in appendCluster()
451 rCharDxs[n-rArgs.mnMinCharPos] = nXPos; in appendCluster()
455 …tGlyph, nFirstCharInCluster, nNextChar, rArgs.mpStr[nFirstCharInCluster], nXPos, aFirstGlyph.yOffs… in appendCluster()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx734 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-1; in ImplShowFocus() local
739 aRect.Left() = nXPos - 2; in ImplShowFocus()
926 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-nOff3; in ImplDrawItem() local
933 DrawCtrlText( Point( nXPos + aImageSize.Width(), nYPos ), in ImplDrawItem()
943 Point aImgTL( nXPos, aRect.Top() ); in ImplDrawItem()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java114 int nXPos = pos.Width + 1; in create() local
136 Integer.valueOf(nXPos), in create()

Completed in 197 milliseconds

12