/trunk/main/cui/source/customize/ |
H A D | selector.cxx | 999 aCategories.SetFunctionListBox( &aCommands ); in SvxScriptSelectorDialog() 1056 p = aCommands.GetPosPixel(); in ResizeControls() 1058 aCommands.SetPosPixel( newp ); in ResizeControls() 1059 s = aCommands.GetSizePixel(); in ResizeControls() 1061 aCommands.SetSizePixel( news ); in ResizeControls() 1086 else if ( pCtrl == &aCommands ) in IMPL_LINK() 1088 aCommands.FunctionSelected(); in IMPL_LINK() 1111 aCommands.GetHelpText( aCommands.FirstSelected() ); in UpdateUI() 1156 aCommands.Select( next ); in IMPL_LINK() 1199 return aCommands.GetEntryText( aCommands.GetLastSelectedEntry() ); in GetSelectedDisplayName() [all …]
|
/trunk/main/autodoc/source/exes/adc_uni/ |
H A D | adc_cl.cxx | 254 aCommands(), in CommandLine() 267 csv::erase_container_of_heap_ptrs(aCommands); in ~CommandLine() 280 for ( CommandList::const_iterator it = aCommands.begin(); in Run() 281 ok AND it != aCommands.end(); in Run() 435 if (NOT bInitOk OR aCommands.size() == 0) in inq_CheckParameters() 522 aCommands.push_back(pCmd_Parse); in do_clParse() 531 aCommands.push_back(pCommand_CreateHtml); in do_clCreateHtml() 562 std::sort( aCommands.begin(), in sort_Commands() 563 aCommands.end(), in sort_Commands()
|
/trunk/main/sc/source/core/data/ |
H A D | attrib.cxx | 884 String aCommands[SC_FIELD_COUNT]; in Create() local 886 aCommands[i] = rDel; in Create() 887 aCommands[0] += ScGlobal::GetRscString(STR_HFCMD_PAGE); in Create() 888 aCommands[1] += ScGlobal::GetRscString(STR_HFCMD_PAGES); in Create() 889 aCommands[2] += ScGlobal::GetRscString(STR_HFCMD_DATE); in Create() 890 aCommands[3] += ScGlobal::GetRscString(STR_HFCMD_TIME); in Create() 891 aCommands[4] += ScGlobal::GetRscString(STR_HFCMD_FILE); in Create() 894 aCommands[i] += rDel; in Create() 898 if (lcl_ConvertFields(aEngine,aCommands)) in Create() 904 if (lcl_ConvertFields(aEngine,aCommands)) in Create() [all …]
|
/trunk/main/framework/source/uielement/ |
H A D | controlmenucontroller.cxx | 164 const char* aCommands[] = variable 289 for (sal_uInt32 i=0; i < sizeof(aCommands)/sizeof(aCommands[0]); ++i) in statusChanged() 291 if ( Event.FeatureURL.Complete.equalsAscii( aCommands[i] )) in statusChanged() 415 for (sal_uInt32 i=0; i<sizeof(aCommands)/sizeof(aCommands[0]); ++i) in updatePopupMenu() 417 aTargetURL.Complete = rtl::OUString::createFromAscii( aCommands[i] ); in updatePopupMenu()
|
H A D | toolbarmanager.cxx | 2256 Sequence< OUString > aCommands(1); in impl_RetrieveShortcutsFromConfiguration() local 2257 aCommands[0] = rCommand; in impl_RetrieveShortcutsFromConfiguration() 2259 Sequence< Any > aSeqKeyCode( rAccelCfg->getPreferredKeyEventsForCommandList( aCommands ) ); in impl_RetrieveShortcutsFromConfiguration()
|
/trunk/main/padmin/source/ |
H A D | adddlg.cxx | 370 ::std::list< String > aCommands; in APCommandPage() 386 case DeviceKind::Printer: CommandStore::getPrintCommands( aCommands );break; in APCommandPage() 387 case DeviceKind::Fax: CommandStore::getFaxCommands( aCommands );break; in APCommandPage() 388 case DeviceKind::Pdf: CommandStore::getPdfCommands( aCommands );break; in APCommandPage() 406 for( it = aCommands.begin(); it != aCommands.end(); ++it ) in APCommandPage() 420 ::std::list< String > aCommands; in ~APCommandPage() 426 aCommands.push_back( aCommand ); in ~APCommandPage() 428 aCommands.push_back( aLastCommand ); in ~APCommandPage() 431 case DeviceKind::Printer: CommandStore::setPrintCommands( aCommands );break; in ~APCommandPage() 432 case DeviceKind::Fax: CommandStore::setFaxCommands( aCommands );break; in ~APCommandPage() [all …]
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlplug.cxx | 1260 SvCommandList aCommands; in OutHTML_FrmFmtOLENode() local 1261 aCommands.FillFromSequence( aProps ); in OutHTML_FrmFmtOLENode() 1263 sal_uLong i = aCommands.Count(); in OutHTML_FrmFmtOLENode() 1266 const SvCommand& rCommand = aCommands[ --i ]; in OutHTML_FrmFmtOLENode() 1290 const SvCommand& rCommand = aCommands[ aParams[--ii] ]; in OutHTML_FrmFmtOLENode() 1304 if( aCommands.Count() ) in OutHTML_FrmFmtOLENode() 1317 SvCommandList aCommands; in OutHTML_FrmFmtOLENode() local 1318 aCommands.FillFromSequence( aProps ); in OutHTML_FrmFmtOLENode() 1319 for( sal_uLong i=0; i<aCommands.Count(); i++ ) in OutHTML_FrmFmtOLENode() 1321 const SvCommand& rCommand = aCommands[ i ]; in OutHTML_FrmFmtOLENode()
|
/trunk/main/sfx2/source/sidebar/ |
H A D | CommandInfoProvider.cxx | 291 Sequence<OUString> aCommands(1); in RetrieveShortcutsFromConfiguration() local 292 aCommands[0] = rsCommandName; in RetrieveShortcutsFromConfiguration() 294 … Sequence<Any> aKeyCodes (rxConfiguration->getPreferredKeyEventsForCommandList(aCommands)); in RetrieveShortcutsFromConfiguration() 295 if (aCommands.getLength() == 1) in RetrieveShortcutsFromConfiguration()
|
/trunk/main/xmloff/source/draw/ |
H A D | shapeexport2.cxx | 1885 uno::Sequence< beans::PropertyValue > aCommands; local 1886 …Set->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "AppletCommands" ) ) ) >>= aCommands; 1887 const sal_Int32 nCount = aCommands.getLength(); 1890 aCommands[nIndex].Value >>= aStr; 1891 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aCommands[nIndex].Name ); 1934 uno::Sequence< beans::PropertyValue > aCommands; local 1935 …Set->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "PluginCommands" ) ) ) >>= aCommands; 1936 const sal_Int32 nCount = aCommands.getLength(); 1939 aCommands[nIndex].Value >>= aStr; 1940 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aCommands[nIndex].Name );
|
/trunk/main/cui/source/dialogs/ |
H A D | insdlg.cxx | 468 static void Plugin_ImplFillCommandSequence( const String& aCommands, uno::Sequence< beans::Property… in Plugin_ImplFillCommandSequence() argument 472 aLst.AppendCommands( aCommands, &nEaten ); in Plugin_ImplFillCommandSequence() 656 uno::Sequence< beans::PropertyValue > aCommands; in Execute() local 658 if ( aAny >>= aCommands ) in Execute() 661 aList.FillFromSequence( aCommands ); in Execute()
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppDetailView.cxx | 545 Sequence< ::rtl::OUString > aCommands( _rList.size() ); in fillTaskEntryList() local 546 ::rtl::OUString* pCommands = aCommands.getArray(); in fillTaskEntryList() 551 …> > aImages = xImageMgr->getImages( ImageType::SIZE_DEFAULT | ImageType::COLOR_NORMAL, aCommands ); in fillTaskEntryList() 552 …mages = xImageMgr->getImages( ImageType::SIZE_DEFAULT | ImageType::COLOR_HIGHCONTRAST, aCommands ); in fillTaskEntryList()
|
/trunk/main/ucb/workben/ucb/ |
H A D | ucbdemo.cxx | 1323 uno::Sequence< ucb::CommandInfo > aCommands in transfer() 1325 const ucb::CommandInfo* pCommands = aCommands.getConstArray(); in transfer() 1329 sal_uInt32 nCount = aCommands.getLength(); in transfer() 1413 uno::Sequence< ucb::CommandInfo > aCommands( in getCommands() local 1415 const ucb::CommandInfo* pCommands = aCommands.getConstArray(); in getCommands() 1419 sal_uInt32 nCount = aCommands.getLength(); in getCommands() 1428 return aCommands; in getCommands()
|
/trunk/main/svtools/source/contnr/ |
H A D | fileview.cxx | 907 Reference< XCommandInfo > aCommands = aCnt.getCommands(); in CreateContextMenu() local 908 if ( aCommands.is() ) in CreateContextMenu() 910 = aCommands->hasCommandByName( in CreateContextMenu() 1010 Reference< XCommandInfo > aCommands = aCnt.getCommands(); in DeleteEntries() local 1011 if ( aCommands.is() ) in DeleteEntries() 1013 = aCommands->hasCommandByName( in DeleteEntries()
|
/trunk/main/autodoc/source/inc/ |
H A D | adc_cl.hxx | 153 CommandList aCommands; member in autodoc::CommandLine
|
/trunk/main/cui/source/inc/ |
H A D | selector.hxx | 195 SvxConfigFunctionListBox_Impl aCommands; member in SvxScriptSelectorDialog
|