Home
last modified time | relevance | path

Searched refs:GetEntry (Results 76 – 100 of 289) sorted by relevance

12345678910>>...12

/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx537 aLbTableCol.InsertEntry( aLbTblDbColumn.GetEntry( n ), in IMPL_LINK()
541 aLbTableCol.InsertEntry( aLbTblDbColumn.GetEntry( n ), nInsPos ); in IMPL_LINK()
552 aLbTableCol.InsertEntry( aLbTblDbColumn.GetEntry( nDelPos ), nInsPos ); in IMPL_LINK()
572 SwInsDBColumn aSrch( aLbTableCol.GetEntry( nDelPos ), 0 ); in IMPL_LINK()
1062 SwInsDBColumn aSrch( aLbTableCol.GetEntry( n ), 0 ); in DataToDoc()
1672 ( sTmp += aLbTableCol.GetEntry( n ) ) += '\x0a'; in Commit()
1734 const SvNumberformat* pNF = rNFmtr.GetEntry( pColumn->nUsrNumFmt ); in Commit()
H A Dcustomizeaddresslistdialog.cxx114 String aTemp = m_aFieldsLB.GetEntry(nPos); in IMPL_LINK()
172 String aTemp = m_aFieldsLB.GetEntry(nPos); in IMPL_LINK()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx417 SvLBoxEntry* pChild = aCategoryBox.GetEntry( pEntry, i ); in DoesBlockExist()
849 pSelEntry = aCategoryBox.GetEntry(0); in Init()
985 SvLBoxEntry* pEntry = GetEntry( aPos ); in RequestHelp()
1088 pTarget = GetEntry(0); in NotifyMoving()
1138 pTarget = GetEntry(0); in NotifyCopying()
/trunk/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx96 … nX = m_aIconControl.GetBoundingBox( m_aIconControl.GetEntry(0) ).GetWidth() + aFLSize.Width(); in Resize()
218 pEntry = m_aIconControl.GetEntry(i); in selectContainer()
/trunk/main/sc/source/ui/docshell/
H A Dolinefun.cxx616 pEntry = pColArray->GetEntry(nColLevel,i); in HideMarkedOutlines()
629 pEntry = pRowArray->GetEntry(nRowLevel,i); in HideMarkedOutlines()
665 ScOutlineEntry* pEntry = pArray->GetEntry( nLevel, nEntry ); in ShowOutline()
757 ScOutlineEntry* pEntry = pArray->GetEntry( nLevel, nEntry ); in HideOutline()
/trunk/main/cui/source/customize/
H A Dselector.cxx119 if ( pCurEntry && GetEntry( aMousePos ) == pCurEntry ) in MouseMove()
134 if ( pEntry && GetEntry( aMousePos ) == pEntry && pCurEntry == pEntry ) in IMPL_LINK()
587 MakeVisible( GetEntry( 0,0 ) ); in Init()
892 pFunctionListBox->Select( pFunctionListBox->GetEntry( 0, 0 ) ); in GroupSelected()
H A Dmacropg.cxx243 SvLBoxEntry* pE = rListBox.GetEntry( 0 ); in ~_SvxMacroTabPage()
525 SvLBoxEntry* pE = rListBox.GetEntry( 0 ); in DisplayAppEvents()
585 pE = rListBox.GetEntry(0); in DisplayAppEvents()
885 SvLBoxEntry* pE = rListBox.GetEntry( (sal_uLong)nSelectedIndex ); in SvxMacroTabPage()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx488 ScQueryEntry& aEntry = aParam.GetEntry( nFirstEmpty ); in ReadAutoFilter()
515 ScQueryEntry& aEntry = aParam.GetEntry( nFirstEmpty ); in ReadAutoFilter()
695 ScQueryEntry& aEntry = aParam.GetEntry( nFirstEmpty ); in EnableRemoveFilter()
/trunk/main/dbaccess/source/ui/browser/
H A DdsEntriesNoExp.cxx93 SvLBoxEntry* pTables = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_TABLES); in getEntryType()
94 SvLBoxEntry* pQueries = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_QUERIES); in getEntryType()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx283 SvLBoxEntry* pEntry = GetEntry(i); in DeleteAndClear()
1068 if( m_aItemList.GetEntry( pEntry, 0 ) == NULL ) in EditEntry()
1080 SvLBoxEntry* pChild = m_aItemList.GetEntry( pEntry, nPos++ ); in EditEntry()
1085 pChild = m_aItemList.GetEntry( pEntry, nPos++ ); in EditEntry()
1090 pChild = m_aItemList.GetEntry( pEntry, nPos++ ); in EditEntry()
1095 pChild = m_aItemList.GetEntry( pEntry, nPos++ ); in EditEntry()
1100 pChild = m_aItemList.GetEntry( pEntry, nPos++ ); in EditEntry()
1662 ::rtl::OUString sSelectedModel( m_aModelsBox.GetEntry( nSelectedPos ) ); in IMPL_LINK()
3277 SvLBoxEntry* pEntry = m_aNamespacesList.GetEntry(i); in IMPL_LINK()
3610 sTemp = m_aReplaceLB.GetEntry(0); // first entry == "none" in FillAllBoxes()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1050 pSourceEntry = GetEntry( pNewParent, nListPos ); in CopySelection()
1269 pEntry = GetEntry( pParent, *pItem ); in GetEntryFromPath()
1290 SvLBoxEntry* pTemp = GetEntry( pParentEntry, i ); in FillEntryPath()
1642 SvLBoxEntry* SvLBox::GetEntry( const Point&, sal_Bool ) const in GetEntry() function in SvLBox
1841 SvLBoxEntry* pEntry = GetEntry( rPosPixel ); // GetDropTarget( rPos ); in StartDrag()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx317 SvLBoxEntry* pEntry = GetEntry( nPos++ ); in ~ContentListBox_Impl()
323 pEntry = GetEntry( nPos++ ); in ~ContentListBox_Impl()
514 String aEntry( GetEntry( rUDEvt.GetItemId() ) ); in UserDraw()
551 aEntryText = GetEntry( nPos ); in SelectExecutableEntry()
912 sIndexItem = aIndexCB.GetEntry( n ); in HasKeywordIgnoreCase()
1042 rtl::OUString aText = aSearchED.GetEntry(i); in ~SearchTabPage_Impl()
1071 if ( rSearchText == aSearchED.GetEntry(i) ) in RememberSearchText()
1284 String aTitle = GetEntry(i); in ~BookmarksBox_Impl()
1307 aDlg.SetTitle( GetEntry( nPos ) ); in DoAction()
/trunk/main/basctl/source/basicide/
H A Dbrkdlg.cxx109 aComboBox.SetText( aComboBox.GetEntry( 0 ) ); in BreakPointDialog()
235 aComboBox.SetText( aComboBox.GetEntry( nEntry ) ); in IMPL_LINK()
H A Dbastype3.cxx482 SvLBoxEntry* pRootEntry = GetEntry( nRootPos ); in FindRootEntry()
489 pRootEntry = GetEntry( ++nRootPos ); in FindRootEntry()
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx180 String sDateFormat = m_aDateListBox.GetEntry( m_aDateListBox.GetSelectEntryPos() ); in Execute()
185 String sDateFormat = m_aTimeListBox.GetEntry( m_aTimeListBox.GetSelectEntryPos() ); in Execute()
H A DNavigator.cxx291 ptClickedOn = GetEntry(aWhere); in Command()
387 SvLBoxEntry* pDropppedOn = GetEntry(aDropPos); in AcceptDrop()
423 m_pDragedEntry = GetEntry(_rPosPixel); in StartDrag()
439 SvLBoxEntry* pToExpand = GetEntry(m_aTimerTriggered); in IMPL_LINK()
/trunk/main/sc/source/ui/dbgui/
H A Dscuiimoptdlg.cxx162 aEdFieldSep.SetText( aEdFieldSep.GetEntry(0) ); in ScImportOptionsDlg()
163 aEdTextSep.SetText( aEdTextSep.GetEntry(0) ); in ScImportOptionsDlg()
/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx193 using SvLBox::GetEntry;
194 SvLBoxEntry* GetEntry( const Point& rPixPos, sal_Bool ) const;
H A Divctrl.hxx331 SvxIconChoiceCtrlEntry* GetEntry( sal_uLong nPos ) const;
342 SvxIconChoiceCtrlEntry* GetEntry( const Point& rPosPixel, sal_Bool bHit = sal_False ) const;
/trunk/main/cui/source/options/
H A Doptdict.cxx396 SvLBoxEntry* pEntry = aWordsLB.GetEntry(j); in GetLBInsertPos()
708 SvLBoxEntry* pEntry = aWordsLB.GetEntry( i ); in IMPL_LINK()
755 SvLBoxEntry* pEntry = aWordsLB.GetEntry( 0 ); in IMPL_LINK()
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx58 ScQueryEntry& ScQueryParamBase::GetEntry(SCSIZE n) const in GetEntry() function in ScQueryParamBase
102 ScQueryEntry& rEntry = GetEntry(nIndex); in FillInExcelSyntax()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx1278 if (pQueryParam->GetEntry(nQuery).bDoQuery) in DrawButtons()
1283 if (pQueryParam->GetEntry(nQuery).nField == nCol) in DrawButtons()
1286 if (pQueryParam->GetEntry(nQuery).eConnect != SC_AND) in DrawButtons()
1432 if ( aQueryParam.GetEntry(nQuery).bDoQuery ) in IsAutoFilterActive()
1434 if (aQueryParam.GetEntry(nQuery).nField == nCol) in IsAutoFilterActive()
1438 if (aQueryParam.GetEntry(nQuery).eConnect != SC_AND) in IsAutoFilterActive()
/trunk/main/sc/source/ui/attrdlg/
H A Dcondfrmt.cxx240 pEntry= pCurrentFormat->GetEntry( 0 ); in ScConditionalFormatDlg()
264 pEntry= pCurrentFormat->GetEntry( 1 ); in ScConditionalFormatDlg()
287 pEntry= pCurrentFormat->GetEntry( 2 ); in ScConditionalFormatDlg()
/trunk/main/sw/source/ui/fldui/
H A Dchangedb.cxx212 while ((pParent = aUsedDBTLB.GetEntry(nParent++)) != NULL) in Insert()
216 while ((pChild = aUsedDBTLB.GetEntry(pParent, nChild++)) != NULL) in Insert()
/trunk/main/sc/source/filter/xml/
H A Dxmltabi.cxx386 …ScOutlineEntry* pEntry(pColArray->GetEntry(static_cast<sal_uInt16>(i), static_cast<sal_uInt16>(j))… in EndElement()
398 …ScOutlineEntry* pEntry(pRowArray->GetEntry(static_cast<sal_uInt16>(i), static_cast<sal_uInt16>(j))… in EndElement()

Completed in 185 milliseconds

12345678910>>...12