Lines Matching refs:GetDoc

225 	TblWait( nCnt, pFrm, *GetDoc()->GetDocShell(), aBoxes.Count() );  in InsertRow()
229 bRet = GetDoc()->InsertRow( aBoxes, nCnt, bBehind ); in InsertRow()
263 TblWait( nCnt, pFrm, *GetDoc()->GetDocShell(), aBoxes.Count() ); in InsertCol()
267 bRet = GetDoc()->InsertCol( aBoxes, nCnt, bBehind ); in InsertCol()
322 TblWait( aBoxes.Count(), pFrm, *GetDoc()->GetDocShell() ); in DeleteCol()
334 bRet = GetDoc()->DeleteRowCol( aBoxes, true ); in DeleteCol()
369 TblWait( aBoxes.Count(), pFrm, *GetDoc()->GetDocShell() ); in DeleteRow()
439 SwNodeIndex aIdx( GetDoc()->GetNodes(), nIdx ); in DeleteRow()
442 pCNd = GetDoc()->GetNodes().GoNext( &aIdx ); in DeleteRow()
456 bRet = GetDoc()->DeleteRowCol( aBoxes ); in DeleteRow()
491 TblWait( pTableCrsr->GetBoxesCount(), 0, *GetDoc()->GetDocShell(), in MergeTab()
494 nRet = GetDoc()->MergeTbl( *pTableCrsr ); in MergeTab()
533 TblWait( nCnt, pFrm, *GetDoc()->GetDocShell(), aBoxes.Count() ); in SplitTab()
536 bRet = GetDoc()->SplitTbl( aBoxes, bVert, nCnt, bSameHeight ); in SplitTab()
614 GetDoc()->GetTabCols( rToFill, 0, (SwCellFrm*)pBox ); in _GetTabCols()
677 GetDoc()->GetTabRows( rToFill, 0, (SwCellFrm*)pBox ); in _GetTabRows()
705 GetDoc()->SetTabCols( rNew, bCurRowOnly, 0, (SwCellFrm*)pBox ); in SetTabCols()
751 GetDoc()->SetTabRows( rNew, bCurColOnly, 0, (SwCellFrm*)pBox ); in SetTabRows()
773 GetDoc()->SetTabRows( rNew, bCurColOnly, 0, (SwCellFrm*)pBox ); in SetMouseTabRows()
788 GetDoc()->SetRowSplit( *getShellCrsr( false ), rNew ); in SetRowSplit()
794 GetDoc()->GetRowSplit( *getShellCrsr( false ), rpSz ); in GetRowSplit()
809 GetDoc()->SetRowHeight( *getShellCrsr( false ), rNew ); in SetRowHeight()
818 GetDoc()->GetRowHeight( *getShellCrsr( false ), rpSz ); in GetRowHeight()
826 sal_Bool bRet = GetDoc()->BalanceRowHeight( *getShellCrsr( false ), bTstOnly ); in BalanceRowHeight()
839 GetDoc()->SetRowBackground( *getShellCrsr( false ), rNew ); in SetRowBackground()
848 return GetDoc()->GetRowBackground( *getShellCrsr( false ), rToFill ); in GetRowBackground()
862 GetDoc()->SetTabBorders( *getShellCrsr( false ), rSet ); in SetTabBorders()
871 GetDoc()->SetTabLineStyle( *getShellCrsr( false ), in SetTabLineStyle()
878 GetDoc()->GetTabBorders( *getShellCrsr( false ), rSet ); in GetTabBorders()
892 GetDoc()->SetBoxAttr( *getShellCrsr( false ), rNew ); in SetBoxBackground()
898 return GetDoc()->GetBoxAttr( *getShellCrsr( false ), rToFill ); in GetBoxBackground()
911 GetDoc()->SetBoxAttr( *getShellCrsr( false ), rNew ); in SetBoxDirection()
917 return GetDoc()->GetBoxAttr( *getShellCrsr( false ), rToFill ); in GetBoxDirection()
930 GetDoc()->SetBoxAlign( *getShellCrsr( false ), nAlign ); in SetBoxAlign()
936 return GetDoc()->GetBoxAlign( *getShellCrsr( false ) ); in GetBoxAlign()
953 GetDoc()->SetAttr( rNew, *pFrm->ImplFindTabFrm()->GetFmt() ); in SetTabBackground()
955 GetDoc()->SetModified(); in SetTabBackground()
1019 pCNd = GetDoc()->GetNodes().GoPrevious( &aIdx ); in HasBoxSelection()
1048 GetDoc()->SetBoxAttr( *getShellCrsr( false ), aProt ); in ProtectCells()
1082 GetDoc()->UnProtectCells( aBoxes ); in UnProtectCells()
1091 GetDoc()->UnProtectTbls( *GetCrsr() ); in UnProtectTbls()
1098 return GetDoc()->HasTblAnyProtection( GetCrsr()->GetPoint(), pTblName, in HasTblAnyProtection()
1148 SwWait aWait( *GetDoc()->GetDocShell(), true ); in SetRowsToRepeat()
1151 GetDoc()->SetRowsToRepeat( *pTab->GetTable(), nSet ); in SetRowsToRepeat()
1166 pFrm = pNd->getLayoutFrm( pNd->GetDoc()->GetCurrentLayout(), &aTmpPt, &rPos, sal_False ); in lcl_GetRowNumber()
1263 TblWait aWait( USHRT_MAX, 0, *GetDoc()->GetDocShell() ); in AdjustCellWidth()
1265 GetDoc()->AdjustCellWidth( *getShellCrsr( false ), bBalance ); in AdjustCellWidth()
1301 pCNd = (SwTxtNode*)GetDoc()->GetNodes().GoNext( &aIdx ); in IsAdjustCellWidthAllowed()
1345 bRet = GetDoc()->SetTableAutoFmt( aBoxes, rNew ); in SetTableAutoFmt()
1379 return GetDoc()->GetTableAutoFmt( aBoxes, rGet ); in GetTableAutoFmt()
1411 TblWait( aBoxes.Count(), pFrm, *GetDoc()->GetDocShell() ); in DeleteTblSel()
1420 bRet = GetDoc()->DeleteRowCol( aBoxes ); in DeleteTblSel()
2191 GetDoc()->SetTabCols( rNew, bCurRowOnly, 0, (SwCellFrm*)pBox ); in SetMouseTabCols()
2270 GetDoc()->SetAttr( rNew, *pTab->GetFmt() ); in SetTblAttr()
2271 GetDoc()->SetModified(); in SetTblAttr()
2378 sal_Bool bRet = GetDoc()->SetColRowWidthHeight( in SetColRowWidthHeight()