Searched refs:LayoutTable (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | svdotable.cxx | 228 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 D | tablelayouter.cxx | 842 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 D | tablelayouter.hxx | 79 void LayoutTable( ::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight );
|
Completed in 34 milliseconds