Home
last modified time | relevance | path

Searched refs:sSelection (Results 1 – 4 of 4) sorted by path

/trunk/main/cui/source/options/
H A Doptinet2.cxx990 String sSelection(pBox->GetSelectEntry()); in IMPL_LINK() local
992 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()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx1309 const String sSelection( pViewShell->GetSelectionText() ); in RefillReplaceBox() local
1310 aReplaceED.SetText( sSelection ); in RefillReplaceBox()
1312 aTextOnlyCB.Enable( bSWriter && sSelection.Len() ); in RefillReplaceBox()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx851 ::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()
/trunk/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx56 uno::Sequence< sal_Int16 > sSelection; in getListIndex() local
57 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() local
68 m_xProps->getPropertyValue( SELECTEDITEMS ) >>= sSelection; in getValue()
74 if ( sSelection.getLength() ) in getValue()
75 aRet = uno::makeAny( sItems[ sSelection[ 0 ] ] ); in getValue()

Completed in 45 milliseconds