Home
last modified time | relevance | path

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

/trunk/main/cui/source/customize/
H A Dcfg.cxx1651 aContentsListBox( 0 ), in SvxConfigPage()
1994 if ( aContentsListBox == NULL ) in PositionContentsListBox()
2017 aContentsListBox->SetPosPixel( Point( x, y ) ); in PositionContentsListBox()
2018 aContentsListBox->SetSizePixel( Size( width, height ) ); in PositionContentsListBox()
2175 pTarget != NULL ? pTarget : aContentsListBox->GetCurEntry(); in InsertEntry()
2182 else if ( pCurEntry == NULL || pCurEntry == aContentsListBox->Last() ) in InsertEntry()
2216 aContentsListBox->Select( pNewEntry ); in InsertEntry()
2217 aContentsListBox->MakeVisible( pNewEntry ); in InsertEntry()
2232 pNewEntry = aContentsListBox->InsertEntry( in InsertEntryIntoUI()
2245 pNewEntry = aContentsListBox->InsertEntry( in InsertEntryIntoUI()
[all …]
/trunk/main/cui/source/inc/
H A Dcfg.hxx400 SvTreeListBox* aContentsListBox; member in SvxConfigPage