Searched refs:pSectionSet (Results 1 – 2 of 2) sorted by relevance
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()[all …]
78 SfxItemSet* pSectionSet; member in SwColumnDlg