Home
last modified time | relevance | path

Searched refs:GetEntry (Results 101 – 125 of 289) sorted by relevance

12345678910>>...12

/trunk/main/cui/source/inc/
H A Dautocdlg.hxx86 inline void *GetUserData(sal_uLong nPos) { return GetEntry(nPos)->GetUserData(); } in GetUserData()
87 inline void SetUserData(sal_uLong nPos, void *pData ) { GetEntry(nPos)->SetUserData(pData); } in SetUserData()
/trunk/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx301 … return m_pTabListBox ? m_pTabListBox->IsSelected( m_pTabListBox->GetEntry( _nRow ) ) : sal_False; in implIsRowSelected()
307 m_pTabListBox->Select( m_pTabListBox->GetEntry( _nRow ), _bSelect ); in implSelectRow()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.cxx727 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
736 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
745 const SvNumberformat* pFormat = pNumFormatter->GetEntry( nFmt ); in SetNumFormat()
/trunk/main/cui/source/options/
H A Doptpath.cxx279 delete (PathUserData_Impl*)pPathBox->GetEntry(i)->GetUserData(); in ~SvxPathTabPage()
300 PathUserData_Impl* pPathImpl = (PathUserData_Impl*)pPathBox->GetEntry(i)->GetUserData(); in FillItemSet()
525 pPathImpl = (PathUserData_Impl*)pPathBox->GetEntry(nPos)->GetUserData(); in ChangeCurrentEntry()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1324 SvLBoxEntry* pToExpand = GetEntry(m_aTimerTriggered); in IMPL_LINK()
1371 SvLBoxEntry* pDropppedOn = GetEntry(aDropPos); in AcceptDrop()
1409 SvLBoxEntry* pDropTarget = GetEntry(aDropPos); in AcceptDrop()
1459 SvLBoxEntry* pDropTarget = GetEntry( aDropPos ); in ExecuteDrop()
1704 pClicked = GetEntry(aWhere); in Command()
H A Dnavigatortree.cxx390 SvLBoxEntry* ptClickedOn = GetEntry(ptWhere); in Command()
829 return implAcceptDataTransfer( _rFlavors, _nAction, GetEntry( _rDropPos ), _bDnD ); in implAcceptDataTransfer()
1000 SvLBoxEntry* pDropppedOn = GetEntry(aDropPos); in AcceptDrop()
1032 return implExecuteDataTransfer( _rData, _nAction, GetEntry( _rDropPos ), _bDnD ); in implExecuteDataTransfer()
1632 SvLBoxEntry* pToExpand = GetEntry(m_aTimerTriggered); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx160 ::rtl::OUString sEntry(aListBox.GetEntry(i)); in CellModified()
417 String sColumnName = GetEntry(_nPos); in setPrimaryKey()
/trunk/main/vcl/source/control/
H A Dfield2.cxx1078 … aStr = ImplPatternReformat( GetEntry( i ), GetEditMask(), GetLiteralMask(), GetFormatFlags() ); in ReformatAll()
1104 …return ImplPatternReformat( ComboBox::GetEntry( nPos ), GetEditMask(), GetLiteralMask(), GetFormat… in GetString()
2325 ImplDateReformat( GetEntry( i ), aStr, GetFieldSettings() ); in ReformatAll()
2358 …ImplDateGetValue( ComboBox::GetEntry( nPos ), aDate, GetExtDateFormat(sal_True), ImplGetLocaleData… in GetDate()
3402 ImplTimeReformat( GetEntry( i ), aStr ); in ReformatAll()
3447 …ImplTimeGetValue( ComboBox::GetEntry( nPos ), aTime, GetFormat(), IsDuration(), ImplGetLocaleDataW… in GetTime()
H A Dlongcurr.cxx809 ImplLongCurrencyReformat( GetEntry( i ), mnMin, mnMax, in ReformatAll()
840 ImplLongCurrencyGetValue( ComboBox::GetEntry( nPos ), nValue, in GetValue()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx636 if (!rParam.GetEntry(0).bDoQuery) in ValidQuery()
656 while ( (i < nEntryCount) && rParam.GetEntry(i).bDoQuery ) in ValidQuery()
658 ScQueryEntry& rEntry = rParam.GetEntry(i); in ValidQuery()
H A Dglobal.cxx198 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat()
207 const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat ); in GetStandardFormat()
1080 const SvNumberformat* pHardFormat = rFormatter.GetEntry( in AddLanguage()
1087 const SvNumberformat* pParFormat = rFormatter.GetEntry( nParentFmt ); in AddLanguage()
/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx263 SvLBoxEntry* pE = rListBox.GetEntry( 0 ); in Reset()
436 SvLBoxEntry* pE = rListBox.GetEntry( n ); in FillEvents()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx276 InsertTableIndex( aTableName, RemoveFreeIndex( aLB_FreeIndexes.GetEntry(0), sal_True ) );
290 InsertFreeIndex( RemoveTableIndex( aTableName, aLB_TableIndexes.GetEntry(0), sal_True ) );
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx253 sal_Bool bQuery = aQueryParam.GetEntry(0).bDoQuery; in RepeatDB()
484 if ( aQueryParam.GetEntry(0).bDoQuery ) in Sort()
681 aOldQuery.GetEntry(i).bDoQuery = sal_False; in Query()
759 if (rQueryParam.GetEntry(0).bDoQuery) // nicht beim Aufheben in Query()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx500 XubString SuggestionDisplay::GetEntry( sal_uInt16 nPos ) const in GetEntry() function in svx::SuggestionDisplay
502 return m_aListBox.GetEntry( nPos ); in GetEntry()
650 sFirstSuggestion = m_aSuggestions.GetEntry( 0 ); in FillSuggestions()
1010 SvLBoxEntry* pEntry = m_aDictsLB.SvTreeListBox::GetEntry( n ); in IMPL_LINK()
/trunk/main/sc/source/core/tool/
H A Ddbcolect.cxx508 ScQueryEntry& rEntry = rQueryParam.GetEntry(i); in GetQueryParam()
524 !rQueryParam.GetEntry(MAXQUERY).bDoQuery, in SetQueryParam()
540 ScQueryEntry& rEntry = rQueryParam.GetEntry(i); in SetQueryParam()
H A Dinterpr1.cxx2334 const SvNumberformat* pFormat = pFormatter->GetEntry( nFormat ); in ScCell()
2343 … const SvNumberformat* pFormat = pFormatter->GetEntry( pDok->GetNumberFormat( aCellPos ) ); in ScCell()
4402 ScQueryEntry& rEntry = rParam.GetEntry(0); in ScMatch()
4871 ScQueryEntry& rEntry = rParam.GetEntry(0); in IterateParametersIf()
5166 ScQueryEntry& rEntry = rParam.GetEntry(0); in ScCountIf()
5397 ScQueryEntry& rEntry = rParam.GetEntry(0); in IterateParametersIfs()
5785 ScQueryEntry& rEntry = aParam.GetEntry(0); in ScLookup()
6259 ScQueryEntry& rEntry = rParam.GetEntry(0); in CalculateLookup()
6625 nField = static_cast<SCCOL>(pParam->GetEntry(0).nField); in GetDBParams()
6631 ScQueryEntry& rEntry = pParam->GetEntry(i); in GetDBParams()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1581 SvLBoxEntry* pTarget = pImp->GetEntry( rPos ); in GetDropTarget()
1593 SvLBoxEntry* SvTreeListBox::GetEntry( const Point& rPos, sal_Bool bHit ) const in GetEntry() function in SvTreeListBox
1596 SvLBoxEntry* pEntry = pImp->GetEntry( rPos ); in GetEntry()
2569 SvLBoxEntry* pEntry = GetEntry( rPos ); in IsNodeButton()
2598 return GetEntry( aPos ); in GetFirstEntryInView()
H A Dimivctl.hxx373 SvxIconChoiceCtrlEntry* GetEntry( const Point& rDocPos, sal_Bool bHit = sal_False );
483 …SvxIconChoiceCtrlEntry* GetEntry( sal_uLong nPos ) const { return (SvxIconChoiceCtrlEntry*)aEntrie… in GetEntry() function in SvxIconChoiceCtrl_Impl
/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx445 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getByKey()
755 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValue()
884 const SvNumberformat* pFormat = pFormatter ? pFormatter->GetEntry(nKey) : NULL; in getPropertyValues()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx92 UniString aEntry = GetEntry ( (i + nCurrentPos) % nEntries ); in PreNotify()
643 UniString aEntry = pDriveList->GetEntry(i); in PreExecute()
1083 UniString aStr( pDirList->GetEntry( 0 ) ); in UpdateEntries()
/trunk/main/sw/source/ui/dbui/
H A Dmmgreetingspage.cxx74 pEntries[nEntry] = rBox.GetEntry(nEntry); in lcl_StoreGreetingsBox()
86 pEntries[nEntry] = rBox.GetEntry(nEntry); in lcl_StoreGreetingsBox()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx898 SCCOLROW nFirstField = aParam.GetEntry( 0 ).nField; in ExcAutoFilterRecs()
903 const ScQueryEntry& rEntry = aParam.GetEntry( nEntry ); in ExcAutoFilterRecs()
/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx228 ScConflictsListEntry* ScConflictsFinder::GetEntry( sal_uLong nSharedAction, const ScChangeActionLis… in GetEntry() function in ScConflictsFinder
291 … ScConflictsListEntry* pEntry = GetEntry( pSharedAction->GetActionNumber(), aOwnActions );; in Find()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx1701 pFormat = pFormatter->GetEntry(nKey); in Export()
1755 if (pFormatter->GetEntry(nKey)) in SetUsed()
1779 return ( pFormatter != NULL ) ? pFormatter->GetEntry( nKey ) : NULL; in lcl_GetFormat()

Completed in 262 milliseconds

12345678910>>...12