/aoo41x/main/svtools/source/table/ |
H A D | tablegeometry.hxx | 64 const Rectangle& getRect() const { return m_aRect; } in getRect() function in svt::table::TableGeometry 152 ,m_aCol( _rRow.getControl(), _rRow.getRect(), _nCol ) in TableCellGeometry() 156 …inline Rectangle getRect() const { return m_aRow.getRect().GetIntersection( m_aCol.getRect(… in getRect() function in svt::table::TableCellGeometry 159 inline bool isValid() const { return !getRect().IsEmpty(); } in isValid()
|
H A D | tablecontrol_impl.cxx | 718 m_rAntiImpl.Invalidate( aColumn.getRect() ); in impl_invalidateColumn() 923 if ( aColumn.getRect().Right() > _rArea.Right() ) in lcl_getColumnsVisibleWithin() 1449 Rectangle const aColRect(aHeaderRow.getRect()); in doPaintContent() 1462 if ( _rUpdateRect.GetIntersection( aCell.getRect() ).IsEmpty() ) in doPaintContent() 1468 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent() 1493 Rectangle const aInters( aIntersection.getRect() ); in doPaintContent() 1511 if ( _rUpdateRect.GetIntersection( aRowIterator.getRect() ).IsEmpty() ) in doPaintContent() 1544 *m_pDataWindow, aCell.getRect(), rStyle ); in doPaintContent() 1971 _rCellRect = aCell.getRect(); in impl_getCellRect() 2179 aInvalidateRect.Union( aRow.getRect() ); in invalidateRowRange() [all …]
|
H A D | tabledatawindow.cxx | 132 Rectangle const aCellRect( aCell.getRect() ); in RequestHelp()
|
/aoo41x/main/basegfx/source/range/ |
H A D | b2drangeclipper.cxx | 118 const B2DRectangle& getRect() const { return *mpAssociatedRect; } in getRect() function in basegfx::__anon34c5fd960111::ActiveEdge 221 const B2DRectangle& getRect() const { return *mpAssociatedRect; } in getRect() function in basegfx::__anon34c5fd960111::SweepLineEvent 325 || (isFinishingEdge && &rEvent.getRect() == &rActiveEdge.getRect()), in intersect() 512 const bool bHitOwnEdge=&rEvent.getRect() == &rActiveEdge.getRect(); in metOwnEdge() 662 const B2DRectangle& rRect=rCurrEvent.getRect(); in createActiveEdgesFromStartEvent() 744 return &rEdge.getRect() == &rRect; in isSameRect() 771 const basegfx::B2DRange& rCurrRect=rCurrEvent.getRect(); in processActiveEdges()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | WW8TableInfo.cxx | 305 const SwRect & WW8TableNodeInfoInner::getRect() const in getRect() function in ww8::WW8TableNodeInfoInner 521 const SwRect & WW8TableNodeInfo::getRect() const in getRect() function in ww8::WW8TableNodeInfo 523 return getInnerForDepth(mnDepth)->getRect(); in getRect() 592 SwRect aRect = aTableCellInfo.getRect(); in processSwTableByLayout() 1144 SwRect aRect = aCellIt->getRect(); in addShadowCells() 1189 aRect = aCellIt->getRect(); in addShadowCells() 1397 getRow(pNodeInfoInner->getRect().Top(), false); in getTableBoxesOfRow() 1413 getRow(pNodeInfoInner->getRect().Top(), false); in getWidthsOfRow() 1429 getRow(pNodeInfoInner->getRect().Top(), false); in getRowSpansOfRow()
|
H A D | WW8TableInfo.hxx | 105 const SwRect & getRect() const; 143 SwRect getRect() const { return m_aRect; } in getRect() function in ww8::CellInfo 208 const SwRect & getRect() const;
|
/aoo41x/main/canvas/source/tools/ |
H A D | page.cxx | 98 const SurfaceRect &rect = (*it)->getRect(); in insert() 140 if(r.intersection((*it)->getRect())) in isValidLocation()
|
H A D | page.hxx | 96 const SurfaceRect& getRect() const { return maRect; } in getRect() function in canvas::PageFragment
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.cxx | 421 aGlyph.getRect(), in processGlyph() 432 aGlyph.getRect(), in processGlyph() 488 geometry::RealRectangle2D rRect = rGlyph.getRect(); in getTransformGlyphContext()
|
H A D | pdfiprocessor.hxx | 257 com::sun::star::geometry::RealRectangle2D& getRect(){ return m_rRect; } in getRect() function in pdfi::CharGlyph
|
/aoo41x/main/sw/inc/ |
H A D | swtable.hxx | 486 SwRect getRect() const;
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 487 link->getRect( &x1, &y1, &x2, &y2 ); in processLink()
|
/aoo41x/main/sw/source/core/table/ |
H A D | swtable.cxx | 2812 SwRect SwTableCellInfo::getRect() const in getRect() function in SwTableCellInfo
|