/aoo41x/main/cui/source/options/ |
H A D | optsave.cxx | 207 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_MATH )); in SfxSaveTabPage() 208 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_MATH )); in SfxSaveTabPage() 218 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_DRAW )); in SfxSaveTabPage() 219 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_DRAW )); in SfxSaveTabPage() 229 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_IMPRESS )); in SfxSaveTabPage() 230 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_IMPRESS )); in SfxSaveTabPage() 240 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_CALC )); in SfxSaveTabPage() 241 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_CALC )); in SfxSaveTabPage() 251 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_WRITER )); in SfxSaveTabPage() 252 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_WRITER_WEB )); in SfxSaveTabPage() [all …]
|
H A D | fontsubs.cxx | 301 sal_uLong nPos = aCheckLB.GetEntryPos(aFont1CB.GetText(), 0); in IMPL_LINK() 357 sal_uLong nPos = aCheckLB.GetEntryPos(aFont1CB.GetText(), 0); in IMPL_LINK() 426 else if(aCheckLB.GetEntryPos(sEntry) != 0xffffffff) in CheckEnable()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 190 using ListBox::GetEntryPos; 191 virtual sal_uInt16 GetEntryPos( const Color& rColor ) const; 217 sal_uInt16 nPos = GetEntryPos( rColor ); in SelectEntry() 224 sal_uInt16 nPos = GetEntryPos( rColor ); in IsEntrySelected() 274 using ListBox::GetEntryPos; 275 sal_uInt16 GetEntryPos( long nLine1, long nLine2 = 0, long nDistance = 0 ) const; 306 sal_uInt16 nPos = GetEntryPos( nLine1, nLine2, nDistance ); in SelectEntry() 340 sal_uInt16 nPos = GetEntryPos( nLine1, nLine2, nDistance ); in IsEntrySelected()
|
H A D | svxbox.hxx | 67 using ListBox::GetEntryPos; 85 sal_uInt16 GetEntryPos( const SvxBoxEntry& rEntry ) const; 137 using ComboBox::GetEntryPos; 154 sal_uInt16 GetEntryPos( const SvxBoxEntry& rEntry ) const;
|
/aoo41x/main/svtools/source/control/ |
H A D | svxbox.cxx | 162 sal_uInt16 nPos = ListBox::GetEntryPos(rEntry.aName); in RemoveEntry() 181 sal_uInt16 SvxListBox::GetEntryPos(const SvxBoxEntry& rEntry) const in GetEntryPos() function in SvxListBox 183 return ListBox::GetEntryPos(rEntry.aName); in GetEntryPos() 326 sal_uInt16 nPos = ListBox::GetEntryPos(pEntry->aName); in InsertSorted() 422 sal_uInt16 nPos = ComboBox::GetEntryPos(rEntry.aName); in RemoveEntry() 442 sal_uInt16 SvxComboBox::GetEntryPos(const SvxBoxEntry& rEntry) const in GetEntryPos() function in SvxComboBox 444 return ComboBox::GetEntryPos(rEntry.aName); in GetEntryPos() 568 sal_uInt16 nPos = ComboBox::GetEntryPos(pEntry->aName); in InsertSorted()
|
H A D | ctrlbox.cxx | 186 sal_uInt16 ColorListBox::GetEntryPos( const Color& rColor ) const in GetEntryPos() function in ColorListBox 478 sal_uInt16 LineListBox::GetEntryPos( long nLine1, long nLine2, in GetEntryPos() function in LineListBox 965 if ( GetEntryPos( aStr ) == COMBOBOX_ENTRY_NOTFOUND ) in Modify() 992 sal_uInt16 nPos = GetEntryPos( aOldText ); in Fill() 1041 bInsert = GetEntryPos( aStyleText ) == LISTBOX_ENTRY_NOTFOUND; in Fill() 1045 bInsert = GetEntryPos( aStyleText ) == LISTBOX_ENTRY_NOTFOUND; in Fill() 1064 bInsert = GetEntryPos( aStyleText ) == LISTBOX_ENTRY_NOTFOUND; in Fill() 1097 if ( GetEntryPos( aLastStyle ) != LISTBOX_ENTRY_NOTFOUND ) in Fill() 1438 if ( aName.Len() && (GetEntryPos( aName ) != LISTBOX_ENTRY_NOTFOUND) ) in SetValue() 1511 if ( aName.Len() && (GetEntryPos( aName ) != LISTBOX_ENTRY_NOTFOUND) ) in SetUserValue()
|
/aoo41x/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 350 sal_uInt16 GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ComboBoxImpl 442 getImpl().RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry() 456 sal_uInt16 ComboBox::GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ComboBox 458 return getImpl().GetEntryPos( rStr ); in GetEntryPos() 541 sal_uInt16 GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ListBoxImpl 681 return getImpl().RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry() 690 sal_uInt16 ListBox::GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ListBox 692 return getImpl().GetEntryPos( rStr ); in GetEntryPos() 716 SelectEntryPos( GetEntryPos( rStr ), bSelect ); in SelectEntry()
|
/aoo41x/main/accessibility/source/extended/ |
H A D | accessibletablistboxtable.cxx | 128 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() 180 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() 204 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() 225 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() 250 sal_Int32 nRow = m_pTabListBox->GetEntryPos( pEntry ); in ProcessWindowEvent() 335 return m_pTabListBox->GetEntryPos( pEntry ); in implGetSelRow()
|
/aoo41x/main/sw/source/ui/cctrl/ |
H A D | swlbox.cxx | 135 sal_uInt16 SwComboBox::GetEntryPos(const SwBoxEntry& rEntry) const in GetEntryPos() function in SwComboBox 137 return ComboBox::GetEntryPos(rEntry.aName); in GetEntryPos() 180 sal_uInt16 nPos = ComboBox::GetEntryPos(pEntry->aName); in InsertSorted()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 348 LISTBOX_ENTRY_NOTFOUND != aTypeDCB.GetEntryPos( sTmpTypeSelection ) ) in InitControls() 495 if((nTypePos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry())) == LISTBOX_ENTRY_NOTFOUND) in InsertUpdate() 498 nKey1Pos = aKeyDCB.GetEntryPos(aKeyDCB.GetText()); in InsertUpdate() 499 nKey2Pos = aKey2DCB.GetEntryPos(aKey2DCB.GetText()); in InsertUpdate() 531 sal_uInt16 nPos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry()); in InsertMark() 597 sal_uInt16 nPos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry()); in UpdateMark() 634 sal_uInt16 nPos = aKeyDCB.GetEntryPos(aKey); in UpdateKeyBoxes() 642 nPos = aKey2DCB.GetEntryPos(aKey); in UpdateKeyBoxes() 753 sal_uInt16 nPos = aTypeDCB.GetEntryPos(aTypeDCB.GetSelectEntry()); in IMPL_LINK() 1492 aEntryLB.GetEntryPos(m_sFields[AUTH_FIELD_IDENTIFIER]), in IMPL_LINK() [all …]
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | docfnote.cxx | 247 if(LISTBOX_ENTRY_NOTFOUND == aParaTemplBox.GetEntryPos( sStr ) ) in Reset() 256 const sal_uInt16 nPos = aParaTemplBox.GetEntryPos(pColl->GetName()); in Reset() 274 if(LISTBOX_ENTRY_NOTFOUND == aPageTemplBox.GetEntryPos(rPageDesc.GetName())) in Reset() 356 if(LISTBOX_ENTRY_NOTFOUND == aNumCountBox.GetEntryPos(aNumPage)) in IMPL_LINK()
|
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() 272 return GetEntryPos(sEntry); in GetSelectEntryPos()
|
H A D | numberingtypelistbox.cxx | 137 if(LISTBOX_ENTRY_NOTFOUND == GetEntryPos((void*)(sal_uLong)nCurrent)) in Reload() 169 sal_uInt16 nPos = GetEntryPos((void*)(sal_uLong)nType); in SelectNumberingType()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 133 sal_uInt16 nPos = aListBox.GetEntryPos( String( pCurFieldDescr->GetName() ) ); in CellModified() 168 bDoubleName = ((aListBox.GetEntryPos(String(sNewName)) != LISTBOX_ENTRY_NOTFOUND) in CellModified() 318 …c_cast<OFieldDescription*>(m_lbColumnNames.GetEntryData(m_lbColumnNames.GetEntryPos(aColumnName))); 370 …c_cast<OFieldDescription*>(m_lbColumnNames.GetEntryData(m_lbColumnNames.GetEntryPos(aColumnName))); in LeavePage()
|
/aoo41x/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 300 sal_uInt16 nNamePos = aNameCB.GetEntryPos(aNameCB.GetText()); in StateChanged() 301 sal_uInt16 nUrlPos = aUrlCB.GetEntryPos(aUrlCB.GetText()); in StateChanged() 761 sal_uInt16 nNamePos = aNameCB.GetEntryPos(sName); in AddToHistory() 762 sal_uInt16 nUrlPos = aUrlCB.GetEntryPos(rURL); in AddToHistory() 790 sal_uInt16 nPos = pCombo->GetEntryPos(pCombo->GetText()); in IMPL_LINK()
|
H A D | frmdirlbox.cxx | 70 sal_uInt16 nPos = GetEntryPos( lclEnumToVoid( eDirection ) ); in RemoveEntryValue() 77 sal_uInt16 nPos = GetEntryPos( lclEnumToVoid( eDirection ) ); in SelectEntryValue()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | brkdlg.cxx | 162 sal_uInt16 nEntry = pBox->GetEntryPos( pBox->GetText() ); in IMPL_LINK_INLINE_END() 227 sal_uInt16 nEntry = aComboBox.GetEntryPos( aComboBox.GetText() ); in IMPL_LINK() 270 sal_uInt16 nEntry = aComboBox.GetEntryPos( aComboBox.GetText() ); in GetSelectedBreakPoint()
|
/aoo41x/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 143 aApplyToLB.RemoveEntry( aApplyToLB.GetEntryPos( in SwColumnDlg() 150 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SECTION )); in SwColumnDlg() 151 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SECTIONS )); in SwColumnDlg() 162 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SELECTION )); in SwColumnDlg() 173 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_FRAME )); in SwColumnDlg() 176 sal_uInt16 nPagePos = aApplyToLB.GetEntryPos( (void*) LISTBOX_PAGE ); in SwColumnDlg() 668 sal_uInt16 nPos = aTextDirectionLB.GetEntryPos( (void*) nVal ); in Reset()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | multipat.cxx | 104 sal_uLong nPos = aRadioLB.GetEntryPos( sInsPath, 1 ); in IMPL_LINK() 122 if ( LISTBOX_ENTRY_NOTFOUND != aPathLB.GetEntryPos( sInsPath ) ) in IMPL_LINK() 148 sal_uLong nPos = aRadioLB.GetEntryPos( pEntry ); in IMPL_LINK()
|
H A D | cuicharmap.cxx | 311 FASTBOOL bFound = (aFontLB.GetEntryPos( aDefStr ) == LISTBOX_ENTRY_NOTFOUND ); in SvxCharMapData() 317 if ( aFontLB.GetEntryPos( aToken ) != LISTBOX_ENTRY_NOTFOUND ) in SvxCharMapData() 362 if ( aFontLB.GetEntryPos( aTmp.GetName() ) == LISTBOX_ENTRY_NOTFOUND ) in SetCharFont()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 278 bool ScOutlineWindow::GetEntryPos( in GetEntryPos() function in ScOutlineWindow 355 bRet = GetEntryPos( nLevel, nEntry, nStartPos, nEndPos, nImagePos ); in GetImagePos() 425 if ( GetEntryPos( nLevel, nEntry, nStartPos, nEndPos, nImagePos ) ) in ItemHit() 668 bDraw = GetEntryPos( nLevel, nEntry, nEntryPos1, nEntryPos2, nImagePos ); in Paint() 701 bDraw = GetEntryPos( nLevel, nEntry, nEntryPos1, nEntryPos2, nImagePos ); in Paint()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swlbox.hxx | 94 using ComboBox::GetEntryPos; 108 sal_uInt16 GetEntryPos(const SwBoxEntry& rEntry) const;
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | label1.cxx | 479 if ( aHiddenSortTypeBox.GetEntryPos(aType) == LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK_INLINE_END() 654 if(aMakeBox.GetEntryPos(String(rStr)) == LISTBOX_ENTRY_NOTFOUND) in Reset() 665 …if (aTypeBox.GetEntryPos(String(aItem.aType)) == LISTBOX_ENTRY_NOTFOUND && aItem.aMake.getLength()) in Reset() 667 if (aTypeBox.GetEntryPos(String(aItem.aType)) != LISTBOX_ENTRY_NOTFOUND) in Reset() 672 if (aDatabaseLB.GetEntryPos(sDBName) != LISTBOX_ENTRY_NOTFOUND) in Reset()
|
/aoo41x/main/padmin/source/ |
H A D | prtsetup.cxx | 56 if( rBox.GetEntryPos( (void*)pValue ) == LISTBOX_ENTRY_NOTFOUND ) in insertAllPPDValues() 64 if( ( nPos = rBox.GetEntryPos( (void*)pValue ) ) != LISTBOX_ENTRY_NOTFOUND ) in insertAllPPDValues() 71 if( ( nPos = rBox.GetEntryPos( (void*)pValue ) ) != LISTBOX_ENTRY_NOTFOUND ) in insertAllPPDValues() 494 m_aPPDValueBox.SelectEntryPos( m_aPPDValueBox.GetEntryPos( (void*)pValue ) ); in FillValueBox()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | dlgsave.cxx | 223 sal_uInt16 nPos = _rList.GetEntryPos( String( _rCurrent ) ); in lcl_fillComboList() 307 sal_uInt16 nPos = m_pImpl->m_aCatalog.GetEntryPos(String(sCatalog)); in OSaveAsDlg() 313 nPos = m_pImpl->m_aSchema.GetEntryPos(String(sSchema)); in OSaveAsDlg()
|