Searched refs:aCommandList (Results 1 – 5 of 5) sorted by relevance
162 sal_uInt32 nArgCount = aCommandList.Count(); in CreateApplet()165 const SvCommand& rArg = aCommandList[i]; in CreateApplet()194 aCommandList.FillSequence( aProps ); in FinishApplet()202 aCommandList.Append( rName, rValue ); in AppendParam()
182 Sequence< ::rtl::OUString > aCommandList( &sCommandURL, 1 ); in GetCommandIcon() local183 … Sequence<Reference< XGraphic> > xIconList( xImageManager->getImages( 0, aCommandList ) ); in GetCommandIcon()
314 SvCommandList aCommandList; in TYPEINIT1() local318 aCommandList.AppendCommands( pCommandsItem->GetValue(), &nTemp ); in TYPEINIT1()340 if ( aCommandList.Count() ) in TYPEINIT1()342 aCommandList.FillSequence( aSeq ); in TYPEINIT1()
53 SvCommandList aCommandList; // und die szugehorige Command-List member in SwApplet_Impl
1850 Sequence<rtl::OUString> aCommandList(1); in GetUiIconForCommand() local1851 aCommandList[0] = sCommandURL; in GetUiIconForCommand()1853 xImageManager->getImages(0,aCommandList)); in GetUiIconForCommand()
Completed in 42 milliseconds