Home
last modified time | relevance | path

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

/trunk/main/svx/source/form/
H A Ddatanavi.cxx3412 m_aReplaceLB ( this, SVX_RES( LB_SUBMIT_REPLACE ) ), in AddSubmissionDialog()
3499 sTemp = lcl_ReplaceString::get().toAPI( m_aReplaceLB.GetSelectEntry() ); in IMPL_LINK()
3575 m_aReplaceLB.InsertEntry( String( SVX_RES( STR_REPLACE_NONE ) ) ); in FillAllBoxes()
3576 m_aReplaceLB.InsertEntry( String( SVX_RES( STR_REPLACE_INST ) ) ); in FillAllBoxes()
3577 m_aReplaceLB.InsertEntry( String( SVX_RES( STR_REPLACE_DOC ) ) ); in FillAllBoxes()
3610 sTemp = m_aReplaceLB.GetEntry(0); // first entry == "none" in FillAllBoxes()
3611 nPos = m_aReplaceLB.GetEntryPos( String( sTemp ) ); in FillAllBoxes()
3613 nPos = m_aReplaceLB.InsertEntry( sTemp ); in FillAllBoxes()
3614 m_aReplaceLB.SelectEntryPos( nPos ); in FillAllBoxes()
/trunk/main/svx/source/inc/
H A Ddatanavi.hxx492 ListBox m_aReplaceLB; member in svxform::AddSubmissionDialog

Completed in 30 milliseconds