Searched refs:aDocTypeLB (Results 1 – 2 of 2) sorted by relevance
185 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 …]
73 ListBox aDocTypeLB; member in SvxSaveTabPage