Searched refs:rChoices (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/padmin/source/ |
H A D | helper.cxx | 200 …eryString( Window* pParent, String& rQuery, String& rRet, const ::std::list< String >& rChoices ) : in QueryString() argument 212 if( rChoices.begin() != rChoices.end() ) in QueryString() 216 for( ::std::list<String>::const_iterator it = rChoices.begin(); it != rChoices.end(); ++it ) in QueryString()
|
H A D | helper.hxx | 111 …QueryString( Window*, String &, String &, const ::std::list< String >& rChoices = ::std::list<Stri…
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | i18n_status.cxx | 360 const ::std::vector< I18NStatus::ChoiceData >& rChoices( I18NStatus::get().getChoices() ); in IIIMPStatusWindow() local 362 …:std::vector< I18NStatus::ChoiceData >::const_iterator it = rChoices.begin(); it != rChoices.end()… in IIIMPStatusWindow() 487 const ::std::vector< I18NStatus::ChoiceData >& rChoices( I18NStatus::get().getChoices() ); in IMPL_LINK() local 489 if( nIndex < rChoices.size() ) in IMPL_LINK() 493 rChoices[nIndex].pData, in IMPL_LINK()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 829 … const rtl::OUString& rProperty, Sequence< rtl::OUString > rChoices, sal_Int32 nSelectValue, 861 NSRect aRadioRect = NSMakeRect( rCurX + nOff, 0, 280 - rCurX, 5*rChoices.getLength()); 867 numberOfRows: rChoices.getLength() 871 for( sal_Int32 m = 0; m < rChoices.getLength(); m++ ) 874 filterAccelerator( rChoices[m] ); 875 linebreakCell( pCell, rChoices[m] ); 904 … const rtl::OUString& rProperty, const Sequence< rtl::OUString > rChoices, sal_Int32 nSelectValue, 923 for( sal_Int32 m = 0; m < rChoices.getLength(); m++ ) 925 NSString* pItemText = CreateNSString( rChoices[m] );
|
Completed in 18 milliseconds