/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | tp_AxisPositions.cxx | 71 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 D | tp_ChartType.cxx | 1030 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 1037 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 …]
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FormLayer.java | 95 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()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 669 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 …]
|
/aoo4110/main/sdext/source/minimizer/ |
H A D | optimizerdialog.hxx | 152 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 D | optimizerdialogcontrols.cxx | 112 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 D | informationdialog.cxx | 72 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 D | informationdialog.hxx | 79 sal_Int32 nXPos, 97 sal_Int32 nXPos, 104 sal_Int32 nXPos,
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | FormLayer.java | 91 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 D | RadioButtons.java | 82 …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()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 235 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()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 743 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 …]
|
/aoo4110/main/sw/inc/ |
H A D | fmtornt.hxx | 79 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 =()
|
/aoo4110/main/sw/source/filter/ww1/ |
H A D | w1sprm.cxx | 614 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()
|
/aoo4110/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 580 … 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()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfly.cxx | 1718 const long nXPos, in CalcBoundRect() argument 1735 pFmt, pAnchoredObj->GetDrawObj(), pFrm, rLine, nXPos, bRight ); in CalcBoundRect() 1751 const long nXPos, const sal_Bool bRight ) in ContourRect() argument 1847 while( nIdx < nCount && (*pTmp)[ nIdx ] < nXPos ) in ContourRect() 1853 else if( ! bRight && ( nIdx >= nCount || (*pTmp)[ nIdx ] != nXPos ) ) in ContourRect() 2268 const long nXPos = pCurrFrm->IsRightToLeft() ? in AnchoredObjToRect() 2275 nXPos, ! pCurrFrm->IsRightToLeft() ); in AnchoredObjToRect()
|
H A D | txtfly.hxx | 82 const SwTxtFrm* pFrm, const SwRect &rLine, const long nXPos, 95 const long nXPos,
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 1991 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()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldedt.cxx | 119 long nXPos = GetOKButton()->GetPosPixel().X() + GetOKButton()->GetSizePixel().Width() in SwFldEditDlg() local 121 aNextBT.SetPosPixel(Point(nXPos, aNextBT.GetPosPixel().Y())); in SwFldEditDlg()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | css1atr.cxx | 2154 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()
|
/aoo4110/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 157 long nXPos = ( aSz.Width() - aSize.Width() ) / 2; in Paint() local 158 DrawPage( Point( nXPos, nYPos ), sal_True, sal_True ); in Paint()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 434 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()
|
/aoo4110/main/vcl/source/control/ |
H A D | tabctrl.cxx | 736 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-1; in ImplShowFocus() local 741 aRect.Left() = nXPos - 2; in ImplShowFocus() 928 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-nOff3; in ImplDrawItem() local 935 DrawCtrlText( Point( nXPos + aImageSize.Width(), nYPos ), in ImplDrawItem() 945 Point aImgTL( nXPos, aRect.Top() ); in ImplDrawItem()
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | ButtonList.java | 114 int nXPos = pos.Width + 1; in create() local 136 Integer.valueOf(nXPos), in create()
|