Lines Matching refs:rToFill

554 void SwFEShell::_GetTabCols( SwTabCols &rToFill, const SwFrm *pBox ) const  in _GetTabCols()  argument
604 rToFill = *pLastCols; in _GetTabCols()
614 GetDoc()->GetTabCols( rToFill, 0, (SwCellFrm*)pBox ); in _GetTabCols()
616 pLastCols = new SwTabCols( rToFill ); in _GetTabCols()
624 for ( sal_uInt16 i = 0; i < rToFill.Count(); ++i ) in _GetTabCols()
626 aEntry = rToFill.GetEntry( i ); in _GetTabCols()
638 void SwFEShell::_GetTabRows( SwTabCols &rToFill, const SwFrm *pBox ) const in _GetTabRows() argument
667 rToFill = *pLastRows; in _GetTabRows()
677 GetDoc()->GetTabRows( rToFill, 0, (SwCellFrm*)pBox ); in _GetTabRows()
679 pLastRows = new SwTabCols( rToFill ); in _GetTabRows()
709 void SwFEShell::GetTabCols( SwTabCols &rToFill ) const in GetTabCols()
718 _GetTabCols( rToFill, pFrm ); in GetTabCols()
724 void SwFEShell::GetTabRows( SwTabCols &rToFill ) const in GetTabRows()
733 _GetTabRows( rToFill, pFrm ); in GetTabRows()
757 void SwFEShell::GetMouseTabRows( SwTabCols &rToFill, const Point &rPt ) const in GetMouseTabRows() argument
761 _GetTabRows( rToFill, pBox ); in GetMouseTabRows()
846 sal_Bool SwFEShell::GetRowBackground( SvxBrushItem &rToFill ) const in GetRowBackground()
848 return GetDoc()->GetRowBackground( *getShellCrsr( false ), rToFill ); in GetRowBackground()
896 sal_Bool SwFEShell::GetBoxBackground( SvxBrushItem &rToFill ) const in GetBoxBackground()
898 return GetDoc()->GetBoxAttr( *getShellCrsr( false ), rToFill ); in GetBoxBackground()
915 sal_Bool SwFEShell::GetBoxDirection( SvxFrameDirectionItem& rToFill ) const in GetBoxDirection()
917 return GetDoc()->GetBoxAttr( *getShellCrsr( false ), rToFill ); in GetBoxDirection()
958 void SwFEShell::GetTabBackground( SvxBrushItem &rToFill ) const in GetTabBackground()
962 rToFill = pFrm->ImplFindTabFrm()->GetFmt()->GetBackground(); in GetTabBackground()
2176 void SwFEShell::GetMouseTabCols( SwTabCols &rToFill, const Point &rPt ) const in GetMouseTabCols() argument
2180 _GetTabCols( rToFill, pBox ); in GetMouseTabCols()