Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptgdlg.cxx199 aHelpFormatLB ( this, CUI_RES( LB_HELPFORMAT ) ), in OfaMiscTabPage()
308 for ( sal_uInt16 i = 0; i < aHelpFormatLB.GetEntryCount(); i++ ) in OfaMiscTabPage()
311 aHelpFormatLB.SetEntryData( i, pData ); in OfaMiscTabPage()
319 for(sal_uInt16 i = 0; i < aHelpFormatLB.GetEntryCount(); i++) in ~OfaMiscTabPage()
321 delete static_cast< String* >( aHelpFormatLB.GetEntryData(i) ); in ~OfaMiscTabPage()
348 sal_uInt16 nHelpFormatPos = aHelpFormatLB.GetSelectEntryPos(); in FillItemSet()
350 nHelpFormatPos != aHelpFormatLB.GetSavedValue() ) in FillItemSet()
397 for ( sal_uInt16 i = 0; i < aHelpFormatLB.GetEntryCount(); ++i ) in Reset()
399 if ( *static_cast< String* >( aHelpFormatLB.GetEntryData(i) ) == sStyleSheet ) in Reset()
401 aHelpFormatLB.SelectEntryPos(i); in Reset()
[all …]
H A Doptgdlg.hxx50 ListBox aHelpFormatLB; member in OfaMiscTabPage

Completed in 63 milliseconds