Home
last modified time | relevance | path

Searched refs:GetEntryPos (Results 1 – 25 of 112) sorted by relevance

12345

/trunk/main/cui/source/options/
H A Doptsave.cxx208 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_MATH )); in SfxSaveTabPage()
209 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_MATH )); in SfxSaveTabPage()
219 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_DRAW )); in SfxSaveTabPage()
220 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_DRAW )); in SfxSaveTabPage()
230 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_IMPRESS )); in SfxSaveTabPage()
231 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_IMPRESS )); in SfxSaveTabPage()
241 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_CALC )); in SfxSaveTabPage()
242 aDocTypeLB.RemoveEntry(aDocTypeLB.GetEntryPos( (void*) APP_CALC )); in SfxSaveTabPage()
252 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_WRITER )); in SfxSaveTabPage()
253 aSaveAsLB.RemoveEntry(aSaveAsLB.GetEntryPos( (void*) APP_WRITER_WEB )); in SfxSaveTabPage()
[all …]
H A Dfontsubs.cxx301 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()
/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx190 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 Dsvxbox.hxx67 using ListBox::GetEntryPos;
85 sal_uInt16 GetEntryPos( const SvxBoxEntry& rEntry ) const;
137 using ComboBox::GetEntryPos;
154 sal_uInt16 GetEntryPos( const SvxBoxEntry& rEntry ) const;
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx162 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 Dctrlbox.cxx186 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()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx350 sal_uInt16 GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ComboBoxImpl
442 getImpl()->RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
457 sal_uInt16 ComboBox::GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ComboBox
459 return getImpl()->GetEntryPos( rStr ); in GetEntryPos()
533 sal_uInt16 GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ListBoxImpl
673 return getImpl()->RemoveEntry( GetEntryPos( rStr ) ); in RemoveEntry()
683 sal_uInt16 ListBox::GetEntryPos( String const& rStr ) const in GetEntryPos() function in layout::ListBox
685 return getImpl()->GetEntryPos( rStr ); in GetEntryPos()
709 SelectEntryPos( GetEntryPos( rStr ), bSelect ); in SelectEntry()
/trunk/main/accessibility/source/extended/
H A Daccessibletablistboxtable.cxx128 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()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx348 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 …]
/trunk/main/sw/source/ui/cctrl/
H A Dswlbox.cxx135 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()
/trunk/main/sw/source/ui/misc/
H A Ddocfnote.cxx247 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 Dbookmark.cxx128 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 Dnumberingtypelistbox.cxx137 if(LISTBOX_ENTRY_NOTFOUND == GetEntryPos((void*)(sal_uLong)nCurrent)) in Reload()
169 sal_uInt16 nPos = GetEntryPos((void*)(sal_uLong)nType); in SelectNumberingType()
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx133 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()
/trunk/main/svx/source/dialog/
H A Dhyprlink.cxx300 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 Dfrmdirlbox.cxx70 sal_uInt16 nPos = GetEntryPos( lclEnumToVoid( eDirection ) ); in RemoveEntryValue()
77 sal_uInt16 nPos = GetEntryPos( lclEnumToVoid( eDirection ) ); in SelectEntryValue()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx143 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()
/trunk/main/basctl/source/basicide/
H A Dbrkdlg.cxx162 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()
/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx278 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()
/trunk/main/cui/source/dialogs/
H A Dmultipat.cxx104 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 Dcuicharmap.cxx311 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()
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx485 if ( aHiddenSortTypeBox.GetEntryPos(aType) == LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK_INLINE_END()
660 if(aMakeBox.GetEntryPos(String(rStr)) == LISTBOX_ENTRY_NOTFOUND) in Reset()
671 …if (aTypeBox.GetEntryPos(String(aItem.aType)) == LISTBOX_ENTRY_NOTFOUND && aItem.aMake.getLength()) in Reset()
673 if (aTypeBox.GetEntryPos(String(aItem.aType)) != LISTBOX_ENTRY_NOTFOUND) in Reset()
678 if (aDatabaseLB.GetEntryPos(sDBName) != LISTBOX_ENTRY_NOTFOUND) in Reset()
/trunk/main/sw/source/ui/inc/
H A Dswlbox.hxx94 using ComboBox::GetEntryPos;
108 sal_uInt16 GetEntryPos(const SwBoxEntry& rEntry) const;
/trunk/main/padmin/source/
H A Dprtsetup.cxx56 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()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx223 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()

Completed in 110 milliseconds

12345