Home
last modified time | relevance | path

Searched refs:pEntry (Results 51 – 75 of 485) sorted by relevance

12345678910>>...20

/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx566 if ( pEntry ) in GetName()
604 if ( pEntry ) in GetFileName()
645 if ( pEntry ) in GetPath()
682 if ( pEntry ) in GetTemplatePath()
740 if ( pEntry ) in GetDefaultTemplatePath()
875 if ( pEntry ) in NewTemplate()
1366 if ( !pEntry ) in Delete()
1581 if ( pEntry ) in CreateObjectShell()
1626 if ( pEntry ) in DeleteObjectShell()
2231 if ( pEntry && ( pEntry->GetTargetURL() == rName ) ) in GetByTargetURL()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx147 pEntry->SetUserData(pData); in SwGlossaryGroupDlg()
301 pEntry->SetUserData(pData); in IMPL_LINK()
302 aGroupTLB.Select(pEntry); in IMPL_LINK()
303 aGroupTLB.MakeVisible(pEntry); in IMPL_LINK()
314 if(!pEntry) in IMPL_LINK()
432 pEntry->SetUserData(pData); in IMPL_LINK()
433 aGroupTLB.Select(pEntry); in IMPL_LINK()
434 aGroupTLB.MakeVisible(pEntry); in IMPL_LINK()
485 if(pEntry) in IMPL_LINK()
550 if(pEntry) in RequestHelp()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx291 SvLBoxEntry* pEntry = NULL; in FillListBox() local
302 pEntry = new SvLBoxEntry; in FillListBox()
309 pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0 ) ); in FillListBox()
310 pEntry->AddItem( new SvLBoxString( pEntry, 0, aVisName ) ); in FillListBox()
315 pEntry = new SvLBoxEntry; in FillListBox()
316pEntry->AddItem( new SvLBoxString( pEntry, 0, sEmpty ) ); // empty column in FillListBox()
317 pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0 ) ); in FillListBox()
331 pEntry->AddItem( pItem ); in FillListBox()
333 pModel->Insert( pEntry ); in FillListBox()
347 if (pEntry) in EditOption()
[all …]
H A Dconflictsdlg.cxx232 if ( pEntry ) in GetEntry()
234 return pEntry; in GetEntry()
240 if ( pEntry ) in GetEntry()
243 return pEntry; in GetEntry()
252 if ( pEntry ) in GetEntry()
255 return pEntry; in GetEntry()
612 while ( pEntry ) in HandleListBoxSelection()
618 pEntry = maLbConflicts.NextSibling( pEntry ); in HandleListBoxSelection()
663 while ( pEntry ) in IMPL_LINK()
665 if ( pEntry != maLbConflicts.GetRootLevelParent( pEntry ) ) in IMPL_LINK()
[all …]
/trunk/main/svx/source/dialog/
H A Dchecklbx.cxx117 if ( pEntry ) in GetSelectEntryPos()
128 if ( pEntry ) in GetText()
129 return GetEntryText( pEntry ); in GetText()
196 if ( pEntry ) in ToggleCheckButton()
198 if ( !IsSelected( pEntry ) ) in ToggleCheckButton()
199 Select( pEntry ); in ToggleCheckButton()
214 if ( pEntry ) in MouseButtonDown()
222 Select( pEntry, sal_True ); in MouseButtonDown()
227 ToggleCheckButton( pEntry ); in MouseButtonDown()
255 if ( pEntry ) in KeyInput()
[all …]
H A Dfontlb.cxx42 SvLBoxString( pEntry, nFlags, rString ), in SvLBoxFontString()
47 SetText( pEntry, rString ); in SvLBoxFontString()
78 SvLBoxString::Paint( rPos, rDev, nFlags, pEntry ); in Paint()
114 SvLBoxEntry* pEntry = GetEntry( nPos ); in SelectEntryPos() local
115 if( pEntry ) in SelectEntryPos()
117 Select( pEntry, bSelect ); in SelectEntryPos()
118 ShowEntry( pEntry ); in SelectEntryPos()
139 SvLBoxEntry* pEntry, const XubString& rEntryText, in InitEntry() argument
146 pEntry->AddItem( new SvLBoxButton( pEntry, eButtonKind, 0, in InitEntry()
148pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, rCollImg, rExpImg, SVLISTENTRYFLAG_EXPANDED ) ); in InitEntry()
[all …]
/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx152 XPropertyEntry* pEntry; in removeByName() local
155 pEntry = get( i ); in removeByName()
156 if( pEntry && pEntry->GetName() == aInternalName ) in removeByName()
181 pEntry = get( i ); in replaceByName()
182 if( pEntry && pEntry->GetName() == aInternalName ) in replaceByName()
211 pEntry = get( i ); in getByName()
213 if( pEntry && pEntry->GetName() == aInternalName ) in getByName()
232 pEntry = get( i ); in getElementNames()
234 if( pEntry ) in getElementNames()
257 pEntry = get( i ); in hasByName()
[all …]
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx210 while (pEntry) in ~SvNumberFormatter()
212 delete pEntry; in ~SvNumberFormatter()
358 delete pEntry; in ImpChangeSysCL()
650 delete pEntry; in DeleteEntry()
884 while (pEntry) in Save()
994 pEntry && pEntry->GetLanguage() == eLnge ) in ImpIsEntry()
1161 while (pEntry && pEntry->GetLanguage() == ActLnge) in GetEntryTable()
1169 while (pEntry && pEntry->GetLanguage() == ActLnge) in GetEntryTable()
1180 if ( !pEntry || !(pEntry->GetType() & eType) || pEntry->GetLanguage() != ActLnge ) in GetEntryTable()
1692 delete pEntry; in GetPreviewStringGuess()
[all …]
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx117 void CheckSizes( SvLBoxEntry* pEntry,
173 void RemovingEntry( SvLBoxEntry* pEntry );
175 void MovingEntry( SvLBoxEntry* pEntry );
176 void EntryMoved( SvLBoxEntry* pEntry );
177 void TreeInserted( SvLBoxEntry* pEntry );
180 void EntryExpanded( SvLBoxEntry* pEntry );
181 void EntryCollapsed( SvLBoxEntry* pEntry );
182 void CollapsingEntry( SvLBoxEntry* pEntry );
195 void PaintEntry( SvLBoxEntry* pEntry,
222 void MakeVisible( SvLBoxEntry* pEntry );
[all …]
H A Dsvimpbox.hxx214 SvLBoxEntry* pEntry, long nY );
216 SvLBoxEntry* pEntry );
269 void RemovingEntry( SvLBoxEntry* pEntry );
271 void MovingEntry( SvLBoxEntry* pEntry );
272 void EntryMoved( SvLBoxEntry* pEntry );
273 void TreeInserted( SvLBoxEntry* pEntry );
276 void EntryExpanded( SvLBoxEntry* pEntry );
294 void PaintEntry( SvLBoxEntry* pEntry );
447 return Point( 0, GetEntryLine( pEntry ) ); in GetEntryPosition()
452 long nY = GetEntryLine( pEntry ); in PaintEntry()
[all …]
/trunk/main/cui/source/dialogs/
H A Dmultipat.cxx79 SvLBoxEntry* pEntry = in IMPL_LINK() local
81 if ( pEntry ) in IMPL_LINK()
82 aRadioLB.HandleEntryChecked( pEntry ); in IMPL_LINK()
111 pEntry->SetUserData( pData ); in IMPL_LINK()
146 delete (String*)pEntry->GetUserData(); in IMPL_LINK()
149 aRadioLB.RemoveEntry( pEntry ); in IMPL_LINK()
156 pEntry = aRadioLB.GetEntry( nPos ); in IMPL_LINK()
163 aRadioLB.Select( pEntry ); in IMPL_LINK()
235 delete (String*)pEntry->GetUserData(); in ~SvxMultiPathDialog()
298 pEntry->SetUserData( pURL ); in SetPath()
[all …]
H A Dhlmarkwn.cxx393 SvLBoxEntry* pEntry; in FillTree() local
453 SvLBoxEntry* pEntry = maLbTree.First(); in ClearTree() local
455 while ( pEntry ) in ClearTree()
460 pEntry = maLbTree.Next( pEntry ); in ClearTree()
477 while ( pEntry && !bFound ) in FindEntry()
483 pEntry = maLbTree.Next( pEntry ); in FindEntry()
486 return pEntry; in FindEntry()
498 if ( pEntry ) in SelectEntry()
500 maLbTree.Select ( pEntry ); in SelectEntry()
501 maLbTree.MakeVisible ( pEntry ); in SelectEntry()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx145 if ( !pEntry ) in setPropertyValue()
147 if(!pEntry->nWID) in setPropertyValue()
182 else if ( pEntry->nWID == ATTR_FONT_LANGUAGE || in setPropertyValue()
240 if ( !pEntry ) in getPropertyValue()
243 if (!pEntry->nWID) in getPropertyValue()
296 if ( !pEntry ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
301 sal_uInt16 nWID = pEntry->nWID; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
345 if ( !pEntry ) in setPropertyToDefault()
348 if (pEntry->nWID) in setPropertyToDefault()
369 if ( !pEntry ) in getPropertyDefault()
[all …]
/trunk/main/svx/workben/msview/
H A Dmsview.cxx506 if( pEntry && pEntry->GetUserData() ) in Paint()
642 pEntry->AddItem( new AtomBoxString( pEntry, aStr ) ); in InitEntry()
647 SvLBoxEntry* pEntry = First(); in findAtom() local
648 while( pEntry ) in findAtom()
651 return pEntry; in findAtom()
653 pEntry = Next( pEntry ); in findAtom()
718 SvLBoxEntry* pEntry = 0; in InsertAtom() local
737 if( pEntry ) in InsertAtom()
1006 if( pEntry && pEntry->GetUserData() ) in IMPL_LINK()
1034 if(pEntry ) in Sync()
[all …]
/trunk/main/cui/source/customize/
H A Dacccfg.cxx624 if (!pEntry) in Paint()
670 while (pEntry) in KeyInput()
687 pEntry = Next(pEntry); in KeyInput()
776 while (pEntry) in ~SfxAcceleratorConfigPage()
781 pEntry = aEntriesBox.Next(pEntry); in ~SfxAcceleratorConfigPage()
785 while (pEntry) in ~SfxAcceleratorConfigPage()
790 pEntry = aKeyBox.Next(pEntry); in ~SfxAcceleratorConfigPage()
981 pEntry = aEntriesBox.Next(pEntry); in Apply()
1170 if ( pEntry ) in IMPL_LINK()
1173 if ( pEntry ) in IMPL_LINK()
[all …]
H A Dcfg.cxx291 SvxConfigEntry* pEntry; in generateCustomName() local
294 pEntry = *iter; in generateCustomName()
331 SvxConfigEntry* pEntry; in generateCustomURL() local
334 pEntry = *iter; in generateCustomURL()
363 SvxConfigEntry* pEntry; in generateCustomMenuURL() local
366 pEntry = *iter; in generateCustomMenuURL()
1488 (void)pEntry; in NotifyStartDrag()
2406 pEntry->SetMenuFlags( in SvxMenuConfigPage()
2848 pEntry = *iter; in SvxMainMenuOrganizerDialog()
3172 pEntry->SetMenuFlags( in SvxToolbarConfigPage()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx634 while( !bInserted && pEntry ) in AddGraphicObject()
718 while( !bRemoved && pEntry ) in ReleaseGraphicObject()
745 delete pEntry; in ReleaseGraphicObject()
763 if( pEntry ) in GraphicObjectWasSwappedOut()
773 if( !pEntry ) in FillSwappedGraphicObject()
785 if( pEntry ) in GraphicObjectWasSwappedIn()
787 if( pEntry->GetID().IsEmpty() ) in GraphicObjectWasSwappedIn()
906 if( pEntry && pEntry->GetID().IsEmpty() ) in GetUniqueID()
907 pEntry->TryToSwapIn(); in GetUniqueID()
912 if( pEntry ) in GetUniqueID()
[all …]
/trunk/main/tools/source/fsys/
H A Dtdir.cxx310 while (pEntry) in Reset()
313 delete pEntry; in Reset()
326 while (pEntry) in Reset()
329 delete pEntry; in Reset()
491 while (pEntry) in ~Dir()
494 delete pEntry; in ~Dir()
506 while (pEntry) in ~Dir()
509 delete pEntry; in ~Dir()
521 while (pEntry) in ~Dir()
606 while (pEntry) in ImpSetSort()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrl.cxx87 if ( pEntry ) in IMPLEMENT_FORWARD_XINTERFACE2()
107 if ( pEntry == NULL ) in IMPLEMENT_FORWARD_XINTERFACE2()
112 if ( pEntry ) in IMPLEMENT_FORWARD_XINTERFACE2()
203 if ( !pEntry ) in getAccessibleChild()
253 if ( !pEntry ) in selectAccessibleChild()
256 pCtrl->SetCursor( pEntry ); in selectAccessibleChild()
267 if ( !pEntry ) in isAccessibleChildSelected()
293 if ( pCtrl->GetCursor() != pEntry ) in selectAllAccessibleChildren()
294 pCtrl->SetCursor( pEntry ); in selectAllAccessibleChildren()
310 if ( pCtrl->GetCursor() == pEntry ) in getSelectedAccessibleChildCount()
[all …]
/trunk/main/sal/rtl/source/
H A Dlocale.c145 while (pEntry) in rtl_hashtable_add()
150 if (!pEntry->Next) in rtl_hashtable_add()
153 pEntry = pEntry->Next; in rtl_hashtable_add()
159 pEntry->Next = newEntry; in rtl_hashtable_add()
181 while (pEntry->Next) in rtl_hashtable_grow()
186 pEntry = pNext; in rtl_hashtable_grow()
189 rtl_freeMemory(pEntry); in rtl_hashtable_grow()
210 while (pEntry && hashCode != pEntry->Entry->HashCode) in rtl_hashtable_find()
211 pEntry = pEntry->Next; in rtl_hashtable_find()
213 if (pEntry) in rtl_hashtable_find()
[all …]
/trunk/main/sal/osl/unx/
H A Dthread.c602 HashEntry *pEntry; in lookupThreadId() local
614 pEntry = pEntry->Next; in lookupThreadId()
630 while (pEntry != NULL) in insertThreadId()
635 pInsert = pEntry; in insertThreadId()
636 pEntry = pEntry->Next; in insertThreadId()
639 if (pEntry == NULL) in insertThreadId()
670 while (pEntry != NULL) in removeThreadId()
675 pRemove = pEntry; in removeThreadId()
676 pEntry = pEntry->Next; in removeThreadId()
679 if (pEntry != NULL) in removeThreadId()
[all …]
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx385 SvLBoxEntry* pEntry ) in Paint() argument
531 pEntry->AddItem( new SvLBoxString( pEntry, 0, sEmpty) ); // Leerspalte in CreateEntry()
536 pEntry->AddItem( new SvLBoxString( pEntry, 0, sEmpty) ); // Leerspalte in CreateEntry()
539 pEntry->AddItem( new OfaImpBrwString( pEntry, 0, rTxt ) ); in CreateEntry()
541 return pEntry; in CreateEntry()
1694 delete pEntry; in FillItemSet()
1716 delete pEntry; in FillItemSet()
1742 delete pEntry; in FillItemSet()
1764 delete pEntry; in FillItemSet()
2015 pEntry->AddItem( new OfaImpBrwString( pEntry, 0, rTxt ) ); in CreateEntry()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1345 if (!pEntry) in setPropertyValue()
1357 if(XATTR_FILLBMP_SIZEX == pEntry->nWID || XATTR_FILLBMP_SIZEY == pEntry->nWID) in setPropertyValue()
1946 if (!pEntry) in getPropertyValue()
1966 pEntry && in getPropertyValue()
2163 else if(FN_UNO_CLSID == pEntry->nWID || FN_UNO_MODEL == pEntry->nWID|| in getPropertyValue()
2289 …if(pEntry && pEntry->pType && *(pEntry->pType) == ::getCppuType((const sal_Int16*)0) && *(pEntry->… in getPropertyValue()
2302 if(XATTR_FILLBMP_SIZEX == pEntry->nWID || XATTR_FILLBMP_SIZEY == pEntry->nWID) in getPropertyValue()
2384 if (!pEntry) in getPropertyStates()
2421 pEntry && isGRFATR(pEntry->nWID)) in getPropertyStates()
2462 if (!pEntry) in setPropertyToDefault()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx135 while( pEntry ) in GetEntryFromText()
139 return pEntry; in GetEntryFromText()
141 pEntry = (SvLBoxEntry*)pTreeList->Next( pEntry ); in GetEntryFromText()
206 if( !pEntry )
209 if( pEntry != Last() )
213 Select( pEntry, sal_True );
224 if( !pEntry )
227 if( pEntry != Last() )
231 Select( pEntry, sal_True );
275 if( !pEntry ) in AcceptDrop()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx476 SvLBoxEntry* pPrevEntry = pEntry ? Prev(pEntry) : 0; in GetEnableFlags()
587 pDDSource = pEntry; in NotifyStartDrag()
634 return pEntry != 0; in NotifyAcceptDrop()
723 pEntry->SetUserData(pCont); in Display()
724 pEntry = Next(pEntry); in Display()
775 pSelEntry = pEntry; in Display()
872 SwGlblDocContent* pCont = pEntry ? (SwGlblDocContent*)pEntry->GetUserData() : 0; in ExcecuteContextMenuAction()
1016 sal_uLong nEntryPos = pEntry ? GetModel()->GetAbsPos(pEntry) : (sal_uLong)-1; in ExcecuteContextMenuAction()
1049 pCont = pEntry ? (SwGlblDocContent*)pEntry->GetUserData() : 0; in ExcecuteContextMenuAction()
1053 pEntry = 0; in ExcecuteContextMenuAction()
[all …]

Completed in 270 milliseconds

12345678910>>...20