Home
last modified time | relevance | path

Searched refs:rCellRect (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx543 void PDFWriter::BeginPattern( const Rectangle& rCellRect ) in BeginPattern() argument
545 ((PDFWriterImpl*)pImplementation)->beginPattern( rCellRect ); in BeginPattern()
H A Dpdfwriter_impl.cxx10480 void PDFWriterImpl::beginPattern( const Rectangle& rCellRect ) in beginPattern() argument
10482 beginRedirect( new SvMemoryStream(), rCellRect ); in beginPattern()
/trunk/main/svx/source/table/
H A Dcell.hxx76 SVX_DLLPRIVATE void setCellRect( ::Rectangle& rCellRect ) { maCellRect = rCellRect; } in setCellRect() argument
H A Dsvdotable.cxx1630 void SdrTableObj::getCellBounds( const CellPos& rPos, ::Rectangle& rCellRect ) in getCellBounds() argument
1636 rCellRect = xCell->getCellRect(); in getCellBounds()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx361 sal_Bool ScPreviewLocationData::GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) … in GetCellPosition()
367 rCellRect = Rectangle( aOffsetRect.Left() + pEntry->aPixelRect.Left(), in GetCellPosition()
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx140 sal_Bool GetCellPosition( const ScAddress& rCellPos, Rectangle& rCellRect ) const;
/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx158 void getCellBounds( const sdr::table::CellPos& rPos, ::Rectangle& rCellRect );

Completed in 358 milliseconds