Searched refs:pSourceBox (Results 1 – 4 of 4) sorted by relevance
691 Path aSource(pSourceBox, pSource); in MoveOrCopyContents()700 ((SfxOrganizeListBox_Impl *)pSourceBox)->GetDocLevel(); in MoveOrCopyContents()763 pSourceBox->GetModel()->Remove(pSource); in MoveOrCopyContents()841 SvLBox* pSourceBox = GetSourceView(); in NotifyMoving() local842 if ( !pSourceBox ) in NotifyMoving()843 pSourceBox = pDlg->pSourceView; in NotifyMoving()844 DBG_ASSERT( pSourceBox, "no source view" ); in NotifyMoving()900 SvLBox* pSourceBox = GetSourceView(); in NotifyCopying() local901 if ( !pSourceBox ) in NotifyCopying()902 pSourceBox = pDlg->pSourceView; in NotifyCopying()[all …]
1023 OTableWindowListBox* pSourceBox = pConnSource->GetListBox(); in SelectConn() local1025 if (pSourceBox && pDestBox) in SelectConn()1027 pSourceBox->SelectAll(sal_False); in SelectConn()1030 SvLBoxEntry* pFirstSourceVisible = pSourceBox->GetFirstEntryInView(); in SelectConn()1039 …SvLBoxEntry* pSourceEntry = pSourceBox->GetEntryFromText((*aIter)->GetData()->GetSourceFieldName()… in SelectConn()1042 pSourceBox->Select(pSourceEntry, sal_True); in SelectConn()1043 pSourceBox->MakeVisible(pSourceEntry); in SelectConn()1056 if ((pFirstSourceVisible != pSourceBox->GetFirstEntryInView()) in SelectConn()
111 sal_Bool MoveOrCopyTemplates(SvLBox *pSourceBox,117 sal_Bool MoveOrCopyContents(SvLBox *pSourceBox,
1699 const SwTableBox* pSourceBox = NULL; in SaveNewBoxes() local1712 if( ( !pSourceBox || nCheckLine > nLineNo ) && nCheckLine < nLineDiff ) in SaveNewBoxes()1715 pSourceBox = pCheckBox; in SaveNewBoxes()1723 ASSERT( pSourceBox, "Splitted source box not found!" ); in SaveNewBoxes()1727 while( rBoxes[ nNdsPos ] != pSourceBox ) in SaveNewBoxes()1744 ( nNodes != ( pSourceBox->GetSttNd()->EndOfSectionIndex() - in SaveNewBoxes()1745 pSourceBox->GetSttIdx() ) ) in SaveNewBoxes()
Completed in 65 milliseconds