Lines Matching refs:pRight
209 MultiListBox *pRight = NULL; in IMPL_LINK() local
215 pRight = &m_lbNewColumnNames; in IMPL_LINK()
220 pRight = &m_lbOrgColumnNames; in IMPL_LINK()
225 pRight = &m_lbNewColumnNames; in IMPL_LINK()
231 pRight = &m_lbOrgColumnNames; in IMPL_LINK()
242 fillColumns(pRight,aRightColumns); in IMPL_LINK()
248 moveColumn(pRight,pLeft,aRightColumns,pLeft->GetSelectEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
257 moveColumn(pRight,pLeft,aRightColumns,pLeft->GetEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
272 MultiListBox *pLeft,*pRight; in IMPL_LINK() local
276 pRight = &m_lbNewColumnNames; in IMPL_LINK()
280 pRight = &m_lbOrgColumnNames; in IMPL_LINK()
292 fillColumns(pRight,aRightColumns); in IMPL_LINK()
296 moveColumn(pRight,pLeft,aRightColumns,pLeft->GetSelectEntry(i),sExtraChars,nMaxNameLen,aCase); in IMPL_LINK()
311 void OWizColumnSelect::fillColumns(ListBox* pRight,::std::vector< ::rtl::OUString> &_rRightColumns) in fillColumns() argument
313 sal_uInt16 nCount = pRight->GetEntryCount(); in fillColumns()
316 _rRightColumns.push_back(pRight->GetEntry(i)); in fillColumns()