Home
last modified time | relevance | path

Searched refs:pSelEntry (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx81 pSelEntry (0), in SwFldDokInfPage()
121 pSelEntry = 0; in Reset()
201 pSelEntry = pEntry; in Reset()
206 if (pSelEntry != 0) in Reset()
208 aTypeTLB.Select(pSelEntry); in Reset()
213 pSelEntry = aTypeTLB.GetEntry(0); in Reset()
218 if ( pSelEntry ) in Reset()
248 if(!pSelEntry) in IMPL_LINK()
251 aTypeTLB.Select(pSelEntry); in IMPL_LINK()
255 if (pOldEntry != pSelEntry) in IMPL_LINK()
[all …]
H A Dflddinf.hxx53 SvLBoxEntry* pSelEntry; member in SwFldDokInfPage
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx333 if( pSelEntry ) in Init()
395 while (pSelEntry) in InitAuthors()
403 pSelEntry = pTable->NextSelected(pSelEntry); in InitAuthors()
1114 SvLBoxEntry* pSelEntry = 0; in IMPL_LINK() local
1117 pSelEntry = pTable->FirstSelected(); in IMPL_LINK()
1119 if( pSelEntry ) in IMPL_LINK()
1121 SvLBoxEntry* pActEntry = pSelEntry; in IMPL_LINK()
1126 while (pSelEntry) in IMPL_LINK()
1128 if (pTable->GetParent(pSelEntry)) in IMPL_LINK()
1134 pSelEntry = pActEntry = pTable->NextSelected(pSelEntry); in IMPL_LINK()
[all …]
H A Dglossary.cxx794 SvLBoxEntry* pSelEntry = 0; in Init() local
815 pSelEntry = pEntry; in Init()
831 if(!pSelEntry) in Init()
842 pSelEntry = pSearch; in Init()
848 if(!pSelEntry) in Init()
849 pSelEntry = aCategoryBox.GetEntry(0); in Init()
851 if(pSelEntry) in Init()
853 aCategoryBox.Expand(pSelEntry); in Init()
854 aCategoryBox.Select(pSelEntry); in Init()
855 aCategoryBox.MakeVisible(pSelEntry); in Init()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx742 SvLBoxEntry* pSelEntry = 0; in Display() local
775 pSelEntry = pEntry; in Display()
778 if(pSelEntry) in Display()
780 Select(pSelEntry); in Display()
889 while( pSelEntry ) in ExcecuteContextMenuAction()
898 pSelEntry = NextSelected(pSelEntry); in ExcecuteContextMenuAction()
901 while( pSelEntry ) in ExcecuteContextMenuAction()
906 pSelEntry = NextSelected(pSelEntry); in ExcecuteContextMenuAction()
947 while(pSelEntry) in ExcecuteContextMenuAction()
952 pSelEntry = PrevSelected(pSelEntry); in ExcecuteContextMenuAction()
[all …]
H A Dcontent.cxx1611 pSelEntry = pEntry; in Display()
1630 pSelEntry = pChild; in Display()
1636 if(!pSelEntry || lcl_IsContentType(pSelEntry)) in Display()
1637 pSelEntry = pTemp; in Display()
1642 if(pSelEntry) in Display()
1645 Select(pSelEntry); in Display()
1703 pSelEntry = pChild; in Display()
1709 if(!pSelEntry) in Display()
1710 pSelEntry = pTemp; in Display()
1711 if(pSelEntry) in Display()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx361 SvLBoxEntry* pSelEntry = pFirstSelected; in MoveSelection() local
362 while( pSelEntry ) in MoveSelection()
364 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection()
373 pSelEntry = NextSelected( pSelEntry ); in MoveSelection()
391 SvLBoxEntry* pSelEntry = pLastSelected; in MoveSelection() local
392 while( pSelEntry ) in MoveSelection()
394 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection()
404 pSelEntry = PrevSelected( pSelEntry ); in MoveSelection()
/trunk/main/sd/source/ui/dlg/
H A Ddlgassim.cxx174 SvLBoxEntry* pSelEntry = GetCurEntry(); in GetSelectedPage() local
177 if ( pSelEntry ) in GetSelectedPage()
182 while( pEntry && pEntry != pSelEntry ) in GetSelectedPage()
189 if(!pTreeModel->IsAtRootDepth(pSelEntry)) in GetSelectedPage()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1379 SvLBoxEntry* pSelEntry = FirstSelected(); in EnableSelectionAsDropTarget() local
1380 while( pSelEntry ) in EnableSelectionAsDropTarget()
1384 pSelEntry->nEntryFlags |= SV_ENTRYFLAG_DISABLE_DROP; in EnableSelectionAsDropTarget()
1387 nRefDepth = pModel->GetDepth( pSelEntry ); in EnableSelectionAsDropTarget()
1388 pTemp = Next( pSelEntry ); in EnableSelectionAsDropTarget()
1398 pSelEntry->nEntryFlags &= (~SV_ENTRYFLAG_DISABLE_DROP); in EnableSelectionAsDropTarget()
1401 nRefDepth = pModel->GetDepth( pSelEntry ); in EnableSelectionAsDropTarget()
1402 pTemp = Next( pSelEntry ); in EnableSelectionAsDropTarget()
1410 pSelEntry = NextSelected( pSelEntry ); in EnableSelectionAsDropTarget()
/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx590 SvLBoxEntry* pSelEntry = maLbConflicts.GetCurEntry(); in HandleListBoxSelection() local
591 if ( !pSelEntry ) in HandleListBoxSelection()
593 pSelEntry = maLbConflicts.FirstSelected(); in HandleListBoxSelection()
595 if ( !pSelEntry ) in HandleListBoxSelection()
600 SvLBoxEntry* pRootEntry = maLbConflicts.GetRootLevelParent( pSelEntry ); in HandleListBoxSelection()
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx792 SvLBoxEntry* pSelEntry = aAutoTextLB.FirstSelected(); in FillItemSet() local
793 if(pSelEntry) in FillItemSet()
794 aLabItem.sGlossaryBlockName = *(String*)pSelEntry->GetUserData(); in FillItemSet()
866 SvLBoxEntry* pSelEntry = aAutoTextLB.FirstSelected(); in Reset() local
867 if( pSelEntry && in Reset()
868 *(String*)pSelEntry->GetUserData() != String(aLabItem.sGlossaryBlockName)) in Reset()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx516 SvLBoxEntry* pSelEntry = 0; in RecurseList() local
575 pSelEntry = pNEntry; in RecurseList()
580 if(0 != pSelEntry) in RecurseList()
582 aTree.MakeVisible(pSelEntry); in RecurseList()
583 aTree.Select(pSelEntry); in RecurseList()
1246 SvLBoxEntry* pSelEntry = aTree.FirstSelected(); in IMPL_LINK() local
1247 while( pSelEntry ) in IMPL_LINK()
1249 SectReprPtr pRepr = (SectReprPtr)pSelEntry->GetUserData(); in IMPL_LINK()
1265 pSelEntry = aTree.NextSelected(pSelEntry); in IMPL_LINK()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx672 SvLBoxEntry* pSelEntry = aCheckLB.FirstSelected(); in IMPL_LINK() local
674 if (pSelEntry) in IMPL_LINK()
676 … sal_Bool bChecked = aCheckLB.IsChecked((sal_uInt16)aCheckLB.GetModel()->GetAbsPos(pSelEntry)); in IMPL_LINK()
703 InsCaptionOpt* pOpt = (InsCaptionOpt*)pSelEntry->GetUserData(); in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx327 SvLBoxEntry* pSelEntry = rListBox.FirstSelected(); in IMPL_LINK_INLINE_END() local
328 if( pE != pSelEntry ) in IMPL_LINK_INLINE_END()
329 rListBox.Select( pSelEntry, sal_False ); in IMPL_LINK_INLINE_END()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx721 SvLBoxEntry * pSelEntry = m_apLB_SERIES->FirstSelected(); in IMPL_LINK() local
722 if( pSelEntry ) in IMPL_LINK()
724 SvLBoxEntry * pNextEntry = m_apLB_SERIES->Next( pSelEntry ); in IMPL_LINK()
/trunk/main/sc/source/ui/inc/
H A Dnavipi.hxx303 void GetDocNames(const String* pSelEntry = NULL);

Completed in 111 milliseconds