Home
last modified time | relevance | path

Searched refs:GetSize (Results 101 – 125 of 682) sorted by relevance

12345678910>>...28

/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx144 const Size aSize(aRectIter->GetSize()); in ImpRestoreBackground()
227 const Size aSize(aRectIter->GetSize()); in ImpSaveBackground()
381 const Size aSize(aRegionRectanglePixel.GetSize());
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx72 rBox.GetSize(), in DeviceCopy()
74 rBox.GetSize(), in DeviceCopy()
359 aLogicWindowBox.GetSize()); in HandleMapModeChange()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1287 i=0; nNumPoints=rPolygon.GetSize(); in METLine()
1862 METSetChrCellSize(aGDIFont.GetSize()); in WriteOrders()
1890 METSetChrCellSize(aGDIFont.GetSize()); in WriteOrders()
1946 METSetChrCellSize(aGDIFont.GetSize()); in WriteOrders()
1994 METBitBlt( pA->GetPoint(), pA->GetSize(), pA->GetBitmap().GetSizePixel() ); in WriteOrders()
2025 METBitBlt( pA->GetPoint(), pA->GetSize(), aSizePixel ); in WriteOrders()
2053 METBitBlt( pA->GetPoint(), pA->GetSize(), pBmpScaleAction->GetBitmap().GetSizePixel() ); in WriteOrders()
2324 const Size aDestSize( pA->GetSize() ); in WriteOrders()
/trunk/main/starmath/source/
H A Dview.cxx339 const Size aTmp( PixelToLogic( LogicToPixel( rDoc.GetSize() ))); in SetTotalSize()
432 Size aSize (LogicToPixel(rDoc.GetSize())); in ZoomToFitInWindow()
553 aEdit.SetPosSizePixel(aRect.TopLeft(), aRect.GetSize()); in Resize()
804 return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); in GetOptimalSizePixel()
820 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel()
1149 Size aSize (GetDoc()->GetSize()); in Impl_Print()
1768 Size GraphicSize(pPrinter->LogicToPixel(GetDoc()->GetSize(), aMap)); in Execute()
H A Ddocument.cxx503 Size SmDocShell::GetSize() in GetSize() function in SmDocShell
516 aRet = pTree->GetSize(); in GetSize()
668 Size aOldSize = GetVisArea().GetSize(); in OnDocumentPrinterChanged()
670 if( aOldSize != GetVisArea().GetSize() && aText.Len() ) in OnDocumentPrinterChanged()
685 Size aVisSize = GetSize(); in Repaint()
/trunk/main/svtools/source/misc/
H A Dimap.cxx647 if ( aPoly.GetSize() ) in SetExtraEllipse()
663 sal_uInt16 nCount = aPoly.GetSize(); in Scale()
706 const sal_uInt16 nCount = aPoly.GetSize(); in IsEqual()
707 const sal_uInt16 nEqCount = rEqPoly.GetSize(); in IsEqual()
/trunk/main/tools/source/generic/
H A Dsvborder.cxx51 Size aS( rRect.GetSize() ); in operator +=()
64 Size aS( rRect.GetSize() ); in operator -=()
/trunk/main/sc/source/filter/starcalc/
H A Dscfobj.cxx86 aSz.Width = rRect.GetSize().Width(); in InsertChart()
87 aSz.Height = rRect.GetSize().Height(); in InsertChart()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx711 i_rLogicalRect.GetSize().Width(), in CopyFromRenderDevice()
712 i_rLogicalRect.GetSize().Height() in CopyFromRenderDevice()
843 m_aScrollBack.SetPosSizePixel( aButtonBack.TopLeft(), aButtonBack.GetSize() ); in Relayout()
854 m_aScrollForward.SetPosSizePixel( aButtonForward.TopLeft(), aButtonForward.GetSize() ); in Relayout()
896 aItemRect.GetSize() in GetItemScreenRect()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx646 sal_uInt16 nPadLen = (sal_uInt16)(aName.GetSize() & 0x01); in WriteSubRecs()
647 sal_uInt16 nFmlaLen = static_cast< sal_uInt16 >( 12 + aName.GetSize() + nPadLen ); in WriteSubRecs()
841 return aName.GetSize(); in GetLen()
894 nRecLen += sComment.GetSize(); in ExcEScenario()
898 nRecLen += sUserName.GetSize(); in ExcEScenario()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx346 const Size& rPageSize = rItem.GetSize(); in GetOptimalSizePixel()
366 Size aObjSize = ((const SfxObjectShell*)pDocSh)->GetVisArea().GetSize(); in UpdateOleZoom()
391 Size aObjSize = GetObjectShell()->GetVisArea().GetSize(); in InnerResizePixel()
472 Size aPixelSize = rRect.GetSize(); in QueryObjAreaPixel()
494 rRect.SetSize( pWin->LogicToPixel( aLogicRect.GetSize() ) ); in QueryObjAreaPixel()
500 Size aSize = rRect.GetSize(); in QueryObjAreaPixel()
H A Dviewfun7.cxx74 Size aPgSize( pPage->GetSize() ); in lcl_AdjustInsertPos()
212 Size aSize = aView.GetAllMarkedRect().GetSize(); in PasteDraw()
312 aSize = aObjRef.GetSize( &aMapMode ); in PasteObject()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx269 o_rContentMetafile.SetPrefSize(aPrimitiveRectangle.GetSize()); in impDumpToMetaFile()
911 Size aFontSize(pPDFControl->TextFont.GetSize()); in processBasePrimitive2D()
1947 aPrimitiveRectangle.GetSize(), aVCLGradient); in processBasePrimitive2D()
1993 aPrimitiveRectangle.GetSize(), aVCLGradient); in processBasePrimitive2D()
2016 Size aSizePixel(aRectPixel.GetSize()); in processBasePrimitive2D()
2093 aRectLogic.GetSize(), in processBasePrimitive2D()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx64 for( sal_uInt16 i = 0, nCount = rPoly.GetSize(); i < nCount; i++ ) in ImplScalePoly()
1892 maSz = aRectangle.GetSize(); in Scale()
1973 maDstSz = aRectangle.GetSize(); in Scale()
2125 maSz = aRectangle.GetSize(); in Scale()
2206 maDstSz = aRectangle.GetSize(); in Scale()
2364 maSz = aRectangle.GetSize(); in Scale()
2448 maDstSz = aRectangle.GetSize(); in Scale()
3541 FRound(maFont.GetSize().Width() * fabs(fScaleX)), in Scale()
3542 FRound(maFont.GetSize().Height() * fabs(fScaleY))); in Scale()
3842 maSize = aRectangle.GetSize(); in Scale()
[all …]
/trunk/main/tools/inc/tools/
H A Ddynary.hxx40 using Container::GetSize;
75 using DynArray::GetSize; \
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DMouseObserver.java105 aSmallestSize = aShape.GetSize(); in FindCanvasShapeUnderMouse()
110 Dimension aSize = aShape.GetSize(); in FindCanvasShapeUnderMouse()
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx117 const Size aPageModelSize (pPage->GetSize()); in RenderPage()
335 Rectangle aPaintRectangle (Point(0,0), pPage->GetSize()); in PaintPage()
430 const Size aPageModelSize (rPage.GetSize()); in SetupOutputSize()
/trunk/main/filter/source/msfilter/
H A Dmsvbasic.cxx74 for (sal_uLong i=0;i<aVBAStrings.GetSize();++i) in ~VBA_Impl()
130 int nIndex = aVBAStrings.GetSize()-1; in Output()
527 for(sal_uLong i=0;i<aVBAStrings.GetSize();i++) in Decompress()
/trunk/main/extensions/source/propctrlr/
H A Dinspectorhelpwindow.cxx139 m_aSeparator.SetPosSizePixel( aSeparatorArea.TopLeft(), aSeparatorArea.GetSize() ); in Resize()
143 m_aHelpText.SetPosSizePixel( aTextArea.TopLeft(), aTextArea.GetSize() ); in Resize()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx589 Size aMiddleSegmentSize( maControlRect.GetSize().Width() + nShadowLeft + nShadowRight, in initControls()
677 aDev.SetOutputSizePixel( aBmpRect.GetSize() ); in Paint()
692 DrawOutDev( aBmpRect.TopLeft(), aBmpRect.GetSize(), in Paint()
693 Point( 0, 0 ), aBmpRect.GetSize(), in Paint()
789 Size aControlSize = maControlRect.GetSize(); in Resize()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx819 mnSeparatorY = aWindowBox.Height - mpCloseButton->GetSize().Height - gnVerticalButtonPadding; in UpdateLayout()
866 rUpperBox.X2 - mpVerticalScrollBar->GetSize(), in PlaceScrollBars()
877 rUpperBox.X2 - mpVerticalScrollBar->GetSize() - gnHorizontalGap, in PlaceScrollBars()
893 rUpperBox.Y2 - mpHorizontalScrollBar->GetSize(), in PlaceScrollBars()
904 rUpperBox.Y2 - mpHorizontalScrollBar->GetSize() - gnVerticalGap); in PlaceScrollBars()
930 const sal_Int32 nButtonWidth (mpCloseButton->GetSize().Width); in PlaceCloseButton()
944 rCenterBox.Height - mpCloseButton->GetSize().Height/ 2)); in PlaceCloseButton()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx196 Size aSize = pSize->GetSize(); in IsEqualSize_Impl()
574 aPaperSize = ( (const SvxSizeItem*)pItem )->GetSize(); in Reset()
848 if ( !pOld || ( (const SvxSizeItem*)pOld )->GetSize() != aSize ) in FillItemSet()
866 if ( !pOld || ( (const SvxSizeItem*)pOld )->GetSize() != aSize ) in FillItemSet()
1405 aBspWin.SetSize( ( (const SvxSizeItem*)pItem )->GetSize() ); in InitHeadFoot_Impl()
1426 aBspWin.SetHdHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
1488 aBspWin.SetFtHeight( rSize.GetSize().Height() - nDist ); in InitHeadFoot_Impl()
/trunk/main/sd/source/ui/view/
H A Ddrviewsh.cxx97 Size aLogicSize(rRect.GetSize()); in MakeVisible()
102 Size aVisAreaSize(aVisArea.GetSize()); in MakeVisible()
/trunk/main/tools/source/stream/
H A Dcachestr.cxx219 && ((SvMemoryStream*)pCurrentStream)->GetSize() > nMaxSize ) in FlushData()
267 sal_uIntPtr SvCacheStream::GetSize() in GetSize() function in SvCacheStream
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx425 Size aBrowserSize (rAvailableArea.GetSize()); in TestScrollBarVisibilities()
436 rModel.GetPageDescriptor(0)->GetPage()->GetSize(), in TestScrollBarVisibilities()
441 Size aPageSize = mrSlideSorter.GetView().GetLayouter().GetTotalBoundingBox().GetSize(); in TestScrollBarVisibilities()

Completed in 212 milliseconds

12345678910>>...28