Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx752 , 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()
[all …]
/trunk/main/svx/source/inc/
H A Ddocrecovery.hxx477 ListBox m_aFileListLB; member in svx::DocRecovery::SaveDialog
657 RecovDocList m_aFileListLB; member in svx::DocRecovery::RecoveryDialog
742 ListBox m_aFileListLB; member in svx::DocRecovery::BrokenRecoveryDialog