/aoo4110/main/framework/source/uielement/ |
H A D | langselectionmenucontroller.cxx | 239 String aCmd; in fillPopupMenu() local 284 aCmd = aCmd_Language; in fillPopupMenu() 285 aCmd += String( rStr ); in fillPopupMenu() 286 pPopupMenu->SetItemCommand( nItemId, aCmd ); in fillPopupMenu() 300 aCmd=aCmd_Language; in fillPopupMenu() 301 aCmd.AppendAscii("LANGUAGE_NONE"); in fillPopupMenu() 302 pPopupMenu->SetItemCommand( nItemId, aCmd ); in fillPopupMenu() 307 aCmd=aCmd_Language; in fillPopupMenu() 308 aCmd.AppendAscii("RESET_LANGUAGES"); in fillPopupMenu() 309 pPopupMenu->SetItemCommand( nItemId, aCmd ); in fillPopupMenu()
|
H A D | toolbarsmenucontroller.cxx | 487 rtl::OUString aCmd( aStrBuf.makeStringAndClear() ); in fillPopupMenu() local 491 rPopupMenu->setCommand( nIndex, aCmd ); in fillPopupMenu() 595 rtl::OUString aCmd = pVCLPopupMenu->GetItemCommand( nId ); in statusChanged() local 596 if ( aCmd == aFeatureURL ) in statusChanged() 644 rtl::OUString aCmd( pVCLPopupMenu->GetItemCommand( rEvent.MenuId )); in itemSelected() local 645 … if ( aCmd.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( STATIC_INTERNAL_CMD_PART ))) == 0 ) in itemSelected() 726 … else if ( aCmd.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( STATIC_CMD_PART ))) < 0 ) in itemSelected() 731 aTargetURL.Complete = aCmd; in itemSelected() 754 sal_Int32 nIndex = aCmd.indexOf( '=' ); in itemSelected() 755 if (( nIndex > 0 ) && (( nIndex+1 ) < aCmd.getLength() )) in itemSelected() [all …]
|
H A D | menubarmerger.cxx | 108 ::rtl::OUString aCmd( rReferencePath[i] ); in FindReferencePath() 113 sal_uInt16 nTmpPos = FindMenuItem( aCmd, pCurrMenu ); in FindReferencePath() 121 sal_uInt16 nTmpPos = FindMenuItem( aCmd, pCurrMenu ); in FindReferencePath() 357 const ::rtl::OUString aCmd( rReferencePath[nLevel] ); in ProcessFallbackOperation() local 367 pCurrMenu->SetItemCommand( nSetItemId, aCmd ); in ProcessFallbackOperation() 374 pCurrMenu->SetItemCommand( rItemId, aCmd ); in ProcessFallbackOperation()
|
H A D | popuptoolbarcontroller.cxx | 375 OUString aCmd( rPopupMenu->getCommand( nId ) ); in Impl_ExistURLInMenu() local 377 if ( !bValidFallback && aCmd.getLength() ) in Impl_ExistURLInMenu() 379 sFallback = aCmd; in Impl_ExistURLInMenu() 385 if ( aCmd.match( sURL ) ) in Impl_ExistURLInMenu() 387 sURL = aCmd; in Impl_ExistURLInMenu()
|
H A D | headermenucontroller.cxx | 122 rtl::OUString aCmd( RTL_CONSTASCII_USTRINGPARAM( ".uno:InsertPageHeader" )); in fillPopupMenu() local 126 aCmd = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:InsertPageFooter" )); in fillPopupMenu() 159 rtl::OUStringBuffer aStrBuf( aCmd ); in fillPopupMenu() 195 rtl::OUStringBuffer aStrBuf( aCmd ); in fillPopupMenu()
|
H A D | newmenucontroller.cxx | 126 String aCmd( pPopupMenu->GetItemCommand( nItemId ) ); local 127 if ( aCmd.Len() ) 128 aImage = GetImageFromURL( xFrame, aCmd, sal_False, bHiContrast );
|
/aoo4110/main/ucb/source/ucp/gio/ |
H A D | gio_datasupplier.cxx | 243 ucb::Command aCmd; in queryPropertyValues() local 244 aCmd.Name = rtl::OUString::createFromAscii( "getPropertyValues" ); in queryPropertyValues() 245 aCmd.Handle = -1; in queryPropertyValues() 246 aCmd.Argument <<= getResultSet()->getProperties(); in queryPropertyValues() 248 aCmd, nCmdId, getResultSet()->getEnvironment() ) ); in queryPropertyValues()
|
/aoo4110/main/sfx2/source/menu/ |
H A D | virtmenu.cxx | 446 rtl::OString aCmd(".uno:"); in CreateFromSVMenu() local 447 aCmd += pSlot->GetUnoName(); in CreateFromSVMenu() 473 String aCmd( pSVMenu->GetItemCommand( nSlotId ) ); in CreateFromSVMenu() local 474 if ( aCmd.Len() && (( nSlotId < SID_SFX_START ) || ( nSlotId > SHRT_MAX )) ) in CreateFromSVMenu() 477 …pMnuCtrl = SfxMenuControl::CreateControl( aCmd, nSlotId, *pSVMenu, sItemText, sHelpText, *pBinding… in CreateFromSVMenu() 516 aImage = RetrieveAddOnImage( xFrame, aImageId, aCmd, sal_False, bWasHighContrast ); in CreateFromSVMenu() 591 rtl::OUString aCmd( pSVMenu->GetItemCommand( nSlotId ) ); in IMPL_LINK() local 600 …pSVMenu->SetItemImage( nSlotId, RetrieveAddOnImage( xFrame, aImageId, aCmd, sal_False, bIsHiContra… in IMPL_LINK() 660 rtl::OUString aCmd( pSVMenu->GetItemCommand( nSlotId ) ); in UpdateImages() local 669 …pSVMenu->SetItemImage( nSlotId, RetrieveAddOnImage( xFrame, aImageId, aCmd, sal_False, bIsHiContra… in UpdateImages()
|
H A D | mnuitem.cxx | 512 String aCmd( pActMenu->GetItemCommand( nItemId ) ); in IMPL_LINK() local 513 if ( !bImageSet && aCmd.Len() ) in IMPL_LINK() 516 INetURLObject(aCmd), sal_False, bIsHiContrastMode ); in IMPL_LINK()
|
H A D | mnumgr.cxx | 244 …::rtl::OUString aCmd( ::rtl::OUString::createFromAscii( ".uno:ThesaurusFromContext?WordReplace:str… in InsertThesaurusSubmenu_Impl() 245 aCmd += aItemText; in InsertThesaurusSubmenu_Impl() 246 pThesSubMenu->SetItemCommand( nId, aCmd ); in InsertThesaurusSubmenu_Impl()
|
/aoo4110/main/sfx2/source/control/ |
H A D | statcach.cxx | 294 ::rtl::OUString aCmd = DEFINE_CONST_UNICODE(".uno:"); in GetSlotServer() 295 aURL.Protocol = aCmd; in GetSlotServer() 297 aCmd += aURL.Path; in GetSlotServer() 298 aURL.Complete = aCmd; in GetSlotServer() 299 aURL.Main = aCmd; in GetSlotServer()
|
H A D | request.cxx | 362 ::rtl::OUString aCmd( aCommand ); in Record() 366 if ( xReplace.is() && aCmd.compareToAscii(".uno:InsertText") == COMPARE_EQUAL ) in Record() 373 if ( (aElement >>= aStatement) && aStatement.aCommand == aCmd ) in Record() 397 aURL.Complete = aCmd; in Record()
|
/aoo4110/main/unotools/source/config/ |
H A D | cmdoptions.cxx | 108 sal_Bool Lookup( const OUString& aCmd ) const in Lookup() 110 CommandHashMap::const_iterator pEntry = m_aCommandHashMap.find( aCmd ); in Lookup() 114 void AddCommand( const OUString& aCmd ) in AddCommand() argument 116 m_aCommandHashMap.insert( CommandHashMap::value_type( aCmd, 0 ) ); in AddCommand()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 947 OString aCmd( "cp " ); in endSpool() local 948 aCmd = aCmd + it->second; in endSpool() 949 aCmd = aCmd + OString( " $HOME/cupsprint.ps" ); in endSpool() 950 system( aCmd.getStr() ); in endSpool()
|
H A D | printerinfomanager.cxx | 607 String aCmd( m_aSystemPrintCommand ); in initialize() local 608 aCmd.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "(PRINTER)" ) ), it->m_aQueue ); in initialize() 615 aPrinter.m_aInfo.m_aCommand = aCmd; in initialize() 1071 String aCmd( m_aSystemPrintCommand ); in getSystemPrintCommands() local 1072 aCmd.SearchAndReplace( aPrinterConst, it->m_aQueue ); in getSystemPrintCommands() 1073 rCommands.push_back( aCmd ); in getSystemPrintCommands()
|
/aoo4110/main/sc/source/ui/pagedlg/ |
H A D | scuitphfedit.cxx | 254 aCmd = aDel; \ 255 aCmd += ScGlobal::GetRscString( id ); \ 256 aCmd += aDel; \ 257 aCmdArr[i] = aCmd; 264 String aCmd; in FillCmdArr() local
|
/aoo4110/main/framework/source/fwe/classes/ |
H A D | addonmenu.cxx | 183 String aCmd; in FindMenuId() local 187 aCmd = pMenu->GetItemCommand( nId ); in FindMenuId() 188 if ( aCmd == aCommand ) in FindMenuId()
|
/aoo4110/main/sfx2/source/statbar/ |
H A D | stbitem.cxx | 132 rtl::OString aCmd(".uno:"); in SfxStatusBarControllerFactory() local 133 aCmd += pSlot->GetUnoName(); in SfxStatusBarControllerFactory() 134 pStatusBar->SetHelpId( nSlotId, aCmd ); in SfxStatusBarControllerFactory()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | dockwin.cxx | 930 rtl::OString aCmd("SFXDOCKINGWINDOW_"); in SfxDockingWindow() local 931 aCmd += pSlot->GetUnoName(); in SfxDockingWindow() 932 SetUniqueId( aCmd ); in SfxDockingWindow() 984 rtl::OString aCmd("SFXDOCKINGWINDOW_"); in SfxDockingWindow() local 985 aCmd += pSlot->GetUnoName(); in SfxDockingWindow() 986 SetUniqueId( aCmd ); in SfxDockingWindow()
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 304 OLEVariant aCmd; in executeQuery() local 305 aCmd.setIDispatch(m_Command); in executeQuery() 310 CHECK_RETURN(m_RecordSet.Open(aCmd,aCon,m_eCursorType,m_eLockType,adOpenUnspecified)) in executeQuery()
|
H A D | AStatement.cxx | 302 OLEVariant aCmd; in executeQuery() 303 aCmd.setIDispatch(m_Command); in executeQuery() 308 CHECK_RETURN(aSet.Open(aCmd,aCon,m_eCursorType,m_eLockType,adOpenUnspecified)) in executeQuery()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appserv.cxx | 1127 …::rtl::OUString aCmd = ::rtl::OUString::createFromAscii( GetInterface()->GetSlot( rReq.GetSlot() )… in OfaExec_Impl() 1135 Any aResult = xHelper->executeDispatch( xProv, aCmd, ::rtl::OUString(), 0, aSeq ); in OfaExec_Impl() 1157 …::rtl::OUString aCmd = ::rtl::OUString::createFromAscii( GetInterface()->GetSlot( rReq.GetSlot() )… in OfaExec_Impl() 1165 Any aResult = xHelper->executeDispatch( xProv, aCmd, ::rtl::OUString(), 0, aSeq ); in OfaExec_Impl()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | ShapeToolbarController.cxx | 207 ::rtl::OUString aCmd = rTb.GetItemCommand( nId ); in statusChanged() 208 if ( aCmd == Event.FeatureURL.Complete ) in statusChanged()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 741 sal_uInt16 aCmd = aPopup.Execute( this, rPos ); in handlePopupMenu() local 742 if ( ( aCmd == CMD_IGNORE_UPDATE ) || ( aCmd == CMD_IGNORE_ALL_UPDATES ) ) in handlePopupMenu() 750 if ( aCmd == CMD_IGNORE_UPDATE ) in handlePopupMenu() 756 else if ( aCmd == CMD_ENABLE_UPDATE ) in handlePopupMenu()
|
/aoo4110/main/framework/source/loadenv/ |
H A D | loadenv.cxx | 1307 css::util::URL aCmd; in impl_jumpToMark() local 1308 aCmd.Complete = ::rtl::OUString::createFromAscii(".uno:JumpToMark"); in impl_jumpToMark() 1311 xParser->parseStrict(aCmd); in impl_jumpToMark() 1313 …css::uno::Reference< css::frame::XDispatch > xDispatcher = xProvider->queryDispatch(aCmd, SPECIALT… in impl_jumpToMark() 1319 xDispatcher->dispatch(aCmd, lArgs.getAsConstPropertyValueList()); in impl_jumpToMark()
|