Home
last modified time | relevance | path

Searched refs:COMBOBOX_ENTRY_NOTFOUND (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx128 if ( nLen && (aBookmarkBox.GetEntryPos(aTmpEntry) == COMBOBOX_ENTRY_NOTFOUND) ) in Apply()
229 if (GetEntryPos(sEntry) != COMBOBOX_ENTRY_NOTFOUND) in GetSelEntryPos()
233 return COMBOBOX_ENTRY_NOTFOUND; in GetSelEntryPos()
245 while (nPos != COMBOBOX_ENTRY_NOTFOUND) in GetSelectEntryCount()
263 while (nPos != COMBOBOX_ENTRY_NOTFOUND) in GetSelectEntryPos()
278 return COMBOBOX_ENTRY_NOTFOUND; in GetSelectEntryPos()
/trunk/main/cui/source/tabpages/
H A Dtabstpge.cxx561 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
641 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
672 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
690 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
707 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
720 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
734 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx302 sal_uInt16 nNotFound = COMBOBOX_ENTRY_NOTFOUND; in StateChanged()
763 sal_uInt16 nPos = COMBOBOX_ENTRY_NOTFOUND; in AddToHistory()
765 if (nNamePos != COMBOBOX_ENTRY_NOTFOUND) in AddToHistory()
771 if (nPos != COMBOBOX_ENTRY_NOTFOUND) in AddToHistory()
792 if (nPos != COMBOBOX_ENTRY_NOTFOUND) in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx224 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in lcl_fillComboList()
308 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in OSaveAsDlg()
314 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in OSaveAsDlg()
H A DTextConnectionHelper.cxx569 if( nPos == COMBOBOX_ENTRY_NOTFOUND ) in GetSeparator()
/trunk/main/starmath/source/
H A Ddialog.cxx291 if (COMBOBOX_ENTRY_NOTFOUND != nPos) in IMPL_LINK_INLINE_END()
2225 if (nPos != COMBOBOX_ENTRY_NOTFOUND) in SelectSymbolSet()
2307 if (nPos != COMBOBOX_ENTRY_NOTFOUND) in SelectSymbol()
2347 if (nPos != COMBOBOX_ENTRY_NOTFOUND) in SelectSymbol()
2434 if (nPos == COMBOBOX_ENTRY_NOTFOUND && aStyles.GetEntryCount() > 0) in SelectStyle()
2437 if (nPos != COMBOBOX_ENTRY_NOTFOUND) in SelectStyle()
/trunk/main/extensions/source/dbpilots/
H A Dlistcombowizard.cxx501 …sal_Bool bInvalidSelection = (COMBOBOX_ENTRY_NOTFOUND == m_aValueListField.GetEntryPos(m_aValueLis… in implCheckFinish()
502 …bInvalidSelection |= (COMBOBOX_ENTRY_NOTFOUND == m_aTableField.GetEntryPos(m_aTableField.GetText()… in implCheckFinish()
/trunk/main/vcl/inc/vcl/
H A Dcombobox.h28 #define COMBOBOX_ENTRY_NOTFOUND ((sal_uInt16)0xFFFF) macro
/trunk/main/cui/source/inc/
H A Dcuifmsearch.hxx218 if (nInitialField == COMBOBOX_ENTRY_NOTFOUND) in SetActiveField()
/trunk/main/sfx2/source/dialog/
H A Dsrchdlg.cxx144 if ( nPos > 0 && nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1024 … if ( nPos != COMBOBOX_ENTRY_NOTFOUND && !aAliasName.Len() && aFieldName.GetTokenCount('.') > 1 ) in SaveModified()
2827 …else if ( m_pFunctionCell->GetEntryPos(String(_pEntry->GetFunction())) != COMBOBOX_ENTRY_NOTFOUND ) in setFunctionCell()
2844 if(m_pFunctionCell->GetEntryPos(String(_pEntry->GetFunction())) != COMBOBOX_ENTRY_NOTFOUND) in setFunctionCell()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx275 if ( COMBOBOX_ENTRY_NOTFOUND != nPos || m_pComboCell->GetText().Len() ) in AcceptDrop()
487 if ( COMBOBOX_ENTRY_NOTFOUND == nPos ) in SaveModified()
/trunk/main/automation/source/server/
H A Drecorder.cxx307 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
H A Dstatemnt.cxx5025 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in Execute()
5050 if ( ((ComboBox*)pControl)->GetEntryPos( aString1 ) == COMBOBOX_ENTRY_NOTFOUND ) in Execute()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx360 return COMBOBOX_ENTRY_NOTFOUND; in GetEntryPos()
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx634 sal_Bool bNameFound = (COMBOBOX_ENTRY_NOTFOUND in IMPL_LINK()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx732 aCategoryBox.GetEntryPos(pOpt->GetCategory()) == COMBOBOX_ENTRY_NOTFOUND) in IMPL_LINK()
/trunk/main/cui/source/dialogs/
H A Dcuifmsearch.cxx849 if (nInitialField == COMBOBOX_ENTRY_NOTFOUND) in LoadParams()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx965 if ( GetEntryPos( aStr ) == COMBOBOX_ENTRY_NOTFOUND ) in Modify()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx542 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in SelectExecutableEntry()

Completed in 166 milliseconds