Home
last modified time | relevance | path

Searched refs:getRect (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/svtools/source/table/
H A Dtablegeometry.hxx64 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 Dtablecontrol_impl.cxx718 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 Dtabledatawindow.cxx132 Rectangle const aCellRect( aCell.getRect() ); in RequestHelp()
/aoo42x/main/basegfx/source/range/
H A Db2drangeclipper.cxx118 const B2DRectangle& getRect() const { return *mpAssociatedRect; } in getRect() function in basegfx::__anon065267770111::ActiveEdge
221 const B2DRectangle& getRect() const { return *mpAssociatedRect; } in getRect() function in basegfx::__anon065267770111::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()
/aoo42x/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx305 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 DWW8TableInfo.hxx105 const SwRect & getRect() const;
143 SwRect getRect() const { return m_aRect; } in getRect() function in ww8::CellInfo
208 const SwRect & getRect() const;
/aoo42x/main/canvas/source/tools/
H A Dpage.cxx98 const SurfaceRect &rect = (*it)->getRect(); in insert()
140 if(r.intersection((*it)->getRect())) in isValidLocation()
H A Dpage.hxx96 const SurfaceRect& getRect() const { return maRect; } in getRect() function in canvas::PageFragment
/aoo42x/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx421 aGlyph.getRect(), in processGlyph()
432 aGlyph.getRect(), in processGlyph()
488 geometry::RealRectangle2D rRect = rGlyph.getRect(); in getTransformGlyphContext()
H A Dpdfiprocessor.hxx258 com::sun::star::geometry::RealRectangle2D& getRect(){ return m_rRect; } in getRect() function in pdfi::CharGlyph
/aoo42x/main/sw/inc/
H A Dswtable.hxx486 SwRect getRect() const;
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx484 link->getRect( &x1, &y1, &x2, &y2 ); in processLink()
/aoo42x/main/sw/source/core/table/
H A Dswtable.cxx2878 SwRect SwTableCellInfo::getRect() const in getRect() function in SwTableCellInfo

Completed in 474 milliseconds