Lines Matching refs:rSh
95 const SwFrmFmt *lcl_InsertBCText( SwWrtShell& rSh, const SwLabItem& rItem, in lcl_InsertBCText() argument
99 SfxItemSet aSet(rSh.GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in lcl_InsertBCText()
103 rSh.GetPageNum( nPhyPageNum, nVirtPageNum ); in lcl_InsertBCText()
117 const SwFrmFmt *pFmt = rSh.NewFlyFrm(aSet, sal_True, &rFmt ); // Fly einfuegen in lcl_InsertBCText()
120 rSh.UnSelectFrm(); //Rahmen wurde automatisch selektiert in lcl_InsertBCText()
122 rSh.SetTxtFmtColl( rSh.GetTxtCollFromPool( RES_POOLCOLL_STANDARD ) ); in lcl_InsertBCText()
132 SwGlossaryHdl* pGlosHdl = rSh.GetView().GetGlosHdl(); in lcl_InsertBCText()
140 const SwFrmFmt *lcl_InsertLabText( SwWrtShell& rSh, const SwLabItem& rItem, in lcl_InsertLabText() argument
144 SfxItemSet aSet(rSh.GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in lcl_InsertLabText()
148 rSh.GetPageNum( nPhyPageNum, nVirtPageNum ); in lcl_InsertLabText()
162 const SwFrmFmt *pFmt = rSh.NewFlyFrm(aSet, sal_True, &rFmt ); // Fly einfuegen in lcl_InsertLabText()
165 rSh.UnSelectFrm(); //Rahmen wurde automatisch selektiert in lcl_InsertLabText()
167 rSh.SetTxtFmtColl( rSh.GetTxtCollFromPool( RES_POOLCOLL_STANDARD ) ); in lcl_InsertLabText()
171 …if( (!rItem.bSynchron || !(nCol|nRow)) && (sDBName = InsertLabEnvText( rSh, rFldMgr, rItem.aWritin… in lcl_InsertLabText()
174 SwInsertFld_Data aData(TYP_DBNEXTSETFLD, 0, sDBName, aEmptyStr, 0, &rSh ); in lcl_InsertLabText()