Searched refs:sSelection (Results 1 – 4 of 4) sorted by relevance
56 uno::Sequence< sal_Int16 > sSelection; in getListIndex() local57 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= sSelection; in getListIndex()58 if ( sSelection.getLength() == 0 ) in getListIndex()60 return uno::Any( sSelection[ 0 ] ); in getListIndex()66 uno::Sequence< sal_Int16 > sSelection; in getValue() local68 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= sSelection; in getValue()74 if ( sSelection.getLength() ) in getValue()75 aRet = uno::makeAny( sItems[ sSelection[ 0 ] ] ); in getValue()
851 ::rtl::OUString sSelection; in setValue()852 _rValue >>= sSelection; in setValue()854 if ( !sSelection.equals( getTypedControlWindow()->GetSelectEntry() ) ) in setValue()855 getTypedControlWindow()->SelectEntry( sSelection ); in setValue()857 if ( !getTypedControlWindow()->IsEntrySelected( sSelection ) ) in setValue()859 getTypedControlWindow()->InsertEntry( sSelection, 0 ); in setValue()860 getTypedControlWindow()->SelectEntry( sSelection ); in setValue()
990 String sSelection(pBox->GetSelectEntry()); in IMPL_LINK() local992 if(!ConfirmLeave(sSelection)) in IMPL_LINK()995 const SvxSearchEngineData* pData = aSearchConfig.GetData(sSelection); in IMPL_LINK()999 aSearchNameED.SetText(sSelection); in IMPL_LINK()1000 sLastSelectedEntry = sSelection; in IMPL_LINK()
1309 const String sSelection( pViewShell->GetSelectionText() ); in RefillReplaceBox() local1310 aReplaceED.SetText( sSelection ); in RefillReplaceBox()1312 aTextOnlyCB.Enable( bSWriter && sSelection.Len() ); in RefillReplaceBox()
Completed in 61 milliseconds