Lines Matching refs:aSet
99 SfxItemSet aSet(rSh.GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in lcl_InsertBCText() local
104 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertBCText()
107 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertBCText()
109 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertBCText()
112 const SwFrmFmt *pFmt = rSh.NewFlyFrm(aSet, sal_True, &rFmt ); // Fly einfuegen in lcl_InsertBCText()
139 SfxItemSet aSet(rSh.GetAttrPool(), RES_ANCHOR, RES_ANCHOR, in lcl_InsertLabText() local
144 aSet.Put(SwFmtAnchor(bPage ? FLY_AS_CHAR : FLY_AT_PAGE, nPhyPageNum)); in lcl_InsertLabText()
147 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertLabText()
149 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertLabText()
152 const SwFrmFmt *pFmt = rSh.NewFlyFrm(aSet, sal_True, &rFmt ); // Fly einfuegen in lcl_InsertLabText()
186 SfxItemSet aSet( GetPool(), FN_LABEL, FN_LABEL, 0 ); in InsertLab() local
187 aSet.Put( aLabCfg.GetItem() ); in InsertLab()
192 AbstarctSwLabDlg* pDlg = pDialogFactory->CreateSwLabDlg( 0, aSet, pNewDBMgr, bLabel, DLG_LAB ); in InsertLab()