Home
last modified time | relevance | path

Searched refs:Rectangle (Results 1901 – 1925 of 2178) sorted by relevance

1...<<71727374757677787980>>...88

/aoo41x/main/tools/source/generic/
H A Dline.cxx118 sal_Bool Line::Intersection( const Rectangle& rRect, Line& rIntersection ) const in Intersection()
/aoo41x/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java124 com.sun.star.awt.Rectangle aRect = xWindow.getPosSize(); in testXUnitConversion()
/aoo41x/main/toolkit/test/accessibility/
H A DSimpleOffice.java24 import com.sun.star.awt.Rectangle;
/aoo41x/main/sw/source/core/bastyp/
H A Dswrect.cxx48 SwRect::SwRect( const Rectangle &rRect ) : in SwRect()
/aoo41x/main/sw/source/ui/inc/
H A Dconttree.hxx95 Rectangle oldRectangle;
/aoo41x/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx200 Rectangle aRec( aCoords[0], aCoords[1], in ParseAreaOptions()
/aoo41x/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx374 const css::awt::Rectangle aContainerSize = xContainerWindow->getPosSize(); in implts_positionAgentWindow()
/aoo41x/main/editeng/inc/editeng/
H A DAccessibleImageBullet.hxx89 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds( ) throw (::com::sun::star::uno::Runt…
/aoo41x/main/sd/source/ui/func/
H A Dfucopy.cxx142 Rectangle aRect; in DoExecute()
/aoo41x/main/sd/source/ui/inc/
H A DAccessibleDocumentViewBase.hxx178 virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds (void)
H A DAccessibleSlideSorterView.hxx196 virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds (void)
/aoo41x/main/UnoControls/inc/
H A Dbasecontrol.hxx114 #define UNO3_RECTANGLE ::com::sun::star::awt::Rectangle
/aoo41x/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibleedit.hxx94 …virtual ::com::sun::star::awt::Rectangle SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::…
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DSimpleOffice.java26 import com.sun.star.awt.Rectangle;
/aoo41x/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx1150 Rectangle aRect; in executePosX()
1178 Rectangle aRect; in executePosY()
/aoo41x/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx948 || ! Rectangle(Point(0,0), in EventDescriptor()
983 || ! Rectangle(Point(0,0), in EventDescriptor()
/aoo41x/main/basctl/source/basicide/
H A Dbaside3.cxx149 void DialogWindow::Paint( const Rectangle& rRect ) in Paint()
257 Rectangle aMarkedRect( pView->GetMarkedRect() ); in Command()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx762 awt::Rectangle SchXMLPositonAttributesHelper::getRectangle() const in getRectangle()
764 return awt::Rectangle( m_aPosition.X, m_aPosition.Y, m_aSize.Width, m_aSize.Height ); in getRectangle()
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx707 Rectangle aRefreshRect( nX1, nY1, nX2, nY2 ); in drawLine()
1779 bool AquaSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect()
2095 rInfo.m_aFontBBox = Rectangle( Point( aTTInfo.xMin, aTTInfo.yMin ), in CreateFontSubset()
/aoo41x/main/svx/source/dialog/
H A Dsvxruler.cxx1866 Rectangle( Point(_lTabPos, -aZero.Y()), in DrawLine_Impl()
1878 Rectangle(Point(_lTabPos, -aZero.Y()), in DrawLine_Impl()
1890 Rectangle( Point(-aZero.X(), _lTabPos), in DrawLine_Impl()
1901 Rectangle( Point(-aZero.X(), _lTabPos), in DrawLine_Impl()
/aoo41x/main/sc/source/filter/excel/
H A Dxechart.cxx331 void XclExpChRoot::InitConversion( XChartDocRef xChartDoc, const Rectangle& rChartRect ) const in InitConversion()
364 XclChRectangle XclExpChRoot::CalcChartRectFromHmm( const ::com::sun::star::awt::Rectangle& rRect ) … in CalcChartRectFromHmm()
1244 ::com::sun::star::awt::Rectangle aRect( aPos.X, aPos.Y, aSize.Width, aSize.Height ); in ConvertTitle()
3303 Reference< XChartDocument > xChartDoc, const Rectangle& rChartRect ) : in XclExpChChart()
3464 XclExpChart::XclExpChart( const XclExpRoot& rRoot, Reference< XModel > xModel, const Rectangle& rCh… in XclExpChart()
/aoo41x/main/cui/source/tabpages/
H A Dnumpages.cxx2665 void SvxNumberingPreview::Paint( const Rectangle& /*rRect*/ ) in Paint() argument
2668 Rectangle aRect(Point(0,0), aSize); in Paint()
2851 Rectangle aRect1(Point(nTextXPos, nYStart + nFontHeight / 2), Size(aSize.Width() / 2, 2)); in Paint()
2855Rectangle aRect2(Point(nXStart, nYStart + nLineHeight + nFontHeight / 2 ), Size(aSize.Width() / 2,… in Paint()
2958Rectangle aRect1(Point(nXStart + nTextOffset, nYStart + nTopOffset), Size(nWidth, nRectHeight)); in Paint()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportController.cxx3175 pNewControl->SetLogicRect(Rectangle(3000,500,6000,3500)); // switch height and width in createControl()
3181 pNewControl->SetLogicRect(Rectangle(3000,500,8000,5500)); // switch height and width in createControl()
3595 Rectangle aLabel = getRectangleFromControl(pControl[0]); in addPairControls()
3596 Rectangle aTextfield = getRectangleFromControl(pControl[1]); in addPairControls()
3599 Rectangle aLabelAndTextfield( aLabel ); in addPairControls()
3611 const Rectangle& aLogicRect = pOverlappedObj->GetLogicRect(); in addPairControls()
/aoo41x/main/vcl/inc/os2/
H A Dsalgdi.h327 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
/aoo41x/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java51 import com.sun.star.awt.Rectangle;

Completed in 415 milliseconds

1...<<71727374757677787980>>...88