Lines Matching refs:pSectionSet
110 pSectionSet(0), in SwColumnDlg()
140 pSectionSet = new SfxItemSet( rWrtShell.GetAttrPool(), aSectIds ); in SwColumnDlg()
141 pSectionSet->Put( pCurrSection->GetFmt()->GetAttrSet() ); in SwColumnDlg()
142 pColPgSet = pSectionSet; in SwColumnDlg()
240 delete pSectionSet; in ~SwColumnDlg()
256 pSet = pSectionSet; in IMPL_LINK()
260 pSet = pSectionSet; in IMPL_LINK()
287 pSet = pSectionSet; in IMPL_LINK()
300 sal_Bool bIsSection = pSet == pSectionSet || pSet == pSelectionSet; in IMPL_LINK()
322 pSet = pSectionSet; in IMPL_LINK()
326 pSet = pSectionSet; in IMPL_LINK()
350 if(pSectionSet && pSectionSet->Count() && bSectionChanged ) in IMPL_LINK()
356 rWrtShell.UpdateSection( nNewPos, aData, pSectionSet ); in IMPL_LINK()
359 if(pSectionSet && pSectionSet->Count() && bSelSectionChanged ) in IMPL_LINK()
361 rWrtShell.SetSectionAttr( *pSectionSet ); in IMPL_LINK()