Lines Matching refs:pSet
249 SfxItemSet* pSet = 0; in IMPL_LINK() local
253 pSet = pSelectionSet; in IMPL_LINK()
256 pSet = pSectionSet; in IMPL_LINK()
260 pSet = pSectionSet; in IMPL_LINK()
264 pSet = pPageSet; in IMPL_LINK()
268 pSet = pFrameSet; in IMPL_LINK()
274 pTabPage->FillItemSet(*pSet); in IMPL_LINK()
281 pSet = pSelectionSet; in IMPL_LINK()
283 pSet->Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth, nWidth)); in IMPL_LINK()
287 pSet = pSectionSet; in IMPL_LINK()
288 pSet->Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth, nWidth)); in IMPL_LINK()
292 pSet = pPageSet; in IMPL_LINK()
293 pSet->Put(SwFmtFrmSize(ATT_VAR_SIZE, nWidth, nWidth)); in IMPL_LINK()
296 pSet = pFrameSet; in IMPL_LINK()
300 sal_Bool bIsSection = pSet == pSectionSet || pSet == pSelectionSet; in IMPL_LINK()
305 if( pSet ) in IMPL_LINK()
306 pTabPage->Reset(*pSet); in IMPL_LINK()
315 SfxItemSet* pSet = 0; in IMPL_LINK() local
319 pSet = pSelectionSet; in IMPL_LINK()
322 pSet = pSectionSet; in IMPL_LINK()
326 pSet = pSectionSet; in IMPL_LINK()
330 pSet = pPageSet; in IMPL_LINK()
334 pSet = pFrameSet; in IMPL_LINK()
338 pTabPage->FillItemSet(*pSet); in IMPL_LINK()