Searched refs:aCommandStr (Results 1 – 3 of 3) sorted by relevance
685 ::rtl::OUString aCommandStr; in impl_fillElements()690 aSeq[y].Value >>= aCommandStr; in impl_fillElements()696 …duleToCommandFileMap.insert( ModuleToCommandFileMap::value_type( aModuleIdentifier, aCommandStr )); in impl_fillElements()699 UICommandsHashMap::iterator pIter = m_aUICommandsHashMap.find( aCommandStr ); in impl_fillElements()701 …m_aUICommandsHashMap.insert( UICommandsHashMap::value_type( aCommandStr, Reference< XNameAccess >(… in impl_fillElements()
195 rtl::OUString aCommandStr( RTL_CONSTASCII_USTRINGPARAM( ".uno:StopRecording" )); in SfxRecordingFloat_Impl() local196 aTbx.SetItemText( SID_STOP_RECORDING, GetLabelFromCommandURL( aCommandStr, xFrame )); in SfxRecordingFloat_Impl()209 aCommandStr ); in SfxRecordingFloat_Impl()
157 XubString aCommandStr; // CommandString member1358 String aCommandStr = ReadStringRes(); in InsertItem() local1360 SetItemCommand( nItemId, aCommandStr ); in InsertItem()1465 pThis->SetItemCommand( nId, pData->aCommandStr ); in ImplCopyItem()2021 pData->aCommandStr = rCommand; in SetItemCommand()2029 return pData->aCommandStr; in GetItemCommand()2067 (( pData->aHelpId.getLength() ) || ( pData->aCommandStr.Len() ))) in ImplGetHelpText()2072 if ( pData->aCommandStr.Len() ) in ImplGetHelpText()2073 pData->aHelpText = pHelp->GetHelpText( pData->aCommandStr, NULL ); in ImplGetHelpText()2128 aRet = ::rtl::OUStringToOString( pData->aCommandStr, RTL_TEXTENCODING_UTF8 ); in GetHelpId()
Completed in 50 milliseconds