Searched refs:mpLayouter (Results 1 – 3 of 3) sorted by relevance
218 TableLayouter* mpLayouter; member in sdr::table::SdrTableObjImpl268 , mpLayouter( 0 ) in SdrTableObjImpl()285 mpLayouter = new TableLayouter( mxTable ); in init()297 if( mpLayouter ) in operator =()299 delete mpLayouter; in operator =()300 mpLayouter = 0; in operator =()314 mpLayouter = new TableLayouter( mxTable ); in operator =()482 sal_Int32 nHeigth = mpLayouter->getRowHeight( nEdge ); in DragEdge()493 sal_Int32 nWidth = mpLayouter->getColumnWidth( nEdge ); in DragEdge()502 const bool bRTL = mpLayouter->GetWritingMode() == WritingMode_RL_TB; in DragEdge()[all …]
153 mpLayouter (new Layouter(rSlideSorter.GetContentWindow(), rSlideSorter.GetTheme())), in SlideSorterView()249 nIndex = mpLayouter->GetIndexAtPoint(pWindow->PixelToLogic(rWindowPosition), false, false); in GetPageIndexAtPoint()264 return *mpLayouter.get(); in GetLayouter()398 mpLayouter->Rearrange ( in Rearrange()441 const Range aRange (mpLayouter->GetValidVerticalSizeRange()); in UpdateOrientation()451 const Range aRange (mpLayouter->GetValidHorizontalSizeRange()); in UpdateOrientation()463 mpLayouter->GetValidHorizontalSizeRange().Min() in UpdateOrientation()466 mpLayouter->GetValidVerticalSizeRange().Min() in UpdateOrientation()493 const Rectangle aViewBox (mpLayouter->GetTotalBoundingBox()); in Layout()498 mpLayouter->GetPageObjectLayouter()); in Layout()[all …]
266 ::std::auto_ptr<Layouter> mpLayouter;