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.cxx555 sal_Bool SfxOrganizeListBox_Impl::MoveOrCopyTemplates(SvLBox *pSourceBox, in MoveOrCopyTemplates() argument
605 GetIndices_Impl(pSourceBox, pSource, nSourceRegion, nSourceIndex); in MoveOrCopyTemplates()
615 if(pSourceBox->GetModel()->GetDepth(pSource) == GetModel()->GetDepth(pTarget)) in MoveOrCopyTemplates()
637 ( (SvTreeListBox *)pSourceBox )->GetEntryText( pSource ) ); in MoveOrCopyTemplates()
646 sal_Bool SfxOrganizeListBox_Impl::MoveOrCopyContents(SvLBox *pSourceBox, in MoveOrCopyContents() argument
691 Path aSource(pSourceBox, pSource); in MoveOrCopyContents()
696 SfxObjectShellRef aSourceDoc = ((SfxOrganizeListBox_Impl *)pSourceBox)->GetObjectShell(aSource); in MoveOrCopyContents()
700 ((SfxOrganizeListBox_Impl *)pSourceBox)->GetDocLevel(); in MoveOrCopyContents()
763 pSourceBox->GetModel()->Remove(pSource); in MoveOrCopyContents()
841 SvLBox* pSourceBox = GetSourceView(); in NotifyMoving() local
[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()