| /AOO41X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 329 pData[i].m_pixmapRect.GetWidth() == r_pixmapRect.GetWidth() && in Find() 648 aSize.setWidth( aBackward.GetWidth() / 2 ); in hitTestNativeControl() 654 aBackward.Move( aBackward.GetWidth() / 2, 0 ); in hitTestNativeControl() 663 aSize.setWidth( aForward.GetWidth() / 2 ); in hitTestNativeControl() 669 aForward.Move( aForward.GetWidth() / 2, 0 ); in hitTestNativeControl() 753 Size( aCtrlRect.GetWidth()+2, aCtrlRect.GetHeight()+2) ); in drawNativeControl() 933 && (rControlRegion.GetWidth() > 16) in getNativeControlRegion() 985 if (rNativeBoundingRegion.GetWidth()>0 && rNativeBoundingRegion.GetHeight()>0) in getNativeControlRegion() 997 Size( aMenuBarRect.GetWidth(), aReq.height+1 ) ); in getNativeControlRegion() 1050 Size( aEditRect.GetWidth(), nHeight ) ); in getNativeControlRegion() [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 201 SwTwips nSize = GetFrmFmt()->GetFrmSize().GetWidth(); \ 369 nSz += rFndBoxes[ --n ]->GetBox()->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_CopyCol() 370 aFrmSz.SetWidth( aFrmSz.GetWidth() - in lcl_CopyCol() 383 aFrmSz.SetWidth( aFrmSz.GetWidth() / ( pCpyPara->nCpyCnt + 1 ) ); in lcl_CopyCol() 804 aNew.SetWidth( aNew.GetWidth() + nOffset ); in lcl_LastBoxSetWidth() 826 pBox->GetFrmFmt()->GetFrmSize().GetWidth() : 0; in _DeleteBox() 914 aNew.SetWidth( aNew.GetWidth() + nBoxSz ); in _DeleteBox() 974 GetFrmSize().GetWidth()); in lcl_FndNxtPrvDelBox() 1039 nBoxStt += rTblBoxes[ n ]->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_SaveUpperLowerBorder() 1040 SwTwips nBoxWidth = rBox.GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_SaveUpperLowerBorder() [all …]
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | GridLayouter.cxx | 358 nX += maColumnDescriptors[nColumnIndex].GetWidth(); in Layout() 372 …const sal_Int32 nWidth (rDescriptor.GetWidth() - rDescriptor.GetLeftPadding() - rDescriptor.GetRig… in LayoutColumn() 397 nCellWidth += maColumnDescriptors[nColumnIndex+nOffset].GetWidth(); in LayoutColumn() 463 if (nWidth < rDescriptor.GetWidth()) in DistributeWidth() 464 nWidth = rDescriptor.GetWidth(); in DistributeWidth() 482 rDescriptor.SetWidth(rDescriptor.GetWidth() + nRemainingWidth); in DistributeWidth() 544 nX += iColumn->GetWidth(); in Paint() 553 const sal_Int32 nRight (nX + iColumn->GetWidth()); in Paint() 560 nX += iColumn->GetWidth(); in Paint() 569 nX += iColumn->GetWidth(); in Paint() [all …]
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | framelink.cxx | 281 case REFMODE_CENTERED: if( rBorder.Prim() ) nPos = -128 * (rBorder.GetWidth() - 1); break; in lclGetBeg() 282 case REFMODE_END: if( rBorder.Prim() ) nPos = -256 * (rBorder.GetWidth() - 1); break; in lclGetBeg() 298 case REFMODE_CENTERED: if( rBorder.Prim() ) nPos = 128 * (rBorder.GetWidth() - 1); break; in lclGetEnd() 299 case REFMODE_BEGIN: if( rBorder.Prim() ) nPos = 256 * (rBorder.GetWidth() - 1); break; in lclGetEnd() 385 …lt.mnOffs1 = (!rLFromTR.Secn() && !rLFromBR.Secn() && (rLFromT.GetWidth() == rLFromB.GetWidth())) ? in lclLinkLeftEnd_Single() 414 rResult.mnOffs1 = (rLFromT.GetWidth() == rLFromB.GetWidth()) ? in lclLinkLeftEnd_Single() 471 rResult.mnOffs1 = (rLFromL.GetWidth() == rBorder.GetWidth()) ? in lclLinkLeftEnd_Prim() 1001 bool bVert = rRect.GetWidth() < rRect.GetHeight(); in lclGetDiagLineEnds() 1045 if( (aClipRect.GetWidth() < 1) ||(aClipRect.GetHeight() < 1) ) in lclPushDiagClipRect() 1176 …DBG_ASSERT( (rRect.GetWidth() > 1) && (rRect.GetHeight() > 1), "svx::frame::lclDrawDiagFrameBorder… in lclDrawDiagFrameBorders() [all …]
|
| H A D | swframeexample.cxx | 103 sal_uIntPtr nOutWPix = aPage.GetWidth(); in InitAllRects_Impl() 146 aTextLine.SetSize(Size(aTextLine.GetWidth(), 2)); in InitAllRects_Impl() 155 aPara.SetSize(Size(aPara.GetWidth(), in InitAllRects_Impl() 185 …harFrame.SetPos(Point(aParaPrtArea.Left() + (aParaPrtArea.GetWidth() - aAutoCharFrame.GetWidth()) … in InitAllRects_Impl() 224 sal_uIntPtr nFreeWidth = aPagePrtArea.GetWidth() - GetTextWidth(C2S(DEMOTEXT)); in InitAllRects_Impl() 463 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in DrawInnerFrame_Impl() 506 lXPos = aRect.Left() + (aRect.GetWidth() - aFrmSize.Width()) / 2; in Paint() 652 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in Paint()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | brdwin.cxx | 102 long nExtraWidth = ((rRect.GetWidth()*50)+500)/1000; in ImplCalcSymbolRect() 838 nMinWidth2 += pData->maCloseRect.GetWidth(); in ImplTracking() 845 if ( aNewRect.GetWidth() < nMinWidth ) in ImplTracking() 847 else if ( aNewRect.GetWidth() > nMaxWidth ) in ImplTracking() 853 if ( aNewRect.GetWidth() < nMinWidth ) in ImplTracking() 855 else if ( aNewRect.GetWidth() > nMaxWidth ) in ImplTracking() 908 … aNewRect.GetWidth(), aNewRect.GetHeight(), WINDOW_POSSIZE_POSSIZE ); in ImplTracking() 911 … aNewRect.GetWidth(), aNewRect.GetHeight(), WINDOW_POSSIZE_SIZE ); in ImplTracking() 916 pData->maMouseOff.X() += aNewRect.GetWidth()-nOldWidth; in ImplTracking() 924 pData->mnTrackWidth = aNewRect.GetWidth(); in ImplTracking() [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | sdxmlexp.cxx | 128 sal_Int32 GetWidth() const { return mnWidth; } in GetWidth() function in ImpXMLEXPPageMasterInfo 265 aPageSize = Size(mpPageMasterInfo->GetWidth(), mpPageMasterInfo->GetHeight()); in ImpXMLAutoLayoutInfo() 974 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos() 976 aRight.Left() = long(aRight.Left() + aRight.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() 986 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos() 988 aRight.Left() = long(aRight.Left() + aRight.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() 998 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos() 1000 aRight.Left() = long(aRight.Left() + aRight.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() 1010 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos() 1012 aRight.Left() = long(aRight.Left() + aRight.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | impgrfll.cxx | 108 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes() 121 …rBmpOutputSize.Width() = basegfx::fround( (double) rOutputRect.GetWidth() * rBmpPerCent.Width() / … in ImpCalcBmpFillSizes() 138 …aStartPoint.X() = rOutputRect.Left() + ( ( rOutputRect.GetWidth() - rBmpOutputSize.Width() ) >> 1 … in ImpCalcBmpFillSizes() 159 …aStartPoint.X() = rOutputRect.Left() + ( ( rOutputRect.GetWidth() - rBmpOutputSize.Width() ) >> 1 … in ImpCalcBmpFillSizes() 180 …aStartPoint.X() = rOutputRect.Left() + ( ( rOutputRect.GetWidth() - rBmpOutputSize.Width() ) >> 1 … in ImpCalcBmpFillSizes() 244 rStartOffset = Size( ( rOutputRect.GetWidth() - rBmpOutputSize.Width() ) >> 1, in ImpCalcBmpFillSizes()
|
| H A D | svdotxtr.cxx | 74 long nTWdt0=aRect.GetWidth ()-1-nHDist; if (nTWdt0<0) nTWdt0=0; in NbcSetSnapRect() 76 long nTWdt1=rRect.GetWidth ()-1-nHDist; if (nTWdt1<0) nTWdt1=0; in NbcSetSnapRect() 108 long nTWdt0=aRect.GetWidth ()-1-nHDist; if (nTWdt0<0) nTWdt0=0; in NbcSetLogicRect() 110 long nTWdt1=rRect.GetWidth ()-1-nHDist; if (nTWdt1<0) nTWdt1=0; in NbcSetLogicRect() 155 long nTWdt0=aRect.GetWidth ()-1-nHDist; if (nTWdt0<0) nTWdt0=0; in NbcResize() 235 long nTWdt1=aRect.GetWidth ()-1-nHDist; if (nTWdt1<0) nTWdt1=0; in NbcResize()
|
| /AOO41X/main/vcl/unx/generic/printergfx/ |
| H A D | bitmap_gfx.cxx | 423 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap() 442 sal_Int32 nImageSz = rSrc.GetWidth() * rSrc.GetHeight(); in DrawBitmap() 472 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap() 486 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawMask() 504 sal_uInt32 nWidth = rArea.GetWidth(); in DrawPS1GrayImage() 565 nChar += psp::getValueOf (rArea.GetWidth(), pImage + nChar); in writePS2ImageHeader()
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salnativewidgets.cxx | 109 aHIRect.size.width = static_cast<float>(aRect.GetWidth()); in ImplGetHIRectFromRectangle() 1213 … RefreshRect( buttonRect.Left(), buttonRect.Top(), buttonRect.GetWidth(), buttonRect.GetHeight() ); in drawNativeControl() 1276 w = aCtrlBoundRect.GetWidth(); in getNativeControlRegion() 1302 w = aCtrlBoundRect.GetWidth(); in getNativeControlRegion() 1347 w = aCtrlBoundRect.GetWidth() + 2*TAB_TEXT_OFFSET - 2*VCL_TAB_TEXT_OFFSET; in getNativeControlRegion() 1363 w = aCtrlBoundRect.GetWidth(); in getNativeControlRegion() 1381 w = aCtrlBoundRect.GetWidth(); in getNativeControlRegion() 1391 w = aCtrlBoundRect.GetWidth(); in getNativeControlRegion() 1407 w = aCtrlBoundRect.GetWidth(); in getNativeControlRegion() 1428 w = aCtrlBoundRect.GetWidth(); in getNativeControlRegion() [all …]
|
| /AOO41X/main/sw/source/ui/table/ |
| H A D | tabledlg.cxx | 108 sMsg += pRep->GetWidth(); in DbgTblRep() 563 pTblData->GetWidth()), FUNIT_TWIP); in Reset() 565 nSaveWidth = pTblData->GetWidth(); in Reset() 674 pTblData->GetWidth() : in ActivatePage() 750 if(nColSum != pTblData->GetWidth()) in DeactivatePage() 753 (long) (pTblData->GetWidth() / in DeactivatePage() 755 SwTwips nDiff = nColSum - pTblData->GetWidth(); in DeactivatePage() 800 if(pTblData->GetWidth() != lWidth ) in DeactivatePage() 904 pTblData->GetWidth() : pTblData->GetSpace(); in Reset() 1245 pFieldArr[i]->SetRefValue(pTblData->GetWidth()); in ActivatePage() [all …]
|
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeFontWork.cxx | 326 … nHeight += aCharacterData.aBoundRect.GetWidth() + ( rFWData.nSingleLineHeight / 5 ); in GetTextAreaOutline() 340 …aOutlineIter->Move( ( aSingleCharacterUnion.GetWidth() - aCharacterIter->aBoundRect.GetWidth() ) /… in GetTextAreaOutline() 353 …aFont.SetWidth( (sal_Int32)( (double)aFontMetric.GetWidth() * ( (double)100 / (double)nCharScaleWi… in GetTextAreaOutline() 477 sal_Int32 nParaWidth = aParagraphIter->aBoundRect.GetWidth(); in GetFontWorkOutline() 480 double fScale = (double)aTextAreaIter->aBoundRect.GetWidth() / nParaWidth; in GetFontWorkOutline() 512 … nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ) / 2; in GetFontWorkOutline() 514 … nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ); in GetFontWorkOutline() 595 …tance = (double)( rPoint.X() - rTextAreaBoundRect.Left() ) / (double)rTextAreaBoundRect.GetWidth(); in InsertMissingOutlinePoints() 671 sal_Int32 nWidth = rTextAreaBoundRect.GetWidth(); in FitTextOutlinesToShapeOutlines()
|
| H A D | EnhancedCustomShape2d.cxx | 799 fXScale = nCoordWidth == 0 ? 0.0 : (double)aLogicRect.GetWidth() / (double)nCoordWidth; in EnhancedCustomShape2d() 803 fXRatio = (double)aLogicRect.GetWidth() / (double)aLogicRect.GetHeight(); in EnhancedCustomShape2d() 811 if( (nYRef != Mx80000000) && aLogicRect.GetWidth() ) in EnhancedCustomShape2d() 813 fYRatio = (double)aLogicRect.GetHeight() / (double)aLogicRect.GetWidth(); in EnhancedCustomShape2d() 856 case ENUM_FUNC_LOGWIDTH : fRet = aLogicRect.GetWidth(); break; in GetEnumFunc() 962 fVal = aLogicRect.GetWidth() - fVal; in GetPoint() 1112 aTopLeft.X() = aLogicRect.GetWidth() - aTopLeft.X(); in GetTextRect() 1113 aBottomRight.X() = aLogicRect.GetWidth() - aBottomRight.X(); in GetTextRect() 1162 if ( aLogicRect.GetHeight() > aLogicRect.GetWidth() ) in GetHandlePosition() 1178 …ShearPoint( rReturnPosition, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), nTan … in GetHandlePosition() [all …]
|
| /AOO41X/main/svx/source/stbctrls/ |
| H A D | zoomsliderctrl.cxx | 94 const long nControlWidth = getControlRect().GetWidth(); in Offset2Zoom() 153 const long nControlWidth = getControlRect().GetWidth(); in Zoom2Offset() 337 …aImagePoint.X() = aRect.TopLeft().X() + aControlRect.GetWidth() - nIncDecWidth - (nSliderXOffset -… in Paint() 364 else if ( nXDiff >= aControlRect.GetWidth() - nSliderXOffset + nButtonLeftOffset && in MouseButtonDown() 365 nXDiff <= aControlRect.GetWidth() - nSliderXOffset + nButtonRightOffset ) in MouseButtonDown() 368 else if( nXDiff >= nSliderXOffset && nXDiff <= aControlRect.GetWidth() - nSliderXOffset ) in MouseButtonDown() 417 if ( nXDiff >= nSliderXOffset && nXDiff <= aControlRect.GetWidth() - nSliderXOffset ) in MouseMove()
|
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | fupoor.cxx | 361 if(rRect.GetWidth() > rRect.GetHeight()) in ImpForceQuadratic() 364 Point(rRect.Left() + ((rRect.GetWidth() - rRect.GetHeight()) / 2), rRect.Top()), in ImpForceQuadratic() 370 Point(rRect.Left(), rRect.Top() + ((rRect.GetHeight() - rRect.GetWidth()) / 2)), in ImpForceQuadratic() 371 Size(rRect.GetWidth(), rRect.GetWidth())); in ImpForceQuadratic()
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | sdwindow.cxx | 513 if( (rZoomRect.GetWidth() != 0) && (rZoomRect.GetHeight() != 0)) in GetZoomForRect() 529 if(rZoomRect.GetWidth()) in GetZoomForRect() 532 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetWidth()); in GetZoomForRect() 572 if (rZoomRect.GetWidth() == 0 || rZoomRect.GetHeight() == 0) in SetZoomRect() 586 DBG_ASSERT(rZoomRect.GetWidth(), "ZoomRect-Breite = 0!"); in SetZoomRect() 602 if(rZoomRect.GetWidth()) in SetZoomRect() 605 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetWidth()); in SetZoomRect() 632 maWinPos.X() += (rZoomRect.GetWidth() - aWinSize.Width()) / 2; in SetZoomRect()
|
| /AOO41X/main/starmath/source/ |
| H A D | view.cxx | 1074 Size aTitleSize (GetTextSize(rOutDev, GetDoc()->GetTitle(), aOutRect.GetWidth() - 200)); in Impl_Print() 1080 Size aDescSize (GetTextSize(rOutDev, GetDoc()->GetComment(), aOutRect.GetWidth() - 200)); in Impl_Print() 1084 … Size(aOutRect.GetWidth(), 100 + aTitleSize.Height() + 200 + aDescSize.Height() + 100))); in Impl_Print() 1091 Point aPoint(aOutRect.Left() + (aOutRect.GetWidth() - aTitleSize.Width()) / 2, in Impl_Print() 1094 sal::static_int_cast< sal_uInt16 >(aOutRect.GetWidth() - 200)); in Impl_Print() 1101 aPoint.X() = aOutRect.Left() + (aOutRect.GetWidth() - aDescSize.Width()) / 2; in Impl_Print() 1104 sal::static_int_cast< sal_uInt16 >(aOutRect.GetWidth() - 200)); in Impl_Print() 1118 Size aSize (GetTextSize(rOutDev, GetDoc()->GetText(), aOutRect.GetWidth() - 200)); in Impl_Print() 1124 Size(aOutRect.GetWidth(), 200 + aSize.Height() + 200))); in Impl_Print() 1126 Point aPoint (aOutRect.Left() + (aOutRect.GetWidth() - aSize.Width()) / 2, in Impl_Print() [all …]
|
| /AOO41X/main/avmedia/source/viewer/ |
| H A D | mediawindow_impl.cxx | 418 …if( pLogo && !pLogo->IsEmpty() && ( aVideoRect.GetWidth() > 0 ) && ( aVideoRect.GetHeight() > 0 ) ) in Paint() 427 …if( ( aLogoSize.Width() > aVideoRect.GetWidth() || aLogoSize.Height() > aVideoRect.GetHeight() ) && in Paint() 432 if( fLogoWH < ( (double) aVideoRect.GetWidth() / aVideoRect.GetHeight() ) ) in Paint() 439 aLogoSize.Width() = aVideoRect.GetWidth(); in Paint() 440 aLogoSize.Height()= (long) ( aVideoRect.GetWidth() / fLogoWH ); in Paint() 444 DrawBitmapEx( Point( aBasePos.X() + ( ( aVideoRect.GetWidth() - aLogoSize.Width() ) >> 1 ), in Paint()
|
| /AOO41X/main/sw/source/core/table/ |
| H A D | swnewtable.cxx | 144 nWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_CheckMinMax() 180 nLeft += pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_Box2LeftBorder() 212 if( nCurrLeft >= nLeft && pBox->GetFrmFmt()->GetFrmSize().GetWidth() ) in lcl_LeftBorder2Box() 217 nCurrLeft += pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_LeftBorder2Box() 392 nRight += pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in CollectBoxSelection() 573 long nNewWidth = pFmt->GetFrmSize().GetWidth() + pCurr->second; in CollectBoxSelection() 618 long nWidth = rBoxes[j]->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_InsertPosition() 667 nTableWidth += aLines[0]->GetTabBoxes()[i]->GetFrmFmt()->GetFrmSize().GetWidth(); in NewInsertCol() 780 nNewWidth += rTabBoxes[i]->GetFrmFmt()->GetFrmSize().GetWidth(); in NewInsertCol() 1560 if( nRowSpan != 1 && pBox->GetFrmFmt()->GetFrmSize().GetWidth() ) in PrepareDelBoxes() [all …]
|
| H A D | swtable.cxx | 347 sal_uInt64 nBox = pFmt->GetFrmSize().GetWidth(); in lcl_ModifyLines() 373 sal_uInt64 nBox = pFmt->GetFrmSize().GetWidth(); in lcl_ModifyBoxes() 429 AdjustWidths( pOldSize->GetWidth(), pNewSize->GetWidth() ); in Modify() 461 const long nWish = pTabFmt->GetFrmSize().GetWidth(); in lcl_SortedTabColInsert() 476 SwTwips nWidth = rBoxes[i]->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_SortedTabColInsert() 755 GetFrmSize().GetWidth(); in lcl_ProcessBoxSet() 768 sal_uInt64 nWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_ProcessBoxSet() 795 sal_uInt64 nWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_ProcessBoxSet() 849 aFmtFrmSize.SetWidth( aFmtFrmSize.GetWidth() + nDiff ); in lcl_ProcessBoxSet() 850 if ( aFmtFrmSize.GetWidth() < 0 ) in lcl_ProcessBoxSet() [all …]
|
| /AOO41X/main/svtools/source/edit/ |
| H A D | texteng.cxx | 1057 long nPortionTextWidth = pPortion->GetWidth(); in ImpGetXPos() 1222 nTmpX += pTextPortion->GetWidth(); in GetCharPos() 1228 nTmpX -= pTextPortion->GetWidth(); // vor die Portion stellen in GetCharPos() 1235 nPosInPortion = pTextPortion->GetWidth() - nPosInPortion; in GetCharPos() 1278 nLineWidth += pTextPortion->GetWidth(); in CalcTextWidth() 1765 pDummyPortion->GetWidth() = 0; in CreateAndInsertEmptyLine() 1826 pTP->GetWidth() = (long)CalcTextWidth( nPara, nBreakPos-pTP->GetLen(), pTP->GetLen()-1 ); in ImpBreakLine() 1863 …pTextPortion->GetWidth() = (long)CalcTextWidth( nPara, nPos-pTextPortion->GetLen(), pTextPortion->… in SplitTextPortion() 2013 pTP->GetWidth() = (-1); in RecalcTextPortion() 2127 long nTxtWidth = pTextPortion->GetWidth(); in ImpPaint() [all …]
|
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | drawinglayeranimation.cxx | 380 if(maPaintRectangleLogic.GetWidth() > in ImpForceScrollTextAnimNodes() 381 maScrollRectangleLogic.GetWidth()) in ImpForceScrollTextAnimNodes() 383 … fZeroLogicAlternate = maScrollRectangleLogic.Right() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes() 389 … fOneLogicAlternate = maScrollRectangleLogic.Right() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes() 393 fZeroLogic = maScrollRectangleLogic.Left() - maPaintRectangleLogic.GetWidth(); in ImpForceScrollTextAnimNodes() 633 double const fPaintWidth = maPaintRectangleLogic.GetWidth(); in updateShapeAttributes() 636 double const fScrollWidth = maScrollRectangleLogic.GetWidth(); in updateShapeAttributes()
|
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 1078 nWidth = nWidth * aNew.GetWidth() / in GetMergeSel() 1080 long nTmpWidth = aNew.GetWidth() - nWidth; in GetMergeSel() 1122 nLeft = nLeft * aNew.GetWidth() / in GetMergeSel() 1125 nRight = nRight * aNew.GetWidth() / in GetMergeSel() 1127 nWidth = aNew.GetWidth() - nLeft - nRight; in GetMergeSel() 1182 nLeft = nLeft * aNew.GetWidth() / in GetMergeSel() 1184 nRight = nRight * aNew.GetWidth() / in GetMergeSel() 1242 nWidth = pFirstBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel() 1254 nWidth += rPt.pSelBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel() 1288 nWidth = pFirstBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel() [all …]
|
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | rtffly.cxx | 150 SwTwips nWidth = rTblNd.GetTable().GetFrmFmt()->GetFrmSize().GetWidth(); in SetFlySize() 152 if( nWidth > rSz.GetWidth() ) in SetFlySize() 621 aSz.SetWidth( ((SwFmtFrmSize*)pItem)->GetWidth() ); in ReadFly() 1187 !aSz1.GetHeight() || !aSz1.GetWidth() || in ReadFly() 1188 !aSz2.GetHeight() || !aSz2.GetWidth() || in ReadFly() 1190 aSz1.GetWidth() == aSz2.GetWidth() ) ) in ReadFly() 1205 if( aSz1.GetWidth() && !aSz2.GetWidth() ) in ReadFly() 1208 aSz2.SetWidth( aSz1.GetWidth() ); in ReadFly() 1389 long nBoxWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth(); in _SetPictureSize()
|