Home
last modified time | relevance | path

Searched refs:GetWidth (Results 126 – 150 of 449) sorted by relevance

12345678910>>...18

/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx313 sal_uInt16 nOrgWidth = rInf.GetWidth(); in Do()
364 rPos.X() = rInf.GetPos().X() + rInf.GetWidth(); in DrawSpace()
480 nOrgWidth( rInfo.GetWidth() ) in SwDoDrawStretchCapital()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx682 const bool bWidthUsed(rLineInfo.GetWidth() > 1); in createLinePrimitive()
690 bWidthUsed ? rLineInfo.GetWidth() : 0.0, in createLinePrimitive()
1479 const double fLineWidth(fabs((double)rAction.GetWidth())); in proccessMetaTextLineAction()
2068 if(0.0 != fTextLength && pA->GetWidth()) in interpretMetafile()
2070 const double fRelative(pA->GetWidth() / fTextLength); in interpretMetafile()
2902 aObjectTransform.set(0, 0, aRectangle.GetWidth()); in interpretMetafile()
/trunk/main/vcl/source/control/
H A Dspinfld.cxx262 long nTempSize1 = aUpRect.GetWidth(); in ImplDrawSpinButton()
263 long nTempSize2 = aLowRect.GetWidth(); in ImplDrawSpinButton()
979 aSz.Width() += maUpperRect.GetWidth(); in CalcMinimumSize()
H A Dilstbox.cxx682 aMetrics.nTextWidth = aTextRect.GetWidth(); in ImplUpdateEntryMetrics()
1226 Size aSz( maFocusRect.GetWidth(), in SelectEntries()
1268 Size aSz( maFocusRect.GetWidth(), in Tracking()
1401 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Tracking()
1985 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in ImplDoPaint()
2044 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( nPos ) ); in GetFocus()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx916 const long nNewWidth = aNewRect.GetWidth(); in Crop()
1026 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
1080 const long nWidth = Min( aRectSrc.GetWidth(), aRectDst.GetWidth() ); in CopyPixel()
H A Dgdimtf.cxx1091 …lygon aEllipsePoly( pAct->GetRect().Center(), pAct->GetRect().GetWidth() >> 1, pAct->Get… in Rotate()
1165 … pAct->GetWidth(), pAct->GetText(), pAct->GetIndex(), pAct->GetLen() ) ); in Rotate()
1173 … pAct->GetWidth(), pAct->GetStrikeout(), pAct->GetUnderline(), pAct->GetOverline() ) ); in Rotate()
1561 if(0 != rLineInfo.GetWidth()) in GetBoundRect()
1628 if(0 != rLineInfo.GetWidth()) in GetBoundRect()
1685 pAct->GetWidth(), NULL ); in GetBoundRect()
1703 aRect.Right() = aRect.Left() + pAct->GetWidth(); in GetBoundRect()
H A Dcvtsvm.cxx719 const Polygon aPoly( aRect.Center(), aRect.GetWidth() >> 1, aRect.GetHeight() >> 1 ); in ImplConvertFromSVM1()
1478 ImplWriteLineColor( rOStm, rLineCol, 1, rInfo.GetWidth() ); in ImplWriteActions()
1634 ImplWriteLineColor( rOStm, rLineCol, 1, rInfo.GetWidth() ); in ImplWriteActions()
1821 rOStm << (sal_Int32) pAct->GetWidth(); in ImplWriteActions()
2409 const long nWidth = pA->GetWidth(); in ImplWriteActions()
/trunk/main/sd/source/ui/func/
H A Dfuconbez.cxx408 const sal_Int32 nWdt(rRectangle.GetWidth() / 2); in CreateDefaultObject()
493 const sal_Int32 nWdt(rRectangle.GetWidth()); in CreateDefaultObject()
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx553 if( nColumn >= pPixelCtl->GetWidth() || nColumn <0 ) in ensureIsValidColumn()
879 nX = (sal_uInt16) pPixelCtl->GetWidth() - 1 - nX; in CreateChild()
883 …Size size(pPixelCtl->GetWidth() / pPixelCtl->GetLineCount(),pPixelCtl->GetHeight() / pPixelCtl->Ge… in CreateChild()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1688 double fWidthHalf = maRect.GetWidth() / 2; in ImplFlipBoundingBox()
1708 Size aNewSize( maRect.GetHeight(), maRect.GetWidth() ); in ImplFlipBoundingBox()
3343 sal_uInt32 nDefaultTabs = abs( maRect.GetWidth() ) / nDefaultTabSize; in ImplWriteTextStyleAtom()
4437 sal_Int32 nLenght = maRect.GetWidth(); in ImplWritePage()
4702 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4720 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4757 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4777 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4797 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
4817 maSize = ::com::sun::star::awt::Size( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx125 sal_uInt32 GetWidth() const { return nWidth; } in GetWidth() function in SwXMLTableLines_Impl
686 nCPos = pLines->GetWidth(); in ExportTableLinesAutoStyles()
976 nCPos = rLines.GetWidth(); in ExportTableLine()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx387 if ( ( aImageSize.Width() > rRect.GetWidth() ) || ( aImageSize.Height() > rRect.GetHeight() ) ) in PaintStatusCell()
390 if ( aImageSize.Width() < rRect.GetWidth() ) in PaintStatusCell()
391 aPos.X() += ( rRect.GetWidth() - aImageSize.Width() ) / 2; in PaintStatusCell()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx449 return aVisArea.GetWidth() >= aTarget.GetWidth() && in MakeVisible()
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx256 long nMaxWidth = GetDesktopRectPixel().GetWidth()-8; in ImplPosControls()
322 nMaxLineWidth = aFormatRect.GetWidth(); in ImplPosControls()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx226 Size( i_rContentArea.GetWidth() + 2, i_rContentArea.GetHeight() + 2 ) in calculateDecorations()
647 … aImagePos.X() = aRenderArea.Left() + ( aRenderArea.GetWidth() - aImageSize.Width() ) / 2; in impl_renderItemContent()
689 aTextPos.X() += ( aRenderArea.GetWidth() - aTextSize.Height() ) / 2; in impl_renderItemContent()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx581 long nMaxTitleWidth = rRect.GetWidth() - ICON_OFFSET; in DrawRow()
639 if ( nWidth > rRect.GetWidth() - aPos.X() ) in DrawRow()
640 sDescription = GetEllipsisString( sDescription, rRect.GetWidth() - aPos.X() ); in DrawRow()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx726 if (aRect.GetWidth() < aPageSize.Width()) in SetZoomRect()
728 long nWidthDiff = (aPageSize.Width() - aRect.GetWidth()) / 2; in SetZoomRect()
/trunk/main/svx/source/dialog/
H A Drulritem.cxx571 long nColWidth = (*this)[0].GetWidth(); in CalcOrtho()
573 if( (*this)[i].GetWidth() != nColWidth) in CalcOrtho()
H A Dsvxruler.cxx634 ConvertHPosPixel(pPagePosItem->GetWidth() - lRight - in UpdateFrame()
1079 pEditWin->LogicToPixel(Size(pPagePosItem->GetWidth(),0)). in UpdatePage()
1442 return bHorz ? pPagePosItem->GetWidth() : pPagePosItem->GetHeight(); in GetPageWidth()
1606 l = pPagePosItem->GetWidth() - l; in GetRightFrameMargin()
2326 Max((long)0,pPagePosItem->GetWidth() - in ApplyMargins()
2577 long nWidthOrHeight = bHorz ? pPagePosItem->GetWidth() : pPagePosItem->GetHeight(); in ApplyBorders()
/trunk/main/extensions/source/scanner/
H A Dgrid.cxx195 (double)m_aGridArea.GetWidth() / ( m_fMaxX - m_fMinX ) in transform()
208 …x = ( rOriginal.X() - m_aGridArea.Left() ) * (m_fMaxX - m_fMinX) / (double)m_aGridArea.GetWidth() … in transform()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx209 unsigned long nTblSz = static_cast<unsigned long>(rSize.GetWidth()); in getGridColsOfRow()
258 pWidths->push_back(rLSz.GetWidth()); in getWidthsOfRow()
1509 m_nFmtFrmWidth = rSize.GetWidth(); in CellInfo()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx358 nChar += psp::getValueOf (rRectangle.GetWidth(), pRect + nChar); in DrawRect()
1232 double fScaleX = (double)rBoundingBox.GetWidth()/(fRight-fLeft); in DrawEPS()
1253 …UnionClipRegion( rBoundingBox.Left(), rBoundingBox.Top(), rBoundingBox.GetWidth(), rBoundingBox.Ge… in DrawEPS()
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx295 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNameSingul()
327 if (aRect.GetWidth()==aRect.GetHeight() && aGeo.nShearWink==0) { in TakeObjNamePlural()
886 long nWdt=aRect.GetWidth()-1; in NbcMirror()
/trunk/main/padmin/source/
H A Dadddlg.cxx393 if( aTextSize.GetWidth() <= 2*(aPosSize.GetWidth()+1) ) in APCommandPage()
395 Size aNewSize( aPosSize.GetWidth(), aPosSize.GetHeight()*2/3 ); in APCommandPage()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx491 nWidth = aScreenArea.GetWidth(); in findScreenBitmap()
576 nWidth = aScreenArea.GetWidth(); in determineProgressRatioValues()

Completed in 235 milliseconds

12345678910>>...18