Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/options/
H A Doptsave.cxx185 aDocTypeLB ( this, CUI_RES( LB_APP ) ), in SfxSaveTabPage()
209 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_MATH )); in SfxSaveTabPage()
220 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_DRAW )); in SfxSaveTabPage()
231 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_IMPRESS )); in SfxSaveTabPage()
242 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_CALC )); in SfxSaveTabPage()
255 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_WRITER )); in SfxSaveTabPage()
256 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_WRITER_WEB )); in SfxSaveTabPage()
257 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_WRITER_GLOBAL )); in SfxSaveTabPage()
272 aDocTypeLB.SetSelectHdl( aLink ); in SfxSaveTabPage()
529 for(sal_uInt16 n = 0; n < aDocTypeLB.GetEntryCount(); n++) in Reset()
[all …]
H A Doptsave.hxx73 ListBox aDocTypeLB; member in SvxSaveTabPage