Home
last modified time | relevance | path

Searched refs:Width (Results 176 – 200 of 1801) sorted by relevance

12345678910>>...73

/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx138 if( aNewSize.Width() && aNewSize.Height() ) in ImplGetGraphicCenterRect()
141 const double fGrfWH = (double) aNewSize.Width() / aNewSize.Height(); in ImplGetGraphicCenterRect()
142 const double fWinWH = (double) aWinSize.Width() / aWinSize.Height(); in ImplGetGraphicCenterRect()
146 aNewSize.Width() = (long) ( aWinSize.Height() * fGrfWH ); in ImplGetGraphicCenterRect()
151 aNewSize.Width() = aWinSize.Width(); in ImplGetGraphicCenterRect()
152 aNewSize.Height()= (long) ( aWinSize.Width() / fGrfWH); in ImplGetGraphicCenterRect()
155 const Point aNewPos( ( aWinSize.Width() - aNewSize.Width() ) >> 1, in ImplGetGraphicCenterRect()
420 ((aSize.Width() - aBitmapExSizePixel.Width()) >> 1) + rRect.Left(), in UserDraw()
763 ((aSize.Width() - aBitmapExSizePixel.Width()) >> 1) + rRect.Left(), in PaintField()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx60 sal_uInt16 nPixel = (sal_uInt16) pOutDev->PixelToLogic( Size( 1, 1 ) ).Width(); in ImplDrawDefault()
63 …Size aSize( rDestSize.Width() - ( nPixelWidth << 1 ), rDestSize.Height() - ( nPixelWidth <<… in ImplDrawDefault()
93 aSize.Width() -= 2*nPixelWidth + 4*nPixel; in ImplDrawDefault()
96 if( aSize.Width() > 0 && aSize.Height() > 0 in ImplDrawDefault()
101 if( aSize.Height() > aBitmapSize.Height() && aSize.Width() > aBitmapSize.Width() ) in ImplDrawDefault()
107 aPoint.X() += aBitmapSize.Width() + 2*nPixel; in ImplDrawDefault()
108 aSize.Width() -= aBitmapSize.Width() + 2*nPixel; in ImplDrawDefault()
112 if ( aSize.Width() > 0 && aSize.Height() > 0 && pFont && pText && pText->Len() in ImplDrawDefault()
135 long nWidth = aSize.Width() * nLines; // N"aherung!!! in ImplDrawDefault()
156 if ( nTextWidth > aSize.Width() ) in ImplDrawDefault()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx167 …tStyleProperty<awt::Size>(m_pView->getController().getReportDefinition(),PROPERTY_PAPERSIZE).Width; in GetTotalWidth()
171 nWidth = aPageSize.Width() + long(aStartWidth); in GetTotalWidth()
187 …st sal_Int32 nPaperWidth = getStyleProperty<awt::Size>(xReportDefinition,PROPERTY_PAPERSIZE).Width; in Resize()
191 nLeftMargin = m_aViewsWindow.LogicToPixel(Size(nLeftMargin,0)).Width(); in Resize()
192 nRightMargin = m_aViewsWindow.LogicToPixel(Size(nRightMargin,0)).Width(); in Resize()
202 m_aHRuler.SetMargin2(aPageSize.Width() - nLeftMargin - nRightMargin); in Resize()
209 m_aViewsWindow.SetPosSizePixel(aStartPoint,Size(aTotalOutputSize.Width(),nSectionsHeight)); in Resize()
408 …tStyleProperty<awt::Size>(m_pView->getController().getReportDefinition(),PROPERTY_PAPERSIZE).Width; in impl_getRealPixelWidth()
411 return aPageSize.Width() + REPORT_ENDMARKER_WIDTH + REPORT_STARTMARKER_WIDTH + SECTION_OFFSET; in impl_getRealPixelWidth()
427 nZoom = (sal_uInt16)(long)Fraction(aSize.Width()*100,impl_getRealPixelWidth()); in getZoomFactor()
[all …]
/trunk/main/svtools/source/misc/
H A Dhelpagentwindow.cxx89 m_aPreferredSize.Width() += 2; in HelpAgentWindow()
94 m_aPreferredSize.Width() += aSize.Width() - aOutputSize.Width(); in HelpAgentWindow()
133 aOutputRect.Left() + (aInnerRect.GetWidth() - aPictureSize.Width()) / 2, in Paint()
153 aPreferredSize.Width() += 8; in implOptimalButtonSize()
166 m_pCloser->SetPosPixel( Point(aOutputSize.Width() - aCloserSize.Width() - 2, 2) ); in Resize()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx528 aSize.Width() += nDiffSize; in lcl_ChangeWidth()
538 Size aDiffSize( aCurSize.Width() - m_aDialogSize.Width(), in Resize()
588 lcl_MoveControlX( &aOkBTN, aDiffSize.Width() ); in Resize()
590 lcl_MoveControlX( &aHelpBTN, aDiffSize.Width() ); in Resize()
591 lcl_MoveControlX( &aPathPB, aDiffSize.Width() ); in Resize()
592 lcl_MoveControlX( &aFileRB, aDiffSize.Width()/2 ); in Resize()
596 lcl_ChangeWidth( &aColumnLB, aDiffSize.Width() ); in Resize()
597 lcl_ChangeWidth( &aPathED, aDiffSize.Width() ); in Resize()
598 lcl_ChangeWidth( &aFilterLB, aDiffSize.Width() ); in Resize()
599 lcl_ChangeWidth( &aDestFL, aDiffSize.Width() ); in Resize()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx203 …ong nLabelWidth = ::std::max( aTxtMin.CalcMinimumSize().Width(), aTxtMax.CalcMinimumSize().Width()… in AdjustControlPositions()
204 nLabelWidth = ::std::max( aTxtMain.CalcMinimumSize().Width(), nLabelWidth ); in AdjustControlPositions()
205 nLabelWidth = ::std::max( aTxtHelp.CalcMinimumSize().Width(), nLabelWidth ); in AdjustControlPositions()
206 nLabelWidth = ::std::max( aTxtHelpCount.CalcMinimumSize().Width(), nLabelWidth ); in AdjustControlPositions()
207 nLabelWidth = ::std::max( aTxtOrigin.CalcMinimumSize().Width(), nLabelWidth ); in AdjustControlPositions()
209 nLabelWidth = ::std::max( m_aTxt_AxisType.CalcMinimumSize().Width(), nLabelWidth ); in AdjustControlPositions()
225 long nDialogWidth = GetSizePixel().Width(); in AdjustControlPositions()
231 aSize.Width() = nLabelWidth; in AdjustControlPositions()
265 long nListWidth = m_aLB_MainTimeUnit.GetSizePixel().Width(); in PlaceIntervalControlsAccordingToAxisType()
289 long nSecondX = nMinX + aCbxAutoStepMain.GetSizePixel().Width() + nLabelDistance; in PlaceIntervalControlsAccordingToAxisType()
[all …]
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx260 aInnerSize.Width() -= 2; in NotifyChange()
265 if ( aDrawSize.Width() > aInnerSize.Width() ) in NotifyChange()
267 aDrawSize.Height() = aDrawSize.Height() * aInnerSize.Width() / aDrawSize.Width(); in NotifyChange()
270 aDrawSize.Width() = aDrawSize.Height(); in NotifyChange()
274 aDrawSize.Width() = aInnerSize.Width(); in NotifyChange()
278 aDrawSize.Width() = aDrawSize.Width() * aInnerSize.Height() / aDrawSize.Height(); in NotifyChange()
279 if ( aDrawSize.Width() > aInnerSize.Width() ) in NotifyChange()
281 aDrawSize.Height() = aDrawSize.Width(); in NotifyChange()
282 aDrawSize.Width() = aInnerSize.Width(); in NotifyChange()
288 aDrawPos.X() = (aSize.Width() - aDrawSize.Width()) / 2; in NotifyChange()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx115 SwTwips nWidth = GetUpper()->Prt().Width(); in Format()
122 nWidth -= pFrm->Frm().Width(); in Format()
133 Frm().Pos().X() += Frm().Width() - nWidth; in Format()
134 Frm().Width( nWidth ); in Format()
184 Prt().Width( Frm().Width() ); in Format()
227 long nWidth = pSh->VisArea().Width(); in SwPageFrm()
230 Frm().Width ( nWidth ); in SwPageFrm()
996 if( Frm().Width() != pParent->Prt().Width() ) in Paste()
1798 PixelToLogic( pSh->GetBrowseBorder() ).Width() in ImplCalcBrowseWidth()
1811 long nWidth = rAttrs.GetSize().Width(); in ImplCalcBrowseWidth()
[all …]
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx71 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsPoint()
81 double fWidthRatio = static_cast< double >( rShapeRect.Width ) / rCoordSys.Width; in lclGetAbsRect()
86 aAbsRect.Width = static_cast< sal_Int32 >( fWidthRatio * rRelRect.Width + 0.5 ); in lclGetAbsRect()
268 if( ((aShapeRect.Width > 0) || (aShapeRect.Height > 0)) && rxShapes.is() ) in convertAndInsert()
298 if( (aShapeRect.Width > 0) || (aShapeRect.Height > 0) ) in convertFormatting()
301 rxShape->setSize( Size( aShapeRect.Width, aShapeRect.Height ) ); in convertFormatting()
370 if( !maShapeModel.maPoints.empty() && (aCoordSys.Width > 0) && (aCoordSys.Height > 0) ) in implConvertAndInsert()
431 Size aOleSize( rShapeRect.Width, rShapeRect.Height ); in implConvertAndInsert()
542 …if( !mxChildren->empty() && (aParentAnchor.maCoordSys.Width > 0) && (aParentAnchor.maCoordSys.Heig… in implConvertAndInsert()
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx161 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow()
172 aPrefSize.Width >>= 2; in implLayoutVideoWindow()
178 aPrefSize.Width >>= 1; in implLayoutVideoWindow()
184 aPrefSize.Width <<= 1; in implLayoutVideoWindow()
190 aPrefSize.Width <<= 2; in implLayoutVideoWindow()
203 if( ( aPrefSize.Width <= nVideoW ) && ( aPrefSize.Height <= nVideoH ) ) in implLayoutVideoWindow()
205 nX = ( nVideoW - aPrefSize.Width ) >> 1; in implLayoutVideoWindow()
207 nWidth = aPrefSize.Width; in implLayoutVideoWindow()
217 double fPrefWH = (double) aPrefSize.Width / aPrefSize.Height; in implLayoutVideoWindow()
275 Size( maWindowRect.Width, maWindowRect.Height ) ); in create()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx133 if ( aTlbSize.Width() > aTbxSize.Width() ) in SdNavigatorWin()
135 maToolbox.SetPosSizePixel( 0, 0, aTlbSize.Width(), 0, WINDOW_POSSIZE_WIDTH ); in SdNavigatorWin()
149 … const long nMinWidth = 2*maToolbox.GetPosPixel().X() + aTbxSize.Width(); // never clip the toolbox in SdNavigatorWin()
150 if( nMinWidth > maMinSize.Width() ) in SdNavigatorWin()
151 maMinSize.Width() = nMinWidth; in SdNavigatorWin()
597 aDiffSize.Width() = aWinSize.Width() - maSize.Width(); in Resize()
602 aObjSize.Width() += aDiffSize.Width(); in Resize()
607 aObjSize.Width() += aDiffSize.Width(); in Resize()
616 aObjSize.Width() += aDiffSize.Width(); in Resize()
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx157 aTxtSize.Width() = 0; in Init()
162 aTxtSize.Width() += rInf.GetSize().Width(); in Do()
222 if ( rInf.GetSize().Width() < nTxtWidth ) in Do()
223 nTxtWidth -= rInf.GetSize().Width(); in Do()
314 rInf.SetWidth( sal_uInt16(rInf.GetSize().Width()) ); in Do()
414 if ( nOfst > rInf.GetSize().Width() ) in Do()
416 nOfst = nOfst - sal_uInt16(rInf.GetSize().Width()); in Do()
491 sal_uInt16 nPartWidth = sal_uInt16(rInf.GetSize().Width()); in Do()
694 aPartSize.Width() += nTmpKern; in DoOnCapitals()
760 aPartSize.Width() += nTmpKern; in DoOnCapitals()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx144 RoundToInt(aOriginalPreviewSize.Width()*nPreviewScale), in Create()
147 RoundToInt(Min(aPreviewSize.Width(),aPreviewSize.Height()) * gnPreviewOffsetScale)); in Create()
154 aPreviewSize.Width() + 2 * gnShadowBorder + nCount*nOffset, in Create()
233 aPreviewSize.Width()*gnSuperScaleFactor, in PaintRepresentatives()
245 const sal_Int32 nIconWidth (aExclusionOverlay.GetSizePixel().Width()); in PaintRepresentatives()
249 for (sal_Int32 nX=0; nX<aPreviewSize.Width(); nX+=nIconWidth) in PaintRepresentatives()
260 aPageOffset.X()+aPreviewSize.Width()-1, in PaintRepresentatives()
311 (aPreviewSize.Width()-aTextBox.GetWidth())/2, in PaintPageCount()
337 maIcon.GetSizePixel().Width()/2, in SetLocation()
441 maIcon.GetSizePixel().Width() + 10, in GetSize()
/trunk/main/sw/source/core/text/
H A Dpossiz.hxx39 : nWidth(KSHORT(rSize.Width())), nHeight(KSHORT(rSize.Height())){ } in SwPosSize()
42 inline KSHORT Width() const { return nWidth; } in Width() function in SwPosSize
43 inline void Width( const KSHORT nNew ) { nWidth = nNew; } in Width() function in SwPosSize
54 nWidth = rSize.Width(); in operator =()
61 nWidth = KSHORT(rSize.Width()); in SvLSize()
67 nHeight = KSHORT(rSize.Width()); in SvXSize()
73 nWidth = KSHORT(rSize.Width()); in operator =()
H A Dporlin.cxx81 return GetLen() || Width() ? this : 0; in Compress()
108 ASSERT( !Width(), "SwLinePortion::PrePaint: For Width()==0 only!"); in PrePaint()
116 sal_uInt16 nLastWidth = pLast->Width(); in PrePaint()
160 pThis->Width( nViewWidth ); in PrePaint()
162 pThis->Width(0); in PrePaint()
321 if( rInf.X() > rInf.Width() ) in Format()
334 if( rInf.Width() <= nNewWidth && PrtWidth() && ! IsKernPortion() ) in Format()
337 if( nNewWidth > rInf.Width() ) in Format()
338 PrtWidth( nNewWidth - rInf.Width() ); in Format()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx354 aSize = Size( aSz.Width, aSz.Height ); in FuInsertOLE()
357 if (aSize.Height() == 0 || aSize.Width() == 0) in FuInsertOLE()
360 aSize.Width() = 5000; in FuInsertOLE()
363 aSz.Width = aTmp.Width(); in FuInsertOLE()
384 aPnt.X() -= aSize.Width(); // move position to left edge in FuInsertOLE()
400 Size aNewSize( aSz.Width, aSz.Height ); in FuInsertOLE()
561 Size aSize( aSz.Width, aSz.Height ); in FuInsertChart()
571 if (aSize.Height() <= 0 || aSize.Width() <= 0) in FuInsertChart()
573 aSize.Width() = 5000; in FuInsertChart()
580 aSz.Width = aSize.Width(); in FuInsertChart()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxscroller.cxx106 setPosSize( rArea.X, rArea.Y, rArea.Width, rArea.Height, PosSize::POSSIZE ); in allocateArea()
109 mpHorScrollBar->SetRangeMax( SAL_MAX( maChildRequisition.Width - rArea.Width, 0 ) ); in allocateArea()
119 rArea.Width - thumbWidth, thumbHeight ); in allocateArea()
120 mpVerScrollBar->SetPosSizePixel( rArea.X + rArea.Width - thumbWidth - 2, rArea.Y-2, in allocateArea()
124 SAL_MAX( maChildRequisition.Width, rArea.Width ) - thumbWidth - 4, in allocateArea()
140 SAL_MIN( MAX_CHILD_REQ, childSize.Width ) + thumbWidth, in getMinimumSize()
/trunk/main/framework/source/helper/
H A Ddockingareadefaultacceptor.cxx126 … css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in requestDockingAreaSpace()
134 if ((( aSize.Width - RequestedSpace.X - RequestedSpace.Width ) < aMinSize.Width ) || in requestDockingAreaSpace()
164 … css::awt::Size aSize ( aRectangle.Width - aInfo.LeftInset - aInfo.RightInset , in setDockingAreaSpace()
171 sal_Int32 nWidth = aSize.Width - BorderSpace.X - BorderSpace.Width; in setDockingAreaSpace()
174 if (( nWidth > aMinSize.Width ) && ( nHeight > aMinSize.Height )) in setDockingAreaSpace()
/trunk/main/sw/source/ui/uiview/
H A Dviewmdi.cxx128 aPageSize.Width() += pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth(); in _SetZoom()
136 aPageSize.Width() += Abs( long(rLeftLRSpace.GetLeft()) - long(rLRSpace.GetLeft()) ); in _SetZoom()
147 aPageSize.Width() -= ( rLRSpace.GetLeft() + rLRSpace.GetRight() + nLeftOfst * 2 ); in _SetZoom()
150 nFac = aWindowSize.Width() * 100 / aPageSize.Width(); in _SetZoom()
155 long nTmpWidth = bAutomaticViewLayout ? aPageSize.Width() : aRootSize.Width(); in _SetZoom()
158 nFac = aWindowSize.Width() * 100 / nTmpWidth; in _SetZoom()
168 const long nTmpWidth = bAutomaticViewLayout ? aPageSize.Width() : aRootSize.Width(); in _SetZoom()
169 nFac = aWindowSize.Width() * 100 / nTmpWidth; in _SetZoom()
607 pHRuler->SetBorderPos( pVRuler->GetSizePixel().Width()-1 ); in CreateVLineal()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx62 aSize.Width() -= 4; \
70 aSize.Width() += 4; \
542 aBmpSize.Width() = aBmpSize.Width() / 2; in FillValueSet()
544 Point aPt1( aBmpSize.Width(), 0 ); in FillValueSet()
587 aSize.Width() -= 4; in Resize()
601 aBitmapSize.Width() += 6; // in Resizing()
610 long nItemW = aItemSize.Width(); in Resizing()
611 long nW = rNewSize.Width(); in Resizing()
640 rNewSize.Width() = nW; in Resizing()
713 aSize.Width() += 6; in SetSize()
[all …]
/trunk/main/svtools/source/control/
H A Dcalendar.cxx997 aOutSize.Width()-2, in ImplDraw()
2629 aSize.Width() += MONTH_BORDERX*2; in CalcWindowSizePixel()
2630 aSize.Width() *= nCalcMonthPerLine; in CalcWindowSizePixel()
2769 if ( aTodayBtnSize.Width() < aNoneBtnSize.Width() ) in ArrangeButtons()
2770 aTodayBtnSize.Width() = aNoneBtnSize.Width(); in ArrangeButtons()
2772 aNoneBtnSize.Width() = aTodayBtnSize.Width(); in ArrangeButtons()
2778 nBtnWidth = aTodayBtnSize.Width() + aNoneBtnSize.Width() + CALFIELD_SEP_X; in ArrangeButtons()
2780 long nX = (aOutSize.Width()-nBtnWidth)/2; in ArrangeButtons()
2783 nX += aTodayBtnSize.Width() + CALFIELD_SEP_X; in ArrangeButtons()
2789 nBtnWidth = aTodayBtnSize.Width(); in ArrangeButtons()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx239 || rRepaintArea.X+rRepaintArea.Width <= rOuterBorderRectangle.X in paintBorder()
278 || rRepaintArea.X+rRepaintArea.Width <= rOuterBorderRectangle.X in paintBorderWithCallout()
614 double nX = rInnerBox.X + (rInnerBox.Width - nTextWidth)/2; in PaintTitle()
626 nX = rInnerBox.X + rInnerBox.Width - nTextWidth; in PaintTitle()
629 nX = rInnerBox.X + (rInnerBox.Width - nTextWidth)/2; in PaintTitle()
637 || rUpdateBox.X+rUpdateBox.Width <= nX in PaintTitle()
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
765 nW = rBox.Width - nStartOffset + nEndOffset; in PaintBitmap()
784 if (nX >= rUpdateBox.X + rUpdateBox.Width in PaintBitmap()
1022 rBox.Width + pBorderSize->mnLeft + pBorderSize->mnRight, in AddBorder()
[all …]
/trunk/main/oox/source/drawingml/
H A Dshape.cxx224 sal_Int32 r = l + (*aIter)->maSize.Width; in addChildren()
247 double fWidth = (*aIter)->maSize.Width; in addChildren()
249 double fXScale = (double)rClientRect.Width / (double)nGlobalWidth; in addChildren()
255 aShapeRect.Width = static_cast< sal_Int32 >( fWidth ); in addChildren()
272 awt::Size aSize( pShapeRect ? awt::Size( pShapeRect->Width, pShapeRect->Height ) : maSize ); in createAndInsert()
274 …awt::Rectangle aShapeRectHmm( aPosition.X / 360, aPosition.Y / 360, aSize.Width / 360, aSize.Heigh… in createAndInsert()
280 if( aSize.Width != 1 || aSize.Height != 1) in createAndInsert()
284 aSize.Width ? aSize.Width / 360.0 : 1.0, in createAndInsert()
324 aPoly.insert( 1, ::basegfx::B2DPoint( maSize.Width ? 1 : 0, maSize.Height ? 1 : 0 ) ); in createAndInsert()
345 aPoly.insert( 1, ::basegfx::B2DPoint( maSize.Width ? 1 : 0, maSize.Height ? 1 : 0 ) ); in createAndInsert()
[all …]
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx356 if (aSize.Width()<=0 in CreateBitmap()
358 || sal_uInt64(aSize.Width())*sal_uInt64(aSize.Height())*(bGray?1:3) > MAX_BITMAP_BYTE_SIZE) in CreateBitmap()
418 nAlignedWidth = AlignedWidth4Bytes( aSize.Width() * ( bGray ? 8 : 24 ) ); in CreateBitmap()
446 long nWidth = pAcc->Width(); in FillBitmap()
459 nAlignedWidth = AlignedWidth4Bytes( pAcc->Width() * 8L ); in FillBitmap()
473 nAlignedWidth = AlignedWidth4Bytes( pAcc->Width() * 24L ); in FillBitmap()
542 Size( pAcc1->Width(), nNewLines ) ) ); in CreateIntermediateGraphic()
592 SetJpegPreviewSizeHint( aPreviewSize.Width(), aPreviewSize.Height() ); in Read()
680 long nWidth = pAcc->Width(); in GetScanline()
742 long nWidth = pAcc->Width(); in Write()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx108 if( rRefSize.Width == 0 || in lcl_GrowAndShiftLogic()
112 double fRelativeGrowX = fGrowLogicX / rRefSize.Width; in lcl_GrowAndShiftLogic()
128 if( rRefSize.Width == 0 || in lcl_MoveObjectLogic()
132 double fRelativeShiftX = fShiftLogicX / rRefSize.Width; in lcl_MoveObjectLogic()
238 , sal_Int32 Width, sal_Int32 Height, sal_Int16 Flags ) in setPosSize() argument
254 sal_Int32 nScaleXNumerator = aLogicSize.Width(); in setPosSize()
255 sal_Int32 nScaleXDenominator = aModelPageSize.Width; in setPosSize()
519 aResolution.Width = m_pChartWindow->GetSizePixel().Width(); in execute_Paint()
1528 if( aPos.X + aSize.Width > aPageSize.Width ) in execute_KeyInput()
1529 aPos.X = aPageSize.Width - aSize.Width; in execute_KeyInput()
[all …]

Completed in 224 milliseconds

12345678910>>...73