Lines Matching refs:aCommandURL
893 ::rtl::OUString aCommandURL; in WriteMenu()
900 ExtractMenuParameters( aProps, aCommandURL, aLabel, aHelpURL, xSubMenu, nType, nItemBits ); in WriteMenu()
903 if ( aCommandURL.equalsAscii( ADDDIRECT_CMD ) || in WriteMenu()
904 aCommandURL.equalsAscii( AUTOPILOTMENU_CMD )) in WriteMenu()
906 WriteMenuItem( aCommandURL, aLabel, aHelpURL, nItemBits ); in WriteMenu()
909 else if (( aCommandURL.getLength() > 0 ) && !AddonPopupMenu::IsCommandURLPrefix ( aCommandURL )) in WriteMenu()
916 aCommandURL ); in WriteMenu()
918 if ( !( aCommandURL.copy( CMD_PROTOCOL_SIZE ).equalsAscii( CMD_PROTOCOL ))) in WriteMenu()
943 if ( aCommandURL.getLength() > 0 ) in WriteMenu()
946 WriteMenuItem( aCommandURL, aLabel, aHelpURL, nItemBits ); in WriteMenu()
961 void OWriteMenuDocumentHandler::WriteMenuItem( const ::rtl::OUString& aCommandURL, const ::rtl::OUS… in WriteMenuItem() argument
968 aCommandURL ); in WriteMenuItem()
977 …if (( aLabel.getLength() > 0 ) && !( aCommandURL.copy( CMD_PROTOCOL_SIZE ).equalsAscii( CMD_PROTOC… in WriteMenuItem()
983 if (( nStyle > 0 ) && !( aCommandURL.copy( CMD_PROTOCOL_SIZE ).equalsAscii( CMD_PROTOCOL ))) in WriteMenuItem()