Home
last modified time | relevance | path

Searched refs:nActive (Results 1 – 8 of 8) sorted by relevance

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx226 const sal_Int32 nActive = getSelIndex(); in RecalcAll() local
228 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in RecalcAll()
230 SetButtonStatus( GetEntryData( nActive) ); in RecalcAll()
241 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in RecalcAll()
242 SetButtonPos( GetEntryRect( nActive ) ); in RecalcAll()
492 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK() local
494 if ( nActive != EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
515 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK() local
519 TEntry_Impl pEntry = GetEntryData( nActive ); in IMPL_LINK()
536 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK() local
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1007 nActive( 0 ) in ExcEScenarioManager()
1021 nActive = static_cast<sal_uInt16>(nNewTab - nFirstTab); in ExcEScenarioManager()
1035 << nActive // active scen in SaveCont()
1036 << nActive // last displayed in SaveCont()
1056 XML_current, OString::valueOf( (sal_Int32)nActive ).getStr(), in SaveXml()
1057 XML_show, OString::valueOf( (sal_Int32)nActive ).getStr(), in SaveXml()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx783 sal_uInt16 nActive = 0; in ShowTipCursor() local
799 nActive = i+1; in ShowTipCursor()
833 if( nCount == nActive ) in ShowTipCursor()
854 if( nCount == nActive ) in ShowTipCursor()
1028 sal_uInt16 nActive = 0; in UseFormulaData() local
1044 nActive = i+1; in UseFormulaData()
1078 if( nCount == nActive ) in UseFormulaData()
1099 if( nCount == nActive ) in UseFormulaData()
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx729 sal_Int32 nActive = [pButton indexOfSelectedItem]; in HandleGetListValue() local
730 OSL_TRACE("Return value: %d", nActive); in HandleGetListValue()
731 aAny <<= nActive; in HandleGetListValue()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx378 sal_uInt16 nActive = CountActiveAggregates(); in CheckScrollBars() local
387 bNeedVScrollBar = nActive>nLastVisible; in CheckScrollBars()
408 m_pVertScroll->SetRangeMax(nActive - nLastVisible); in CheckScrollBars()
/trunk/main/sc/source/filter/inc/
H A Dxcl97rec.hxx372 sal_uInt16 nActive; member in ExcEScenarioManager
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1296 gint nActive = gtk_combo_box_get_active(pWidget); in HandleGetListValue() local
1297 aAny <<= static_cast< sal_Int32 >(nActive); in HandleGetListValue()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx4749 sal_uInt16 nActive = pTControl->GetCurPageId(); in Execute() local
4783 pTControl->SelectTabPage( nActive ); in Execute()

Completed in 82 milliseconds