Searched refs:bFitHeight (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | tablelayouter.hxx | 79 void LayoutTable( ::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight );
|
H A D | tablelayouter.cxx | 842 void TableLayouter::LayoutTable( Rectangle& rRectangle, bool bFitWidth, bool bFitHeight ) in LayoutTable() argument 867 LayoutTableHeight( rRectangle, bFitHeight ); in LayoutTable()
|
H A D | svdotable.cxx | 228 void LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHeight ); 649 void SdrTableObjImpl::LayoutTable( Rectangle& rArea, bool bFitWidth, bool bFitHeight ) in LayoutTable() argument 654 mpLayouter->LayoutTable( rArea, bFitWidth, bFitHeight ); in LayoutTable()
|
Completed in 44 milliseconds