Home
last modified time | relevance | path

Searched refs:pSourceBox (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx691 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() local
842 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() local
901 if ( !pSourceBox ) in NotifyCopying()
902 pSourceBox = pDlg->pSourceView; in NotifyCopying()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx1023 OTableWindowListBox* pSourceBox = pConnSource->GetListBox(); in SelectConn() local
1025 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()
/trunk/main/sfx2/inc/
H A Ddocvor.hxx111 sal_Bool MoveOrCopyTemplates(SvLBox *pSourceBox,
117 sal_Bool MoveOrCopyContents(SvLBox *pSourceBox,
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx1699 const SwTableBox* pSourceBox = NULL; in SaveNewBoxes() local
1712 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 45 milliseconds