Home
last modified time | relevance | path

Searched refs:LayoutTable (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/table/
H A Dsvdotable.cxx228 void LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHeight );
289 LayoutTable( mpTableObj->aRect, true, true ); in init()
321 LayoutTable( mpTableObj->aRect, false, false ); in operator =()
556 LayoutTable( mpTableObj->aRect, false, false ); in update()
649 void SdrTableObjImpl::LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHeight ) in LayoutTable() function in sdr::table::SdrTableObjImpl
654 mpLayouter->LayoutTable( rArea, bFitWidth, bFitHeight ); in LayoutTable()
1387 mpImpl->LayoutTable( aRect, false, false ); in onEditOutlinerStatusEvent()
1453 mpImpl->LayoutTable( aRect, false, false ); in SetModel()
2239 mpImpl->LayoutTable( aRectangle, !bWidth, !bHeight ); in AdjustTextFrameWidthAndHeight()
2700 mpImpl->LayoutTable( aRect, false, false ); in RestGeoData()
[all …]
H A Dtablelayouter.cxx842 void TableLayouter::LayoutTable( Rectangle& rRectangle, bool bFitWidth, bool bFitHeight ) in LayoutTable() function in sdr::table::TableLayouter
1140 LayoutTable( rArea, true, false ); in DistributeColumns()
1192 LayoutTable( rArea, false, true ); in DistributeRows()
H A Dtablelayouter.hxx79 void LayoutTable( ::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight );

Completed in 38 milliseconds