Lines Matching refs:rOutSet

228 sal_Bool SvxStdParagraphTabPage::FillItemSet( SfxItemSet& rOutSet )  in FillItemSet()  argument
232 SfxItemPool* pPool = rOutSet.GetPool(); in FillItemSet()
275 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_LINESPACE ); in FillItemSet()
280 rOutSet.Put( aSpacing ); in FillItemSet()
289 pOld = GetOldItem( rOutSet, SID_ATTR_ULSPACE ); in FillItemSet()
322 rOutSet.Put( aMargin ); in FillItemSet()
336 pOld = GetOldItem( rOutSet, SID_ATTR_LRSPACE ); in FillItemSet()
379 rOutSet.Put( aMargin ); in FillItemSet()
401 rOutSet.Put( aNullTab ); in FillItemSet()
408 rOutSet, SID_ATTR_PARA_REGISTER); in FillItemSet()
416 rOutSet.Put(*pRegItem); in FillItemSet()
420 rOutSet.ClearItem(_nWhich); in FillItemSet()
1138 sal_Bool SvxParaAlignTabPage::FillItemSet( SfxItemSet& rOutSet ) in FillItemSet() argument
1176 (const SvxAdjustItem*)GetOldItem( rOutSet, SID_ATTR_PARA_ADJUST ); in FillItemSet()
1202 rOutSet.Put( aAdj ); in FillItemSet()
1207rOutSet.Put(SvxParaGridItem(aSnapToGridCB.IsChecked(), GetWhich( SID_ATTR_PARA_SNAPTOGRID ))); in FillItemSet()
1212rOutSet.Put(SvxParaVertAlignItem(aVertAlignLB.GetSelectEntryPos(), GetWhich( SID_PARA_VERTALIGN ))… in FillItemSet()
1221 rOutSet.Put( SvxFrameDirectionItem( eDir, GetWhich( SID_ATTR_FRAMEDIRECTION ) ) ); in FillItemSet()
1424 sal_Bool SvxExtParagraphTabPage::FillItemSet( SfxItemSet& rOutSet ) in FillItemSet() argument
1429 const SfxPoolItem* pOld = GetOldItem( rOutSet, SID_ATTR_PARA_HYPHENZONE ); in FillItemSet()
1451 rOutSet.Put( aHyphen ); in FillItemSet()
1461 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_PAGENUM ); in FillItemSet()
1465 rOutSet.Put( aPageNum ); in FillItemSet()
1486 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_MODEL ); in FillItemSet()
1490 rOutSet.Put( SvxPageModelItem( sPage, sal_False, _nWhich ) ); in FillItemSet()
1499 rOutSet.Put( SvxPageModelItem( sPage, sal_False, _nWhich ) ); in FillItemSet()
1505 rOutSet.Put( SvxFmtBreakItem( SVX_BREAK_NONE, _nWhich ) ); in FillItemSet()
1548 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_PAGEBREAK ); in FillItemSet()
1554 rOutSet.Put( aBreak ); in FillItemSet()
1566 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_SPLIT ); in FillItemSet()
1571 rOutSet.Put( SvxFmtSplitItem( eState == STATE_NOCHECK, _nWhich ) ); in FillItemSet()
1582 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_KEEP ); in FillItemSet()
1585 rOutSet.Put( SvxFmtKeepItem( eState == STATE_CHECK, _nWhich ) ); in FillItemSet()
1598 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_WIDOWS ); in FillItemSet()
1602 rOutSet.Put( rItem ); in FillItemSet()
1615 pOld = GetOldItem( rOutSet, SID_ATTR_PARA_ORPHANS ); in FillItemSet()
1621 rOutSet.Put( rItem ); in FillItemSet()