Home
last modified time | relevance | path

Searched refs:nSelectedIndex (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/svx/source/dialog/
H A Dcharmap.cxx73 nSelectedIndex = -1; // TODO: move into init list when it is no longer static in SvxShowCharSet()
92 SelectIndex( nSelectedIndex, sal_True ); in GetFocus()
100 SelectIndex( nSelectedIndex, sal_False ); in LoseFocus()
259 int tmpSelected = nSelectedIndex; in KeyInput()
325 DrawChars_Impl(nSelectedIndex,nSelectedIndex); in DeSelect()
398 if ( i != nSelectedIndex ) in DrawChars_Impl()
469 if( nSelectedIndex >= 0 ) in GetSelectCharacter()
470 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); in GetSelectCharacter()
479 if( nSelectedIndex >= 0 ) in SetFont()
480 getSelectedChar() = maFontCharMap.GetCharFromIndex( nSelectedIndex ); in SetFont()
[all …]
/AOO42X/main/sd/source/ui/dlg/
H A Dpresent.cxx219 sal_Int32 nSelectedIndex (-1); in InitMonitorSettings() local
237 nSelectedIndex = nEntryIndex; in InitMonitorSettings()
250 nSelectedIndex = nEntryIndex; in InitMonitorSettings()
253 if (nSelectedIndex < 0) in InitMonitorSettings()
256 nSelectedIndex = 0; in InitMonitorSettings()
258 nSelectedIndex = nDefaultDisplayIndex; in InitMonitorSettings()
261 maLBMonitor.SelectEntryPos((sal_uInt16)nSelectedIndex); in InitMonitorSettings()
/AOO42X/main/svx/inc/svx/
H A Dcharmap.hxx77 … inline sal_Bool IsSelected(sal_uInt16 _nPos) const { return _nPos == nSelectedIndex; } in IsSelected()
78 … GetSelectIndexId() const { return sal::static_int_cast<sal_uInt16>(nSelectedIndex); } in GetSelectIndexId()
120 sal_Int32 nSelectedIndex; member in SvxShowCharSet
/AOO42X/main/wizards/com/sun/star/wizards/form/
H A DFieldLinker.java262 int nSelectedIndex = getMaxSelIndex(); in getLinkFieldNames() local
263 String[][] LinkFieldNames = new String[2][nSelectedIndex + 1]; in getLinkFieldNames()
264 for (int i = 0; i <= nSelectedIndex; i++) in getLinkFieldNames()
/AOO42X/main/cui/source/inc/
H A Dmacropg.hxx117 sal_uInt16 nSelectedIndex
166 sal_uInt16 nSelectedIndex
/AOO42X/main/cui/source/customize/
H A Dmacropg.cxx841 …st SfxItemSet& rSet, Reference< container::XNameReplace > xNameReplace, sal_uInt16 nSelectedIndex ) in SvxMacroTabPage() argument
885 SvLBoxEntry* pE = rListBox.GetEntry( (sal_uLong)nSelectedIndex ); in SvxMacroTabPage()
895 const Reference< container::XNameReplace >& xNameReplace, sal_uInt16 nSelectedIndex ) in SvxMacroAssignDlg() argument
898 SetTabPage( new SvxMacroTabPage( this, _rxDocumentFrame, rSet, xNameReplace, nSelectedIndex ) ); in SvxMacroAssignDlg()