Lines Matching refs:pSelectionSet
111 pSelectionSet(0), in SwColumnDlg()
158 pSelectionSet = new SfxItemSet( rWrtShell.GetAttrPool(), aSectIds ); in SwColumnDlg()
159 pColPgSet = pSelectionSet; in SwColumnDlg()
241 delete pSelectionSet; in ~SwColumnDlg()
253 pSet = pSelectionSet; in IMPL_LINK()
281 pSet = pSelectionSet; in IMPL_LINK()
282 if( pSelectionSet ) in IMPL_LINK()
300 sal_Bool bIsSection = pSet == pSectionSet || pSet == pSelectionSet; in IMPL_LINK()
319 pSet = pSelectionSet; in IMPL_LINK()
340 if(pSelectionSet && SFX_ITEM_SET == pSelectionSet->GetItemState(RES_COL)) in IMPL_LINK()
343 const SwFmtCol& rColItem = (const SwFmtCol&)pSelectionSet->Get(RES_COL); in IMPL_LINK()
347 FN_INSERT_REGION, SFX_CALLMODE_ASYNCHRON, *pSelectionSet ); in IMPL_LINK()