Home
last modified time | relevance | path

Searched refs:pCurEntry (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx353 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CreateMacro() local
422 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CheckButtons() local
429 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons()
609 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
610 if ( pCurEntry ) in IMPL_LINK()
621 SvLBoxEntry* pNewEntry = pCurEntry; in IMPL_LINK()
622 while ( pCurEntry && ( nDepth < 2 ) ) in IMPL_LINK()
624 pCurEntry = aBasicBox.FirstChild( pCurEntry ); in IMPL_LINK()
625 if ( pCurEntry ) in IMPL_LINK()
627 pNewEntry = pCurEntry; in IMPL_LINK()
[all …]
H A Dobjdlg.cxx209 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK() local
210 DBG_ASSERT( pCurEntry, "Entry?!" ); in IMPL_LINK()
211 BasicEntryDescriptor aDesc( aMacroTreeList.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
230 aMacroTreeList.GetModel()->Remove( pCurEntry ); in IMPL_LINK()
244 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in CheckButtons() local
245 …BasicEntryType eType = pCurEntry ? ((BasicEntry*)pCurEntry->GetUserData())->GetType() : OBJ_TYPE_U… in CheckButtons()
265 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK_INLINE_END() local
266 if ( pCurEntry ) in IMPL_LINK_INLINE_END()
270 SbxVariable* pVar = aMacroTreeList.FindVariable( pCurEntry ); in IMPL_LINK_INLINE_END()
H A Dbastype2.cxx653 SvLBoxEntry* pCurEntry = GetCurEntry(); in ExpandingHdl() local
810 SvLBoxEntry* pCurEntry = 0; in SetCurrentEntry() local
825 pCurEntry = pRootEntry; in SetCurrentEntry()
833 pCurEntry = pLibEntry; in SetCurrentEntry()
841 pCurEntry = pLibSubEntry; in SetCurrentEntry()
847 Expand( pCurEntry ); in SetCurrentEntry()
854 pCurEntry = pEntry; in SetCurrentEntry()
876 pCurEntry = pEntry; in SetCurrentEntry()
884 pCurEntry = pLibEntry; in SetCurrentEntry()
892 pCurEntry = pRootEntry; in SetCurrentEntry()
[all …]
H A Dmoduldlg.cxx622 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CheckButtons() local
630 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons()
697 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK() local
698 DBG_ASSERT( pCurEntry, "Entry?!" ); in IMPL_LINK()
699 if ( aBasicBox.GetModel()->GetDepth( pCurEntry ) >= 2 ) in IMPL_LINK()
720 SvLBoxEntry* pParentEntry = aBasicBox.GetParent( pCurEntry ); in IMPL_LINK()
728 String aLibName( aBasicBox.GetEntryText( pCurEntry ) ); in IMPL_LINK()
753 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in GetSelection() local
884 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in DeleteCurrent() local
885 DBG_ASSERT( pCurEntry, "Kein aktueller Eintrag!" ); in DeleteCurrent()
[all …]
H A Dmoduldl2.cxx648 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in IMPL_LINK_INLINE_END() local
649 DBG_ASSERT( pCurEntry, "Entry?!" ); in IMPL_LINK_INLINE_END()
650 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in IMPL_LINK_INLINE_END()
678 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in IMPL_LINK_INLINE_END() local
679 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in IMPL_LINK_INLINE_END()
746 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in IMPL_LINK_INLINE_START() local
1168 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in Export() local
1169 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in Export()
1445 SvLBoxEntry* pCurEntry = aLibBox.GetCurEntry(); in DeleteCurrent() local
1446 String aLibName( aLibBox.GetEntryText( pCurEntry, 0 ) ); in DeleteCurrent()
[all …]
H A Dbaside2b.cxx1455 SvLBoxEntry* pCurEntry = aTreeListBox.GetCurEntry(); in IMPL_LINK_INLINE_END() local
1456 if ( pCurEntry && pCurEntry->GetUserData() ) in IMPL_LINK_INLINE_END()
1457 aXEdit.SetText( ((WatchItem*)pCurEntry->GetUserData())->maName ); in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx1883 SvListEntry* pCurEntry = pEntry; in ActionInsertedTree() local
1885 while( pCurEntry ) in ActionInsertedTree()
1892 pCurEntry = pModel->Next( pCurEntry ); in ActionInsertedTree()
1893 if ( pCurEntry && pModel->GetDepth(pCurEntry) <= nRefDepth) in ActionInsertedTree()
1894 pCurEntry = 0; in ActionInsertedTree()
1948 SvListEntry* pCurEntry = pEntry->pParent; in ActionRemoving() local
1949 if ( pCurEntry && pCurEntry != pModel->pRootItem && in ActionRemoving()
1950 pCurEntry->pChilds->Count() == 1 ) in ActionRemoving()
2057 pChildList->Insert( pCurEntry, nListPos ); in ResortChilds()
2058 if( pCurEntry->pChilds ) in ResortChilds()
[all …]
H A Dimivctl2.cxx33 pCurEntry = 0; in IcnCursor_Impl()
120 pCurEntry = 0; in Clear()
129 DBG_ASSERT(pCurEntry,"SearchCol: No reference entry"); in SearchCol()
135 const Rectangle& rRefRect = pView->GetEntryBoundRect(pCurEntry); in SearchCol()
139 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol()
181 if( pEntry != pCurEntry ) in SearchCol()
204 DBG_ASSERT(pCurEntry,"SearchRow: No reference entry"); in SearchRow()
214 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchRow()
256 if( pEntry != pCurEntry ) in SearchRow()
298 pCurEntry = pCtrlEntry; in GoLeftRight()
[all …]
H A Dsvimpicn.cxx655 SvLBoxEntry* pCurEntry; member in ImpIcnCursor
2818 SvLBoxEntry* pCurEntry = GetCurEntry(); in WriteDragServerInfo() local
2820 if( pCurEntry ) in WriteDragServerInfo()
2823 aEntryPos -= GetEntryPosition( pCurEntry ); in WriteDragServerInfo()
3043 pCurEntry = 0; in ImpIcnCursor()
3231 pCurEntry = 0; in Clear()
3256 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol()
3298 if( pEntry != pCurEntry ) in SearchCol()
3374 if( pEntry != pCurEntry ) in SearchRow()
3417 pCurEntry = pIcnEntry; in GoLeftRight()
[all …]
H A Divctrl.cxx376 …ChoiceCtrl::GetNextEntry( const Point& rPixPos, SvxIconChoiceCtrlEntry* pCurEntry, sal_Bool ) con… in GetNextEntry() argument
380 return ((SvtIconChoiceCtrl*)this)->_pImp->GetNextEntry( aPos, pCurEntry ); in GetNextEntry()
383 …ChoiceCtrl::GetPrevEntry( const Point& rPixPos, SvxIconChoiceCtrlEntry* pCurEntry, sal_Bool ) con… in GetPrevEntry() argument
387 return ((SvtIconChoiceCtrl*)this)->_pImp->GetPrevEntry( aPos, pCurEntry ); in GetPrevEntry()
H A Dsvicnvw.cxx806 SvLBoxEntry* SvIconView::GetNextEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) co… in GetNextEntry() argument
810 return ((SvIconView*)this)->pImp->GetNextEntry( aPos, pCurEntry ); in GetNextEntry()
813 SvLBoxEntry* SvIconView::GetPrevEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) co… in GetPrevEntry() argument
817 return ((SvIconView*)this)->pImp->GetPrevEntry( aPos, pCurEntry ); in GetPrevEntry()
H A Dimivctl.hxx374 SvxIconChoiceCtrlEntry* GetNextEntry( const Point& rDocPos, SvxIconChoiceCtrlEntry* pCurEntry );
375 SvxIconChoiceCtrlEntry* GetPrevEntry( const Point& rDocPos, SvxIconChoiceCtrlEntry* pCurEntry );
552 SvxIconChoiceCtrlEntry* pCurEntry; member in IcnCursor_Impl
H A Dfileview.cxx997 SvLBoxEntry *pCurEntry = pEntry; in DeleteEntries() local
1000 if ( pCurEntry->GetUserData() ) in DeleteEntries()
1001 aURL = ( (SvtContentEntry*)pCurEntry->GetUserData() )->maURL; in DeleteEntries()
1049 delete (SvtContentEntry*)pCurEntry->GetUserData(); in DeleteEntries()
1050 GetModel()->Remove( pCurEntry ); in DeleteEntries()
/trunk/main/formula/source/ui/dlg/
H A Dstructpg.cxx193 SvLBoxEntry* pCurEntry=aTlbStruct.GetCurEntry(); in IMPL_LINK() local
194 if(pCurEntry!=NULL) in IMPL_LINK()
196 pSelectedToken=(IFormulaToken *)pCurEntry->GetUserData(); in IMPL_LINK()
201 pSelectedToken = GetFunctionEntry(pCurEntry); in IMPL_LINK()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx293 SvLBoxEntry* pCurEntry = GetCurEntry(); in implAllowExchange() local
294 if (!pCurEntry) in implAllowExchange()
613 SvLBoxEntry* pCurEntry = GetCurEntry(); in IsDeleteAllowed() local
614 sal_uInt32 nCurEntryPos = GetModel()->GetAbsPos( pCurEntry ); in IsDeleteAllowed()
619 return IsFormEntry(pCurEntry) || IsFormComponentEntry(pCurEntry); in IsDeleteAllowed()
627 SvLBoxEntry* pCurEntry = First(); in FindEntry() local
629 while( pCurEntry ) in FindEntry()
631 pCurEntryData = (FmEntryData*)pCurEntry->GetUserData(); in FindEntry()
633 return pCurEntry; in FindEntry()
635 pCurEntry = Next( pCurEntry ); in FindEntry()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx290 DictionaryEntry* pCurEntry = getEntryOnPos( nN ); in deleteEntries() local
291 if( rTerm.equals( pCurEntry->m_aTerm ) ) in deleteEntries()
296 if( pCurEntry->m_bNewEntry ) in deleteEntries()
297 delete pCurEntry; in deleteEntries()
299 m_aToBeDeleted.push_back( pCurEntry ); in deleteEntries()
/trunk/main/cui/source/customize/
H A Dselector.cxx85 , pCurEntry( 0 ) in SvxConfigFunctionListBox_Impl()
117 pCurEntry = GetCurEntry(); in MouseMove()
119 if ( pCurEntry && GetEntry( aMousePos ) == pCurEntry ) in MouseMove()
134 if ( pEntry && GetEntry( aMousePos ) == pEntry && pCurEntry == pEntry ) in IMPL_LINK()
/trunk/main/l10ntools/source/
H A Dexport.cxx1627 ExportListEntry *pCurEntry = pList->GetObject( nListIndex ); in InsertListEntry() local
1631 (*pCurEntry)[ nListLang ] = rLine; in InsertListEntry()
1633 (*pCurEntry)[ nListLang ] = rText; in InsertListEntry()
1660 (*pCurEntry)[ SOURCE_LANGUAGE ] = rLine; in InsertListEntry()
1663 (*pCurEntry)[ SOURCE_LANGUAGE ] = rLine; in InsertListEntry()
1942 ExportListEntry *pCurEntry = pList->GetObject( nListIndex - 1 ); in PrepareTextToMerge() local
1943 if ( pCurEntry ) { in PrepareTextToMerge()
1947 rText = (*pCurEntry)[ SOURCE_LANGUAGE ]; in PrepareTextToMerge()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx761 SvLBoxEntry *pCurEntry = NULL; in RemoveParents() local
762 while( ( pCurEntry == NULL ) && ( nPos > 0 ) ) in RemoveParents()
765 pCurEntry = aRedlineParents[nPos]->pTLBParent; in RemoveParents()
768 if (pCurEntry) in RemoveParents()
769 pTable->SetCurEntry(pCurEntry); in RemoveParents()
/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx196 SvLBoxEntry* GetNextEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) const;
198 SvLBoxEntry* GetPrevEntry( const Point& rPixPos, SvLBoxEntry* pCurEntry, sal_Bool ) const;
H A Divctrl.hxx344 …SvxIconChoiceCtrlEntry* GetNextEntry( const Point& rPosPixel, SvxIconChoiceCtrlEntry* pCurEntry, s…
346 …SvxIconChoiceCtrlEntry* GetPrevEntry( const Point& rPosPixel, SvxIconChoiceCtrlEntry* pCurEntry, s…
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx218 SvLBoxEntry* GetNextEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry );
219 SvLBoxEntry* GetPrevEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry );
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx346 SvLBoxEntry* pCurEntry =GetCurEntry(); in MarkCurEntry() local
351 if( GetParent(pCurEntry)==NULL ) in MarkCurEntry()
353 aTmp1 = GetEntryText( pCurEntry ); in MarkCurEntry()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx553 SvLBoxEntry* pCurEntry; member in StyleTreeListBox_Impl
702 pCurEntry = GetCurEntry(); in ExpandingHdl()
722 if(!IsExpanded(pEntry) && pCurEntry != GetCurEntry()) in ExpandedHdl()
724 pCurEntry = 0; in ExpandedHdl()
732 pCurEntry(0), in StyleTreeListBox_Impl()
/trunk/main/cui/source/inc/
H A Dcfgutil.hxx123 SvLBoxEntry* pCurEntry; member in SfxConfigFunctionListBox_Impl

Completed in 190 milliseconds

12