| /AOO41X/main/sw/source/ui/misc/ |
| H A D | bookmark.cxx | 128 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()
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | tabstpge.cxx | 561 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()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | hyprlink.cxx | 302 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()
|
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | dlgsave.cxx | 224 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 D | TextConnectionHelper.cxx | 571 if( nPos == COMBOBOX_ENTRY_NOTFOUND ) in GetSeparator()
|
| /AOO41X/main/starmath/source/ |
| H A D | dialog.cxx | 291 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()
|
| /AOO41X/main/extensions/source/dbpilots/ |
| H A D | listcombowizard.cxx | 501 …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()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | combobox.h | 28 #define COMBOBOX_ENTRY_NOTFOUND ((sal_uInt16)0xFFFF) macro
|
| /AOO41X/main/cui/source/inc/ |
| H A D | cuifmsearch.hxx | 218 if (nInitialField == COMBOBOX_ENTRY_NOTFOUND) in SetActiveField()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | srchdlg.cxx | 144 if ( nPos > 0 && nPos != COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | SelectionBrowseBox.cxx | 1024 … 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()
|
| /AOO41X/main/reportdesign/source/ui/dlg/ |
| H A D | GroupsSorting.cxx | 275 if ( COMBOBOX_ENTRY_NOTFOUND != nPos || m_pComboCell->GetText().Len() ) in AcceptDrop() 487 if ( COMBOBOX_ENTRY_NOTFOUND == nPos ) in SaveModified()
|
| /AOO41X/main/automation/source/server/ |
| H A D | recorder.cxx | 307 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
|
| H A D | statemnt.cxx | 5026 if ( nPos == COMBOBOX_ENTRY_NOTFOUND ) in Execute() 5051 … if ( ((ComboBox*)pControl)->GetEntryPos( aString1 ) == COMBOBOX_ENTRY_NOTFOUND ) in Execute()
|
| /AOO41X/main/toolkit/source/layout/vcl/ |
| H A D | wfield.cxx | 360 return COMBOBOX_ENTRY_NOTFOUND; in GetEntryPos()
|
| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | dbnamdlg.cxx | 634 sal_Bool bNameFound = (COMBOBOX_ENTRY_NOTFOUND in IMPL_LINK()
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | optload.cxx | 732 aCategoryBox.GetEntryPos(pOpt->GetCategory()) == COMBOBOX_ENTRY_NOTFOUND) in IMPL_LINK()
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | cuifmsearch.cxx | 849 if (nInitialField == COMBOBOX_ENTRY_NOTFOUND) in LoadParams()
|
| /AOO41X/main/svtools/source/control/ |
| H A D | ctrlbox.cxx | 965 if ( GetEntryPos( aStr ) == COMBOBOX_ENTRY_NOTFOUND ) in Modify()
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | newhelp.cxx | 542 if ( nPos != COMBOBOX_ENTRY_NOTFOUND ) in SelectExecutableEntry()
|