Lines Matching refs:m_aFileListLB

752     , m_aFileListLB  ( this   , SVX_RES  ( LB_SAVE_FILELIST            ) )  in SaveDialog()
775 m_aFileListLB.SetControlBackground( rStyleSettings.GetDialogColor() ); in SaveDialog()
778 m_aFileListLB.Clear(); in SaveDialog()
788 m_aFileListLB.InsertEntry( rInfo.DisplayName, rInfo.StandardImage ); in SaveDialog()
1033 , m_aFileListLB ( this , SVX_RES ( LB_RECOV_FILELIST ) ) in RecoveryDialog()
1052 m_aFileListLB.SetTabs( &nTabs[0] ); in RecoveryDialog()
1053 m_aFileListLB.InsertHeaderEntry( String( SVX_RES( STR_HEADERBAR ) ) ); in RecoveryDialog()
1083 m_aFileListLB.SetBackground( rStyleSettings.GetDialogColor() ); in RecoveryDialog()
1101 … SvLBoxEntry* pEntry = m_aFileListLB.InsertEntry(sName, rInfo.StandardImage, rInfo.StandardImage); in RecoveryDialog()
1103 m_aFileListLB.SetExpandedEntryBmp (pEntry, rInfo.HCImage, BMP_COLOR_HIGHCONTRAST); in RecoveryDialog()
1104 m_aFileListLB.SetCollapsedEntryBmp(pEntry, rInfo.HCImage, BMP_COLOR_HIGHCONTRAST); in RecoveryDialog()
1108 SvLBoxEntry* pFirst = m_aFileListLB.First(); in RecoveryDialog()
1110 m_aFileListLB.SetCursor(pFirst, sal_True); in RecoveryDialog()
1357 sal_uIntPtr c = m_aFileListLB.GetEntryCount(); in updateItems()
1361 SvLBoxEntry* pEntry = m_aFileListLB.GetEntry(i); in updateItems()
1371 m_aFileListLB.SetEntryText( sStatus, pEntry, 1 ); in updateItems()
1374 m_aFileListLB.Invalidate(); in updateItems()
1375 m_aFileListLB.Update(); in updateItems()
1381 sal_uIntPtr c = m_aFileListLB.GetEntryCount(); in stepNext()
1385 SvLBoxEntry* pEntry = m_aFileListLB.GetEntry(i); in stepNext()
1393 m_aFileListLB.SetCursor(pEntry, sal_True); in stepNext()
1394 m_aFileListLB.MakeVisible(pEntry); in stepNext()
1395 m_aFileListLB.Invalidate(); in stepNext()
1396 m_aFileListLB.Update(); in stepNext()
1445 sStatus = m_aFileListLB.m_aSuccessRecovStr; in impl_getStatusString()
1448 sStatus = m_aFileListLB.m_aOrigDocRecovStr; in impl_getStatusString()
1451 sStatus = m_aFileListLB.m_aRecovFailedStr; in impl_getStatusString()
1454 sStatus = m_aFileListLB.m_aRecovInProgrStr; in impl_getStatusString()
1457 sStatus = m_aFileListLB.m_aNotRecovYetStr; in impl_getStatusString()
1472 , m_aFileListLB ( this , SVX_RES( LB_BROKEN_FILELIST ) ) in BrokenRecoveryDialog()
1532 sal_uInt16 nPos = m_aFileListLB.InsertEntry(rInfo.DisplayName, rInfo.StandardImage ); in impl_refresh()
1533 m_aFileListLB.SetEntryData( nPos, (void*)&rInfo ); in impl_refresh()