Home
last modified time | relevance | path

Searched refs:pSectionSet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx110 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 …]
/trunk/main/sw/source/ui/inc/
H A Dcolumn.hxx78 SfxItemSet* pSectionSet; member in SwColumnDlg