Lines Matching refs:GetPool
184 SfxItemSet aNewAttr(mpDoc->GetPool(), in ExecuteDialog()
185 mpDoc->GetPool().GetWhich(SID_ATTR_LRSPACE), in ExecuteDialog()
186 mpDoc->GetPool().GetWhich(SID_ATTR_ULSPACE), in ExecuteDialog()
229 …mpPage->GetLftBorder(), (sal_uInt16)mpPage->GetRgtBorder(), 0, 0, mpDoc->GetPool().GetWhich(SID_AT… in ExecuteDialog()
232 …Int16)mpPage->GetUppBorder(), (sal_uInt16)mpPage->GetLwrBorder(), mpDoc->GetPool().GetWhich(SID_AT… in ExecuteDialog()
255 SfxItemSet aMergedAttr( *aNewAttr.GetPool(), p1, p2 ); in ExecuteDialog()
309 pTempSet.reset( new SfxItemSet( mpDoc->GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST, 0) ); in ExecuteDialog()
314 SfxItemSet aMigrateSet( mpDoc->GetPool(), XATTR_FILLBITMAP, XATTR_FILLBITMAP ); in ExecuteDialog()
537 if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_LRSPACE), in ApplyItemSet()
548 if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_ULSPACE), in ApplyItemSet()
558 …if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_PAGE_EXT1), sal_True, &pPoolItem) == SF… in ApplyItemSet()
563 …if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_PAGE_EXT2), sal_True, &pPoolItem) == SF… in ApplyItemSet()
572 …if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_PAGE_PAPERBIN), sal_True, &pPoolItem) =… in ApplyItemSet()