Home
last modified time | relevance | path

Searched defs:pEntry (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/AOO41X/main/vcl/source/window/
H A Daccel.cxx108 static void ImplAccelEntryInsert( ImplAccelList* pList, ImplAccelEntry* pEntry ) in ImplAccelEntryInsert()
173 ImplAccelEntry* pEntry = rAccelData.maIdList.First(); in ImplCopyData() local
199 ImplAccelEntry* pEntry = mpData->maIdList.First(); in ImplDeleteData() local
244 ImplAccelEntry* pEntry = new ImplAccelEntry; in ImplInsertAccel() local
410 ImplAccelEntry* pEntry = mpData->maIdList.GetObject( (sal_uLong)nIndex ); in RemoveItem() local
435 ImplAccelEntry* pEntry = ImplGetAccelData( rKeyCode ); in RemoveItem() local
486 ImplAccelEntry* pEntry = mpData->maIdList.GetObject( (sal_uLong)nPos ); in GetItemId() local
499 ImplAccelEntry* pEntry = mpData->maIdList.GetObject( (sal_uLong)nPos ); in GetItemKeyCode() local
512 ImplAccelEntry* pEntry = ImplGetAccelData( rKeyCode ); in GetItemId() local
548 ImplAccelEntry* pEntry = ImplGetAccelData( rKeyCode ); in IsKeyCodeValid() local
[all …]
/AOO41X/main/accessibility/source/extended/
H A Daccessiblelistbox.cxx128 … AccessibleListBoxEntry* pEntry =static_cast< AccessibleListBoxEntry* >(m_xFocusedChild.get()); in ProcessWindowEvent() local
158 … SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent() local
199 … SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent() local
226 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent() local
255 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in GetCurEventEntry() local
288 void AccessibleListBox::RemoveChildEntries(SvLBoxEntry* pEntry) in RemoveChildEntries()
408 SvLBoxEntry* pEntry = getListBox()->GetEntry(i); in getAccessibleChild() local
428 SvLBoxEntry* pEntry = getListBox()->GetEntry(0); in getRoleType() local
499 SvLBoxEntry* pEntry = getListBox()->GetEntry( nChildIndex ); in selectAccessibleChild() local
512 SvLBoxEntry* pEntry = getListBox()->GetEntry( nChildIndex ); in isAccessibleChildSelected() local
[all …]
H A Daccessibleiconchoicectrl.cxx86 …SvxIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData()… in IMPLEMENT_FORWARD_XINTERFACE2() local
106 …SvxIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData()… in IMPLEMENT_FORWARD_XINTERFACE2() local
202 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry(i); in getAccessibleChild() local
252 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( nChildIndex ); in selectAccessibleChild() local
266 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( nChildIndex ); in isAccessibleChildSelected() local
292 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in selectAllAccessibleChildren() local
309 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in getSelectedAccessibleChildCount() local
332 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in getSelectedAccessibleChild() local
362 SvxIconChoiceCtrlEntry* pEntry = pCtrl->GetEntry( i ); in deselectAccessibleChild() local
H A Daccessiblelistboxentry.cxx134 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetBoundingBox_Impl() local
154 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in GetBoundingBoxOnScreen_Impl() local
215 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in implGetText() local
343 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleChildCount() local
359 SvLBoxEntry* pEntry =GetRealChild(i); in getAccessibleChild() local
424 SvLBoxEntry* pEntry = getListBox()->GetEntry(0); in getRoleType() local
464 SvLBoxEntry* pEntry = pBox->GetEntryFromPath( m_aEntryPath ); in getAccessibleRole() local
490 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleDescription() local
530 SvLBoxEntry* pEntry = getListBox()->GetEntryFromPath( m_aEntryPath ); in getAccessibleName() local
622 SvLBoxEntry* pEntry = getListBox()->GetEntry( VCLPoint( _aPoint ) ); in getAccessibleAtPoint() local
[all …]
/AOO41X/main/svtools/source/contnr/
H A Dsvicnvw.cxx85 SvLBoxEntry* pEntry = new SvLBoxEntry; in CreateEntry() local
107 SvLBoxEntry* pEntry = CreateEntry( in InsertEntry() local
123 SvLBoxEntry* pEntry = CreateEntry( in InsertEntry() local
135 void SvIconView::SetEntryText(SvLBoxEntry* pEntry, const XubString& rStr) in SetEntryText()
145 void SvIconView::SetExpandedEntryBmp(SvLBoxEntry* pEntry, const Image& rBmp) in SetExpandedEntryBmp()
155 void SvIconView::SetCollapsedEntryBmp(SvLBoxEntry* pEntry, in SetCollapsedEntryBmp()
209 SvLBoxEntry* pEntry = CreateEntry( aStr, aCollEntryBmp, aExpEntryBmp ); in CloneEntry() local
306 void __EXPORT SvIconView::ModelHasInserted( SvListEntry* pEntry ) in ModelHasInserted()
312 void __EXPORT SvIconView::ModelHasInsertedTree( SvListEntry* pEntry ) in ModelHasInsertedTree()
328 void __EXPORT SvIconView::ModelIsRemoving( SvListEntry* pEntry ) in ModelIsRemoving()
[all …]
H A Dsvtreebx.cxx317 void SvTreeListBox::InitEntry( SvLBoxEntry* pEntry, in InitEntry()
360 String SvTreeListBox::SearchEntryTextWithHeadTitle( SvLBoxEntry* pEntry ) in SearchEntryTextWithHeadTitle()
452 const Image& SvTreeListBox::GetExpandedEntryBmp(SvLBoxEntry* pEntry, BmpColorMode _eMode) const in GetExpandedEntryBmp()
461 const Image& SvTreeListBox::GetCollapsedEntryBmp( SvLBoxEntry* pEntry, BmpColorMode _eMode ) const in GetCollapsedEntryBmp()
492 SvLBoxEntry* pEntry = CreateEntry(); in IMPL_LINK_INLINE_END() local
529 SvLBoxEntry* pEntry = CreateEntry(); in InsertEntry() local
548 void SvTreeListBox::SetEntryText( SvLBoxEntry* pEntry, const XubString& aStr) in SetEntryText()
558 void SvTreeListBox::SetExpandedEntryBmp( SvLBoxEntry* pEntry, const Image& aBmp, BmpColorMode _eMod… in SetExpandedEntryBmp()
578 void SvTreeListBox::SetCollapsedEntryBmp(SvLBoxEntry* pEntry,const Image& aBmp, BmpColorMode _eMode… in SetCollapsedEntryBmp()
598 void SvTreeListBox::ImpEntryInserted( SvLBoxEntry* pEntry ) in ImpEntryInserted()
[all …]
H A Dsvimpbox.cxx158 short SvImpLBox::UpdateContextBmpWidthVector( SvLBoxEntry* pEntry, short nWidth ) in UpdateContextBmpWidthVector()
186 void SvImpLBox::UpdateContextBmpWidthVectorFromMovedEntry( SvLBoxEntry* pEntry ) in UpdateContextBmpWidthVectorFromMovedEntry()
208 void SvImpLBox::UpdateContextBmpWidthMax( SvLBoxEntry* pEntry ) in UpdateContextBmpWidthMax()
222 void SvImpLBox::CalcCellFocusRect( SvLBoxEntry* pEntry, Rectangle& rRect ) in CalcCellFocusRect()
572 void SvImpLBox::InvalidateEntry( SvLBoxEntry* pEntry ) in InvalidateEntry()
616 void SvImpLBox::SetCursor( SvLBoxEntry* pEntry, sal_Bool bForceNoSelect ) in SetCursor()
789 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, nTemp )); in GetClickedEntry() local
797 sal_Bool SvImpLBox::EntryReallyHit(SvLBoxEntry* pEntry,const Point& rPosPixel,long nLine) in EntryReallyHit()
833 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pView->NextVisible( pStartEntry, nTemp )); in GetEntry() local
845 SvLBoxEntry* pEntry = 0; in MakePointVisible() local
[all …]
H A Dsvimpicn.cxx822 SvLBoxEntry* pEntry = pModel->First(); in CheckAllSizes() local
830 void SvImpIconView::CheckSizes( SvLBoxEntry* pEntry, in CheckSizes()
870 void SvImpIconView::EntryInserted( SvLBoxEntry* pEntry ) in EntryInserted()
893 void SvImpIconView::RemovingEntry( SvLBoxEntry* pEntry ) in RemovingEntry()
934 void SvImpIconView::MovingEntry( SvLBoxEntry* pEntry ) in MovingEntry()
955 void SvImpIconView::EntryMoved( SvLBoxEntry* pEntry ) in EntryMoved()
995 void SvImpIconView::TreeInserted( SvLBoxEntry* pEntry ) in TreeInserted()
1012 void SvImpIconView::EntrySelected( SvLBoxEntry* pEntry, sal_Bool bSelect ) in EntrySelected()
1258 SvLBoxEntry* pEntry = (SvLBoxEntry*)(pZOrderList->GetObject(nPos )); in Paint() local
1320 SvLBoxItem* SvImpIconView::GetItem( SvLBoxEntry* pEntry, in GetItem()
[all …]
H A Dtreelist.cxx87 SvListEntry *pEntry = (SvListEntry*)pChilds->First(); in SetListPositions() local
265 SvListEntry* pEntry = (SvListEntry*)(pRootList->First()); in Clear() local
519 SvListEntry* pEntry = CreateEntry(); in CloneEntry() local
539 SvListEntry* SvTreeList::Clone( SvListEntry* pEntry, sal_uLong& nCloneCount ) const in Clone()
813 SvListEntry* pEntry = 0; in Last() local
867 SvListEntry* pEntry = First(); // erster Eintrag immer sichtbar in GetVisibleCount() local
1026 SvListEntry* pEntry = Last(); in LastVisible() local
1044 SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pEntry,sal_uInt16& nDelta… in NextVisible()
1077 SvListEntry* SvTreeList::PrevVisible( const SvListView* pView, SvListEntry* pEntry, sal_uInt16& nDe… in PrevVisible()
1227 SvListEntry* pEntry = Last(); in LastSelected() local
[all …]
H A Dimivctl1.cxx296 void SvxIconChoiceCtrl_Impl::InsertEntry( SvxIconChoiceCtrlEntry* pEntry, sal_uLong nPos, in InsertEntry()
360 SvxIconChoiceCtrlEntry* pEntry = GetEntry( i ); in CreateAutoMnemonics() local
383 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)aEntries.GetObject( nCur ); in SetListPositions() local
389 void SvxIconChoiceCtrl_Impl::RemoveEntry( SvxIconChoiceCtrlEntry* pEntry ) in RemoveEntry()
463 void SvxIconChoiceCtrl_Impl::SelectEntry( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bSelect, in SelectEntry()
502 void SvxIconChoiceCtrl_Impl::EntrySelected( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bSelect, in EntrySelected()
766 SvxIconChoiceCtrlEntry* pEntry = pView->GetEntry ( i ); in Paint() local
802 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pZOrderList->GetObject(nPos )); in Paint() local
845 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pZOrderList->GetObject(nCur)); in RepaintEntries() local
865 IcnViewFieldType SvxIconChoiceCtrl_Impl::GetItem( SvxIconChoiceCtrlEntry* pEntry, in GetItem()
[all …]
/AOO41X/main/sd/source/ui/dlg/
H A Ddlgassim.cxx63 SvLBoxEntry* pEntry = pTreeModel->First(); in IMPL_LINK() local
90 SvLBoxEntry* pEntry = new SvLBoxEntry; in InsertPage() local
104 SvLBoxEntry* pEntry = new SvLBoxEntry; in InsertTitle() local
122 SvLBoxEntry* pEntry = InsertPage( pPage->GetName() ); in Fill() local
180 SvLBoxEntry* pEntry = pTreeModel->First(); in GetSelectedPage() local
197 SvLBoxEntry* pEntry = GetModel()->GetEntry(nPage); in IsPageChecked() local
/AOO41X/main/tools/source/fsys/
H A Dtdir.cxx309 DirEntry* pEntry = pLst->First(); in Reset() local
325 FileStat* pEntry = pStatLst->First(); in Reset() local
490 DirEntry* pEntry = pLst->First(); in ~Dir() local
505 FSysSort* pEntry = pSortLst->First(); in ~Dir() local
520 FileStat* pEntry = pStatLst->First(); in ~Dir() local
575 FSysSort* pEntry = pNewSortLst->First(); in ImpSetSort() local
605 FSysSort* pEntry = pSortLst->First(); in ImpSetSort() local
695 DirEntry *pEntry = pLst->GetObject( nIndex ); in operator []() local
/AOO41X/main/cui/source/options/
H A Dfontsubs.cxx164 SvLBoxEntry* pEntry = new SvLBoxEntry; in CreateEntry() local
216 SvLBoxEntry* pEntry = aCheckLB.First(); in FillItemSet() local
267 SvLBoxEntry* pEntry = CreateEntry(aTmpStr1, aTmpStr2); in Reset() local
298 SvLBoxEntry* pEntry; in IMPL_LINK() local
346 SvLBoxEntry* pEntry = aCheckLB.FirstSelected(); in IMPL_LINK() local
361 SvLBoxEntry* pEntry = aCheckLB.GetEntry(nPos); in IMPL_LINK() local
407 SvLBoxEntry* pEntry = aCheckLB.FirstSelected(); in CheckEnable() local
531 void SvxFontSubstCheckListBox::CheckEntry(SvLBoxEntry* pEntry, sal_uInt16 nCol, sal_Bool bChecked) in CheckEntry()
554 sal_Bool SvxFontSubstCheckListBox::IsChecked(SvLBoxEntry* pEntry, sal_uInt16 nCol) in IsChecked()
563 void SvxFontSubstCheckListBox::SetCheckButtonState( SvLBoxEntry* pEntry, sal_uInt16 nCol, SvButtonS… in SetCheckButtonState()
[all …]
/AOO41X/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx227 SvLBoxEntry* pEntry = m_CTRL_LEFT.FirstSelected(); in IMPL_LINK() local
258 SvLBoxEntry* pEntry = m_CTRL_RIGHT.FirstSelected(); in IMPL_LINK() local
282 SvLBoxEntry* pEntry = m_CTRL_LEFT.FirstSelected(); variable
316 SvLBoxEntry* pEntry = m_CTRL_RIGHT.FirstSelected(); variable
351 SvLBoxEntry* pEntry = m_CTRL_LEFT.First(); in IMPL_LINK() local
368 OColumnString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& rStr,sal_Bool _RO) in OColumnString()
408 void OColumnTreeBox::InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const I… in InitEntry()
416 sal_Bool OColumnTreeBox::Select( SvLBoxEntry* pEntry, sal_Bool bSelect ) in Select()
436 SvLBoxEntry* pEntry = InsertEntry((*aIter)->first,0,sal_False,LIST_APPEND,(*aIter)->second); in FillListBox() local
/AOO41X/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx80 …ImplGraphicItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags, Image& aImage ) : SvLBoxBmp( pEntry, nFla… in ImplGraphicItem()
90 …ImplContextGraphicItem( SvLBoxEntry* pEntry,sal_uInt16 nFlags,Image& rI1,Image& rI2, sal_uInt16 nE… in ImplContextGraphicItem()
187 void TreeControlPeer::addEntry( UnoTreeListEntry* pEntry ) in addEntry()
202 void TreeControlPeer::removeEntry( UnoTreeListEntry* pEntry ) in removeEntry()
260 UnoTreeListEntry* pEntry = 0; in createEntry() local
297 bool TreeControlPeer::updateEntry( UnoTreeListEntry* pEntry ) in updateEntry()
465 UnoTreeListEntry* pEntry = createEntry( xNode, pParentEntry, LIST_APPEND ); in addNode() local
535 UnoTreeListEntry* pEntry = getEntry( *pNodes++ ); in ChangeNodesSelection() local
565 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in getSelection() local
573 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in getSelection() local
[all …]
/AOO41X/main/registry/source/
H A Dreflread.cxx1197 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in typereg_reader_acquire() local
1205 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in typereg_reader_release() local
1222 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in getMinorVersion() local
1231 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in getMajorVersion() local
1240 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in typereg_reader_getTypeClass() local
1258 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in typereg_reader_getTypeName() local
1275 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in getSuperTypeName() local
1297 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in getUik() local
1308 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in typereg_reader_getDocumentation() local
1325 TypeRegistryEntry* pEntry = (TypeRegistryEntry*) hEntry; in typereg_reader_getFileName() local
[all …]
/AOO41X/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx127 SvLBoxEntry* pEntry = m_aTableLB.InsertEntry(sEntry); in SwSelectDBTableDialog() local
142 SvLBoxEntry* pEntry = m_aTableLB.InsertEntry(sEntry); in SwSelectDBTableDialog() local
158 SvLBoxEntry* pEntry = m_aTableLB.FirstSelected(); in IMPL_LINK() local
199 SvLBoxEntry* pEntry = m_aTableLB.FirstSelected(); in GetSelectedTable() local
208 SvLBoxEntry* pEntry = m_aTableLB.First(); in SetSelectedTable() local
/AOO41X/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx60 UnoControlModelEntry* pEntry = GetObject( nEntry ); in DestroyEntry() local
89 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlCount() local
103 UnoControlModelEntry* pEntry = rList.GetObject( n ); in ImplGetControlModels() local
132 UnoControlModelEntry* pEntry = rList.GetObject( --n ); in ImplGetControlPos() local
265 UnoControlModelEntry* pEntry = pNewEntry->pGroup->GetObject( n ); in setGroup() local
298 UnoControlModelEntry* pEntry = maControls.GetObject( n ); in getGroupCount() local
314 UnoControlModelEntry* pEntry = maControls.GetObject( n ); in getGroup() local
340 UnoControlModelEntry* pEntry = maControls.GetObject( n ); in getGroupByName() local
/AOO41X/main/svtools/source/control/
H A Dtoolbarmenu.cxx268 ToolbarMenuEntry* pEntry = maEntryVector[nEntry]; in getAccessibleChildCount() local
292 ToolbarMenuEntry* pEntry = maEntryVector[nEntry]; in getAccessibleChild() local
314 ToolbarMenuEntry* pEntry = maEntryVector[nEntry]; in getAccessibleChild() local
331 ToolbarMenuEntry* pEntry = maEntryVector[nEntry]; in selectAccessibleChild() local
362 ToolbarMenuEntry* pEntry = maEntryVector[nEntry]; in isAccessibleChildSelected() local
407 ToolbarMenuEntry* pEntry = implGetEntry( mnHighlightedEntry ); in notifyHighlightedEntry() local
519 ToolbarMenuEntry* pEntry = implGetEntry( mpImpl->mnSelectedEntry ); in getSelectedEntryId() local
527 ToolbarMenuEntry* pEntry = implGetEntry( mpImpl->mnHighlightedEntry ); in getHighlightedEntryId() local
535 ToolbarMenuEntry* pEntry = implSearchEntry( nEntryId ); in checkEntry() local
547 ToolbarMenuEntry* pEntry = implSearchEntry( nEntryId ); in isEntryChecked() local
[all …]
/AOO41X/main/svx/source/dialog/
H A Dfontlb.cxx40 SvLBoxEntry* pEntry, sal_uInt16 nFlags, const XubString& rString, in SvLBoxFontString()
64 … SvLBoxFontString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry ) in Paint()
82 void SvLBoxFontString::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataItem* pViewData ) in InitViewData()
114 SvLBoxEntry* pEntry = GetEntry( nPos ); in SelectEntryPos() local
139 SvLBoxEntry* pEntry, const XubString& rEntryText, in InitEntry()
/AOO41X/main/dbaccess/source/ui/app/
H A DAppIconControl.cxx79 SvxIconChoiceCtrlEntry* pEntry = InsertEntry( in DBG_NAME() local
96 SvxIconChoiceCtrlEntry* pEntry = GetEntry( i ); in ~OApplicationIconControl() local
113 SvxIconChoiceCtrlEntry* pEntry = GetEntry(_rEvt.maPosPixel); in AcceptDrop() local
/AOO41X/main/cui/source/customize/
H A Dacccfg.cxx600 SfxAccCfgLBoxString_Impl::SfxAccCfgLBoxString_Impl( SvLBoxEntry* pEntry, in SfxAccCfgLBoxString_Impl()
616 SvLBoxEntry* pEntry ) in Paint()
640 void SfxAccCfgTabListBox_Impl::InitEntry( SvLBoxEntry* pEntry , in InitEntry()
669 SvLBoxEntry* pEntry = First(); in KeyInput() local
775 SvLBoxEntry* pEntry = aEntriesBox.First(); in ~SfxAcceleratorConfigPage() local
851 void SfxAcceleratorConfigPage::CreateCustomItems( SvLBoxEntry* pEntry, in CreateCustomItems()
895 TAccInfo* pEntry = new TAccInfo(i1, nListPos, aKey); in Init() local
920 TAccInfo* pEntry = (TAccInfo*)pLBEntry->GetUserData(); in Init() local
940 TAccInfo* pEntry = (TAccInfo*)pLBEntry->GetUserData(); in Init() local
956 SvLBoxEntry* pEntry = aEntriesBox.First(); in Apply() local
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dfontbuff.cxx95 register ENTRY* pEntry = pData + nIndex; in SetName() local
117 register ENTRY* pEntry = pData + nIndex; in SetType() local
126 void LotusFontBuffer::MakeFont( ENTRY* pEntry ) in MakeFont()
/AOO41X/main/cui/source/dialogs/
H A Dmultipat.cxx79 SvLBoxEntry* pEntry = in IMPL_LINK() local
109 SvLBoxEntry* pEntry = aRadioLB.InsertEntry( sNewEntry ); in IMPL_LINK() local
145 SvLBoxEntry* pEntry = aRadioLB.FirstSelected(); in IMPL_LINK() local
234 SvLBoxEntry* pEntry = aRadioLB.GetEntry( nPos ); in ~SvxMultiPathDialog() local
252 SvLBoxEntry* pEntry = aRadioLB.GetEntry(i); in GetPath() local
296 SvLBoxEntry* pEntry = aRadioLB.InsertEntry( sEntry ); in SetPath() local
312 SvLBoxEntry* pEntry = aRadioLB.GetEntry( nCount - 1 ); in SetPath() local
/AOO41X/main/sc/source/core/data/
H A Dolinetab.cxx150 ScOutlineEntry* pEntry = (ScOutlineEntry*) rArray.aCollections[nLevel].At(nEntry); in ScOutlineArray() local
170 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in FindEntry() local
236 ScOutlineEntry* pEntry = (ScOutlineEntry*) aCollections[nMoveLevel].At(i); in Insert() local
316 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in FindTouchedLevel() local
342 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in RemoveSub() local
372 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in PromoteSub() local
418 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in Remove() local
454 ScOutlineEntry* pEntry; in GetEntryByPos() local
471 const ScOutlineEntry* pEntry = GetEntry( nLevel, rnIndex ); in GetEntryIndex() local
485 const ScOutlineEntry* pEntry = GetEntry( nLevel, rnIndex ); in GetEntryIndexInRange() local
[all …]

12345678910>>...17