Searched refs:rCellRect (Results 1 – 7 of 7) sorted by relevance
543 void PDFWriter::BeginPattern( const Rectangle& rCellRect ) in BeginPattern() argument545 ((PDFWriterImpl*)pImplementation)->beginPattern( rCellRect ); in BeginPattern()
10480 void PDFWriterImpl::beginPattern( const Rectangle& rCellRect ) in beginPattern() argument10482 beginRedirect( new SvMemoryStream(), rCellRect ); in beginPattern()
76 SVX_DLLPRIVATE void setCellRect( ::Rectangle& rCellRect ) { maCellRect = rCellRect; } in setCellRect() argument
1630 void SdrTableObj::getCellBounds( const CellPos& rPos, ::Rectangle& rCellRect ) in getCellBounds() argument1636 rCellRect = xCell->getCellRect(); in getCellBounds()
361 sal_Bool ScPreviewLocationData::GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) … in GetCellPosition()367 rCellRect = Rectangle( aOffsetRect.Left() + pEntry->aPixelRect.Left(), in GetCellPosition()
140 sal_Bool GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) const;
158 void getCellBounds( const sdr::table::CellPos& rPos, ::Rectangle& rCellRect );
Completed in 120 milliseconds