Home
last modified time | relevance | path

Searched refs:pEntry (Results 101 – 125 of 485) sorted by relevance

12345678910>>...20

/trunk/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx126 if ( pEntry ) in ProcessWindowEvent()
128 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent()
178 if (pEntry) in ProcessWindowEvent()
180 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent()
202 if ( pEntry ) in ProcessWindowEvent()
223 if ( pEntry ) in ProcessWindowEvent()
248 if ( pEntry ) in ProcessWindowEvent()
330 SvLBoxEntry* pEntry = m_pTabListBox->FirstSelected(); in implGetSelRow() local
331 while ( pEntry ) in implGetSelRow()
335 return m_pTabListBox->GetEntryPos( pEntry ); in implGetSelRow()
[all …]
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx138 if (pEntry && pEntry->GetUserData()) in Paint()
185 SvLBoxEntry* pEntry = First(); in ~BasicCheckBox() local
186 while ( pEntry ) in ~BasicCheckBox()
189 pEntry = Next( pEntry ); in ~BasicCheckBox()
236 return pEntry; in FindEntry()
250 SetCheckButtonState( pEntry, in CheckEntryPos()
541 delete pEntry; in ~LibPage()
1525 if ( pEntry ) in SetCurLib()
1683 while( pEntry ) in createLibImpl()
1685 pRootEntry = pEntry; in createLibImpl()
[all …]
H A Dbaside2b.cxx1418 if ( pEntry ) in RemoveSelectedWatch()
1422 if ( pEntry ) in RemoveSelectedWatch()
1784 SvLBoxEntry* pEntry = First(); in ~WatchTreeListBox() local
1785 while ( pEntry ) in ~WatchTreeListBox()
1788 pEntry = Next( pEntry ); in ~WatchTreeListBox()
2130 pEntry->SetFlags( in implEnableChildren()
2131 (pEntry->GetFlags() & in implEnableChildren()
2137 pEntry->SetFlags( in implEnableChildren()
2149 SvLBoxEntry* pEntry = First(); in UpdateWatches() local
2150 while ( pEntry ) in UpdateWatches()
[all …]
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx573 UcbExplorerListBoxEntry* pEntry in RequestingChilds() local
575 if ( !pEntry->HasChilds() ) in RequestingChilds()
577 switch ( pEntry->m_eType ) in RequestingChilds()
644 UcbExplorerListBoxEntry* pEntry in Command() local
647 if ( pEntry ) in Command()
717 pEntry->m_aContent in Command()
840 SetEntryText( pEntry, aText ); in Command()
890 Expand( pEntry ); in Command()
921 UcbExplorerListBoxEntry* pEntry = 0; in InsertEntry() local
980 pEntry->m_aContent = rContent; in InsertEntry()
[all …]
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx154 SvLBoxEntry* pEntry ) in Paint() argument
198 const SvLBoxEntry *pEntry, in SetExtraData() argument
201 if (!pEntry) in SetExtraData()
213 const SvLBoxEntry *pEntry ) in GetExtraData() argument
232 pEntry->AddItem( new SvLBoxString( pEntry, 0, String() ) ); // add empty column in AddEntry()
234 pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0 ) ); // otherwise crash in AddEntry()
235 pEntry->AddItem( new AlternativesString_Impl( *this, pEntry, 0, aText ) ); in AddEntry()
238 GetModel()->Insert( pEntry ); in AddEntry()
243 return pEntry; in AddEntry()
470 if (pEntry) in IMPL_LINK()
[all …]
H A Dlinkdlg.cxx156 SvLBoxEntry* pEntry = 0; in IMPL_LINK() local
158 pEntry = pSvTabListBox->GetHdlEntry(); in IMPL_LINK()
164 pSvTabListBox->Select(pEntry); in IMPL_LINK()
373 pEntry = i==0 ? in IMPL_LINK()
376 DBG_ASSERT(pEntry,"Wo ist der Entry"); in IMPL_LINK()
441 if( pEntry ) in IMPL_LINK()
456 while ( pEntry ) in IMPL_LINK()
458 void * pUD = pEntry->GetUserData(); in IMPL_LINK()
461 pEntry = Links().NextSelected(pEntry); in IMPL_LINK()
613 Links().SetCurEntry( pEntry ); in SetManager()
[all …]
/trunk/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx247 SvLBoxEntry* pEntry = maElementsLB.GetEntry( i ); in Clear() local
248 while( pEntry ) in Clear()
252 pEntry = maElementsLB.GetEntry( i ); in Clear()
262 maElementsLB.SetEntryText( _rValue, pEntry, 1 ); in InsertElement()
373 if( pEntry ) in IMPL_LINK()
496 if( pEntry ) in IMPL_LINK()
509 if( pEntry ) in IMPL_LINK()
517 maViewCertPB.Enable( pEntry && ( pEntry != maCertPathLB.Last() ) ); in IMPL_LINK()
526 while( pEntry ) in Clear()
530 pEntry = maCertPathLB.GetEntry( i ); in Clear()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx361 pEntry->SetUserData( pPage ); in SdDefineCustomShowDlg()
415 if( pEntry ) in IMPL_LINK()
424 aLbCustomPages.Select( pEntry ); in IMPL_LINK()
427 pEntry->SetUserData( pPage ); in IMPL_LINK()
439 if( pEntry ) in IMPL_LINK()
470 SvLBoxEntry* pEntry = NULL; in CheckCustomShow() local
484 pPage = (SdPage*) rpCustomShow->Next(), pEntry = aLbCustomPages.Next( pEntry ) ) in CheckCustomShow()
486 if( pPage != pEntry->GetUserData() ) in CheckCustomShow()
497 for( pEntry = aLbCustomPages.First(); in CheckCustomShow()
498 pEntry != NULL; in CheckCustomShow()
[all …]
/trunk/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx144 if ( pEntry ) in clearSelection()
145 m_aIconControl.InvalidateEntry(pEntry); in clearSelection()
171 return ( pEntry ) ? *static_cast<ElementType*>(pEntry->GetUserData()) : E_NONE; in getElementType()
195 SvxIconChoiceCtrlEntry* pEntry = _pControl->GetSelectedEntry( nPos ); in IMPL_LINK() local
197 if ( pEntry ) in IMPL_LINK()
199 eType = *static_cast<ElementType*>(pEntry->GetUserData()); in IMPL_LINK()
215 SvxIconChoiceCtrlEntry* pEntry = NULL; in selectContainer() local
218 pEntry = m_aIconControl.GetEntry(i); in selectContainer()
219 if ( pEntry && *static_cast<ElementType*>(pEntry->GetUserData()) == _eType ) in selectContainer()
221 pEntry = NULL; in selectContainer()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx42 SvLBoxEntry* pEntry; member
140 pImpl->pEntry = pActEntry; in StoreButtonState()
168 return pImpl->pEntry; in GetActEntry()
211 SvLBoxItem( pEntry, nFlags ) in SvLBoxString()
214 SetText( pEntry, rStr ); in SvLBoxString()
272 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
283 SvLBoxItem( pEntry, nFlags ) in SvLBoxBmp()
286 SetBitmap( pEntry, aBitmap); in SvLBoxBmp()
316 pViewData = pView->GetViewDataItem( pEntry, this ); in InitViewData()
348 : SvLBoxItem( pEntry, nFlags ) in SvLBoxButton()
[all …]
H A Dtemplwin.cxx362 SvxIconChoiceCtrlEntry* pEntry = in SvtIconWindow_Impl() local
387 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()
398 pEntry = aIconCtrl.InsertEntry( in SvtIconWindow_Impl()
428 pEntry = pTemp; in GetEntry()
433 return pEntry; in GetEntry()
452 if ( pEntry ) in GetCursorPosIconURL()
463 if ( pEntry ) in GetSelectedIconURL()
478 if ( pEntry ) in GetIconText()
510 aIconCtrl.SetCursor( pEntry ); in SetCursorPos()
582 if(pEntry) in SelectFolder()
[all …]
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx126 ListBox::InsertEntry(pEntry->aName, nPos); in InsertEntry()
144 SvxBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry() local
149 if(pEntry->bNew) in RemoveEntry()
241 SvxBoxEntry* pEntry = aEntryLst[nPos]; in ModifyEntry() local
247 InsertSorted(pEntry); in ModifyEntry()
325 ListBox::InsertEntry(pEntry->aName); in InsertSorted()
404 SvxBoxEntry* pEntry = aEntryLst[nPos]; in RemoveEntry() local
409 if(pEntry->bNew) in RemoveEntry()
483 SvxBoxEntry* pEntry = aEntryLst[nPos]; in ModifyEntry() local
489 InsertSorted(pEntry); in ModifyEntry()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx153 SvLBoxEntry* pEntry = NULL; in GetEntryPosByName() local
167 pEntry = NULL; in GetEntryPosByName()
171 return pEntry; in GetEntryPosByName()
250 GetModel()->InvalidateEntry( pEntry ); in IMPL_LINK()
358 SvLBoxEntry* pEntry = GetEntry( aPos ); in RequestHelp() local
359 if( pEntry ) in RequestHelp()
445 return m_aEditingHandler.Call(pEntry) != 0; in EditingEntry()
451 aEntry.pEntry = pEntry; in EditedEntry()
456 m_aSelectedEntries.erase( pEntry ); in EditedEntry()
458 SetEntryText(pEntry,aEntry.aNewText); in EditedEntry()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dfontbuff.cxx95 register ENTRY* pEntry = pData + nIndex; in SetName() local
96 pEntry->TmpName( rName ); in SetName()
98 if( pEntry->nType >= 0 ) in SetName()
99 MakeFont( pEntry ); in SetName()
118 pEntry->Type( nType ); in SetType()
120 if( pEntry->pTmpName ) in SetType()
121 MakeFont( pEntry ); in SetType()
132 switch( pEntry->nType ) in MakeFont()
150pEntry->pFont = new SvxFontItem( eFamily, *pEntry->pTmpName, EMPTY_STRING, ePitch, eCharSet, ATTR_… in MakeFont()
152 delete pEntry->pTmpName; in MakeFont()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx97 virtual void InitViewData( SvViewData* pData, SvListEntry* pEntry );
162 virtual void ModelHasInserted( SvListEntry* pEntry );
163 virtual void ModelHasInsertedTree( SvListEntry* pEntry );
167 virtual void ModelIsRemoving( SvListEntry* pEntry );
168 virtual void ModelHasRemoved( SvListEntry* pEntry );
169 virtual void ModelHasEntryInvalidated( SvListEntry* pEntry );
234 void EditEntry( SvLBoxEntry* pEntry = 0 );
235 virtual sal_Bool EditingEntry( SvLBoxEntry* pEntry, Selection& );
275 void AdjustAtGrid( SvLBoxEntry* pEntry = 0 );
277 sal_Bool IsEntryPosLocked( const SvLBoxEntry* pEntry ) const;
[all …]
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx112 switch( pEntry->mnHandle ) in getAny()
136 sal_uInt8 nMemberId = pEntry->mnMemberId & (~SFX_METRIC_ITEM); in getAny()
149 const SfxMapUnit eMapUnit = pPool->GetMetric((sal_uInt16)pEntry->mnHandle); in getAny()
150 if(pEntry->mnMemberId & SFX_METRIC_ITEM && eMapUnit != SFX_MAPUNIT_100TH_MM) in getAny()
160 rValue.setValue( &nEnum, *pEntry->mpType ); in getAny()
169 const SfxMapUnit eMapUnit = pPool->GetMetric((sal_uInt16)pEntry->mnHandle); in putAny()
170 if(pEntry->mnMemberId & SFX_METRIC_ITEM && eMapUnit != SFX_MAPUNIT_100TH_MM) in putAny()
178 const sal_uInt16 nWhich = pPool->GetWhich( (sal_uInt16)pEntry->mnHandle ); in putAny()
203 sal_uInt8 nMemberId = pEntry->mnMemberId & (~SFX_METRIC_ITEM); in putAny()
318 const sal_uInt16 nWhich = pPool->GetWhich( (sal_uInt16)pEntry->mnHandle ); in _setPropertyToDefault()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx113 if ( !pEntry ) in getSelectedName()
125 aTableName = m_rTableList.GetEntryText(pEntry); in getSelectedName()
216 SvLBoxEntry* pEntry = m_rTableList.First(); in updateTableObjectList() local
217 while( pEntry && m_rTableList.GetModel()->HasChilds( pEntry ) ) in updateTableObjectList()
219 m_rTableList.Expand( pEntry ); in updateTableObjectList()
220 pEntry = m_rTableList.Next( pEntry ); in updateTableObjectList()
222 if ( pEntry ) in updateTableObjectList()
223 m_rTableList.Select(pEntry); in updateTableObjectList()
235 return pEntry && !m_rTableList.GetModel()->HasChilds( pEntry ); in isLeafSelected()
329 if ( pEntry ) in getSelectedName()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx158 if ( pEntry.get( ) ) in GetProperties()
167 pStack->push_back(pEntry); in GetProperties()
478 StyleSheetEntryPtr pEntry = m_pImpl->m_pCurrentEntry; in lcl_attribute() local
580 StyleSheetEntry * pEntry = m_pImpl->m_pCurrentEntry.get(); in lcl_sprm() local
584 pEntry->pProperties->insert(pProps); in lcl_sprm()
635 StyleSheetEntry* pEntry = m_pImpl->m_pCurrentEntry.get( ); in lcl_sprm() local
777 StyleSheetEntryPtr pEntry = *aIt; in ApplyStyleSheets() local
778 … if( pEntry->nStyleTypeCode == STYLE_TYPE_CHAR || pEntry->nStyleTypeCode == STYLE_TYPE_PARA ) in ApplyStyleSheets()
780 bool bParaStyle = pEntry->nStyleTypeCode == STYLE_TYPE_PARA; in ApplyStyleSheets()
796 if( pEntry->sBaseStyleIdentifier.getLength() ) in ApplyStyleSheets()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx795 if (pEntry) in RemoveParents()
905 while( pEntry ) in CallAcceptReject()
918 pEntry = bSelect ? pTable->NextSelected(pEntry) : pTable->Next(pEntry); in CallAcceptReject()
977 if( !pEntry && nPos-- ) in CallAcceptReject()
979 if( pEntry ) in CallAcceptReject()
981 pTable->Select( pEntry ); in CallAcceptReject()
982 pTable->MakeVisible( pEntry ); in CallAcceptReject()
983 pTable->SetCurEntry(pEntry); in CallAcceptReject()
1187 if (pEntry) in IMPL_LINK()
1233 if (pEntry) in IMPL_LINK()
[all …]
/trunk/main/cui/source/options/
H A Doptdict.cxx396 SvLBoxEntry* pEntry = aWordsLB.GetEntry(j); in GetLBInsertPos() local
397 DBG_ASSERT( pEntry, "NULL pointer"); in GetLBInsertPos()
421 aWordsLB.GetModel()->Remove(pEntry); in RemoveDictEntry()
539 aStr = String(pEntry[i]->getDictionaryWord()); in ShowWords_Impl()
541 if(pEntry[i]->isNegative()) in ShowWords_Impl()
566 SvLBoxEntry* pEntry = pBox->FirstSelected(); in IMPL_LINK() local
589 SvLBoxEntry* pEntry = aWordsLB.FirstSelected(); in IMPL_LINK() local
716 aWordsLB.SetCurEntry(pEntry); in IMPL_LINK()
718 pFirstSel = pEntry; in IMPL_LINK()
734 aWordsLB.MakeVisible(pEntry); in IMPL_LINK()
[all …]
H A Dwebconninfo.cxx206 pEntry->SetUserData( (void*)(nCount++) ); in FillPasswordList()
225 pEntry->SetUserData( (void*)(nCount++) ); in FillPasswordList()
238 SvLBoxEntry* pEntry = m_aPasswordsLB.GetCurEntry(); in IMPL_LINK() local
239 if ( pEntry ) in IMPL_LINK()
250 sal_Int32 nPos = (sal_Int32)(sal_IntPtr)pEntry->GetUserData(); in IMPL_LINK()
261 m_aPasswordsLB.RemoveEntry( pEntry ); in IMPL_LINK()
304 SvLBoxEntry* pEntry = m_aPasswordsLB.GetCurEntry(); in IMPL_LINK() local
305 if ( pEntry ) in IMPL_LINK()
346 SvLBoxEntry* pEntry = m_aPasswordsLB.GetCurEntry(); in IMPL_LINK() local
347 if ( !pEntry ) in IMPL_LINK()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx588 SvLBoxEntry *pEntry; in MakeExpanded_Impl() local
590 for(pEntry=(SvLBoxEntry*)FirstVisible();pEntry;pEntry=(SvLBoxEntry*)NextVisible(pEntry)) in MakeExpanded_Impl()
1222 while ( pEntry ) in SelectStyle()
1230 pEntry = pTreeBox->Next( pEntry ); in SelectStyle()
1242 while ( pEntry && aFmtLb.GetEntryText( pEntry ) != rStr ) in SelectStyle()
1243 pEntry = (SvLBoxEntry*)aFmtLb.NextVisible( pEntry ); in SelectStyle()
1244 if ( !pEntry ) in SelectStyle()
1271 if ( pEntry ) in GetSelectedEntry()
1277 if ( pEntry ) in GetSelectedEntry()
1342 for ( SvLBoxEntry* pEntry = pTreeBox->First(); pEntry; pEntry = pTreeBox->Next( pEntry ) ) in FillTreeBox() local
[all …]
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx515 if (pEntry && nLng != pEntry->GetLanguage()) in ExpandValue()
523 String sFmt(pEntry->GetFormatstring()); in ExpandValue()
526 pEntry->GetLanguage(), nFmtLng ); in ExpandValue()
531 ASSERT(pEntry, "Unbekanntes Zahlenformat!"); in ExpandValue()
556 if (pEntry) in DoubleToString()
630 if (pEntry && nLng != pEntry->GetLanguage()) in GetSystemFormat()
641 String sFmt(pEntry->GetFormatstring()); in GetSystemFormat()
645 nFormat, pEntry->GetLanguage(), nLng); in GetSystemFormat()
676 if( pEntry && nFmtLng != pEntry->GetLanguage() ) in SetLanguage()
686 String sFmt( pEntry->GetFormatstring() ); in SetLanguage()
[all …]
/trunk/main/filter/source/placeware/
H A Dexporter.cxx242 PageEntry* pEntry = (*aIter++); in createSlideFile() local
245 if( pEntry->getTitle().getLength() ) in createSlideFile()
263 if( pEntry->getNotes().getLength() ) in createSlideFile()
353 aPageEntries.push_back( pEntry ); in doExport()
358 pEntry->setURL( aName ); in doExport()
375 PageEntry* pEntry = (*aIter++); in doExport() local
377 osl::File aFile(pEntry->getTempURL() ); in doExport()
378 const OUString aTemp( pEntry->getURL() ); in doExport()
417 PageEntry* pEntry = new PageEntry(); in exportPage() local
422 pEntry->setName( xNamed->getName() ); in exportPage()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx210 const XPropertyEntry* pEntry = *aStart; in GetIndex() local
212 if(pEntry && pEntry->GetName() == rName) in GetIndex()
224 XPropertyEntry* pEntry = Get(nIndex); in GetUiBitmap() local
226 if(pEntry) in GetUiBitmap()
228 aRetval = pEntry->GetUiBitmap(); in GetUiBitmap()
233 pEntry->SetUiBitmap(aRetval); in GetUiBitmap()
240 void XPropertyList::Insert( XPropertyEntry* pEntry, long nIndex ) in Insert() argument
242 if(pEntry) in Insert()
248 maContent.push_back(pEntry); in Insert()
261 if(pEntry) in Replace()
[all …]

Completed in 285 milliseconds

12345678910>>...20